.books{
    padding: 70px 0;
}
.books_list{
    padding: 0 25px;
}
.books_list a{
    display: block;
    cursor: pointer;
}
.books_list_imgbox{
height: 257px;
border:1px solid #cacaca;
background: url(../img/work-img1.jpg);
background-size: 100% 100%;
}
.books_name{
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
}
@media (max-width:992px){
    .books .col-md-9{
        margin-top: 20px;
    }
}
.news{
    padding: 70px 0;
}
.newsbox{
    background: #fff;
    border:1px solid #dcdcdc;
    border-radius: 3px;
    margin: 0 auto 25px auto;
    padding: 0;
}
.col-md-3.newsimg{
    height: 186px;
    background: url(../img/news.png);
    background-size: 100% 100%;
}
.newsimg img{
    width: 100%;
    max-height: 100%;
}
.newsintit{
    padding-top: 30px;
}
.newsintit a h3{
    font-size: 1.258rem;
    font-weight: 700;
    color: #222222;
    cursor: pointer;
}
.newsintit p{
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newsbox:hover{
    -moz-box-shadow: 1px 1px 15px #999;
    -webkit-box-shadow: 1px 1px 15px #999;
    box-shadow: 1px 1px 15px #999;
}
.newsbox:hover .newsintit a h3{
    color: #0093dd;
}
.newstime{
    padding-top: 15px;
    padding-bottom: 10px;
}
.newstime p:nth-child(1){
    width:50%;
    float:left;
     text-align: left;
}
.newstime p:nth-child(2){
    width:50%;
    float:left;
     text-align: right;
}
.newstime .news_more{
    display: none;
}
.newstime .news_more a{
    display: block;
    color: #d10c1c;
}

.newsbox:hover .news_more{
    display: block;
}
@media (max-width:992px){
    .newsbox{
        margin-top: 20px;
    }
}
.detailbox h4{
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.detailbox .time{
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin: 15px auto;
}
.detailbox .detailimg{
    width: 100%;
    margin-bottom: 40px;
}
.detailbox .detailimg img{
    /*width: 100%;*/
}
.pricebox{
    margin: 0px auto 40px auto;
    text-align: center;
}
.pricebox li{
    padding: 0 15px;
    display: inline-block;
}
.detailcontent{
    text-indent: 2em;
    line-height: 25px;
    color: #666666;
}
.detailbox .share{
margin: 40px 0;
color: #333333;
}
@media (max-width:992px){
    .detailbox{
        margin-top: 20px;
    }
}
.aboutdetail{
    color: #666666;
    margin-bottom: 25px;
    line-height: 25px;
    padding: 0 20px;
}