.banner{
    height: 516px;
    position: relative;
}
.ban-text{
    position: absolute;
    top: 180px;
    left: 280px;
    color: #253554;
    display: none;
}
.ban-text p:nth-child(1){
    font-size: 44px;
    margin-bottom: 26px;
}
.ban-text p:nth-child(2){
    font-size: 18px;
}

.news-main{
    width: 1400px;
    margin:  0 auto 30px;
}
.news-main-l{
    float: left;
    width: 1038px;
}
.news-tabs,.news-loc{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 26px 0 10px 0;
}
.news-tabs div{
    float: left;
    cursor: pointer;
    margin: 0 40px;
    color: #192639;
}
.news-tabs .active,.news-tabs div:hover{
    color: #206BE6;
}
.news-list-wrap,.news-details-box{
    width: 1038px;
    background-color: #fff;
    box-shadow: RGBA(117, 117, 117, .28) 0 1px 8px 3px;
}
.news-item{
    width: 978px;
    margin-left: 17px;
    height: 193px;
    border-bottom: 1px solid #EEEEEE;
}
.news-list-wrap>div{display: none;}
.news-list-wrap>div .news-item:last-child{
    border-bottom: none;
}
.news-img{
    float: left;
    width: 197px;
    height: 121px;
    margin: 28px 42px 0 22px;
}
.news-img img{
    width: 100%;
    height: 100%;
}
.news-text{
    float: left;
    width: 605px;
}
.news-text h3{
    margin-top: 29px;
    height: 36px;
    line-height: 36px;
    color: #192639;
    font-size: 20px;
    font-weight: 500;
}
.news-text p{
    height: 60px;
    font-size: 13px;
    color: #3E3A3A;
    line-height: 22px;
    margin-top: 8px;
}
.news-text .more-btn{
    font-size: 14px;
    color: #206BE6;
}
.news-item:hover .news-text h3{color: #206BE6;}

.news-main-r{
    width: 325px;
    float: left;
    margin-left: 26px;
}
.r-tit{
    font-size: 17px;
    color: #192639;
    margin-bottom: 14px;
}
.hot-news-tit{
    margin-top: 80px;
}
.hot-news-box{
    padding: 12px 0;
    background-color: #fff;
    box-shadow: RGBA(117, 117, 117, .28) 0 1px 8px 3px;
}
.hot-news-box p{
    font-size: 14px;
    color: #3E3A39;
    width: 284px;
    height: 52px;
    line-height: 52px;
    margin: 0 auto;
}
.hot-news-box p a{color: #3E3A39;}
.hot-news-box p:hover a{color: #206BE6;}
.new-active-tit{
    margin-top: 22px;
}
.r-link div{
    width: 325px;
    height: 132px;
    margin-bottom: 17px;
}
/* ----------------------------------------------详情 */
.news-loc{
    font-size: 16px;
}
.news-details-box{
    padding-bottom: 45px;
}
.news-details-wrap{
    width: 950px;
    margin: 0 auto;
}
.news-details-tit{
    text-align: center;
    padding: 40px 0 24px;
    border-bottom: 1px solid #EBEBEB;
}
.news-details-tit h2{
    font-size: 20px;
    color: #192639;
    margin-bottom: 15px;
    font-weight: 500;
}
.news-details-tit p{
    font-size: 13px;
    color: #3E3A3A;
}
.news-details-main{
    font-size: 13px;
    color: #3E3A3A;
    line-height: 40px;
    padding-top: 36px;
}
