.content_left{
    float: left;
    width: 190px;
}
.content_left p{
    float: left;
    width: 100%;
    background: url("../img/zt-01.png") no-repeat 0 0;
    line-height: 40px;
    text-indent: 20px;
    font-size: 16px;
    margin: 20px 0 0 0;
    cursor: pointer;
}

.content_left p.active, .content_left p:hover{
    background: url("../img/zt-02.png") no-repeat 0 0;
    color: #fff;
    font-weight: 600;
}
.content_right{
    float: right;
    width: 780px;
}
html, body{
    background: #fff;
}


.newsContentHtml{
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 50px;
}
.n_title{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 50px;
    padding: 0 100px;
}
.n_time{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #949494;
}
.html_text{
    float: left;
    margin-top: 20px;
    text-indent: 2em;
    font-size: 16px;
    color: #595959;
    text-align: justify;
    line-height: 2.2em;
    width: 100%;
}
.html_text img{
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.book_list{
    float: left;
    width: 100%;
    padding: 30px 0 0px 30px;
}
.book_item{
    float: left;
    width: 133px;
    margin-right: 20px;
    position: relative;
    /*overflow: hidden;*/
    cursor: pointer;
    transition: all 0.5s;
    padding-bottom: 15px;
}
.book_item > h1{
    float: left;
    width: 100%;
    font-size: 12px;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0 0 0;
    height: 40px;
}
.book_item:hover{
    /*background: #dfdfdf;*/
}
.book_item .cover{
    float: left;
    width: 100%;
    border: 1px #aaa solid;
    position: relative;
    border-radius: 10px;
}
.book_item .cover:hover .book-pos-deal{
    display: block;
}
.book_item .cover img{
    float: left;
    width: 100%;
    height: 160px;
    border-radius: 10px;
}
.book_item .book_detail{
    position: absolute;
    width: 150px;
    height: 200px;
    left: 10px;
    top:100%;
    background: rgba(0,0,0,0.5);
    background: rgb(0,0,0)\9;
    transition: all 0.2s;
}
.book_item:hover .book_detail{
    top:10px;
}
.book_item .book_detail h1{
    float: left;
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 22px;
    text-align: center;
    margin-top: 45px;
}
.book_item .book_detail h2{
    color: #e9e9e9;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.book_item .book_detail h3{
    float: left;
    width: 100%;
    height: 54px;
    line-height: 18px;
    color: #999;
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
}
.book_item .book_detail a{
    float: left;
    background: #639e2a;
    color: #fff;
    margin-top: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 3px;
    width: 70px;
    text-align: center;
    margin-left: 40px;
}
.book_item .book_detail a:hover{
    background: #79b63e;
}
.M-box{
    float: left;
    width: 100%;
}
.search_key_end{
    float: right;
}
.search_key_end em{
    color: #ff8000;
    padding: 0 5px;
}
.un_msg{
    padding: 100px 0;
    text-align: center;
    font-size: 14px;
}
.un_msg a{
    color: blue;
}
.book_item:nth-child(5n) .book-pos-deal{
    left: auto;
    right: calc(100% + 15px);
    right: -moz-calc(100% + 15px);
    right: -webkit-calc(100% + 15px);
}
.book_item:nth-child(5n) .book-pos-deal s{
    background:url(../img/fx-right.png) no-repeat 5px 0;
    left: auto;
    right: -15px;
}



.left_links{
    float: left;
    width: 100%;
    margin-top: 50px;
}
.left_links a{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px #eee solid;
}
.left_links a img{
    float: left;
    width: 188px;
    height: 80px;
}

.inf_list{
    float: left;
    width: 100%;
    border-top: 1px #ddd solid;
    margin-bottom: 50px;
}
.inf_item{
    float: left;
    width: 100%;
    border-bottom: 1px #ddd solid;
    line-height: 50px;
    padding: 0 10px;
}
.inf_item h1{
    font-size: 16px;
    float: left;
    width: 620px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inf_item label{
    float: right;
    font-size: 16px;
}
.inf_item:hover{
    background: #f7f7f7;
    color: #639e2a;
}

.A-box{
    float: left;
    width: 100%;
}