
.banner{
    float:left;
    width:100%;
}
.banner .swiper-pagination span.swiper-pagination-bullet{
    background:#d0d0d2;
    width:15px;
    height:15px;
    opacity: 1;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{
    width:80px;
    border-radius:15px;
}
.banner img{
    float:left;
    width:100%;
}
.banner .swiper-pagination span{
    width:15px;
    height:15px;
    background:#fff;
}

.news-1{
    margin-top:30px;
    display:none;
}
.news-title{
    float:left;
    width:100%;
    border-bottom:1px solid #595959;
    margin-bottom:20px;

}
.news-title em{
    font-style: normal;
    color:#2b479b;
}
.news-title span{
    font-size:32px;
    color:#333;
    font-weight: bold;
    float:left;
    line-height:35px;
    border-bottom:2px solid #024795;
    padding-bottom:10px;
}
.news-title a{
    line-height:35px;
    float:right;
    color:#2b2b2b;
    font-weight: lighter;
    font-size:16px;
}
.hotNews-title{
    text-align:center;
    position:relative;
    margin-bottom:30px;
    height:90px;
}
.hotNews-title h3{
    font-size:32px;
    color:#333;
    position:absolute;
    z-index:1;
    width:100%;
    top:35px;
}
.hotNews-title h3 span{
    color:#2b479b;
}
.hotNews-title p{
    color:#dfdfdf;
    font-size:78px;
    font-weight: bold;
    position:absolute;
    width:100%;
    left:0;
    right:0;
}
.more{
    float:right;
    color:#ccc;
    font-size:16px;
    border:1px solid #ccc;
    padding:5px 10px;
    margin-top:50px;
    position:relative;
    z-index:33;
}



.hotNews-left{
    float:left;
    width:40%;
    background:#2b479b;
    padding:66px 50px 100px 50px;
    box-sizing: border-box;
}
.hotNews-left h5{
    color:#fff;
    font-size:14px;
    height:20px;
    line-height:20px;
}
.hotNews-left h5 img{
    width:20px;
}
.hotNews h6{
    color:#fff;
    font-size:16px;
    margin:20px 0;
}
.hotNews-left p{
    color:#fff;
    font-size:16px;
    line-height:180%;
}
.hotNews-right{
    float:right;
    width:60%;
}
.hotNews-right img{
    width:100%;
}
.news-1 .swiper-button-prev,.news-1 .swiper-button-next{
    color:#fff;
    font-weight: bold;
    border:1px solid #fff;
    background:rgba(255,255,255,0.5);
    padding:10px;
}
.news-1 .swiper-button-prev{
    left:510px;
}
.news-1 .swiper-button-next{
    right:792px;
}
.news-1 h6 {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
  }
.news-3{
    margin-top:30px;
    background:#fff;
    padding:30px 0;
}
.news-3-left{
    float:left;
    width:35%;
}
.news-3-left ul li{
    border-bottom:1px dashed #dbdbdb;
    padding:13px 0;
    float:left;
    width:100%;
}
.news-3-left ul li:nth-last-child(1){
    border:none;
}
.news-3-left ul li a{
    color:#333;
    font-size:16px;
}
.news-3-left ul li a:hover{
	color:#2b479b;
}
.news-3-right{
    float:right;
    width:60%;
}
.news-3-right-img{
    float:left;
    width:45%;
}
.news-3-right-img img{
    width:100%;
}
.news-3-right-img p{
    background:#185fb3;
    height:45px;
    line-height:45px;
    color:#fff;
    float:left;
    width:100%;
    text-align:center;
}
.news-3-list{
    float:right;
    width:50%;
}
.news-3-list li{
    margin-bottom:20px;
}
.news-3-list li a{
    color:#333;
    font-size:16px;
    font-weight: bold;
}
.news-3-right li a:hover{
	color:#2b479b;
}
.news-3-list li p{
    color:#666;
    font-size:15px;
    margin-top:10px;
    line-height:150%;
}

.news-4 .news-3-left{
    width:35%;
    float:left;
}
.news-4 .news-3-right{
    float:left;
    width:60%;
    margin-right:5%;
}