@charset 'utf-8';
.l_box {
    width: 329px;
    margin-top: 20px;
}
.gk_list li:last-child {
    margin: 0;
}
.gk_list li img {
    margin:0 12px 0 44px;
}
.gk_list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.gk_list li.gk1 {
    background: url('../images/zwgk/gk-bg1.png')
}
.gk_list li.gk2 {
    background: url('../images/zwgk/gk-bg2.png')
}
.gk_list li.gk3 {
    background: url('../images/zwgk/gk-bg3.png')
}
.gk_list li.gk4 {
    background: url('../images/zwgk/gk-bg4.png')
}
.gk_list li.gk5 {
    background: url('../images/zwgk/gk-bg5.png')
}
.gk_list li {
    width: 100%;
    height: 51px;
    line-height: 51px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin-bottom: 7px;
    font-size: 16px;
}
.leadbox , .gk_work , .news_box , .jg_box {
    background: #ffffff;
    padding: 20px;
}
/* 领导信息 */
.leadbox  {
    margin: 20px 0;
}
.leadbox .title_box {
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.leadbox .title_box h3 {
    display: inline-block;
    font-weight: normal;
    font-size: 22px;
    color: #ffffff;
    padding: 8px 13px;
    background: #125a95;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.leadbox .title_box .more {
    position: absolute;
    right: 0;
    top: 20px;
    color: #999999;
}
.leadbox .leadcon {
    margin: 20px 0 0;
}
.leadbox .leadcon img {
	width: 123px;
	height: 166px;
    padding: 6px;
    box-sizing: content-box;
    border: solid 1px #ebe9e9;
}
.leadbox .leadcon .fr {
    width: 49%;
}
.leadbox .fr h3 {
    font-size: 22px;
	line-height: 45px;
	color: #015293;
} 
.leadbox .fr .place {
    font-size: 16px;
	line-height: 26px;
}
.leadbox .fr .job {
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    color: #000000;
}
.leadbox .fr .det {
    font-size: 16px;
	line-height: 24px;
}
.gk_work p {
    width: 138px;
    height: 83px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 16px;
}
.gk_work p a {
    display: block;
    color: #ffffff;
}
.gk_work p img {
    margin: 9px 0 0;
}
.gk_work p span {
    display: block;
    padding: 3px 19px 8px;
}
.gk_work p.fl{
    background: url("../images/zwgk/five-bg.png");
}
.gk_work p.fr {
    background: url("../images/zwgk/impor-bg.png");
}
.r_box {
    width: 751px;
    margin-top: 20px;
}
/* 右上TAB */
.news_box{ width: 751px;}
.news_box .tab-nav {
    z-index: 5;
    display: block;
    border-left: 4px solid #015293;;
    padding-left: 13px;
    height: 23px;
}
.news_box .tab-hd {
    padding-bottom: 17px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 16px;
}
.news_box .tab-nav li {
    display: inline-block;
    width: auto;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    padding: 0 10px;
    height: 26px;
    padding-left: 0;
    line-height: 24px;
    color: #004e8c;
}
.news_box .tab-nav li.on {
    background: none;
    position: relative;
    color:#ae0303;
}
.news_box .tab-pal {
    font-size: 16px;
    position: relative;
    min-height: 186px;
}
.news_box .tab-pal li {
    font-size: 16px;
    line-height: 38px;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_box .tab-pal .more {
    position: absolute;
    right: 0;
    top: -50px;
    color: #999999;
}
.news_box .tab-nav li:not(:last-child) p{
    border-right: 2px solid #015293;
    padding-right: 17px;
}
.news_box .tab-pal li img {
    margin: 0 14px 0 4px;
}
.news_box .tab-pal li span {
    position: absolute;
    right: 0;
	font-size: 16px;
	line-height: 38px;
	color: #999999;
}
/* 机构职能盒子 */
.jg_box {
    margin: 20px 0;
}
.jg_box li {
    float: left;
    width: 33.3%;
}
.jg_box li a {
    display: block;
}
.jg_box li img {
    vertical-align: top;
    margin-right: 10px;
}
.jg_box li h4 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.jg_box li p {
    font-size: 12px;
	line-height: 19px;
    color: #999999;
}
.jg_box li .r_con {
    display: inline-block;
    width: 57%;
}
@media (max-width: 768px) {
    .l_box , .r_box , .news_box {
        float: none;
        width: 100%;
    }
    .leadbox, .gk_work, .news_box, .jg_box {
        padding: 0;
    }
    .jg_box {
        margin: 0;
    }
    .jg_box li {
        width: 100%;
        margin: 10px 0;
    }
    .jg_box li .r_con {
        width: 70%;
    }
    .news_box .tab-pal {
        min-height: auto;
    }
    .news_box .tab-pal li {
        width: 75%;
    }
    .news_box .tab-pal li span {
        font-size: 14px;
    }
}