@charset 'utf-8';
.l_box {
    width: 313px;
}
.tit {
    padding-bottom: 8px;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
}
.tit p {
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    color: #015293;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #1d528e;
}
.tit .more {
    position: absolute;
    right: 0;top: 0;
    line-height: 35px;
	color: #8f8e8e;
}
.lead_box .lead_con  {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}
.lead_box .lead_con img {
	width: 117px;
    height: 158px;
    padding:10px 9px;
    border: 1px  solid #d7d7d7;
    box-sizing: content-box;
    float: left;
}
.lead_box .lead_con .fr {
    width: 160px;
}
.lead_box .lead_con h3 {
    font-size: 23px;
}
.lead_box .lead_con .place {
    margin: 13px 0 18px;
}
.lead_box .lead_con .job {
    width: 82px;
	height: 34px;
    background: url("../images/zwgk/job-bg.png") center center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 31px;
    margin-bottom: 10px;
}
.ld_bot {
    padding: 10px 0;
}
.ld_bot li {
	line-height: 36px;
}
.ld_bot h3 {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    width: 80px;
}
.ld_bot a {
    margin: 0 10px;
}
.gkbz_box ul {
    padding: 16px 0 20px;
}
.gkbz_box ul li {
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 16px;
    background: #f5f6fa;
    position: relative;
}
.gkbz_box ul li:hover {
    background: #d9dce4;
}
.gkbz_box ul li img {
    margin: 0 30px;
}
.gkbz_box ul li span {
    display: inline-block;
    width: 8px;
	height: 13px;
    background: url("../images/zwgk/icon.png") center center ;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: 18px;
}
.jg_box button {
    width: 154px;
    height: 88px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
}
.jg_box button a{
    color: #fff;
}
.jg_box button.jgzn {
    background: #006cbf;
}
.jg_box button.rsxx {
    background:  #68a0ce;
}
.jg_box button img {
    display: block;
    margin: 0 auto 10px ;
}
.r_box {
    width: 820px;
}
.import  {
    margin-top: 25px;
}
.import ul {
    margin: 20px 0 30px;
}
.import li {
    float: left;
    width: 100px;
    margin-right: 44px;
    text-align: center;
}
.import li:last-child {
    margin-right: 0;
}
.import li img {
    width: 63px;
    height: 64px; 
    display: block;  
    margin: 0 auto;
}
.news_box .tab-nav {
    z-index: 5;
    display: block;
    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;
    position: relative;
}
.news_box .tab-nav li.on {
    background: none;
    position: relative;
    color:#015293;
}
.news_box .tab-nav li.on p::after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background:  #1d528e;
    position: absolute;
    bottom: -15px;
}
.news_box .tab-pal {
    font-size: 16px;
    position: relative;
}
.news_box .tab-pal li {
    font-size: 16px;
    line-height: 36px;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_box .tab-nav li:not(:last-child) p{
    border-right: 2px solid #333333;
    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;
}
.news_box .tab-pal .more {
    position: absolute;
    right: 0;top: -45px;
    color: #a9a9a9;
}
.five {
    margin-top: 20px;
}
.five ul {
    margin-top: 20px;
}
.five li {
    float: left;
    width: 210px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 27px;
}
.five li:last-child {
    margin-right: 0;
}
.five li img {
    margin-right: 18px;
}
.five li a {
    color: #fff;
}
.five li.five1 {
    background: #609fcb;
}
.five li.five2 {
    background: #d1b270;
}
.five li.five3 {
    background: #db9f81;
}
.five li.five4 {
    background: #84b6a6;
}
.five li.five5 {
    background: #8aa7d7;
}
@media (max-width: 768px) {
    .l_box , .r_box {
        float: none;
        width: 100%;
    }
    .l_box {
        margin-bottom: 20px;
    }
    .import ul li {
        width: 33%;
        margin-right: 0;
    }
    .five li {
        width: 48%;
        margin-right: 6px;
        margin-bottom: 6px;
    }

}