section.service_line {
    margin: 50px 0 10px;
    overflow: hidden;
}

section.service_line div.filter {
    height: 32px;
    line-height: 32px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 3px solid #1080cc;
}

section.service_line div.filter div.tit {
    font-size: 24px;
    color: #1080cc;
}
section.service_line div.filter div.tit a{
    color: inherit;
}

section.service_line div.filter div.tit:before {
    float: left;
    content: "";
    width: 4px;
    height: 20px;
    background: #1080cc;
    margin: 7px 10px 0 0;
    border-radius: 2px;
}

section.service_line div.filter-wrapper {}

section.service_line div.filter-wrapper dl {
    float: left;
    border: 1px solid #ebebeb;
    background: #f2f6fc;
    color: #81b5f8;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
}

section.service_line div.filter-wrapper dt.label {
    padding: 0 10px 0 6px;
    cursor: pointer;
    height: 32px;
    position: relative;
}

section.service_line div.filter-wrapper dt.label > i {
    float: left;
    margin-right: 3px;
}

section.service_line div.filter-wrapper dt.label span.content {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.service_line div.filter-wrapper dl.filter-time span.content {
    width: 160px;
}

section.service_line div.filter-wrapper dl.filter-time input, section.service_line div.filter-wrapper dl.filter-area input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    outline: none;
    border: none;
    padding-left: 24px;
    color: #81b5f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.service_line div.filter-wrapper dl.filter-area span.content {
    width: 120px;
}

section.service_line div.filter-wrapper dl.filter-result span.content {
    width: 70px;
}

section.service_line div.filter-wrapper dl.filter-kw {
    width: 160px;
    overflow: hidden;
}

section.service_line div.filter-wrapper dl.filter-kw dt.label {
    padding: 0;
}

section.service_line div.filter-wrapper dl.filter-kw input {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: none;
    border: none;
    outline: none;
    padding: 0 40px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.service_line div.filter-wrapper dl.filter-kw a.searchBtn {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
    background: #81b5f8;
}

section.service_line div.filter-wrapper dl.filter-kw:hover input, section.service_line div.filter-wrapper dl.filter-kw input:focus {
    background: #fff;
}

section.service_line div.container {
    margin: 30px 0;
    /*min-height: 220px;*/
}

section.service_line div.sub-channel{
    overflow: hidden;
}
section.service_line div.sub-channel ul{
    margin: 10px -5px 0;
}
section.service_line div.sub-channel li{
    float: left;
    padding: 5px;
    width: 20%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.service_line div.sub-channel li a{
    display: block;
    line-height: 44px;
    background: #eff4f9;
    font-size: 15px;
    border-radius: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
section.service_line div.sub-channel li a:hover,
section.service_line div.sub-channel li.on a{
    background: #2891ff;
    color: #fff;
}
section.service_line table.rights a{
    color: #1080cc;
}
section.service_line table.rights a:hover{
    text-decoration: underline;
}
section.service_line table.rights.layui-table tbody tr:hover{
    background: none;
}


section.notice div.container{
    font-size: 14px;
    line-height: 2;
    white-space: pre-wrap;
    margin-bottom: 50px;
    color: #666;
}

dl.pop-citys {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    width: 428px;
    min-height: 230px;
    overflow: hidden;
    padding: 5px 5px 28px;
    margin: 6px 0;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

/* dl.pop-citys a.closeBtn {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
} */

dl.pop-citys a.clearBtn {
    display: block;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 6px;
    top: 8px;
    background: #81b5f8;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}

dl.pop-citys dt.title {
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #81b5f8;
    overflow: hidden;
}

dl.pop-citys dt.title a {
    display: block;
    min-width: 80px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

dl.pop-citys dt.title a.on, dl.pop-citys dt.title a:hover {
    background: #81b5f8;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

dl.pop-citys dd.wrapper {
    padding: 10px 0;
    overflow: hidden;
}

dl.pop-citys dd.wrapper .item {
    margin: 5px 0 5px 5px;
    display: block;
    text-align: center;
    float: left;
    padding: 0 10px;
    min-width: 60px;
    height: 32px;
    line-height: 32px;
    background: #fafafa;
    border-radius: 5px;
    white-space: nowrap;
}

dl.pop-citys dd.wrapper .item.on {
    background: #81b5f8;
    color: #fff;
    border-radius: 5px;
}

dl.pop-citys dd.wrapper .item:not(.on):hover {
    color: #81b5f8;
    text-decoration: underline;
}
dl.pop-citys div.pop-citys-btn-group{
    left:6px;
    right:6px;
    position:absolute;
    bottom:5px;
    text-align: right;
}
dl.pop-citys div.pop-citys-btn-group a{
    display: inline-block;
    line-height: 28px;
    margin-left: 10px;
    padding: 0 20px;
    background: #81b5f8;
    border-radius: 5px;
    color: #fff;
}
dl.pop-citys div.pop-citys-btn-group a.closeBtn{
    background: #FF5722;
}



ul.select {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    margin: 4px 0;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    z-index: 4;
    overflow: hidden;
}

ul.select li {
    padding-left: 23px;
    color: #81b5f8;
}

ul.select li:hover, ul.select li.on {
    color: #fff;
    background: #2891ff;
}

ul.select li a {
    color: inherit;
}

dl.filter-result ul.select {
    display: none;
}


/*信息公示*/

.info_wrapper {
    padding-bottom: 80px;
}

.info_wrapper .menu_wrapper {
    width: 280px;
    min-height: 672px;
    float: left;
    background-image: url('../images/bg.jpg');
}

.info_wrapper .menu_wrapper .sideMenu {
    padding: 10px;
    border: 1px dashed #dee5eb;
}

.info_wrapper .menu_wrapper .sideMenu h3 {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    color: #fff;
    background-color: #577dbe;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
	text-align:center;
}
.info_wrapper .menu_wrapper .sideMenu h3 a:hover{color:#fff;font-weight:bold;}
/* .info_wrapper .menu_wrapper .sideMenu h3::after { */
    /* content: ""; */
    /* position: absolute; */
    /* width: 10px; */
    /* height: 10px; */
    /* display: block; */
    /* border-left: 2px solid rgba(255, 255, 255, 1); */
    /* border-bottom: 2px solid rgba(255, 255, 255, 1); */
    /* border-top: 0; */
    /* border-right: 0; */
    /* -webkit-transform: rotate(-135deg); */
    /* -moz-transform: rotate(-135deg); */
    /* -ms-transform: rotate(-135deg); */
    /* -o-transform: rotate(-135deg); */
    /* transform: rotate(-135deg); */
    /* top: 18px; */
    /* right: 20px; */
    /* transition: all 0.2s; */
/* } */

/* .info_wrapper .menu_wrapper .sideMenu h3.on::after { */
    /* -webkit-transform: rotate(-45deg); */
    /* -moz-transform: rotate(-45deg); */
    /* -ms-transform: rotate(-45deg); */
    /* -o-transform: rotate(-45deg); */
    /* transform: rotate(-45deg); */
    /* transition: all 0.2s; */
/* } */

.info_wrapper .menu_wrapper .sideMenu ul {
    display: none;
}
.info_wrapper .menu_wrapper .sideMenu h3.on + ul{
    display: block;
}

.info_wrapper .menu_wrapper .sideMenu ul li a {
    display: block;
    height: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    color: #5e6770;
    background-color: #eff4f9;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
}
.info_wrapper .menu_wrapper .sideMenu ul li.on a,
.info_wrapper .menu_wrapper .sideMenu ul li a:hover {
    color: #1f4485;
    background-color: #dde5f2;
}

.info_wrapper .right {
    width: 880px;
    float: right;
}

.info_wrapper .right .curtit {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #cccccc;
}

.info_wrapper .right .curtit > a {
    display: inline-block;
    padding: 0 20px;
    line-height: 50px;
    border-bottom: 1px solid #486bab;
    color: #486bab;
    font-size: 18px;
    font-weight: bold;
}
.info_wrapper .right div.filter-wrapper{
    line-height: 32px;
}
.info_wrapper .right div.filter-wrapper dl {
    float: left;
    border: 1px solid #ebebeb;
    background: #f2f6fc;
    color: #81b5f8;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
}
.info_wrapper .right div.filter-wrapper dl.filter-kw {
    width: 160px;
    overflow: hidden;
}
.info_wrapper .right div.filter-wrapper dt.label {
    padding: 0 10px 0 6px;
    cursor: pointer;
    height: 32px;
    position: relative;
}
.info_wrapper .right div.filter-wrapper dl.filter-kw dt.label {
    padding: 0;
}
.info_wrapper .right div.filter-wrapper dt.label > i {
    float: left;
    margin-right: 3px;
}
.info_wrapper .right div.filter-wrapper dl.filter-area input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    outline: none;
    border: none;
    padding-left: 24px;
    color: #81b5f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info_wrapper .right div.filter-wrapper dt.label span.content {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info_wrapper .right div.filter-wrapper dl.filter-area span.content {
    width: 120px;
}
.info_wrapper .right div.filter-wrapper dl.filter-kw a.searchBtn {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
    background: #81b5f8;
}
.info_wrapper .right div.filter-wrapper dl.filter-kw input {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: none;
    border: none;
    outline: none;
    padding: 0 40px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info_wrapper .right div.filter-wrapper dl.filter-kw:hover input,
.info_wrapper .right div.filter-wrapper dl.filter-kw input:focus {
    background: #fff;
}





.info_wrapper .right ul.list li {
    border-bottom: dashed 1px #ccc;
}

.info_wrapper .right ul.list li a {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 14px;
    background: url(../images/sj.png) no-repeat center left;
}

.info_wrapper .right ul.list li a span.tit {
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info_wrapper .right ul.list li a span.date {
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
}

.info_wrapper .right div.area-index{
}
.info_wrapper .right div.area-index dl{
    padding: 15px 0;
    border-bottom: 1px dashed #dde5f2;
    overflow: hidden;
    line-height: 24px;
}
.info_wrapper .right div.area-index dl dt{
    float: left;
    width: 90px;
    font-size: 16px;
}
.info_wrapper .right div.area-index dl dd{
    float: left;
    width: 780px;
    font-size: 14px;
}
.info_wrapper .right div.area-index dl dd a{
    margin-right: 10px;
    display: inline-block;
    color: #666;
}
.info_wrapper .right div.area-index dl dd a:hover{
    color: #1080cc;
}

/*详情*/
.info_detail{
    padding-bottom: 80px;
}
.info_detail .wrapper{
    border:1px solid #dddddd;
    padding:30px 50px 0;
}
.info_detail .wrapper .news_title{
    border-bottom:2px solid #dcdcdc;
}
.info_detail .wrapper .news_title h1{
    font-size: 28px;
    color: #333;
    padding: 10px 0 15px;
    text-align: center;
}
.info_detail .wrapper .news_title .date_source{
    text-align:center;
    font-size: 14px;
    padding: 0px 0 10px;
    color: #595757;
}
.info_detail .wrapper .news_title .date_source span.font{
    padding:0 6px;
    cursor:pointer;
}


.info_detail .wrapper .news_content{
    padding:40px 0;
    border-bottom:2px solid #dcdcdc;
    min-height:240px;
    font-size: 16px;
    line-height: 1.8;
}
.info_detail .wrapper .news_content div.news_text{
    position:relative;
    overflow:hidden;
}
.info_detail .wrapper .news_content div.news_text *{
    max-width: 1200px !important;
}
.info_detail .wrapper .news_content div.news_text a.attach{
    display: block;
    color: #1080cc;
}
.info_detail .wrapper .news_content div.news_text a.attach:hover{
    text-decoration: underline;
}
.info_detail .wrapper .news_content div.news_text a.attach:before{
    content: "\e618";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.info_detail .wrapper .print{
    float: right;
    height:48px;
    line-height: 48px;
    font-size: 14px;
}


/*人员列表*/
section.person ul.person_list{
    margin: 20px auto;
}
section.person ul.person_list .item {
    float: left;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 10px;
}

section.person ul.person_list .item .inner {
    border: 1px solid #d9e6ed;
    margin: 0 5px;
    padding: 5px 0 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 162px;
    overflow: hidden;
    background: #fbfafa;
}

section.person ul.person_list .item .inner .left {
    width: 120px;
    float: left;
    margin-right: 6px;
    height: 150px;
    overflow: hidden;
}

section.person ul.person_list .item .inner .left img {
    width: 100%;
}

section.person ul.person_list .item .inner .right p {
    display: block;
    line-height: 1.6;
    color: #666;
    font-size: 14px;
}

section.person ul.person_list .item .inner .right p * {
    display: block;
    float: left;
}

section.person ul.person_list .item .inner .right p span {
    width: 70px;
}

section.person ul.person_list .item .inner .right p b {
    font-weight: normal;
    width: 180px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}

section.person ul.person_list .item .inner .right .name {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

section.person ul.person_list .item .inner .right .unit {
    max-height: 44px;
    overflow: hidden;
}


div.info_wrapper div.msgBox{
    margin: 50px auto;
    max-width: 600px;
}
div.info_wrapper div.msgBox div.form-item{
    margin-bottom: 15px;
    overflow: hidden;
}
div.info_wrapper div.msgBox div.form-item label{
    display: block;
    width: 110px;
    float: left;
    height: 36px;
    line-height: 36px;
}
div.info_wrapper div.msgBox div.form-item div.input-wrapper{
    margin-left: 120px;
    line-height: 36px;
}
div.info_wrapper div.msgBox div.form-item div.input-wrapper input[type="text"],
div.info_wrapper div.msgBox div.form-item div.input-wrapper textarea{
    border:1px solid #e6e6e6;
    border-radius: 5px;
    outline: none;
    height: 36px;
    line-height: 36px;
    display: block;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.info_wrapper div.msgBox div.form-item div.input-wrapper input[type="text"]:focus,
div.info_wrapper div.msgBox div.form-item div.input-wrapper textarea:focus{
    border-color: #1080cc;
}
div.info_wrapper div.msgBox div.form-item div.input-wrapper textarea{
    line-height: 24px;
    height:  150px;
    padding: 5px 10px;
    resize: none;
    font-family: 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei UI','arial', 'sans-serif';
}
div.info_wrapper div.msgBox div.form-item input[name="code"]{
    width: 340px !important;
    float: left;
}
div.info_wrapper div.msgBox div.form-item img.verify-code{
    display: block;
    float: right;
    height: 32px;
    border-radius: 5px;
    cursor: pointer;
    margin: 2px auto 0;
}
div.info_wrapper div.msgBox a.submitBtn{
    display: block;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #577dbe;
    text-align: center;
    margin: 40px auto;
    border-radius: 5px;
    opacity: 0.8;
}
div.info_wrapper div.msgBox a.submitBtn:hover{
    opacity: 1;
}