@charset "UTF-8";


@font-face {
    font-family: BO;
    src: url("../font/BOOKOS_0.TTF");
}

.news{
    width: 1200px;
    margin:auto;
    padding-top: 55px;
}
.news:after{
    content: '';
    display: block;
    clear: both;
}
.news .nav {
    float: left;
    width: 15%;
}
.news .nav ul li{
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 45px;
}
.news .nav ul li i,
.news .nav ul li a{
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    color: #666666;
}
.news .nav ul li:hover i{
    background-color: rgba(0,94,126,.3);
}
.news .nav ul li i.on{
    background-color: #b3936c;
    color: #000000;
}
.news .nav ul li i.on + a{
    color: #000000;
}
.news .nav ul li i{
    width: 3px;
    height: 13px;
    margin-left: 5px;
}
.news .nav ul li:hover a{
    margin-left: 25px;
}
.news .nav ul li a{
    margin-left: 15px;
}
.news .list{
    float: right;
    width: 80%;
}
.news .list .lister li{
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    border-bottom: 1px dashed #dbdbdb;
}
.news .list .lister li:hover a > div{
}
.news .list .lister li a > div{
    width: 100%;
    transition: .3s;
}
.news .list .lister li a > div:after{
    content: '';
    display: block;
    clear: both;
}
.news .list .lister li a > div > div{
    float: left;
}
.news .list .lister li a > div > div + div{
    margin-left: 2%;
}
.news .list .lister li .left{
    width: 25.3%;
    overflow: hidden;
}
.news .list .lister li .left img{
    transition: .3s;
}
.news .list .lister li:hover .left img{
    transform: scale(1.05);
}
.news .list .lister li .center{
    width: 55%;
}
.news .list .lister li .center h3{
    margin-bottom: 30px;
    color: #000;
    font-size: 16px;
}
.news .list .lister li:hover .center h3{
    color: #b3936c;
}
.news .list .lister li .center p{
    color: #808080;
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .list .lister li .right{
    width: 13.9%;
}
.news .list .lister li .right p{
    color: #ccc;
    font-family: BO;
    font-size: 44px;
}
.news .list .lister li:hover .right p{
    color: #b3936c;
}
.news .list .lister li .right .go{
    float: right;
    padding-top: 30px;
}
.news .list .lister li .right i,
.news .list .lister li .right span{
    display: inline-block;
    vertical-align: center;
}
.news .list .lister li .right i{
    width: 1px;
    height: 17px;
    margin-right: 10px;
    background-color: #ccc;
}
.news .list .lister li:hover .right i{
    background-color: #b3936c;
}
.news .list .lister li .right span{
    width:18px ;
    height: 18px;
    background: url("../img/go.png");
}
.news .list .lister li:hover .right span{
    background-image: url("../img/go2.png");
}









