
/* .banner{
    background: url(../images/news/banner.png) center no-repeat;
} */

/* .ban-menu img:first-child{
    position: absolute;
    left: -15%;
  } */


.tab .tab-li{
    width: 33.4%;
}




.list-box{
    margin-top: 80px;
}

.list a{
    /* padding-bottom: 45px;
    border-bottom: 1px solid #eee; */
}

.newspic{
    width: 355px;
    height: 200px;
    overflow: hidden;
    float: left;
    margin-right: 50px;
}

.newspic img{
    width: 100%;
    height: auto;
}

.news{
    /* width: 725px; */
    padding-bottom: 45px;
    border-bottom: 1px solid #eee;
}

.news h3{
    font-size: 20px;
    color: #4e4e4e;
}

.news .p1{
    font-size: 16px;
    color: #999;
    margin-top: 26px;
}

.news .p2{
    font-size: 16px;
    color: #7a7a7a;
    text-indent: 2em;
    line-height: 32px;
    margin-top: 20px;
}

.list a:hover h3{
    color: #124ea3;
}

.list a:hover .news{
    border-bottom: 1px solid #124ea3;
}

.list{
    margin-top: 50px;
}

.news2{
    width: 100%;
}


.page{
    margin: 50px auto;
}

.page .num{
    width: 48px;
    height: 48px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 48px;
    color: #a7a7a7;
    background: #fff;
    margin: 0 10px;
}

.page .img1{
    display: block;
    margin: 15px auto;
}

.page .img2{
    display: none;
}

.page p{
    line-height: 50px;
    color: #999;
}

.page .left a:hover .img1, .page .right a:hover .img1{
    display: none;
}

.page .left a:hover .img2, .page .right a:hover .img2{
    display: block;
    margin: 15px auto;
}

.page .left a:hover p, .page .right a:hover p{
    color: #124ea3;
}

.page a:hover .num{
    border: 1px solid #124ea3;
    background: #124ea3;
    color: #fff;
}




.bannerText, .ban-menu, .tab, .list, .page{visibility: hidden;}
.bannerText.active, .ban-menu.active, .tab.active, .list.active, .page.active{
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}