

.header{
    background-color: #fff!important;
    box-shadow: 0 0 10px 0 #ccc;
}

.header .border{
    background-color: #124ea3!important;
}

.header li a{
    color: #333!important;
}

.header li.active a{
    font-weight: 600;
    color: #124ea3!important;
}

.header .logo .img1{
    display: none;
}

.header .logo .img2{
    display: block;
}

.search{
    background: url(../images/news/search.png) center no-repeat!important;
}



.content{
    padding-top: 98px;
}

.ban-menu{
    line-height: 110px;
    position: relative;
    right: 0!important;
    margin-bottom: 20px;
    margin-top: 35px;
}
.ban-menu a{
    color: #999!important;
}

.ban-menu img:first-child{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ban-menu img:nth-child(2){
    margin-left: 30px;
}


.newsDetail{
    box-shadow: 0 0 10px 0 #ccc;
    padding: 80px 90px;
}

.newsDetail .title1{
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.newsDetail .title1 h2{
    font-size: 40px;
    color: #124ea3;
    text-align: center;
    margin-bottom: 50px;
}

.newsDetail .title1 span{
    font-size: 18px;
    color: #b9b7b5;
}

.newsDetail .title1 p{
    font-size: 18px;
    color: #b9b7b5;
}

.newsDetail .title1 .img3{
    width: 22px;
    height: 22px;
}

.newsDetail .title2 .p1{
    margin: 0 40px;
}

.newsDetail .title2 .font p:hover{
    cursor: pointer;
    color: #124ea3;
}

.newsDetail .title2 .font p.active{
    color: #124ea3;
}

.newsDetail .title2 .font .img4{
    cursor: pointer;
}

.newsText{
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.newsText table {
    border-top: #000 1px solid;
    border-right: #000 1px solid;
  }
.newsText table td {
    border-bottom: #000 1px solid;
    border-left: #000 1px solid;
}

.newsText p{
    /* font-size: 18px;
    color: #959595;
    line-height: 40px; */
    text-indent: 2em;
}

.newsText img{
    max-width: 100%;
    /* height: 100%; */
    margin: 30px auto 0;
}

.page{
    margin: 50px auto;
}

.page a>div{
    width: 335px;
    height: 60px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 60px;
    color: #999;
}

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



.ban-menu, .title1, .newsText, .page{visibility: hidden;}
.ban-menu.active, .title1.active, .newsText.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;
}