@charset "UTF-8";

.wrapper-index {
    padding-top: 22px;
    padding-bottom: 37px;
}

.line {
    background: #fff;
    padding: 17px;
    margin-bottom: 20px;
}

.news-title {
    margin-bottom: 20px;
}
.news-title a {
    display: inline-block;
    font-size: 18px;
    border: 1px solid #1f60a7;
    padding: 8px 11px;
    border-radius: 20px;
    margin-right: 6px;
}
.news-title a.on,
.news-title a:hover {
    background: #1f60a7;
    color: #fff;
}
.news .common-list-more {
    right:0;
}

.hd-box{
    width: 30%;
    float: left;
    padding-left: 10px;
    padding-right: 42px;
    position: relative;
    text-align: center;
}
.hd-box:after{
    content: '';
    width: 1px;
    height: 70%;
    background: #4b78aa;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hd-box-img{
    margin-bottom: 20px;
}
.hd-box-title{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #2a5197;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 18px;
    position: relative;
}
.hd-box-title:after{
    content: '';
    display: inline-block;
    width: 15%;
    height: 1px;
    background: #4b78aa;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.hd-box-summary{
    color: #6f6f6f;
    text-align: center;
    line-height: 2;
}
.hd-list{
    width: 40%;
    float: left;
    padding-left: 45px;
    padding-right: 22px;
}
.hd-list .common-list li{
    padding: 10px 0;
}
.hd-list .common-header{
    margin-bottom: 13px;
}
.zfxxgk{
    width: 30%;
    float: left;
}
.zfxxgk-list{
    margin: 0 -5px;
}
.zfxxgk-list li{
    width: 50%;
    float: left;
    padding: 0 5px;
    padding-bottom: 10px;
}
.zfxxgk-list li a{
    display: block;
    background: #f4f9fe;
    border: 1px solid #c9e2fc;
    text-align: center;
    padding: 16px 10px;
}
.zwfw{
    width: 70%;
    float: left;
    padding-left: 45px;
}
.zwfw-title{
    margin-bottom: 18px;
}
.zwfw-title a{
    display: inline-block;
    padding: 7px 16px;
    background: #f4f4f4;
    float: left;
    position: relative;
}
.zwfw-title a.on{
    display: inline-block;
    background: #1f60a7;
    color: #fff;
}
.zwfw-title a.on:after{
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 8px solid #1f60a7;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.zwfw-list{
    display: none;
}
.zwfw-list.on{
    display: block;
}
.zwfw-list li{
    width: 33.333%;
    float: left;
    margin-bottom: 15px;
}
.zwfw-list li a{
    display: table;
    padding-right: 10px;
    min-height: 80px;
    width: 100%;
}
.zwfw-list li span{
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    padding: 10px;
    border: 1px solid #c9e2fc;
    vertical-align: middle;
    /* border-radius: 5px; */
    text-align: center;
    line-height: 1.2;
    background: #f4f9fe;
}
.zwfw-list li img{
    float: left;
    margin-right: 20px;
    display: none;
}

.leader{
    width: 36%;
    float: left;
    padding-left: 48px;
}
.leader-container{
    position: relative;
}
.leader-container-left{
    width: 100px;
    float: left;
}
.leader-img{
    width: 100%;
}
.leader-container-right{
    margin-left: 120px;
}
.leader-name{
    display: block;
    font-size: 20px;
    color: #135299;
    font-weight: bold;
    margin-bottom: 10px;
}
.leader-title{
    margin-bottom: 20px;
}
.leader-work{
    display: inline-block;
    margin-bottom: 10px;
    background: #135299;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.leader-work2{
    line-height: 1.2;
}

.zmhd{
    width: 33%;
    float: left;
    padding-left: 45px;
    /* padding-right: 40px; */
}
.zmhd-list{
    /* margin: 0 -34px; */
}
.zmhd-list li{
    width: 50%;
    float: left;
    /* padding: 34px; */
    /* text-align: center; */
}
.zmhd-list li p{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.zmhd-list li a{
    display:inline-block;
    margin: 11px 0;
}
.zmhd-list li img{
    /* margin-bottom: 10px; */
    height: 54px;
    vertical-align: middle;
    margin-right: 10px;
}

/* 轮播 */
.slideBox {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    position: absolute;
    right: 18%;
    bottom: 13px;
    z-index: 1;
}
.slideBox .hd ul{
    display: inline-block;
    position: relative;
    top: -5px;
}
.slideBox .hd ul li {
    display: none;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    box-sizing: border-box;
    color: #f00;
}

.slideBox .hd ul li.on {
    display: inline-block;
}

.slideBox .hd span{
    position: relative;
    top: 5px;
    color: #fff;
    font-size: 12px;
}
.slideBox .hd span:before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 33px;
    background: #fff;
    transform: rotate(30deg);
    position: relative;
    left: -4px;
    top: 6px;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    width: 100%;
    height: 100%;
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd p {
    width: 70%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 15px 60px 15px 10px;
    background: rgba(0, 0, 0, 0.43);
}

.slideBox .bd ul {
    width: 100%;
    height: 100%;
}

.slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.slideBox .prev,
.slideBox .next,
.picMarquee-left .prev,
.picMarquee-left .next{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 36px;
    height: 57px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.slideBox .prev,.picMarquee-left .prev{
    left: 7px;
    background: url(../images/slidebox-prev.png) no-repeat;
    background-size: contain;
}

.slideBox .next,.picMarquee-left .next{
    right: 7px;
    background: url(../images/slidebox-next.png) no-repeat;
    background-size: contain;
}

.slideBox .prev:hover,
.slideBox .next:hover,
.picMarquee-left .prev:hover,
.picMarquee-left .next:hover{
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
/* 专题轮播 */
.picMarquee-left{
    position: relative;
}
.picMarquee-left .bd {
    width: 100%;
    overflow: hidden;
}
.picMarquee-left ul li {
    width: 25%;
    height: 103px;
    /* padding: 0 7px; */
    line-height: 30px;
    text-align: center;
    float: left;
}
.picMarquee-left ul li img {
    width: 100%;
    height: 100%;
    padding: 0 7px;
}


@media screen and (max-width: 768px){
    .hd-box{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .hd-box:after{
        display: none;
    }
    .hd-list{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .zfxxgk{
        width: 100%;
    }
    .zwfw-title a{
        width: 33.33333%;
        text-align: center;
        padding: 12px 0;
    }
    .zwfw{
        width: 100%;
        padding: 0;
    }
    .zwfw-list li{
        width: 33.33333%;
    }
    .zmhd{
        width: 100%;
        padding: 0;
    }
    .zmhd-list{
        margin: 0 -20px;
    }
    .zmhd-list li{
        width: 33.33333%;
        padding: 20px;
    }
	.leader{
		width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width:500px){
    .zwfw-list li{
        width: 100%;
    }
    .slideBox {
        height: 250px;
    }
}
@media screen and (max-width:400px){
    .slideBox {
        height: 200px;
    }
    .zfxxgk-list li{
        width: 100%;
    }
    .zmhd-list{
        margin: 0 -10px;
    }
    .zmhd-list li{
        width: 50%;
        padding: 10px;
    }
}