@charset "utf-8";
/*带右栏二级页css*/
/*20180122 v1.0*/
body {
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
    ;
    color: #333;
}
a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
    outline: none;
    color: #333;
}
.clearfix {
    display: block;
    #zoom: 1;
}
.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}
a:hover {
    color: #ff9724 !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.domPC {
    display: block;
}
.domMobile {
    display: none;
}
.contant {
    width: 1000px;
    margin: 0 auto;
}
.con_top {
    color: #407434;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
}
.con_top a {
    color: #407434;
}
.con_left {
    width: 645px;
    float: left;
}
.con_right {
    width: 314px;
    float: right;
}
.imgbox {
    width: 314px;
    height: auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}
.imgbox img {
    width: 100%;
    height: 178px;
}
.imgbox .bg {
    width: 100%;
    height: 40px;
    background: #e5e5e5
}
.imgbox h3 {
    font-size: 16px;
    line-height: 24px;
    width: 94%;
    margin: 0 auto;
    text-align: center;
    margin-top: 8px;
    text-align: left;
}
.lmtit {
    width: 100%;
    height: 46px;
    position: relative;
    margin-bottom: 35px;
}
.lmtit h3 {
    padding-right: 20px;
    height: 46px;
    background: #fff;
    position: relative;
    display: inline-block;
}
.lmtit h3 img {
    width: auto;
    height: 46px;
}
.lmtit h3 a {
    width: 187px;
    background: #3caff2;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: 宋体;
    font-weight: bold;
    font-size: 28px;
    height: 46px;
    line-height: 46px;
}
.lmtit h4 {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 23px;
    border-bottom: 1px solid #c9c9c9;
    top: 0px;
}
/*标题通用*/
.title {
    width: 100%;
    height: 45px;
    /* background: url(http://www.zlb.gov.cn/2018/images/flwbg.png) left bottom no-repeat; */
    margin-bottom: 0px;
}
.title h3 {
    line-height: 26px;
    height: 26px;
    font-size: 18px;
    color: #407434;
    padding-left: 36px;
    font-weight: bold;
    float: left;
}
.title h3 a {
    color: #407434;
}
.title span {
    display: inline-block;
    float: right;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    color: #8aa585;
}
.title span a {
    color: #8aa585;
}
/*左侧*/
.con_left ul {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    margin-top: 10px;
}
.con_left li {
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px;
}
.con_left li:before {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #000;
    border-radius: 0px;
    position: absolute;
    top: 15px;
    left: 0;
}
.con_left li div {
    width: 520px;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    margin-left: 0px;
}
.con_left li:after {
    display: inline-block;
    color: #b1b1b1;
    margin-left: 5px;
    float: right;
    display: none;
}
/*右栏*/
.con_right ul {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}
/*xpage list*/
.more {
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #bbb;
    background: #eee;
    line-height: 2em;
    border-radius: 0.5em;
    cursor: pointer;
}
.more:hover {
    background: #ddd;
}
.more:active {
    background: #ccc;
}
hr {
    width: 100%;
    height: 1px;
    border: none;
    background: #eee;
    margin: 10px 0 10px 0;
}
/*图片列表*/
.con_img {
    width: 100%;
}
.con_img .list {
    margin: 20px auto;
}
.con_img .list li {
    width: 30%;
    height: 240px;
    overflow: hidden;
    margin: 0 1.6% 20px 1.6%;
    float: left;
}
.con_img .list img {
    width: 100%;
    height: 178px;
    margin-bottom: 8px;
}
.con_img .list span {
    width: 100%;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}

