body {
    background-image: url(../images/top_banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #F0F7FB;
}

.container{
    width: 1200px;
    background: #fff;
    margin: auto;
    padding-top:70px;
    margin-bottom: 30px;
}

.cl-news{
}

.cl-news .news-top{
    width: 835px;
    float: left;
    margin-left: 20px;
    background-color: #EDF7F9;
    height: 42px;
    line-height: 42px;
}

.cl-news .news-top label{
    float: left;
    width: 120px;
    background-color: #048BFE;
    margin-right: 15px;
}

.cl-news .news-top label i{
    width: 18px;
    height: 16px;
    display: block;
    float: left;
    background-image: url(../images/news-icon.png);
    margin-left: 12px;
    margin-top: 13px;
    margin-right: 10px;
}

.cl-news .news-top label a{
    color: #fff;
    font-size: 16px;
}

.cl-news .news-top label a:hover, .cl-news .news-top label a:active{
    color: #e1e1e1;
}

.cl-news .news-top .date {
    float: right;
    margin-right: 15px;
}

.cl-news .search-box{
    float: right;
    padding-right: 20px;
    height: 42px;
    line-height: 42px;
}

.swiper-news{
    padding:0 20px;
    margin-top: 20px;
}

.swiper-news .banner{
    padding:8px;
    width:568px;
    height: 338px;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    float: left;
}

.news-zwyw{
    width: 570px;
    height: 338px;
}
.title-zwyw{
    position:relative;  
    display:inline-block; 
    *display:inline; 
    *zoom:1;
    width:129px;
    background-image: url(../images/title_zwyw.png);
    background-color: #EBF7FA;
}

.con-zwyw li a i:before{
    content: '•';
    margin-right: 5px;
    color: #005EC0;
    font-style: normal;
}

.con-zwyw li a{
    clear:both;
    font-size: 15px;
    /*line-height: 34px;*/
    line-height:38px;
}

.con-zwyw li a span:last-child{
    float: right;
    margin-right: 2px;
    color: #9D9D9D;
}

.con-zwyw li a:hover span:last-child, .con-zwyw li a:active span:last-child{
    color: red !important;
}

.tit-con-435{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    width: 435px;
    float: left;
}

.tit-con-235 {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    width: 245px;
    float: left;
}

.bigicon {
    padding:0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*height: 120px;*/
}

.bigicon img{
    width:1160px;
    /*height: 120px;*/
}
.two-bigicon{
    padding:0 20px;
    height:90px;
    margin-top:20px;
    margin-bottom:20px;
}
.two-bigicon img{
    width:570px;
}
.mini-3, .mini-4{
    padding:0 20px;
    margin-top: 20px;
}

.mini-3 .container-group {
    width: 373px;
    /*height:270px;*/
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
}

.mini-3 .c-last{
    margin-right: 0px;
}

.mini-4 .container-group {
    width: 287px;
    height: 64px;
    float: left;
    margin-right: 4px;
    box-sizing: border-box;
}

.mini-4 .c-last{
    margin-right: 0px;
}

.mini-title{
    height: 40px;
    background-image: url("../images/mini_title.png");
    background-position: left;
    background-repeat: no-repeat;
    line-height: 40px;
    background-color: #EBF7FA;
}

.mini-title-label i{
    display: inline-block;
    position: relative;
    margin-left: 14px;
    width: 20px;
    height: 22px;
    background-image: url(../images/mini_icon.png);
    top: 5px;
    margin-right: 8px;
}

.mini-title-label {
    color: #fff;
}

.mini-con{
    height: 260px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-top: 8px;
    padding: 10px 15px 0;
}

.mini-con li a i:before{
    content: '•';
    margin-right: 5px;
    color: #D36611;
    font-style: normal;
}

.mini-con li a{
    clear:both;
    font-size: 15px;
    line-height: 34px;
}

.mini-con li .date{
    float: right;
    color: #9d9d9d;
    font-size: 15px;
}

.mini-con li:hover .date, .mini-con li:active .date{
    color: red;
}

.links-container{
    background: #fff;
    height: 80px;
    text-align: center;
}

.swiper-container, .swiper-slide img{
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    border-radius: 3px;
    opacity: 1;
    background: #fff;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #D67425;
}

.swiper-pagination{
    right: 30px;
    left: auto !important;
    text-align: right;
}

.swiper-wrapper-title{
    position: absolute;
    width: 100%;
    height: 40px;
    background: #000;
    top: 280px;
    z-index: 9;
    opacity: 0.5;
    padding-left: 30px;

}
.swiper-wrapper-title span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 375px;
    float: left;
    line-height: 40px;
    color: #fff;
}

.shell a {
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.shell a:hover, .shell a:active{
    color: red;
}

#div1 {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}