@charset "utf-8";
body {
    font-size: 0.45rem;
    color: #333;
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}
a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
	text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    color: #ff9724 !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.clearfix {
    display: block;
    #zoom: 1;
}
.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}
.domPC {
    display: none !important;
}
.domMobile {
    display: block;
}
.contant {
    width: 94%;
    margin: 20px auto;
}
.con_top {
    color: #407434;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
}
.con_top a {
    color: #407434;
}
.con_left {
    width: 100%;
    float: left;
}
.con_right {
    width: 310px;
    float: right;
}
/*标题通用*/
.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;
}
/*左侧*/
.lmtit {
    width: 100%;
    height: 1.2rem;
    position: relative;
	margin-bottom:30px;
}
.lmtit a {
    display: flex;
}
.lmtit h3 {
    padding-right: 0.4rem;
    height: 1.2rem;
    background: #fff;
    position: absolute;
    display: inline-block;
    z-index: 1;
}
.lmtit h3 img {
    width: auto;
    height: 1.2rem;
}
.lmtit h3 a{
	width: 160px;
    background: #3caff2;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: 宋体;
    font-weight: bold;
    font-size: 0.7rem;
    height: 1.2rem;
    line-height: 1.2rem;
	}
.lmtit h4 {
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 0.6rem;
    border-bottom: 1px solid #c9c9c9;
    top: 0px;
}
.con_left ul {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    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: 10px;
    left: 0;
}
.con_left li h3 {
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
}
.con_left li span {
    display: inline-block;
    color: #b1b1b1;
    margin-left: 5px;
    float: right;
    display: none;
}
/*xpage list*/
.more {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #bbb;
    background: #eee;
    line-height: 0.9rem;
    font-size: 0.4rem;
    padding: 0 10px;
    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 li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 20px auto;
    float: none;
}
.con_img .list li img {
    width: 100%;
    height: 6rem;
    margin-bottom: 8px;
}
.con_img .list li span {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}

