@charset "utf-8";
html,body{
    margin:0;
    padding:0;
    font-size:16px;
    color:#333;
    font-family: "microsoft yahei";
    background-color: #f5f5f5;
    -webkit-text-size-adjust: none;
}
img{
    border:none;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}
a {
    text-decoration: none;
}
img {
    border: none;
    vertical-align: middle;
}
dl,dt,dd,ul,li,form,input,textarea,span{
    margin:0;
    padding:0;
    list-style:none;
}
input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color:#aaa;
}
input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
}
input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
}
input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaa;
}
/*无障碍阅读-start*/
.accessible-wrap {
    display: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.accessible-body {
    position: fixed;
    z-index: 10;
    width: 100%;
    min-width: 1000px;
    text-align: right;
    padding: 10px 0;
    font-size: 14px;
    background-color: white !important;
    border-bottom: 1px solid #ddd;
}
.accessible-body-fixed {
    height: 47px;
}
.accessible-body span {
    display: inline-block;
    padding: 0 10px;
    margin-left: 6px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-color: #f3f3f3 !important;
    line-height: 24px;
    color: #444 !important;
    cursor: pointer;
}
.contrast, .contrast * {
    background: black !important;
    color: white !important;
}
/*无障碍阅读-end*/
@font-face {
    font-family: 'commfont';
    src:url('../fonts/public-service.eot?nf1wpi');
    src:url('../fonts/public-service.eot?nf1wpi#iefix') format('embedded-opentype'),
    url('../fonts/public-service.ttf?nf1wpi') format('truetype'),
    url('../fonts/public-service.woff?nf1wpi') format('woff'),
    url('../fonts/public-service.svg?nf1wpi#public-service') format('svg');
    font-weight: normal;
    font-style: normal;
}

.white-bg {
    background:#fff;
}
.border {
    border:1px solid #dedede;
    box-sizing:border-box;
}
.border-1 {
    border:1px solid #f2f2f2;
    box-sizing:border-box;
}
.border-2 {
    border:1px solid #dedede;
    border-top:2px solid #016bb9;
    box-sizing:border-box;
}
.fr {
    float:right;
}
.fl {
    float:left;
}
/*base-end*/

.tc {
    text-align:center;
}
.col-a {
    width:52%;
    float: left;
    overflow: hidden;
}
.col-b,.col-e {
    width:45%;
    overflow: hidden;
    float:right;
}
.col-c {
    width:64.4%;
    float: left;
    overflow: hidden;
}
.col-d {
    width:34%;
    overflow: hidden;
    float:right;
}
.max-wrap {
    max-width:1920px;
    min-width:1103px;
    margin:0 auto;
}
.main-wrap{
    width:1103px;
    margin:0 auto;
    position:relative;
}
/*头图--开始*/
.banner {
    height: 595px;
    position: relative;
    width: 100%;
    background-color: #fff;
}

.swiper-container {
    width: 100%;
    height: 595px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 35px;
    border-radius: 0px 0px;
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets
{
    bottom: 90px !important;
    font-size:16px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0px 4px;
}
.swiper-button-prev, .swiper-button-next {
    width:66px;
    height:66px;
    background-size:auto;
    background-position:initial;
    background-image:url(../images/banner-btn.png);
}
.swiper-button-next {
    background-position:-72px 0px;
}
.swiper-button-prev {
    background-position:0px 0px;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #f02e16;
}

.swiper-button-prev,.swiper-button-next {
    top: 49%;
}
/*头图--结束*/
.top-bar {
    font-size:14px;
    padding:10px 0;
    position:absolute;
    top:0;
    width:100%;
    z-index:10;
}
.top-bar a:hover,
.top-bar a {
    color:#fff;
}
.top-bar .bar-left,
.top-bar .bar-right {
    display:inline-block;
}
.top-bar .bar-left a {
    padding:0 3px;
}
.top-bar .bar-right>i {
    font-style:normal;
    margin:0px 5px;
    position:relative;
    cursor:default;
}
.top-bar .bar-right>a>i:before,
.top-bar .bar-right>i:before {
    content: attr(icon);
    font-family: commfont;
    display: inline-block;
    font-size: 1.425em;
    font-weight: normal;
    vertical-align:text-top;
    color:#fff;
}
.top-bar .bar-right>i>div {
    display:none;
    position:absolute;
    width:110px;
    left:-45px;
    border:1px solid #ddd;
    z-index:12;
    top:28px;
}
.top-bar .bar-right>i>div img {
    width:100%;
}

.version-links>a:after{
    content:"|";
    padding:0px 3px 0 7px;
    color:#fff;
}
.pip-triggers>em>i {
    vertical-align:middle;
}
.top-bar .bar-right i:hover>div{
    display:block;
}
.top-bar .bar-right .version-links {
    display:inline;
}
/*.zhb-app {
	color:#1296DB;
}
.web-app {
	color:#336DE7;
}
.web-app {
	color:#336DE7;
}
.weixin {
	color:#63B935;
}
.weibo {
	background:url(../images/wb.png) no-repeat center center;
	width: 1.2em;
	display:
	inline-block;
	background-size: 100%;
}
.weibo > a {
	display:inline-block;
	width:100%;
}*/
.top-bar .user {
    display:inline;
    float:none;
}
.top-bar .user.clearfix:after {
    display:inline;
}
.pip-triggers>em {
    line-height:normal;
}
.pip-triggers>div>div>div {
    line-height:20px;
    float:left;
}
.pip-triggers>em>i {
    color:#fff!important;
}
.top-bg {
    background:url(../images/logobg.jpg) no-repeat center bottom;
}
.top-bar .logo {
    margin-top:95px;
    text-align:center;
}
.logo-right {
    display: inline-block;
    padding-right:4%;
    position: absolute;
    right: 0;
    top: -130px;
}
.logo-right .time {
    text-align:right;
    color: #555;
    padding:8px 13px 20px;
}
.user>.login-others {
    margin-left:0!important;
    display:inline-block;
}
.login-others>ul>* {
    line-height:2.5em;
}
.login-others>ul {
    right:0!important;
    width:8.9em!important;
}
.search-wrap-bar {
    position: absolute;
    top: -260px;
    z-index: 9;
    width:100%;
}
.search-wrap {
    width: 650px;
    margin:0 auto;
}
.find-bar {
    width:100%;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius:5px 5px;
}
.find-bar input[type="text"]{
    width:calc(100% - 75px);
    width:-webkit-calc(100% - 75px);
    width:-moz-calc(100% - 75px);
    height: 54px;
    outline:none;
    padding-left:15px;
    line-height:54px;
    border:0;
    float:left;
    background:none;
}
.find-bar input[type="submit"]{
    display: inline-block;
    font-family: commfont;
    color:#f00;
    width:55px;
    height: 54px;
    line-height:54px;
    border: 0px;
    border-radius: 0px 6px 6px 0px;
    font-size: 1.5em;
    background:url(../images/search-btn-line.png) no-repeat left center;
    padding:0px 10px;
    margin-left:5px;
    float:left;
    cursor:pointer;
}

.find-bar .search-ico {
    position:relative;
    float:left;
}
.find-bar .search-ico input {
    padding-left:30px;
}
.find-bar .search-ico:before {
    content: attr(icon);
    font-family: commfont;
    display: inline-block;
    font-size: 18px!important;
    color: #fff;
    position:absolute;
    left: 13px;
    top: 8px;
    pointer-events: none;
}
.top-news {
    line-height:50px;
    background:#fff;
    margin:0 auto;
    width:1103px;
}
.top-news a {
    display:block;
    font-size:2em;
    font-weight:bold;
    color:#015293;
    text-align:center;
    padding:0.5em;
}
.top-news a:hover {
    color:#015293;
}
.news-pic {
    padding:7px;
}
.news-pic img{
    height:336px;
    width:100%;
}
.index-ztzl {
    padding:5px;
    margin-bottom:10px;
}
.index-ztzl .title {
    width:8%;
}
.index-ztzl .title img {
    width:100%;
}
.index-ztzl .con {
    width:calc(100% - 180px);
    width:-moz-calc(100% - 180px);
    width:-webkit-calc(100% - 180px);
    margin-right:45px;
}
.index-topbg {
    background:#f5f5f5;
    padding:10px 0;
    width:1103px;
    margin:0 auto;
}
.index-topbg:after {
    content:"";
    display:block;
    clear:both;
}
.index-adv {
    padding:10px;
    margin-bottom:10px;
}
.col-3-a {
    width:32.3333%;
    margin-left:1.5%;
    margin-bottom:10px;
}
.col-3-a:first-child {
    margin-left:0;
}
.col-3-a .news-list {
    padding-left:10px;
}
.btn4 {
    margin-bottom:10px;
}
.btn4 a{
    width:24%;
    float:left;
    display:block;
    color:#fff;
    font-weight:bold;
    font-size:1.25em;
    margin-left:1.33%;
    padding:1em 0;
}
.btn4 a:hover span{
    color:#fff;
}
.btn4 a:first-child {
    margin-left:0;
}
.btn4 span:after {
    content: "\e90d";
    font-family: commfont;
    display: inline-block;
    color: #fff;
    font-size: 1.375em!important;
    font-weight: normal;
    vertical-align:middle;
    margin-left:10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;

}
.btn4 a span:before {
    content: attr(icon);
    font-family: commfont;
    display: inline-block;
    color: #fff;
    font-size: 1.25em;
    font-weight: normal;
    vertical-align:middle;
    margin-left:7%;
    margin-right:15px;
}
.color-1 {
    background:#f27573;
}
.color-2 {
    background: #6fb0f4;
}
.color-3 {
    background: #8ac362;
}
.color-4 {
    background: #8da9f3;
}
.btn4 a:hover {
    filter:Alpha(Opacity=70); opacity:0.8;

}
.btn4 a:hover span:after {
    margin-left:5px;
}
.index-zmhd .box-tabs>dt>ul>li>a,
.index-zwfw .box-tabs>dt>ul>li>a {
    text-align:left;
}
.index-zmhd dt ul li.focus a:before,
.index-zwfw dt ul li.focus a:before{
    content: attr(icon);
    font-family: commfont;
    display: inline-block;
    font-size: 1.5em;
    font-weight: normal;
    vertical-align:bottom;
    margin-right:10px;
    color:#016bb9;
}

.index-zmhd dt ul li.focus,
.index-zwfw dt ul li.focus{
    color:#016bb9;
    font-weight:bold;
    font-size:1.125em;
}
.index-zmhd .box-tabs>dt>ul>li.focus:after,
.index-zwfw .box-tabs>dt>ul>li.focus:after{
    display:none;
}
.index-zmhd .zxhf-title {
    background:url(../images/sc_11.png) no-repeat left center ;
    border-bottom:1px solid #ddd;
    font-weight:bold;
    padding:5px 5px 10px 40px;
    margin-bottom:5px;
}
.index-zmhd .zxhf-title a {
    float:right;
    font-weight:normal;
    color:#666;
    font-size:0.875em;
}
.index-zmhd .news-list>a{
    padding:0.3em 0;
    font-size:14px;
}
.index-zmhd,
.index-zwfw {
    margin-bottom:10px;
}
.index-page{
    font-size:0.75em;
}
.index-page span{
    color: #000;
    padding: 4px 10px;
    background: #ddd;
    font-weight:bold;
    display:inline-block;
}
.index-page a {
    border: 1px solid #ddd;
    padding: 3px 10px;
    color: #333;
    font-weight: normal;
    background: #eee;
    margin-left:0.9em;
    margin-top:0.45em;
    display:inline-block;
}
.btns-zmhd a{
    width:30.33%;
    float:left;
    height:6.9em;
    background:#f5f5f5;
    text-align:center;
    color: #016bb9;
    margin:6px 0 6px 3%;
}
.btns-zmhd a:hover,.btns-zwfw a:hover {
    background:#DBE6F0;
    color:#333;
}
.btns-zmhd a:before {
    content: attr(icon);
    font-family: commfont;
    display: block;
    font-size: 2em;
    font-weight: normal;
    height: 1.5em;
    text-align: center;
    line-height: 1.5em;
    padding-top: 0.5em;
    color:#016bb9;
}
.btns-zmhd a:nth-child(4){
    width:63.66%;
}
.xfjb {
    background-size: 2.7em!important;
    background-repeat: no-repeat!important;
    background-position: center 1.25em!important;
    background-image: url(../images/zmhd_32.png)!important;
}
/*.btns-zwfw a:before{
    content: attr(icon);
    font-family: commfont;
    display: block;
    font-size: 2.5em;
    font-weight: normal;
    vertical-align:bottom;
    margin:0.35em auto;
    color:#016bb9;
}*/
.btns-zwfw{
    display:flex;
    flex-wrap:wrap;
}
.btns-zwfw a{
    width:30%;
    line-height:1.45em;
    padding:1em 0;
    margin-left:2%;
    margin-bottom:6px;
    flex-grow:1;
    background:#f5f5f5;
    text-align:center;
    color: #016bb9;
}
.zwfw-img {
    text-align:center;
    padding:29px 15px;
}
.zwfw-img img{
    width:85%;
}
.pic-links {
    padding:10px 0;
    margin-bottom:10px;
}
.pic-links a {
    display:block;
    width:24%;
    float:left;
    margin-left:0.85%;
}
.pic-links a img {
    width:100%;
    height:100%;
}
/*.text-links-gov a {
	color:#666;
	padding:10px 0px 0 15px;
	display:block;
	float:left;
	width:calc(12.5% - 15px);
	width:-moz-calc(12.5% - 15px);
	width:-webkit-calc(12.5% - 15px);
}
.text-links-gov a:nth-child(n+25) {
	width:12.8%;
}

.text-links-other a{
	padding:10px 0px 5px 15px;
	color:#666;
	display:inline-block;
	float:left;
	width:8%;
}*/
.text-links dd a {
    color:#666;
    padding:7px 0px 10px 17px;
    display:inline-block;
    white-space: nowrap;
}
.main-nav-bg {
    position: relative;
    z-index: 9;
    background: #f0f0f0;
    margin-bottom:10px;
    border-bottom:1px solid #dfdfdf;
}
/*下拉菜单--start*/
.main-nav {
    position: relative;
    margin: 0 auto;
}
#menu {
    width: 100%;
    margin: 0 auto;
}
#menu a {
    display: block;
    color: #333;
}
#menu li:hover>ul {
    display: block;
}

/* 一级菜单 */
#menu>ul {
    display: table;
    width: 100%;
}
#menu>ul>li {
    position: relative;
    display: table-cell;
    border-right:#dfdfdf 1px solid;
}
#menu>ul>li:first-child {
    border-left:#dfdfdf 1px solid;
}
#menu>ul>li>a {
    padding:0.65em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 1.25em;
    font-weight:bold;
    background:#f0f0f0;
}
#menu>ul>li:hover>a,
#menu>ul>li>a:hover {
    background: #015694;
    color: #fff;
}
#menu > ul > li.focus > a{
    color:#fff;
    background: #015694;
}
/* 下拉的菜单栏 */
#menu>ul>li ul {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding-bottom: 10px;
}
/* 下拉菜单的菜单项 */
#menu>ul>li>ul li {
    text-align: center;
    position: relative;
}
#menu>ul>li>ul li>a {
    color: #444;
    padding: 10px 0;
}
#menu>ul>li>ul li>a:hover {
    background-color: #0076C5;
    color: #fff!important;
}
#menu ul li ul li:first-child a:hover {
    border-radius: 0px;
}
/* 三级及以下的菜单项的定位 */
#menu>ul>li>ul>li ul {
    left: 100px;
    top: -1px;
}
#menu>ul>li>ul>li ul>li {
    font-size: 0.75em;
}
/* 下拉的菜单--end*/
/*菜单end*/
/*列表--模块化--开始*/
.news-list>a {
    display:block;
    padding:0.5em 0;
}
.news-list>a:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.news-list>a>span {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float:left;
    width:calc(100% - 6em);
    width:-moz-calc(100% - 6em);
    width:-webkit-calc(100% - 6em);
}
.news-list>a:hover span{
    color: #3e8be8;
}
.news-list>a>em {
    width:6em;
    float:
            right;
    color:#999;
    font-style: normal;
    font-size: 0.875em;
    font-family: Arial, Verdana;
    line-height: 1.5em;
    text-align:right;
}
.news-list.date-left>a>em{
    float:left;
    padding-top:0.5em;
}
.news-list.date-left>a>span{
    width:100%;
}
.index-change-news > dt > ul {
    width:100%;
}
.sub-box-c dl dd {
    padding-top:10px;
}
.sub-box-c .news-list.b-line>a{
    border-bottom:1px solid #ececec;
}
.sub-box-c .news-list.b-line>a:last-child {
    border-bottom:0;
}
.pre-1 a:before {
    content: "";
    background: url(../images/list.png) no-repeat;
    width: 5px;
    height: 9px;
    float: left;
    margin-top: 0.55em;
    padding-right: 5px;
}

.pre-2 li:before {
    content: "";
    background: url(../images/pre-dot.jpg) no-repeat;
    width: 5px;
    height: 9px;
    float: left;
    margin-top: 26px;
    padding-right: 10px;
}
/*table布局--开始*/
.d-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.d-table>* {
    display: table-cell;
    vertical-align: top;
}
.d-table>.mr-15 {
    width: 15px;
}
.d-table>.mr-25 {
    width: 25px;
}
/*列表--模块化--结束*/
/*二级栏目切换--模块化--开始*/
.box-tabs>dt {
    border-bottom: 2px solid #ddd;
    position:relative;
}
.box-tabs>dt>ul{
    display:table;
}
.box-tabs>dt>ul>li {
    display: table-cell;
    position:relative;
}
.box-tabs>dt>ul>li>strong {
    color: #333;
    font-size: 1.125em;
    padding:0.5em 12px;
    display:block;
    text-align:center;
}
.box-tabs>dt>ul>li.focus>strong {
    position: relative;
    color: #016bb9;
}
.box-tabs>dt>ul>li>a {
    color: #333;
    font-size: 1.125em;
    padding:0.5em 12px;
    display:block;
    text-align:center;
}
.box-tabs>dt>ul>li.focus>a {
    position: relative;
    color: #016bb9;
}
.box-tabs>dt>ul>a:hover {
    color: #3db1ea;
}
.box-tabs>dt>ul>li.focus:after,
span.box-title-name:after{
    content: "";
    display:block;
    position:absolute;
    width:100%;
    border-bottom:2px solid #1054D1;
    bottom: -2px;
}
.box-tabs>dd {
    padding: 4px 10px 4px 0px;
}
.box-tabs>dd>ul>li {
    display: none;
}
.box-tabs>dd>ul>li.focus {
    display: block;
}
.box-tabs>dt>ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.more.more-right {
    color: #999;
    font-weight: normal;
    position:absolute;
    right:5px;
    top:0.1em;
    display:inline-block;
    padding:0.75em 10px;
}
.more.more-right:hover {
    color: #ff7900;
}
.more.more-center {
    display: block;
    text-align: center;
    background-color: #eee;
    padding: 8px 0;
}
.more.more-center:hover {
    background-color: #3db1ea;
    color: #fff;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}
/*二级*/
/*左*/
.left-menu {
    width: 240px;
    padding:10px 10px 0;
    border:1px solid #ddd;
    box-sizing:border-box;
}
.left-menu a {
    display: block;
    padding: 15px 20px;
    color: #555;
    border:1px solid #ddd;
    text-align:center;
    margin-bottom:10px;
}
.left-menu a.focus {
    background: #016bb9;
    color: #fff;
}
.left-menu a.focus:hover {
    color:#fff;
}
.left-menu > *:after{
    content:attr(title);
}

.left-menu a:hover, .left-menu a:hover::before {
    color: #3e8be8;
}
.left-menu > span{
    display:none;
}
.level-four {
    margin-top:10px;
    padding:10px 0;
    background:#f0f2f5;
    border:1px solid #e5edf4;
}
.level-four span {
    margin-left:10px;
    display:inline-block;
}
.level-four span.focus {
    background:#4faade;
    border-radius:15px 15px;
    padding:4px 15px;
}
.level-four span.focus a {
    color:#fff;
}
.level-four span a {
    color:#555;
}
/*二级list新闻表页*/
.sub-box-c .box-tabs>dt>ul>li {
    font-size: 1.125em;
}
.sub-box-c .box-tabs>dd>ul>li {
    display:block;
}
.news-list-title,.news-other-title {
    border-bottom:2px solid #ddd;
    margin-bottom:10px;
}
.news-list-title div,
.news-show-title div,
.news-other-title div
{
    padding:0px 1em;
    color:#015694;
    font-weight:bold;
    font-size:1.25em;
    padding:0.625em 1em;
    display:inline-block;
    position:relative;
}
.news-list-title div:after,
.news-show-title div:after,
.news-other-title div:after {
    content: "";
    display:block;
    position:absolute;
    width:100%;
    border-bottom:2px solid #1054D1;
    bottom: -2px;
    left:0;
}
/*单独新闻列表*/
.news-list-alone {
    margin-left:15px;
    padding:5px 25px;
}
/*分类新闻列表*/
.news-list-classify {
    margin-left:15px;
    padding:5px 25px;
}
.news-list-classify dl dt{
    border-bottom:1px solid #ddd;
}
.news-list-classify dl dt ul>li.focus>a .triangle,
span.box-title-name .triangle {
    bottom:-3px;
}
.news-list-classify .box-tabs>dt>ul {
    width:auto;
}
.news-show-title {
    border-bottom:2px solid #ddd;
}
.sub-box-c .news-alone-content>.sub-title {
    border-bottom:2px solid #ddd;
}
.sub-box-c .news-alone-content>.sub-title>a {
    font-size:1.125em;
    color:#016bb9;
    padding:0.5em 12px;
    display:inline-block;
    border-bottom:2px solid #1054D1;
    margin-bottom:-2px;
}
.single-article {
    font-size: 0.875em;
    line-height: 2.4em;
    color: #666;
    word-break: break-all;
    text-indent: 2em;
    font-family: "microsoft yahei";
}
.single-article img {
    max-width: 100%;
}
/*内容页--start*/
.location {
    padding:0.25em 0 0.65em;
}
.location:before {
    content: "\e91d";
    font-family:commfont;
    display:inline-block;
    float:left;
    position: relative;
    top: 0.1em;
    margin-right:10px;
    color:#4a94cb;
}
.location>a,
.location>em {
    color: #333;
    font-style: normal;
}
.location>span {
    color: #333;
}
.location>a:after {
    content: ">>";
    padding: 0px 5px;
    font-family: simsun;
}
.location>a:last-child:after {
    display:none;
}
.news-content-wrap {
    padding:30px 60px;
    color: #666;
    font-family: "microsoft yahei";
}
.news-content-wrap .big-title {
    padding: 0.5em 0;
    font-size: 1.875em;
    text-align: center;
    color: #333;
    line-height:1.375em;
    font-family:microsoft yahei;
}
.news-content-wrap .second-title {
    padding-bottom: 20px;
    font-size: 1.2em;
    text-align: center;
    color: #666;
}
.news-content-wrap .content-small-title {
    font-size: 0.875em;
    text-align: center;
    color: #999;
    line-height: 2em;
    margin-bottom:1.5em;
    font-family:microsoft yahei;
}
.news-content-wrap .content-title-line {
    border-bottom: 1px #0f73bd dotted;
    margin-bottom: 22px;
}
.news-content-wrap .news_content_description {
    font-size: .75em;
    color: #888;
    background-color: #f3f3f3;
    line-height: 1.75em;
    padding: 10px 15px;
    margin-top: 15px;
}
.news_content_text p,
.news_content_text div{
    line-height: 2em;
    font-size: 1em;
    font-family:"宋体";
    text-align:justify;
}
.news_content_text img {
    max-width: 700px;
    height: auto !important;
    display:block;
    margin:0 auto;
}
.news_content_other {
    padding: 10px 0px;
}
.news-content-function {
    float: right;
    font-size: .75em;
    color: #999;
}
.news-content-function>span:before {
    content: "[";
}
.news-content-function>span:after {
    content: "]";
}
.news-content-function>span {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    line-height: 36px;
}
.news-content-function>span:hover {
    text-decoration: underline;
}
.news_content_img {
    text-align: center;
}
.news_content_img img {
    max-width: 700px;
    height: auto !important;
}
.news-content-share {
    float: left;
}
.news_content_text.pd-10 {
    padding:0 10px;
}
.article {
    font-size: 0.875em;
    color: #666;
    line-height: 2.5em;
}
/*翻页--start*/
.page-tile {
    display: block;
    font-family: Verdana, Arial;
    padding: 20px 0;
    text-align: center;
}

.page-tile.other {
    border-width: 1px 0 0;
}

.page-tile:after {
    display: block;
    content: "";
    clear: both;
}

.page-tile>* {
    color: #888;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.125em;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
    padding:0.5em 0.7em;
}
.page-tile > em{
    display: none;
}
.page-tile>*:before {
    font-size: 1em;
}

.page-tile .more:before {
    content: "…";
}

.page-tile a.prev:before {
    content: "\2039"
}

.page-tile a.next:before {
    content: "\203A"
}

.page-tile .focus {
    background-color: #4478de;
    color: #fff;
}

.page-tile a:hover {
    background-color: #eee;
    color: #666;
}
/*底*/
.bottom_copyright {
    border-top:8px solid #016bb9;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    clear:both;
    background: url(../images/footer.png) #e3e3e3  no-repeat top center;
}

.bottom_copyright .con {
    padding-bottom:20px;
}
.bottom_copyright .con div {
    color:#666;
    font-size:0.8em;
    line-height:2em;
}
.bottom_copyright .con div a {
    color:#666;
}
.bottom_copyright .con>div>a {
    position:relative;
    padding-right:16px;
}
.bottom_copyright .con>div>a:after {
    content:"|";
    color:#999;
    position:absolute;
    right:4px;
    top:-5px;
}
.bottom_copyright .con>div>a:last-child:after {
    display:none;
}
.bottom_copyright .con table td>div a:before {
    content:"|";
    padding:0px 10px;
    color:#aaa;
}
.bottom_copyright .con div a:first-child::before {
    content:"";
}
.bottom_copyright .con>div:first-child {
    padding:15px 0;
}
a:hover {
    color: #3e8be8;
}
/*pic-list start*/
.col-4>li {
    width: 23%;
    margin: 10px 1% 10px 1%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

/*搜索结果页 start*/
.box-tabs.sub-box-c.serch_info {
    border-top: 0;
    float: none;
    width: 100%;
}
.box-tabs.sub-box-c.serch_info .sub-title {
    margin: 15px 0;
    display: block;
    padding: 20px;
    border: 1px dotted #dddddd;
    border-radius: 5px;
    font-family: "Microsoft Yahei";
    background-color: #f3f3f3;
}
.box-tabs.sub-box-c.serch_info .sub-title .red {
    color: #FF4400;
}
.news-list.list-full {
    padding: 0 20px;
}
.news-list.list-full>li {
    padding: 5px 0 10px;
    border-bottom: 1px dotted #dbdbdb;
}
.news-list.list-full>li:first-child {
    border-top: 0;
}
.news-list.list-full>li>a>h1 {
    font-size: 0.875em;
    line-height: 2em;
    height: 2em;
    color: #666;
}
.news-list.list-full>li em {
    font-size: 0.875em;
    line-height: 2em;
    height: 2em;
}
.news-list.list-full>li>a:hover h1 {
    color: #ff7900;
    text-decoration: none;
}
.news-list.date-right>li:last-child>a {
    border-bottom: 0;
}
/*新写法新闻*/
.box-tabs>.tab-titles {
    border-bottom: 1px solid #ddd;
    width:100%;
    display:table;
    table-layout:fixed;
}

.box-tabs>.tab-titles>* {
    display: table-cell;
    text-align:center;
}

.box-tabs>.tab-titles>*>a {
    font-size: 1.125em;
    color: #333;
    display: block;
    padding:0.6em 0px;
}

.box-tabs>.tab-titles>*.focus {
    position: relative;
}

.box-tabs>.tab-titles>*.focus>a {
    color: #015293;
}

.box-tabs>.tab-titles>*.focus:after {
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height:7px;
    bottom:-1px;
    border-bottom:2px solid #1054D1;
}

.box-tabs>.tab-titles>*>a[href]:hover {
    color: red;
}

.box-tabs>.tab-contents>* {
    display: none;
}

.box-tabs>.tab-contents>*.focus {
    display: block;
}
.box-tabs>.tab-contents .box-content {
    padding:4px 10px 10px 5px;
}
.box-tabs .tab-contents .old-title {
    display: none;
}
.common-box .box-title {
    border-bottom: 1px solid #ddd;
}

.common-box .box-title:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}
/*政民互动*/
.col-f {
    width:65%;
    overflow: hidden;
    float:left;
}
.col-g {
    width:33%;
    overflow: hidden;
    float:right;
}
.zmhd-title {
    border:1px solid #e5e3e4;
    background: #daefff;
    padding:0.5em 12px;
    font-size:1.125em;
}
.zmhd-title a {
    float:right;
    color:#666;
    font-size:0.875em;
}
.zmhd-btn-link {
    padding-right:4px;
}
.zmhd-btn-link a {
    background:#eff5fa;
    border:1px solid #83b2d9;
    display:block;
    margin-bottom:15px;
    padding:1.1em 0;
    box-shadow: 4px 4px 0px rgba(131, 178, 213,0.4);
    font-size: 1.375em;
    text-align: center;
    color: #515151;
}
.zmhd-btn-link a:before {
    content: attr(icon);
    font-family: commfont;
    font-size: 1.35em;
    color:#016bb9;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.advice .tab-titles {
    position:relative;
}
.advice .tab-titles>a {
    position:absolute;
    right:15px;
    top:0.8em;
    color:#666;
}
.advice .tab-titles>div>a {
    text-align:left;
    padding-left:10px;
}
.advice .box-content .news-list>a>span{
    width:91%;
}
.advice.box-tabs>.tab-titles>*.focus {
    position:static;
}
.advice.box-tabs>.tab-contents .box-content {
    padding-left:15px;
    padding-right:20px;
}
.advice .box-content .news-list>a {
    padding:0.65em 0;
}
.zxun .zmhd-title a {
    background:#358ac8;
    color:#fff;
    padding:0.25em 1em;
    border-radius:1em 1em;
    font-size:1em;
    position:relative;
    margin-top:-4px;
}
.zxun .con{
    padding:10px 30px;
    margin-bottom:10px;
}
.zxun .con p {
    padding:0;
    margin:0;
    line-height:1.87em;
}
.zxun .con a {
    display:inline-block;
    margin:10px auto;
    background:#00c2cd;
    border-radius:5px 5px;
    color:#fff;
    padding:0.35em 0.5em;
    font-size:1.125em;
}
.zxun .con a:after {
    content:"\e92d";
    font-family:commfont;
    font-size:1.5em;
    vertical-align:middle;
    color:#fff;
}
.zxhf {
    padding:15px 10px;
    margin-bottom:10px;
}
.zxhf table {
    width:100%;
}
.zxhf th {
    font-size:0.875em;
    color:#c50302;
    background:#f2f2f2;
    text-align:center;
    padding:0.35em 0;
}
.zxhf th:nth-child(2){
    width:6.5em;
}
.zxhf th:last-child{
    width:5em;
}
.zxhf td {
    text-align:center;
    color:#666;
    padding:0.34em 0;
    font-size:0.825em;
}
.zxhf th:first-child,
.zxhf td:first-child {
    text-align:left;
    padding-left:0.5em;
}
.zxhf td a {
    color:#666;
}
.zxhf-list {
    padding:30px 30px;
    margin-bottom:10px;
}
.zxhf-list td:first-child {
    font-size:unset;
}
.zxhf-list th:first-child {
    padding-left:20px;
}
.zxhf-list td {
    padding:0.65em 0;
}
.interview .tab-titles>div> a{
    text-align:left;
}
.interview .tab-titles>div>a:before {
    content:"\e925";
    font-family:commfont;
    font-size:1.5em;
    vertical-align:middle;
    margin-left:7px;
}
.interview .tab-titles {
    position:relative;
}
.interview.box-tabs>.tab-titles>*.focus {
    position:unset;
}
.interview .tab-titles>a {
    position:absolute;
    right:15px;
    top:0.8em;
    color:#666;
}
.interview .pic {
    width:37%;
    float:left;
}
.interview .pic img {
    width:100%;
    display:block;
    height:185px;
}
.interview .con {
    width:60%;
    float:right;
}
.interview .con span {
    display:block;
    padding:0.1em 0;
    line-height:1.6em;
}
.interview .con span strong {
    font-size:1.125em;
    font-weight:bold;
}
.interview .box-content {
    padding:9px!important;
}
.interview .zaiyao {
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height:4.8em;
}

/*走进巩义*/
.enter-gy {
}
.city-intro {
    padding:10px;
    margin-bottom:10px;
}
.city-intro .c-video {
    width:67%;
    float:left;
    background:#eee;
}
.city-intro .c-video video {
    display:block;
}
.city-intro .c-text {
    width:29%;
    float:right;
    background:#fafafa;
    line-height:1.875em;
    padding:0 15px 10px;
}
.city-intro .c-text .c-title {
    text-align:center;
    padding:0.5em 0;
    border-bottom:2px solid #016BB9;
    font-weight:bold;
    font-size:1.5em;
    color:#015694;
    margin-bottom:10px;
}
.city-intro .c-text a {
    color:#5C9BCE;
}
.city-intro .c-text p {
    padding:0;
    margin:0;
    display:inline;
}
.enter-gy .view-point {
    padding:10px 10px 20px;
    margin-bottom:10px;
}
.enter-gy .view-point li {
    padding:1em 0;
}
.enter-gy .view-point .title {
    color:#016bb9;
    font-size:1.125em;
    font-weight:bold;
    padding:0.5em 0;
}
.enter-gy .view-point .title:before {
    content:"\e922";
    font-family:commfont;
    font-size:0.875em;
}
.enter-gy .view-point .intro>a {
    width:40%;
    float:left;
    display:inline-block;
}
.enter-gy .view-point .intro>a img {
    width:100%;
}
.enter-gy .view-point .text {
    width:55%;
    float:right;
}
.enter-gy .view-point .text p {
    padding:0;
    margin:0;
    line-height:1.85em;
    color:#666;
    max-height:6em;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.enter-gy .view-point .text a {
    display:inline-block;
    float:right;
    font-weight:bold;
    color:#016bb9;
}
.enter-gy .cit-pic{
    padding:10px 10px 0px;
}
.enter-gy .cit-pic > .tab-titles > div > a:before{
    content:"\e927";
    font-family:commfont;
    font-size:1.875em;
    vertical-align:middle;
    color:#53a7e8;
}
.enter-gy .cit-pic .tab-titles {
    display:inline-block;
}
.listpic .img-list li .tex {
    position:relative;
    background:none;
    height:2em;
}
.listpic .img-list li em {
    color:#666;
    margin-top:5px;
    position:static;
}
.listpic li a {
    display:block;
}
.img-list.first-large>li{
    width: 15.85%;
    margin-left: 1%;
    margin-bottom:0.75%;

}
.img-list.first-large>li:first-child{
    width:32.6%;
    margin-left:0;
}

.img-list:after {
    content: "";
    display: block;
    clear: both;
}
.img-list li {
    display: block;
    float: left;
    /*overflow: hidden;*/
    position: relative;
}
.img-list li .tex {
    position:absolute;
    bottom:0;
    background-color:#000;
    width:100%;
    opacity: .40;
    filter: alpha(opacity=40);
    padding-bottom:0;
    z-index: 0;
    height: 2em;
}
.img-list li em{
    position:absolute;
    bottom:0;
    color:#fff;
    width:100%;
    padding-bottom:0;
    z-index: 6;
    height: 2em;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-style: normal;
    display: block;
    padding:0 7px;
    box-sizing:border-box;
}
.img-list li a:hover em {
    text-decoration: none;
}
.img-list li a:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.img-list li a img {
    transform: scale(1);
    transition: all 0.3s;
}
.img-list li a span {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.img-list li a span img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.img-list li a p {
    padding: 0;
    margin: 0;
    color: #555;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.img-list.img-2-1 span {
    padding-top: 140%;
    overflow: hidden;
}
.img-list.img-4-3 span {
    padding-top: 75%;
    overflow: hidden;
}
.img-list.img-16-9 span {
    padding-top: 56.25%;
    overflow: hidden;
}
.img-size {
    width: 200px;
    float: left;
}
/*pic-list end*/
/*专题专栏列表*/
.list-ztzl li {
    background:#eff5fa;
    border:1px solid #83b2d9;
    display:block;
    margin-bottom:15px;
    box-shadow: 4px 4px 0px rgba(131, 178, 213,0.4);
}
.list-ztzl li a {
    color: #515151;
    display:block;
    padding: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/*招商引资*/
.zsyz .v-point .pic {
    width:30%;
    float:left;
    padding-top:0.5em;
}
.zsyz .pic img {
    width:100%;
}
.zsyz .v-point .intro {
    width:65%;
    float:right;
    text-indent:2em;
    line-height:2em;

}
.zsyz .v-point .intro a {
    color:#39a4f9;
}
.zsyz .title-blue {
    border-bottom:1px solid #ddd;
}
.zsyz .title-blue span {
    background:#016bb9;
    display:inline-block;
    padding:0.75em 1em;
    color:#fff;
}
.zsyz .title-blue span a {
    color:#fff;
}
.zsyz .zdxm .news-list {
    padding:10px;
}
.zsyz {
    margin-top:15px;
}
.zsyz > div {
    width:49%;
    float:left;
}
.zsyz > div:first-child {
    margin-right:2%;
}
.zsyz .btn {
    margin-top:0.5em;
}
.zsyz .btn > a {
    width:32%;
    float:left;
    background:#97c0de;
    border-radius:5px 5px;
    margin-left:2%;
    color:#fff;
    font-weight:bold;
    font-size:1.125em;
    padding:0.5em 0;
    text-align:center;
}
.zsyz .btn > a:first-child {
    margin-left:0;
}
.zsyz .btn > a:before {
    content:attr(icon);
    font-family: commfont;
    display: inline-block;
    font-size: 1.5em;
    font-weight:normal;
    vertical-align:top;
    margin-right:5px;
}
.wstz .pic {
    margin-top:0.5em;
}
/*右三级导航*/
.third-nav > dt {
    border-bottom:1px solid #ddd;
}
.third-nav > dt > ul > li {
    display:inline-block;
}
.third-nav > dt > ul > li > a {
    font-size:1.125em;
    color:#016bb9;
    display:block;
    padding:0.5em 12px;
    position:relative;
}
.third-nav > dt > ul > li.focus a:after {
    content: "";
    display:block;
    position:absolute;
    width:100%;
    border-bottom:2px solid #1054D1;
    bottom: -1px;
    left:0;
}
/*网站地图页-模块化-start*/
.map>ul>li {
    border-top: 1px solid #e8e8e8;
    padding: 0;
    line-height: 2.4em;
}

.map>ul>li:first-child {
    border-top: none;
}

.map>ul>li .wrap {
    padding: 5px 0;
}

.map>ul>li .title {
    display: block;
    color: #333;
    border-left: 8px solid #3db1ea;
    padding-left: 10px;
    margin: 10px 0;
    line-height: normal;
}

.map>ul>li .node {
    display: inline-block;
    color: #4095ce;
    font-size: 0.875em;
    line-height: 2em;
    padding-right: 25px;
    margin-left: 19px;
}

.map>ul>li .list {
    line-height: .75em;
    margin-bottom: 5px;
    padding-left: 19px;
}

.map>ul>li .sub-node {
    display: inline-block;
    color: #888;
    font-size: 0.75em;
    line-height: 2em;
    padding-right: 10px;
    font-family: Simsun;
}

.map>ul>li .sub-node:before {
    content: ">";
    font-family: Simsun;
    padding-right: 5px;
}
.map a:hover {
    color: #ff7900;
}

/*网站地图页-模块化-end*/
/*意见征集*/
.suggestion_main {
    padding: 45px 45px 20px 45px;
}

.suggestion_input_wrap {
    padding: 25px 25px 0px;
    border-radius: 5px 5px;
}

@media screen and (max-width: 720px) {
    .suggestion_input_wrap {
        margin-top: 0;
    }
}

.suggestion_input_title {
    color: #666;
    padding-bottom: 10px;
}

.suggestion_input_area {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    height: 90px;
}

.suggestion_input_submit_wrap {
    text-align: right;
    padding: 10px 0;
}

.suggestion_input_captcha_img {
    vertical-align: top;
    height: 30px;
    cursor: pointer;
}

.suggestion_input_captcha {
    width: 60px;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 22px;
    padding: 3px;
}

.suggestion_input_submit {
    margin-left: 10px;
    border: none;
    background-color: #fa4646;
    height: 28px;
    padding: 0 10px;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

.suggestion_list_wrap {
    padding-bottom: 32px;
}

.suggestion_list>li {
    border-top: 1px solid #eaeaea;
    margin: 15px 0;
    padding: 15px 0;
}

.suggestion_list>li>em {
    font-style: normal;
    line-height: 2em;
    margin-left: 5px;
    color: #169fa5;
}

.suggestion_list>li>b {
    font-weight: normal;
    line-height: 2em;
    color: #aaa;
}

.suggestion_list>li>div {
    font-weight: normal;
    line-height: 1.75em;
}

.suggestion_list>li>span {
    font-weight: normal;
    line-height: 1.75em;
    color: #FF790A;
    display: block;
}

.suggestion_content_replay {
    font-size: .875em;
    color: #ff4c00;
    border: 1px dotted #ccc;
    background-color: #f3f3f3;
    line-height: 1.75em;
    padding: 25px;
    margin: 0px 0px 20px;
    border-radius: 5px;
}

.common-msg {
    display: block;
    max-width: 960px;
    margin: 20px auto;
    padding: 15px;
    line-height: 32px;
    background: #f3f6ff;
    border-radius: 5px;
    border: 1px solid #d5dceb;
}
/*搜索页*/
.search-result .box-content{
    padding:10px;
}
.search-result .location {
    padding:10px 10px 0 10px;
}
.mail-list-search-input-bar>input[type=text][name=seatitle] {
    width:100%!important;
}
/*首页右侧 二维码*/
.toolbar{
    position:fixed;
    right:5px;
    bottom:400px;
    z-index:98;
    background:#fafafa;
    border:1px solid #dcdcdc;
    font-size:14px;
    text-align:center;
}
.toolbar a{
    color:#333;
    text-decoration:none;
}
/*图标及文字*/
.toolbar-item{
    display:block;
    width:5em;
    padding:15px 5px 15px;
    border-top:1px solid #dcdcdc;
    margin-top:-1px;
    position:relative;
    cursor:default;
}
.toolbar-item[href]{
    cursor:pointer;
}
.toolbar-item > i svg{
    display:block;
    margin:0 auto;
    width:30px;
    height:30px;
    color:#3671cf;
}
.toolbar-item > div{
    padding-top:5px;
}
/*弹出框*/
.toolbar-item > div.toolbar-layer{
    font-size:14px;
    position:absolute;
    top:0px;
    right:calc(5em + 22px);
    width:auto;
    height:auto;
    background-color:#fff;
    padding:8px 8px 5px;
    box-sizing:border-box;
    border:1px solid #e8e8e8;
    opacity:0;
    filter:alpha(opacity=0);
    transform-origin:95% 95%;
    -moz-transform-origin:95% 95%;
    -ms-transform-origin:95% 95%;
    -o-transform-origin:95% 95%;
    -webkit-transform-origin:95% 95%;
    transform:scale(0.01);
    -moz-transform:scale(0.01);
    -ms-transform:scale(0.01);
    -o-transform:scale(0.01);
    -webkit-transform:scale(0.01);
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.toolbar-item:hover .toolbar-layer, .toolbar-item.focus .toolbar-layer{
    opacity:1;
    filter:alpha(opacity=100);
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}
/*弹出框的文字*/
.toolbar-layer > em{
    display:block;
    line-height:1.25em;
    padding-top:5px;
    font-style:normal;
}
/*弹出多行文字*/
.toolbar-layer > p{
    margin:0;
    width:9em;
    line-height:1.5em;
}
.toolbar-layer > p > i{
    display:block;
    padding-bottom:5px;
    font-style:normal;
}
/*添加右三角*/
.toolbar-layer:after{
    position:absolute;
    content:"";
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAYAAADd/14OAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA1UlEQVQoU43SPwrCMBTH8UwiiK7ewcFd8AYexNUzOHkHF1fP0EFEUCdxURFJW2rATgELhVAIz98rBgqmxQffQsKH/hdSSosmRCSaEsaYexiGsHKBej7E8YGste84jk+AAepUgauEbtI03QBe0BjLesiTZdkR8IlmqI0tP+QpikJFUXQFXGJZD3n4vpVSO+A9GtZCN1prxsG/cNsIv5c+o4EXVh5mhbrY+n2YPM/5DA80RS1ssfG+8BcaYVkCVwn5VSRJcgBYo34VuNxPcQOYI+93JiLxAcK+Bgj+rxI0AAAAAElFTkSuQmCC);
    width:10px;
    height:15px;
    right:-10px;
    top:30px;
}
.toolbar-layer img{
    width:110px;
    height:110px;
    display:block;
}
@media screen and (max-width:1000px){
    .toolbar{
        display:none;
    }
}
/*名字职务20260618*/
.content-mzzw {
    padding-left: 2em;
    text-indent: 0 !important;
}

.content-mzzw dl {
    display: table;
    clear: both;
    width: 100%;
}

.content-mzzw dl dt, .content-mzzw dl dd {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.content-mzzw dl dt {
    width: 6.2em;
}

.content-mzzw dl dd {
    width: 4em;
}

.content-mzzw dl dd:last-child {
    width: auto;
}