.banner {
    width: 100%;
    height: 560px; 
    position: relative;
}
#contentBanner, #contentBanner img{
    height: 100%;
    width: 100%;
}
.news {
    position: relative;
    padding: 0 200px 80px 200px;

}

.news .list .item {
    float: left;
    width: calc(25% - 36px);
    margin: 0 18px;
    height: 330px;
}
.news .list .item .text{
    background: #F6F7FB;
    position: relative;
    width: 94%;
    height: 110px;
    margin: -50px auto;
    padding: 15px 20px;
    color: #000;
}
.news .list .item:hover .text{
    background: #BB0009;
    color: #FFF;
}
.news .list .item .n-title{
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: left;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news .list .item .n-title::before{
    content: " ";
    width: 3px;
    height: 16px;
    margin: 0 6px -2px 0;
    background: #BB0009;
    display: inline-block;
}
.news .list .item:hover .text .n-title::before{
    background: #FFF;
}
.news .list .item .desc{
    padding: 15px 10px;
    font-size: 12px;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:	3;
    display: -webkit-box;
    -webkit-box-orient:	vertical;
}
.news .list .item .text .icon{
    width: 24px;
    height: 24px;
    border: 1px solid #CCC;
    border-radius: 12px;
    text-align: center;
    float: right;
    margin-top: -25px;
}
.news .img{
    width: 100%;
    height: 196px;
    display: block;
}

.type-name{
    text-align: center;
    margin: 10px auto 140px auto;
    font-size: 35px;
    font-weight: bold;
}
.type-name .en{
    color: #E6E6E6;
    font-size: 40px;
}
.type-name .zh{
    margin-top: -50px;
    letter-spacing: 5px;
}
.news-title{
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
}
.news-title::after{
    display: block;
    width: 75px;
    height: 3px;
    background: #BB0009;
    margin: 6px auto;
    content: " ";
}
.news-date{
    font-size: 14px;
    text-align: center;
    color: #666;
    padding: 10px 0 60px 0;
}
.news-content{
    min-height: 300px;
    padding-bottom: 60px;
    border-bottom: 1px solid #666;
}
.news-bottom{
    font-size: 16px;
    padding: 10px 0;
}
.news-bottom p, .news-bottom a{
    font-size: 14px;
    color: #666;
}
.news-bottom .preOne{
    float: left;
}
.news-bottom .nextOne{
    float: right;
    text-align: right;
}