   /* CSS Document */
/**业务专栏首页*/
.ywzlHome {
    overflow: hidden;
    margin-top: 30px;
}
.ywzlHome li {
    float: left;
    width: 199px;
    height: 40px;
    line-height: 40px;
}
.ywzlHome li a{
    color: #6a6a6a;
}
.nrlb span{
color:#000;
}
/*分享*/
.ShareCont {
            width: auto;display: inline;
    float: right;
        }

        .ShareCont a {
            display: inline-block;
            width: 25px;
            height: 25px;
            margin-left: 10px;
            cursor: pointer;
        }

        .shareWx {
            background: url('../images/20220925174341424.png') top center no-repeat;
        }

        .shareWb {
            background: url('../images/20220925174341376.png') top center no-repeat;
        }

        .shareQzone {
            background: url('../images/20220925174341272.png') top center no-repeat;
        }

        .wxCont {
            width: 300px;
            height: 300px;
            position: fixed;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 4px solid #ddd;
            padding: 20px;
            border-radius: 10px;background-color: #fff;
        }

        .wxCont span {
            margin-bottom: 20px;
            display: inline-block;
        }

        .wxCont .closeShare {
            float: right;
            cursor: pointer;
        }

        #qrcode img {
            margin: 0 auto;
        }

        .wxCont p {
            font-size: 14px;
            text-align: center;
        }
/*全局定义*/
body {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
	font-family: '微软雅黑';
	background: url(../images/erjibg.png) bottom center no-repeat;
}

a:link,
a:visited {
	text-decoration: none;
	color: #6A6A6A;
}

a:hover {
	text-decoration: none;
	color: #f53a3a;
	cursor: pointer;
}

p {
	margin: 0;
}

body,
ul,
li,
img,
a,
div,
table,
tr,
td {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: none;
}
ul{overflow: hidden;}
/*滑动所需*/
.tabberlive .tabbertab {
	overflow: visible;
	overflow: hidden;
}

.tabberlive .tabbertabhide {
	display: none;
}

.tabberlive .nav_con {
	z-index: 0
}

.tabberlive .nav_con1 {
	z-index: 0
}

/*头部*/
.head {
	width: 100%;
	height: 251px;
	background: #bb0000;
}

.head_top {
	max-width: 1000px !important;
	height: 28px;
	margin: 0px auto;
	font-size: 12px;
	font-family: '宋体';
	line-height: 28px;
}

a.head_top_l {
	width: auto;
	float: left;
	/* background:url(../images/icon.png) left center no-repeat; */
	margin-left: 20px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 15px;
}

a.head_top_r {
	width: auto;
	float: right;
	color: #ffffff !important;
	margin-right: 20px;
	font-size: 15px;
}

.head_center {
	width: 100%;
	height: 180px;
	background: url(../images/topbg.jpg) top repeat-x;
}

.head_center_con {
	max-width: 1000px !important;
	height: 180px;
	margin: 0px auto;
	position: relative;
}

input.srh_box {
	border: 1px solid #ccc;
}

.box1 {
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	width: 100%;
	height: 180px;
	background: url(../images/log.png) 0px center no-repeat;
	position: absolute;
	top: 0;
	z-index: 10;
}

.bg {
	float: right
}

dd {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
}

/*导航*/
.nav {
	max-width: 1000px !important;
	height: 43px;
	margin: 0px auto;
	position: relative;
	overflow: visible;
}

.daohangbj {
	MARGIN: 0px auto;
	background-color: #bb0000;
}

.nav_con1_off {
	width: auto;
	height: 40px;
	float: left;
	margin-top: 3px;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px 0px 50px;
	margin-right: 20px;
	background: url(../images/icon1_1.png) 10px center no-repeat;
	color: #FFF;
	letter-spacing: 2px;
}

.nav_con1_off a {
	color: #FFF !important;
	font-size: 18px !important;
}

.nav_con1_on {
	cursor: pointer;
	width: auto;
	height: 40px;
	float: left;
	margin-top: 1px;
	border-top: 2px solid #b4b4b4;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px 0px 50px;
	margin-right: 20px;
	background: url(../images/icon1.png) 10px center no-repeat #ffffff;
	letter-spacing: 2px;
	color: #c80000;
	-moz-border-radius: 0px 0px 10px 10px;
	/* Firefox */
	-webkit-border-radius: 0px 0px 10px 10px;
	/* Safari 和 Chrome */
	border-radius: 0px 0px 10px 10px;
	/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(ie-css3.htc);
	/* 通知IE浏览器调用脚本作用于'box'类 */
}

.nav_con1_on a {
	color: #c80000 !important;
	font-size: 18px !important;
}

.nav_con2_off {
	width: auto;
	height: 40px;
	float: left;
	margin-top: 3px;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px 0px 50px;
	margin-right: 20px;
	background: url(../images/icon2.png) 10px center no-repeat;
	color: #FFF;
	letter-spacing: 2px;
}

.nav_con2_off a {
	color: #FFF;
}

.nav_con2_on {
	cursor: pointer;
	width: auto;
	height: 40px;
	float: left;
	margin-top: 1px;
	border-top: 2px solid #b4b4b4;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px 0px 50px;
	margin-right: 20px;
	background: url(../images/icon3.png) 10px center no-repeat #ffffff;
	letter-spacing: 2px;
	color: #c80000;
	-moz-border-radius: 0px 0px 10px 10px;
	/* Firefox */
	-webkit-border-radius: 0px 0px 10px 10px;
	/* Safari 和 Chrome */
	border-radius: 0px 0px 10px 10px;
	/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(ie-css3.htc);
	/* 通知IE浏览器调用脚本作用于'box'类 */
}

.nav_con2_on a {
	color: #c80000;
}

.nav_con3_off {
	width: auto;
	height: 40px;
	float: left;
	margin-top: 3px;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px 0px 50px;
	margin-right: 20px;
	background: url(../images/icon4.png) 10px center no-repeat;
	color: #FFF;
	letter-spacing: 2px;
}

.nav_con3_off a {
	color: #FFF;
}

.nav_con3_on {
	cursor: pointer;
	width: auto;
	height: 40px;
	float: left;
	margin-top: 1px;
	border-top: 2px solid #b4b4b4;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px 0px 50px;
	margin-right: 20px;
	background: url(../images/icon5.png) 10px center no-repeat #ffffff;
	letter-spacing: 2px;
	color: #c80000;
	-moz-border-radius: 0px 0px 10px 10px;
	/* Firefox */
	-webkit-border-radius: 0px 0px 10px 10px;
	/* Safari 和 Chrome */
	border-radius: 0px 0px 10px 10px;
	/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(ie-css3.htc);
	/* 通知IE浏览器调用脚本作用于'box'类 */
}

.nav_con3_on a {
	color: #c80000;
}

.nav_con4_off {
	width: auto;
	height: 40px;
	float: left;
	margin-top: 3px;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px 0px 50px;
	margin-right: 20px;
	background: url(../images/icon6.png) 10px center no-repeat;
	color: #FFF;
	letter-spacing: 2px;
}

.nav_con4_off a {
	color: #FFF;
}

.nav_con4_on {
	cursor: pointer;
	width: auto;
	height: 40px;
	float: left;
	margin-top: 1px;
	border-top: 2px solid #b4b4b4;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px 0px 50px;
	margin-right: 20px;
	background: url(../images/icon7.png) 10px center no-repeat #ffffff;
	letter-spacing: 2px;
	color: #c80000;
	-moz-border-radius: 0px 0px 10px 10px;
	/* Firefox */
	-webkit-border-radius: 0px 0px 10px 10px;
	/* Safari 和 Chrome */
	border-radius: 0px 0px 10px 10px;
	/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(ie-css3.htc);
	/* 通知IE浏览器调用脚本作用于'box'类 */
}

.nav_con4_on a {
	color: #c80000;
}

.nav_con5_off {
	width: auto;
	height: 40px;
	float: left;
	margin-top: 3px;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px 0px 50px;
	margin-right: 20px;
	background: url(../images/icon8.png) 10px center no-repeat;
	color: #FFF;
	letter-spacing: 2px;
}

.nav_con5_off a {
	color: #FFF;
}

.nav_con5_on {
	cursor: pointer;
	width: auto;
	height: 40px;
	float: left;
	margin-top: 1px;
	border-top: 2px solid #b4b4b4;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px 0px 50px;
	margin-right: 20px;
	background: url(../images/icon9.png) 10px center no-repeat #ffffff;
	letter-spacing: 2px;
	color: #c80000;
	-moz-border-radius: 0px 0px 10px 10px;
	/* Firefox */
	-webkit-border-radius: 0px 0px 10px 10px;
	/* Safari 和 Chrome */
	border-radius: 0px 0px 10px 10px;
	/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(ie-css3.htc);
	/* 通知IE浏览器调用脚本作用于'box'类 */
}

.nav_con5_on a {
	color: #c80000;
}

.nav_con6_off {
	width: auto;
	height: 40px;
	float: left;
	margin-top: 3px;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px 0px 50px;
	margin-right: 20px;
	background: url(../images/icon11.png) 10px center no-repeat;
	color: #FFF;
	letter-spacing: 2px;
}

.nav_con6_off a {
	color: #FFF;
}

.nav_con6_on {
	cursor: pointer;
	width: auto;
	height: 40px;
	float: left;
	margin-top: 1px;
	border-top: 2px solid #b4b4b4;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px 0px 50px;
	margin-right: 20px;
	background: url(../images/icon10.png) 10px center no-repeat #ffffff;
	letter-spacing: 2px;
	-moz-border-radius: 0px 0px 10px 10px;
	/* Firefox */
	-webkit-border-radius: 0px 0px 10px 10px;
	/* Safari 和 Chrome */
	border-radius: 0px 0px 10px 10px;
	/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(ie-css3.htc);
	/* 通知IE浏览器调用脚本作用于'box'类 */
}

.nav_con6_on a {
	color: #c80000;
}

.nav_con {
	width: 100%;
	height: 30px;
	float: left;
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 10;
	background: #fff;
}

.nav_con a {
	width: auto;
	line-height: 30px;
	font-size: 14px;
	padding: 0px 15px;
	float: left;
}

.nav_con1 {
	width: 100%;
	height: 30px;
	float: left;
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 10;
	background: #fff;
}

.nav_con1 a {
	width: auto;
	line-height: 30px;
	font-size: 14px;
	padding: 0px 5px;
	float: left;
}

/*导航处日期*/
.row_l {
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	float: left;
}

.row_c {
	height: 26px;
	margin-top: 6px;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	float: left;
}

.row_r {
	width: auto;
	height: 24px;
	margin-top: 3px;
	float: right;
}

.row_r_l {
	width: 165px;
	height: 24px;
	background: url(../images/sea1.png) no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
	float: left;
	padding-left: 25px;
}

.row_r_c {
	width: 35px;
	height: 24px;
	background: url(../images/sea2.png) no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
	float: left;
}

a.row_r_r {
	width: 89px;
	height: 24px;
	background: url(../images/sea3.png);
	border: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
	float: left;
}




/*尾部*/
.row10 {
	max-width: 998px;
	height: 39px;
	border: 1px solid #d9d9d9;
	margin: 30px auto 0px auto;
}

.row10_l {
	width: auto;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	float: left;
	margin-left: 5px;
	margin-top: 6px;
}

.row10_r {
	min-width: 200px;
	width: auto !important;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-top: 6px;
	background: #ffffff;
}

.footwc {
	overflow: hidden;
}

.foot {
	max-width: 1000px !important;
	height: 182px;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
	font-family: '宋体';
}

.foot_l {
	width: 77px;
	height: 75px;
	float: left;
	margin-left: 150px;
	margin-top: 25px;
}

.foot_c {
	width: 550px;
	height: 160px;
	float: left;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-top: 5px;
	color: #000;
}

.foot_c a {
	width: 100%;
	display: block;
	color: #000;
}

.foot_c font {
	width: 100%;
	display: block;
}

.foot_r {
	width: 80px;
	height: 80px;
	float: left;
	margin-top: 20px;
}




/*当前位置*/

.seat-box {
	width: 1002px;
	padding-left: 30px;
max-width: 100%;
	line-height: 50px;
	font-size: 16px;
	background: url(../images/hsdqwz.png) 0px 12px no-repeat;
	background-color: #fff;
}
.seat-box1 {
	width: 1002px;
	padding-left: 30px;
max-width: 100%;
	line-height: 50px;
	font-size: 16px;
	background: url(../images/hsdqwz.png) 0px 12px no-repeat;
	background-color: #fff;
}
/*二级页左侧*/
.ejleft {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	background: #fff;
}

.colDq {
	height: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.colDq span {
	border-left: 8px solid #005CB5;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-indent: 1em;
	font-weight: bold;
	display: block;
	margin-left: 10px;
}

.main {
	background: #fff;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.mian_mian {
	width: 1168px;
	margin: 0 auto;
}

.container2 {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.container2 .colLeftTitle1 {
	width: 100%;
	font-size: 24px;
	line-height: 50px;
	background-color: #025AB3;
	color: #fff;
	border-bottom: 1px solid #fff;
	float: left;
	margin: 5px 0;
	text-align: center;
}

/*二级页右侧*/
.ejright {
	display: none;
	width: 900px;
	min-height: 672px;
	height: auto;
	float: right;
	margin-bottom: 10px;
}

/*分页栏目*/
.colLeft {
	width: 99%;
	height: auto;
	padding-bottom: 10px;
	margin: 0 auto;
}

.colLeftTitle {
	width: 245px;
	font-size: 20px;
	line-height: 50px;
	padding: 0 45px 0 15px;
	background-color: #025AB3;
	color: #fff;
	border-bottom: 1px solid #fff;
	float: left;
	margin: 5px 10px;
	padding-left: 35px;
}

.list-cols {
	width: 100%;
	overflow: hidden;
}

.list-cols li {
	width: 100%;
	height: 60px;
	float: left;
	border-bottom: 2px solid #fff;
}

.list-cols li a {
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 60px;
	float: left;
	color: #000000;
	display: inline-block;
}

.list-cols li:nth-child(odd) {
	background-color: #F5F5F5;
}

.list-cols li a span {
	padding: 0 20px;
}

.list-cols li.active a::after {
	content: '>';
	float: right;
	margin-right: 10px;
}

.list-cols li a:hover {
	color: #2f5d99;
}

.list-cols .active {
	float: left;
	background-color: #EDF6FF;
}

.list-cols .active a {
	color: #2f5d99;
}

/*默认分页信息列表*/
.bigLeft {
	border: 1px solid #F8C1BD;
	border-top: none;
}

.colInfoBox1 {
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/singlet1.png) top center repeat-x;
	line-height: 28px;
	min-height: 528px;
	FONT-SIZE: 14px;
	COLOR: #CC0000;
	FONT-WEIGHT: bold;
	padding-top: 1px;
	border: 1px solid #F4BDBA;
}

.colInfoBoxTit1 {
	width: 100%;
	height: 50px;
	margin-bottom: 5px;
	border-bottom: 2px solid #2f5d99;
}

.colInfoBoxTit1 span {
	width: auto;
	font-size: 20px;
	line-height: 50px;
	padding: 0 15px;
	color: #2f5d99;
	float: left;
}

.colRtitle1 {
	width: 100%;
	height: 47px;
	float: left;
	color: #000;
	border-bottom: 1px solid #ebebeb;
	font-size: 18px;
	line-height: 47px;
}

/*.colRtitle:before{
	    content: '·';
	    margin: 0 10px;
	}*/
.colRtitle1 em {
	margin: 0 10px;
}

.st12 {
	display: inline-block;
	width: 10px;
	height: 30px;
	background-color: #025AB3;
	margin-top: 10px;
	float: left;
	margin-left: 14px;
	border-radius: 6px;
}

.colRightOne1 {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}

.colRightOne1 a {
	display: inline-block;
	width: 100%;
}

.colRightOne1 a::before {
	content: '·';
	padding: 5px;
}

.colRtitle1 font {
	width: auto;
	margin-right: 15px;
}

.colRtitle1 span {
	width: 100px;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #000;
}

.dpxx {
	width: 100%;
	min-height: 647px;
	float: left;
	background: #fff;
	padding: 20px;
}

.dpxxcon {
	width: 100%;
	margin: 20px auto;
	line-height: 35px;
}

.dpxxcon p {
	text-indent: 2em;
	margin-bottom: 20px;
}

.dpxxcon p img {
	max-width: 100%;
}
.ywzl-zybj .pagination>.active>a,.ywzl-zybj  .pagination>.active>a:focus,.ywzl-zybj  .pagination>.active>a:hover, .ywzl-zybj .pagination>.active>span,.ywzl-zybj  .pagination>.active>span:focus,.ywzl-zybj  .pagination>.active>span:hover{
background-color: #BB0000;
    border-color: #BB0000;
}
 .ywzl-zybj .pagination>li>a{
	    color: #BB0000;
}

.ywzl-zybj .jumpToSel input:last-child{
	background: #BB0000
}
/*文章详情页*/
.cms-article-box {
	/*width: 1200px;*/
width:98%;
	min-height: 330px;
	background: #fff;
	padding-bottom: 10px;
	margin: 0 auto; 
	overflow: hidden;
}

.cms-article-tit {
	width: 95%;
	margin: 0px auto;
	font-size: 28px;
	color: #2f5d99;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 10px;
}
.title7 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 25px;
    COLOR: #cc0000;
    LINE-HEIGHT: 35px;
    TEXT-DECORATION: none;    text-align: center;
}
.cms-article-xinxi {
	width: 1000px;
	height: 60px;
	margin: 0px auto;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px dashed #dedede;
}

.cms-article-xinxi span {
	padding: 0px 5px;
}

.cms-article-xinxi p {
	display: inline-block;
	min-width: 100px;
	margin: 0 10px;
}

.cms-article-video {
	width: 800px;
	height: 600px;
	margin: 10px auto;
}

.article-detail {
	/*width: 1200px;*/
	margin: 20px auto;
	padding: 0 60px;
	line-height: 35px;
}

.article-detail #zoomTY {
	margin-bottom: 10px;
	font-size: 18px;
}

.article-detail img {
	max-width: 100%;
}

.xx_share {
	width: auto;
	padding-left: 20px;
	float: left;
}

.printClose {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	text-align: right;
	float: right;
	margin-right: 50px;
}

.printClose a {
	width: auto;
	float: right;
	font-size: 14px;
	line-height: 30px;
}
  .detailprint,.detailcolse{
        cursor: pointer;
        color: #005CB5;
        float: right;

    }
div#doZoom {
    min-height: 182px;
}
#doZoom img{
	    max-width: 80%;
	    margin: 0 auto;
		    display: inherit;
}

/*详情页表格边框样式*/
/* .article-detail table {
	    width:100%;    margin: 0 auto;
	    border:1px solid #DCDCDC !important;
	    border-collapse:collapse;
	    text-indent: 0em;}
	.article-detailt table tr, table td{
	    border:1px solid #DCDCDC !important;
	    text-indent: 0em;} */

.weibu {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.weibutop {
	height: 5px;
	width: 100%;
	background: #084691;
}

.weibu_bot {
	width: 1200px;
	margin: 0 auto;
	height: 170px;
}

.weibu_bot_left {
	float: left;
	width: 240px;
	margin-top: 45px;
}

.weibu_bot_left img {
	margin-left: 40px;
}

.weibu_con {
	float: left;
	width: 750px;
}

.weibu_con p {
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}

.weibu_bot_right {
	float: left;
	width: 200px;
	margin-top: 45px;
}

.weibu_bot_right img {
	margin-left: 40px;
}



.zwfwbj {
	width: 100%;
	overflow: hidden;
	height: 310px;
}

.zrrbjwc {
	width: 486px;
	height: 310px;
	float: left;
	background: url(../images/zrrbg.png) center bottom no-repeat;
}

.frbjwc {
	width: 486px;
	height: 310px;
	float: right;
	background: url(../images/frbg.png) center bottom no-repeat;
}


.zrrbj {
	background: rgba(255, 255, 255, 0.8);
}


.bslogo {
	width: 170px;
	height: 50px;
	border-bottom: 1px solid red;
	float: left;

}

.bslogo img {
	padding: 10px;
}

.bstopr {
	width: 316px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	float: left;
	text-align: right;
}

.bstopr a {
	margin-right: 10px;
}

.leftyiji {
	width: 210px;
	float: left;
	margin-top: 20px;
}

.leftyiji a {
	width: 130px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	margin: 4px auto;
	font-size: 20px;
	color: #000;
}

.leftyiji a.on {
	color: #fff;
	background: url(../images/bluebg.png) top center no-repeat;
}


.rightbd {
	width: 270px;
	float: right;
	margin-top: 20px;
}

.righterji a {
	width: 80%;
	height: auto;
	line-height: 30px;
	display: block;
	text-align: left;
	margin: 6px auto;
	font-size: 16px;
}

.righterji a i {
	display: inline-block;
	margin: 0 8px 0;
	width: 4px;
	height: 4px;
	background: #555;
	border-radius: 2px;
	line-height: 4px;

}









.building {
	width: 1002px;
	margin: 0 auto;
	text-align: center;
}



.righterji::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.righterji::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background-color: skyblue;
	background-image: -webkit-linear-gradient(45deg,
			rgba(255, 255, 255, 0.2) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.2) 50%,
			rgba(255, 255, 255, 0.2) 75%,
			transparent 75%,
			transparent);
}

.righterji::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ededed;
	border-radius: 10px;
}


.rsrchd {
	text-align: center;
}

.rsrchd li {
	width: 259px;
	height: 57px;
	line-height: 50px;
	display: inline-block;
	font-size: 22px;
}

.rsrchd li.on {
	background: url(../images/lsbj.png);
	color: #fff;
}

.rsrcbd .list-cols {
	min-height: 558px;
}



/*******************************************************************************业务专栏   开始*******************************************************************************/
/*******************************************************************************业务专栏   开始*******************************************************************************/
/*******************************************************************************业务专栏   开始*******************************************************************************/
/*******************************************************************************业务专栏   开始*******************************************************************************/
.ywzl-zybj {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
	margin-top: 33px;
}

.ywzl-le {
	width: 260px;
	float: left;
}

.ywzl-letop {
	background: url(../images/ywzlbt.jpg) top center no-repeat;
	width: 260px;
	height: 35px
}

.ywzl-lebot {
	width: 260px;
	border: 1px solid #ccc;
	background-color: #fff;
	height: 595px;
	background: url(../images/1_03.jpg) bottom center repeat-x;
	overflow-y: scroll;
	border-top: none;
}

.lebot-cols {
	overflow: hidden;
}

.lebot-cols li {
	height: 30px;
	line-height: 30px;
	text-indent: 2em;
	border-bottom: 1px dashed #ccc;
	background: url(../images/t_03.jpg) 5px 9px no-repeat;
}

.ywzl-ri {
	width: 730px;
	float: right;
}



.singleCont {
	margin-bottom: 10px;
}

.tycontent {
	margin-bottom: 10px;
	min-height: 240px;
	border: 1px solid #F8C1BD;
	border-top: none;
}

.singleTitle {
	background: url(../images/singlet1.png) top center repeat-x;
	height: 30px;
	line-height: 28px;
	border-left: 1px solid #F8C1BD;
	border-right: 1px solid #F8C1BD;
	FONT-SIZE: 14px;
	COLOR: #CC0000;
	FONT-WEIGHT: bold;
	padding-top: 1px;

}

.singleTitle span {
	FONT-WEIGHT: bold !important;
}

p.riBg {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 8px 12px !important;
	float: left;
	background: url(../images/singlet2.png) top center no-repeat;
}

.singleTitle a {
	float: right;
	margin-right: 20px;

}

.singleCont {
	padding: 10px;
	color: #000;
	border: 1px solid #F8C1BD;
	border-top: none;
}


.cataPic {
	margin-bottom: 10px;
}


.tycontent a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}

.tycontent a span {
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
}

.tycontent a:hover span.articleTitle {
	color: #f53a3a;
}

.tycontent a:hover span.articleTitleAll {
	color: #f53a3a;
}

span.articlePoint {
	padding: 0 8px;
}

span.articleNo {
	width: 75px;
}

span.articleYear {
	width: 50px;
}

span.articleNum {
	width: 50px;
}

span.articleTitle {
	width: 438px;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

span.articleTitleAll {
	width: 610px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	white-space: nowrap;
}
span.articleDate {
    float: right;
}
a:hover span.articleTitleAll {
	color: #f53a3a;
}

.tycontent100 a span.articleDate {
	width: 95px;
	float: right;
}

.widHalf {
	width: 360px;
	float: left;
	min-height: 230px;
	margin-right: 10px;
}

.widHalf.mar0 {
	margin-right: 0;
}

.tycontentHalf {
	margin-bottom: 10px;
	min-height: 200px;
	border: 1px solid #F8C1BD;
	border-top: none;
}

.singleTitleHalf {
	background: url(../images/singlet1.png) top center repeat-x;
	height: 30px;
	line-height: 28px;
	border-left: 1px solid #F8C1BD;
	border-right: 1px solid #F8C1BD;
	FONT-SIZE: 14px;
	COLOR: #CC0000;
	FONT-WEIGHT: bold;
	padding-top: 1px;

}

.singleTitleHalf a {
	float: right;
	margin-right: 20px;
}

.tycontentHalf a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}

.tycontentHalf a span {
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
}
.tycontentHalf a span.articleTitleAll{
width: 244px;
}
.tycontentHalf a:hover span.articleTitle {
	color: #f53a3a;
}

.tycontentHalf a:hover span.articleTitleAll {
	color: #f53a3a;
}


/*博士后*/
.tycontent100 {
	margin-bottom: 10px;
	min-height: 160px;
	border: 1px solid #F8C1BD;
	border-top: none;
}
.tycontent100 span.articleTitleAll {
     width: auto;
}
.singleTitle100 {
	background: url(../images/singlet1.png) top center repeat-x;
	height: 30px;
	line-height: 28px;
	border-left: 1px solid #F8C1BD;
	border-right: 1px solid #F8C1BD;
	FONT-SIZE: 14px;
	COLOR: #CC0000;
	FONT-WEIGHT: bold;
	padding-top: 1px;

}

.singleTitle100 a {
	float: right;
	margin-right: 20px;
}

.tycontent100 a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}

.tycontent100 a span {
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
}

.tycontent100 a:hover span.articleTitle {
	color: #f53a3a;
}

.tycontent100 a:hover span.articleTitleAll {
	color: #f53a3a;
}

.width100 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.width50 {
	width: 495px;
	margin-right: 10px;
	float: left;
}

.width50.mar0 {
	margin-right: 0;
}


.ywzlbj {
	background: #fff;
	width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}

.bshimg a {
	display: inline-block;
	float: left;
	margin-bottom: 8px;
}

.tycontentLink {
	margin-bottom: 10px;
	min-height: 160px;
	border: 1px solid #F8C1BD;
	border-top: none;
}

.tycontentLink a {
	margin: 0 9px;
	display: inline-block;
	margin-top: 24px;
}

/**详情页*/
.contentarea {
	max-width: 1000px !important;
	padding: 20px;
	height: auto !important;
	margin: 0px auto;
	margin-top: 50px;
	border: 1px solid #ccc;
	background-color: #fff;    box-shadow: 1px 4px 10px 2px #CCC;
}

.article-tit {
	FONT-WEIGHT: bold;
	FONT-SIZE: 25px;
	COLOR: #cc0000;
	LINE-HEIGHT: 35px;
	text-align: center;
}

.article-data {
	width:100%;
	margin: 10px auto;
	text-align: center;
	background: #E7E7E7;
	border-top: 1px solid #ccc;
}

.cms-article-pri {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
overflow:hidden;
}


.ktiframe {
height: 536px;
    width: 730px;
	margin-bottom: 8px;
}



/*仲裁页面开始*/
.nymzwc {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}
.wzwcbj {
    border: 1px solid #F6BFBB;
    border-top: none;
}
.wzlbtop {
    width: 100%;
    background: url(../images/lzt_01.jpg) left center repeat-x;
    height: 30px;
    line-height: 30px;
    text-indent: 3em;
}
.cataname {
    FONT-SIZE: 14px;
    COLOR: #CC0000;
    FONT-WEIGHT: bold;
}
.wzlbbot {
    min-height: 155px;
    background: #FFFFFF;
}
.zcqyqh {
   /* overflow: hidden; */
    width: 720px;
    margin: 0 auto;
}
.zcqyqh .zcqyhd {
    min-height: 60px;
    margin: 10px 0;
}
.zcqyhd li.m.on a {
	color: #fff;
}

.zcqyhd li.m {
	position: relative;
}

.zcqyhd .sub {
	display: none;
	width: 500px;
	position: absolute;
	left: 0;
	top: 25px;
	line-height: 26px;
	z-index: 99;
	background: #d8d8d8;
	float: left;
}
.zcjghd ul{
	overflow: inherit;
}
.zcjghd .m .bsbj1 {
	color: #000
}
.zcjghd .m .sub .bsbj2 {
	color: #000
}
.zcqyqh .zcqyhd li .sub li {
    margin: 5px;
}
.zcqyhd .sub li:hover {
	background-color: #B90100;
	color: #fff;
	border-radius: 8px;
}

.zcjghd .m .sub li:hover .bsbj2 {
	color: #fff;
}

.zcqyhd .zcqyqh .zcqyhd li .sub li {
	margin: 5px;
}

ul.sub.pos1 {
	left: -35px;
}

ul.sub.pos2 {
	left: -75px;
}

ul.sub.pos3 {
	left: -128px;
}

ul.sub.pos4 {
	left: -168px;
}

ul.sub.pos5 {
	left: -208px;
}

ul.sub.pos6 {
	left: -234px;
}

ul.sub.pos7 {
	left: -228px;
}

ul.sub.pos8 {
	left: -242px;
}

ul.sub.pos9 {
	left: -226px;
}

ul.sub.pos10 {
	left: -246px;
}

ul.sub.pos11 {
	left: -282px;
}

ul.sub.pos12 {
	left: -324px;
}

ul.sub.pos13 {
	left: -366px;
}

ul.sub.pos14 {
	left: -406px;
}

ul.sub.pos15 {
	left: -448px;
}

ul.sub.pos16 {
	left: 0;
}

ul.sub.pos17 {
	left: -35px;
}

ul.sub.pos18 {
	left: -74px;
}



.zcqyqh .zcqyhd li.on {
    background-color: #B90100;
    color: #fff;
    border-radius: 8px;
}
.zcqyqh .zcqyhd li {
    float: left;
    font-size: 14px;
    border: none;
    margin: 0;
    padding: 0 7px;
} 
.wzlbbot li {
    margin: 0 6px;
    border-bottom: 1px dashed #ccc;
    height: 30px;
    line-height: 30px;
}

.zcjgqh {
    width: 720px;
    background-color: #fff;
}
.zcjgqh .zcjghd {
    overflow: hidden;
    margin-bottom: 2px;
    border-bottom: 1px dashed #ccc;
}
.zcjgqh .zcjghd li {
    float: left;
    font-size: 14px;
    border: none;
    margin: 0;
    padding: 0 14px;
    height: 31px;
    line-height: 31px;
}
.zcjgqh .zcjghd li.on a {
    color: #fff;
}
.zcjgqh .zcjghd li.on {
    background-color: #B90100;
    color: #fff;
    border-radius: 8px 8px 0 0;
}
.zcjgbd {
    height: 305px;
    overflow-y: scroll;
}
.zcxxxq {
    height: 305px;
}
.zcjgone {
    width: 202px;
    border: 1px solid #ccc;
    margin: 5px;
    float: left;
    padding: 10px;
    line-height: 30px;
    font-size: 14px;
    height: 120px;    box-sizing: content-box;
}
.huszt {
    color: #979797;
}
.zcjgtwo {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    margin-bottom: 5px;
}
.zcjgtwo div {
    float: left;
    text-align: center;
    height: 38px;
    line-height: 38px;
}
.zcjgtwo .zcjgtwo1 {
    width: 250px;
}
.zcjgtwo .zcjgtwo2 {
    width: 130px;
}
.zcjgtwo .zcjgtwo3 {
    width: 112px;
}
.zcjgtwo .zcjgtwo4 {
    width: 210px;
}
.zcjgbd .scrolly {
    padding: 15px 15px 0 15px;
    height: 284px;
}
/*仲裁页面结束*/
/*******************************************************************************业务专栏   结束*******************************************************************************/
/*******************************************************************************业务专栏   结束*******************************************************************************/
/*******************************************************************************业务专栏   结束*******************************************************************************/
/*******************************************************************************业务专栏   结束*******************************************************************************/




/******************************************************************************* 职称网专题页面  开始 *******************************************************************************/
/******************************************************************************* 职称网专题页面  开始 *******************************************************************************/
/******************************************************************************* 职称网专题页面  开始 *******************************************************************************/
/******************************************************************************* 职称网专题页面  开始 *******************************************************************************/

.hnzcBj {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.png) top center no-repeat;
	list-style: none;
	border: 0px;
	font-family: '微软雅黑';
}

.hnzczt_head {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/logo.png) left center no-repeat;

}

.hnzczt_nav {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	background: #1d71b9;
}

.hnzczt_navcon {
	width: 1200px;
	height: 65px;
	margin: 0 auto;
}

.hnzczt_navcon a {
	width: auto;
	float: left;
	font-size: 18px;
	line-height: 65px;
	color: #fff;
	padding: 0 20px;
}

.hnzczt_navcon span {
	width: auto;
	float: left;
	font-size: 18px;
	line-height: 65px;
	color: #fff;
	padding: 0 20px;
}

.hnzczt_maincon {
	width: 1198px;
	min-height: 500px;
	height: auto !important;
	margin: 5px auto;
	padding: 20px;
	background: #fff;
	overflow: hidden;    box-shadow: 2px 2px 8px 2px #ccc;
}

.clear {
	clear: both;
}

/* 申报评审条件 */
.sbpstj {
	width: 709px;
	height: 419px;
	float: left;
	background: url(../images/xbbg.png) no-repeat;
	padding: 0 15px;
}

.sbpstjtit {
	width: 100%;
	float: left;
	height: 50px;
	margin-top: 10px;
}

.sbpstjtit span {
	width: auto;
	height: 50px;
	float: left;
	padding: 0 10px;
	border-bottom: 3px solid #b49952;
	font-size: 26px;
	color: #1d71b9;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 2px;
}

.sbpstjtit a {
	width: auto;
	height: 50px;
	float: right;
	font-size: 18px;
	line-height: 50px;
	padding-right: 15px;
}

.sbpstjcon {
	width: 100%;
	height: auto;
	float: left;
}

.sbpstjcon a {
	width: 50%;
	height: 50px;
	float: left;
	font-size: 16px;
	display: inline-block;
	line-height: 50px;
	padding-left: 10px; 
}


/* 图片列表 */
.zcsbxtpiclist {
	width: 431px;
	float: right;
	height: auto;
}

.zcsbxtpiclist a {
	width: 431px;
	height: 129px;
	float: left;
}

.zcsbxtpiclist a+a {
	margin-top: 15px;
}


/* 横幅图片 */
.hnzczthfpic {
	width: 1158px;
	height: 118px;
	float: left;
	margin: 15px 0;
}

/* 下载中心 */
.hnzcztxzzx {
	width: 565px;
	height: 365px;
	float: left;
}

.hnzczttymenu {
	width: 100%;
	height: 55px;
	float: left;
	border-bottom: 1px solid #d1d1d1;
	line-height: 55px;
}

.hnzczttymenu span {
	width: auto;
	float: left;
	padding: 0 10px;
	border-bottom: 3px solid #1d6fb8;
	font-size: 26px;
	color: #1d71b9;
	font-weight: bold;
	letter-spacing: 2px;
}

.hnzczttymenu span img {
	vertical-align: middle;
	margin-right: 10px;
}

.hnzczttymenu a {
	float: right;
	font-size: 16px;
}

.hnzczttycon {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 15px;
}

.hnzczttycon a {
	width: 100%;
	height: 50px;
	float: left;
	font-size: 16px;
	display: inline-block;
	line-height: 50px;
}

.hnzczttycon a::before {
	content: '·';
	padding-right: 10px;
}

/* 综合政策 */
.hnzcztzhzc {
	width: 565px;
	height: 365px;
	float: right;
}

/* 尾部 */
.hnzcztfoot {
	width: 100%;
	height: 248px;
	margin: 0 auto;
	background: #f4f2f3;
	padding-top: 25px;
}

/*尾部*/
.hnzcztfootcon {
	max-width: 1000px !important;
	height: 182px;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
	font-family: '宋体';
}

.hnzcztfoot_l {
	width: 77px;
	height: 75px;
	float: left;
	margin-left: 190px;
	margin-top: 25px;
}

.hnzcztfoot_c {
	width: 400px;
	height: 160px;
	float: left;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-top: 5px;
}

.hnzcztfoot_c a {
	width: 100%;
	display: block;
}

.hnzcztfoot_c font {
	width: 100%;
	display: block;
}

.hnzcztfoot_r {
	width: 80px;
	height: 80px;
	float: left;
	margin-top: 20px;
}

.maincon {
	width: 1158px;
	min-height: 200px;
	height: auto !important;
	margin: 5px auto;
	padding: 0px 20px;
	background: #fff;
}

.hnzc_dqwz {
	width: 100%;
	height: 40px;
	float: left;
	padding-left: 10px;
	line-height: 40px;
}

.hnzc_dqwz a {
	color: #000;

}

.hnzc_lanmuleft {
	width: 20%;
	height: auto;
	float: left;
}

.hnzc_lanmuright {
	width: 78%;
	height: auto;
	float: right;
}

/*分页栏目*/
.colLeft1 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	background: #f4f4f4;
	padding-bottom: 10px;
}

.colLeftTitle1 {
	width: 100%;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #1D71B9;
	border-bottom: 1px solid #e8e8e8;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
}

.list-cols1 {
	width: 100%;
	padding: 0 3%;
}

.list-cols1 li {
	width: 94%;
	height: 40px;
	float: left;
	margin-top: 5px;
}

.list-cols1 li a {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 40px;
	float: left;
	text-align: center;
	background: #1D71B9;
	color: #fff;
	position: relative;
}

/*默认分页信息列表*/
.colInfoBox {
	width: 100%; 
	height: auto;
	float: left;
	margin-top: 15px;
}

.colRightOne {
	width: 100%;
	height: 47px;
	float: left;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	line-height: 47px;
}

.colRightOne:before {
	content: '·';
	margin: 0 10px;
}

.colRightOne span {
	width: 100px;
	height: 40px;
	float: right;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #666666;
}

.colInfoBoxTit {
	width: 100%;
	height: 50px;
	float: left;
	font-size: 20px;
	color: #1D71B9;
	background: #f4f4f4;
	font-weight: bold;
	line-height: 50px;
}

.colInfoBoxTit span {
	width: auto;
	height: 50px;
	border-bottom: 1px solid #1D71B9;
	padding: 0 15px;
	display: inline-block;

}


/******************************************************************************* 职称网专题页面  结束 *******************************************************************************/
/******************************************************************************* 职称网专题页面  结束 *******************************************************************************/
/******************************************************************************* 职称网专题页面  结束 *******************************************************************************/
/******************************************************************************* 职称网专题页面  结束 *******************************************************************************/



/*******************************************************************************厅长信箱*******************************************************************************/
/*******************************************************************************厅长信箱*******************************************************************************/
/*******************************************************************************厅长信箱*******************************************************************************/
/*******************************************************************************厅长信箱*******************************************************************************/
.mailIndex {
	width: 1002px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.mailLeft {
	width: 220px;
	margin-right: 5px;
	min-height: 617px;
	float: left;
	background-color: #FFFBEB;
}

.mailright {
	width: 772px;
	float: left;
}

.ml-top {
	height: 30px;
	background: url(../images/ej_03.jpg);
	text-indent: 4em;
	line-height: 30px;
	font-size: 14px;
	FONT-WEIGHT: bold !important;
	color: #AB0000;
}

.ml-mt {
	margin: 20px 0;
	text-align: left;
	text-indent: 1em;
}

.ml-mt input {
	border: 1px solid #000;
	margin: 0 auto;
	width: 194px;
	display: block;
	height: 30px;
	text-indent: 1em;
}

.query_code img#random {
	margin-left: 13px;
	margin-top: 10px;
}

.ml-mb {
	text-align: center;
}

.ml-mb input {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 0 5px;
}

.ml-mb button {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 0 5px;
}

.tjilanmu {
	height: 27px;
	background: url(../images/ej_05.jpg);
	line-height: 27px;
	text-indent: 4em;
	margin: 5px 0;
}

a.tjilanmuwz {
	font-size: 14px;
	COLOR: #B1190F;
	LINE-HEIGHT: 180%;
	FONT-WEIGHT: bold !important;
	TEXT-DECORATION: none;
}


.mr-mt {
	height: 33px;
	line-height: 33px;
	background: url(../images/777y.gif) top center repeat-x;
}

.mr-mt span {
	FONT-WEIGHT: bold !important;
}

p.mailxx {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 10px 36px !important;
	margin-right: 12px !important;
	float: left;
	background: url(../images/48.png) top center no-repeat;
}

.mr-mid .xxxz {
	font-size: 16px;
	line-height: 200%;
	padding: 0 10px;
}

.AfRead {
	text-align: center;
}

.AfRead input {
	border: 1px solid #000;
	padding: 5px 10px;
}

#mailBoxTable {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#mailBoxTable tr td {
	position: relative;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 44px;
	line-height: 44px;
}

#mailBoxTable tr td .bubble {
	top: 0;
	right: 10px;
}

#mailBoxTable tr td:nth-child(2)>input {
	width: 50%;
	margin-left: 10px;
	border: 1px solid #ccc;
}

#mailBoxTable tr td:nth-child(1) {
	width: 20%;
	text-align: center;
}

#mailBoxTable tr td:nth-child(2) {
	width: 80%;
}

#mailBoxTable textarea.form-control {
	height: auto;
	margin: 10px;
	width: 594px;
}

#mailBoxTable #randnum {
	margin-top: 6px;
	margin-left: 10px;
	width: 140px;
	float: left;
}

#mailBoxTable img#random {
	margin-left: 13px;
}

.subres input {
	border: 1px solid #ccc;
	margin: 5px 10px;
	padding: 0 8px;
	height: 33px;
	line-height: 33px;
}

/************************************************************厅长信箱结束*******************************************************************************/
/************************************************************厅长信箱结束*******************************************************************************/
/************************************************************厅长信箱结束*******************************************************************************/
/************************************************************厅长信箱结束*******************************************************************************/




/***********************************************************人事招聘   开始*******************************************************************************/
/***********************************************************河南省社会保障卡   开始*******************************************************************************/
/***********************************************************河南省社会保障卡   开始*******************************************************************************/
/***********************************************************河南省社会保障卡   开始*******************************************************************************/


.dqlmtit2 {
	font-size: 14px;
	FONT-WEIGHT: bold;
	padding-left: 30px;
	color: #AB0000;
	height: 30px;
	background: url(../images/ej_03.jpg);
	line-height: 30px;
}

ul.list-cols2 {
	text-align: center;
	background-color: #FFFBEC;
	min-height: 300px;
}

li.tjlmtit2 {
	margin: 10px;
}


/***********************************************************河南省社会保障卡   结束*******************************************************************************/
/***********************************************************河南省社会保障卡   结束*******************************************************************************/
/***********************************************************河南省社会保障卡   结束*******************************************************************************/
/***********************************************************河南省社会保障卡   结束*******************************************************************************/





/***********************************************************专题专栏   开始*******************************************************************************/
/***********************************************************专题专栏   开始*******************************************************************************/
/***********************************************************专题专栏   开始*******************************************************************************/
/***********************************************************专题专栏   开始*******************************************************************************/
.ztzl-letop {
	background: url(../images/ej_03.jpg) no-repeat;
	width: 260px;
	height: 28px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 14px;
	FONT-WEIGHT: bold;
	padding-left: 30px;
	color: #AB0000;
	line-height: 25px;
	    text-overflow: ellipsis;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    white-space: nowrap;
	    overflow: hidden;
}

.ztzl-lebot {
	width: 260px;
	border: 1px solid #ccc;
	background-color: #fff;
	height: 500px;
	background: url(../images/1_03.jpg) bottom center repeat-x;
	overflow-y: auto;
	border-top: none;
}

.ztzl-cols {
	overflow: hidden;
}

.ztzl-cols li {
	height: 30px;
	line-height: 30px;
	text-indent: 45px;
	background: url(../images/ej_05.jpg) no-repeat;
}
.ztzl-cols li.active{
	
}
.ztzl-cols li a {
    font-size: 13px;
    COLOR: #B1190F;
    LINE-HEIGHT: 180%;
    TEXT-DECORATION: none;
    font-weight: bold;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow: hidden;
    width: 179px;
    display: inline-block;
    text-indent: 0;
}

.ztzl-cols li a:hover {
	COLOR: #FF9900;
}

/*2021录用公务员*/
.lygwy {
	overflow: hidden;
	background: url(../images/20210207200634921.jpg) top center no-repeat;
}

.lygwycont {
    width: 1020px;
    margin: 40px auto;
    overflow: hidden;
    margin-top: 300px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 1px 4px 10px 2px #CCC;
}

.topgg {
	width: 1000px;
	height: 327px;
	background: url(../images/20210207185022500.png) top center no-repeat;
	margin: 0 auto;
}

.tgg {
	text-align: center;
	font-size: 30px;
	color: #fff;
	padding: 20px 0;
}

.tggnr {
	text-indent: 2em;
	padding: 0 40px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}

.tggnr a {
	color: #ffeb00;
	font-size: 18px;
}

.lmdq {
	width: 997px;
	overflow: hidden;
	margin: 40px auto;
	position: relative;
	min-height: 300px;
}

.lmdq .lmtop {
	background: url(../images/20210207185045279.png) top center no-repeat;
	text-align: center;
	height: 62px;
	color: #fff;
	font-size: 26px;
	line-height: 62px;
}
.lmdq .lmtop a{
	color: #fff;
}
.lmdq .lmtop a:hover{
	color: #ffbf9a;
}
.lmnr {
	overflow: hidden;
}

.lmnrxq {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #ccc;
	font-size: 18px;
}

.lmnrxq a {
	float: left;
	font-size: 18px;
}

span.dian {
	padding: 0 8px;
}

span.lmrq {
	float: right;
}

.ggfooter {
	width: 100%;
	text-align: center;
	background-color: #CBCBCB;
	color: #303030;
}

.ggfooter p {
	line-height: 40px;
	padding: 20px 0;
	font-size: 18px;
}


/*********农民工工资************/


.nmggztl .nmgtop {
	background: url(../images/20200602091610600.jpg) top center no-repeat;
	width: 100%;
	height: 589px;
}

.nmggztl .nmgmian {
	background: #E6E6E6;
	width: 100%;
	overflow: hidden;
}

.nmggztl .mian_m {
	width: 1200px;
	margin: 0 auto;
}

.nmggztl .nmgh1 {
	height: 468px;
	background: #fff;
}

.nmggztl .focus1 {
	width: 646px;
	height: 430px;
	float: left;
	position: relative;
	margin-top: 5px;
	margin-left: 20px;
}

.nmggztl .focus1 #pic {
	width: 646px;
	height: 430px;
	overflow: hidden;
}

.nmggztl .focus1 #pic ul {
	width: 1216px;
	height: 430px;
	float: left;
}

.nmggztl .focus1 #pic li {
	width: 646px;
	height: 430px;
	float: left;
	position: relative;
}

.nmggztl .focus1 #pic li img {
	width: 646px;
	height: 430px;
}

.nmggztl .pic_p {
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	bottom: 0;
	left: 0;
	width: 100%;
}

.nmggztl .spana {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	margin-left: 10px;
	color: #fff;
}

.nmggztl .focus1 .tip-bg {
	width: 597px;
	height: 21px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 12;
}

.nmggztl .focus1 #tip {
	width: 156px;
	height: 20px;
	position: absolute;
	right: 20px;
	bottom: 12px;
	z-index: 13;
}

.nmggztl .focus1 #tip ul li {
	width: 20px;
	height: 20px;
	float: left;
	display: inline;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}

.nmggztl .focus1 #tip ul li.on {
	background: #BB291D;
}


.nmggztl .focus1_r {
	float: left;
	width: 506px;
	margin-left: 15px;
}

.nmggztl .fgqw {
	width: 506px;
	height: 220px;
}

.nmggztl .fgqw_tlt {
	height: 41px;
	border-bottom: 1px solid #ccc;
}

.nmggztl .fgqw_tlt p {
	width: 100px;
	border-bottom: 2px solid #D91C20;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
}

.nmggztl .fgqw_con {
	line-height: 30px;
	text-indent: 2em;
	margin-top: 15px;
	font-size: 16px;
}

.nmggztl .fgqw_con span {
	float: right;
	width: 80px;
	color: red;
}

.nmggztl .fgqw_con span a {
	color: red;
}

.nmggztl .fgjd {
	height: 220px;
}

.nmggztl .fgjd_tlt {
	height: 41px;
	border-bottom: 1px solid #ccc;
}

.nmggztl .fgjd_tlt p {
	width: 100px;
	float: left;
	border-bottom: 2px solid #D91C20;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
}

.nmggztl .fgjd_tlt span {
	float: right;
	width: 80px;
}

.nmggztl .fgjd_tlt span a {
	line-height: 40px;
}

.nmggztl .fgjd_con {
	margin-top: 15px;
}

.nmggztl .fgjd_con ul {
	overflow: hidden;
	zoom: 1;
}

.nmggztl .fgjd_con li {
	height: 36px;
	line-height: 36px;
	width: 506px;
	font-size: 16px;
}

.nmggztl .btli a {
	color: #000;
	font-size: 16px;
	float: left
}
.nmggztl .btli a:hover {
	color: #f53a3a;
}
.nmggztl .fgjd_con li a em {
	display: block;
	float: right;
	font-style: normal;
	color: #A7A7A7;
}

.nmggztl .fgjd_con li a i {
	display: inline-block;
	margin: 0 5px 0;
}

.nmggztl .gzdt {
	width: 100%;
	min-height: 196px; 
	background: #fff;
}

.nmggztl .gzdt_tlt {
	width: 100%;
	margin: 0 auto;
	height: 41px;
	border-bottom: 1px solid #ccc;
}

.nmggztl .gzdt_tlt p {
	width: 100px;
	float: left;
	border-bottom: 2px solid #D91C20;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
}

.nmggztl .gzdt_tlt span {
	float: right;
	width: 80px;
}

.nmggztl .gzdt_tlt span a {
	line-height: 40px;
}

.nmggztl .gzdt_con {
	margin-top: 15px;
}

.nmggztl .gzdt_con ul {
	overflow: hidden;
	zoom: 1;
}

.nmggztl .gzdt_con li {
	height: 36px;
	line-height: 36px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}

.nmggztl .gzdt_con li a em {
	display: block;
	float: right;
	font-style: normal;
	color: #A7A7A7;
}

.nmggztl .gzdt_con li a i {
	display: inline-block;
	margin: 0 5px 0;
}


/*********防疫便民************/

.bwcx_top {
	background: url(../images/20200218133439167.jpg) top center no-repeat;
	width: 100%;
	height: 339px;
}

.bwcx_cen {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}

.rsb_lbbw_title {
	background-image: url(../images/20200214190924950.png);
	background-repeat: no-repeat;
	background-position: 145px bottom;
	overflow: hidden;
	height: 34px;
	margin: 30px auto;
}

.rsb_lbbw_title span.rlt_num1 {
	background-image: url(../images/20200214190843918.png);
	padding-left: 16px;
	background-repeat: no-repeat;
	font-size: 30px;
	font-weight: bold;
	color: #004bb3;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-right: 10px;
	height: 34px;
	line-height: 34px;
	float: left;
}

.rsb_lbbw_title a {
	float: right;
	font-size: 16px;
	color: #004bb3;
	margin-top: 10px;
}

.bwcx_cen_nr {
	margin-top: 10px;
	padding-bottom: 20px;
	background: #F1F1F1;
	overflow: hidden;
}

.bwcx_cen_nr ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 20px;
	min-height: 250px;
}

.bwcx_cen_nr li {
	height: 42px;
	line-height: 42px;
	width: 1150px;
	font-size: 20px;
}

.bwcx_cen_nr li a {
	font-size: 20px;
	float: left;
	color: #000;
}
.bwcx_cen_nr li a:hover{
	color: red;
}
.bwcx_cen_nr li a i {
	display: inline-block;
	margin: 0 15px 0;
}
.topcc select{
margin:2px auto;
}

/*查询中心*/
.tjidaohang {
    height: 30px;
    background: url(../images/20231107102010605.jpg);
    font-weight: normal;
}
.tjilanmu2 {
    height: 27px;
    background: url(../images/20231107101912914.jpg);
    font-weight: normal;
}
.tjilanmuwz {
    FONT-WEIGHT: bold;
    MARGIN-LEFT: 30PX;
}
A.tjilanmuwz:visited {
    font-size: 13px;
    COLOR: #B1190F;
    LINE-HEIGHT: 180%;
    TEXT-DECORATION: none;
}
.tjidaohangwz {
    font-size: 14px;
    FONT-WEIGHT: bold;
    padding-left: 30px;
    color: #AB0000;
}




/***********************************************************专题专栏   结束*******************************************************************************/
/***********************************************************专题专栏   结束*******************************************************************************/
/***********************************************************专题专栏   结束*******************************************************************************/
/***********************************************************专题专栏   结束*******************************************************************************/
/*适老模式begin*/
 .wza-box {
     position: absolute;
     top: 85px;
     right: calc(50% - 500px);
     z-index: 99;
     /*display: none;*/
 }

 .wza-box span {
     display: block;
     float: right;
     height: 38px;
     line-height: 38px;
     padding: 0 16px;
     font-size:
         18px;
     letter-spacing: 0.32px;
cursor: pointer;
 }

 .wza-box .wzanew {
     background: #fff;
     color: #F76B00;
     border: 1px solid #FC740D;
     border-radius: 2px 0px 0px 2px;
 }

 .wza-box .oldman {
     background: #F79600;
     color: #fff;
     border: 1px solid #F79600;
     border-radius: 0px 2px 2px 0px;
 }

body.oldModel{
    font-size:20px;
}
.oldModel .head{
    height:271px;
}

.oldModel a.head_top_l {
    
    font-size: 20px;
margin-left: 10px;
    padding-left: 5px;
}

.oldModel a.head_top_r {
    
    font-size: 20px;
    margin-right:2px;
}

.oldModel .wza-box {
    top: 108px;
}

/*导航*/

.oldModel .nav {
    height: 60px;
}

.oldModel .nav_con1_off {

    height: 60px; 
    line-height: 60px;
    padding:0px 5px 0px 40px;
    margin-right: 0;
}

.oldModel .nav_con1_off a {
    
    font-size: 30px !important;
}

.oldModel .nav_con1_on {
    height: 60px;
    line-height: 60px;
    padding:0px 5px 0px 40px;
    margin-right: 0;
    
}

.oldModel .nav_con1_on a {
    
    font-size: 30px !important;
}

.oldModel .nav_con2_off {
    height: 60px;
    line-height: 60px;
    padding:0px 5px 0px 40px;
    margin-right: 0;
}

.oldModel .nav_con2_off a {
    
    font-size: 30px !important;
}

.oldModel .nav_con2_on {
    height: 60px;
    line-height: 60px;
    padding:0px 5px 0px 40px;
    margin-right: 0;
}

.oldModel .nav_con2_on a {
   
    font-size: 30px !important;
}

.oldModel .nav_con3_off {
    height: 60px;
    line-height: 60px;
    padding:0px 5px 0px 40px;
    margin-right: 0;
}

.oldModel .nav_con3_off a {
  
    font-size: 30px !important;
}

.oldModel .nav_con3_on {
    height: 60px;
    line-height: 60px;
    padding:0px 5px 0px 40px;
    margin-right: 0;
}

.oldModel .nav_con3_on a {
    
    font-size: 30px !important;
}

.oldModel .nav_con4_off {
    height: 60px;
    line-height: 60px;
    padding:0px 5px 0px 40px;
    margin-right: 0;
}

.oldModel .nav_con4_off a {
    color: #FFF;
    font-size: 30px !important;
}

.oldModel .nav_con4_on {
    height: 60px;
    line-height: 60px;
    padding:0px 5px 0px 40px;
    margin-right: 0;
}

.oldModel .nav_con4_on a {
    font-size: 30px !important;
}

.oldModel .nav_con5_off {
    height: 60px;
    line-height: 60px;
    padding:0px 5px 0px 40px;
    margin-right: 0;
}

.oldModel .nav_con5_off a {
    font-size: 30px !important;
}

.oldModel .nav_con5_on {
    height: 60px;
    line-height: 60px;
    padding:0px 5px 0px 40px;
    margin-right: 0;
}

.oldModel .nav_con5_on a {
    font-size: 30px !important;
}

.oldModel .nav_con6_off {
    height: 60px;
    line-height: 60px;
    padding:0px 5px 0px 40px;
    margin-right: 0;
}

.oldModel .nav_con6_off a {
    font-size: 30px !important;
}

.oldModel .nav_con6_on {
    height: 60px;
    line-height: 60px;
    padding:0px 5px 0px 40px;
    margin-right: 0;
}

.oldModel .nav_con6_on a {
    font-size: 32px !important;
}

.oldModel .nav_con {
    
    height: 60px;
    
    bottom: -63px;
    
}

.oldModel .tabberlive .nav_con:nth-child(8) a {
    line-height: 30px;
}

.oldModel .nav_con a {
    
    line-height: 60px;
    font-size: 20px;
    
}

.oldModel .nav_con1 {
    height: 60px;
    bottom: -63px;
    
}

.oldModel .nav_con1 a {
    
    line-height: 30px;
    font-size: 20px;
    padding-right: 15px;
    
}

/*导航处日期*/
.oldModel .row_l {
    font-size: 20px;
    line-height: 60px;
    text-align: left;
    float: left;
}
.oldModel .row_l font{
    font-size:20px;
}
.oldModel .row_c {
    height: 26px;
    margin-top: 6px;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    float: left;
}

.oldModel .row_r {
    width: auto;
    height: 24px;
    margin-top: 3px;
    float: right;
}



.oldModel a.row_r_r {
    width: 89px;
    height: 24px;
    background: url(../images/sea3.png);
    border: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    outline: none;
    float: left;
}
/**/
.oldModel .ywzlHome li{
	width:33%;
}
.oldModel .lebot-cols li{
	height:auto;
	min-height: 30px;
	overflow: hidden;
}
.oldModel span.articleYear{
	width:65px;
}
.oldModel span.articleNum{
width:65px;
}
.oldModel span.articleNo{
	width:100px;
}
.oldModel .colInfoBox1{
font-size:20px;
}
.oldModel .colRightOne1 span.articleTitleAll{
	width:560px;
	display: inline-block;
}
.oldModel span.articleDate{
	display: inline-block;
}
.oldModel .ywzl-zybj .singleCont p span{
font-size:20px !important;
}
/*详情页*/
.oldModel .seat-box{
	font-size:20px;
}
/*三支一扶页面*/
.oldModel .ywzlbj{
	margin-top: 60px;
}
.oldModel .tycontent100 span.articleTitleAll{
	width: calc(100% - 160px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.oldModel .tycontent100 a span.articleDate{
	width:130px;
}
/*劳动人事争议调解仲裁*/
.oldModel .cataname{
	font-size:20px;
}
.oldModel .zcqyqh .zcqyhd li{
	font-size:20px;
}
.oldModel .zcqyqh .zcjghd ul{
	height:100px;
}
.oldModel .zcqyqh .zcjghd ul.sub.pos12 {
	 left: 0; 
}

.oldModel .zcqyqh .zcjghd ul.sub.pos13 {
	left: -35px;
}

.oldModel .zcqyqh .zcjghd ul.sub.pos14 {
	left: -75px;
}

.oldModel .zcqyqh .zcjghd ul.sub.pos15 {
	left: -128px;
}

.oldModel .zcqyqh .zcjghd ul.sub.pos16 {
	left: -168px;
}

.oldModel .zcqyqh .zcjghd ul.sub.pos17 {
	left: -208px;
}

.oldModel .zcqyqh .zcjghd ul.sub.pos18 {
	left: -234px;
}
.oldModel .zcjgqh .zcjghd li{
font-size:20px;
}
.oldModel .zcjgbd{
	height:505px;
}
.oldModel .zcjgone{
	height:200px;
	font-size:20px;
}
.oldModel .zcjgtwo div{
font-size:20px;
}
.oldModel .zcjgbd .scrolly p{
	font-size:20px;
}
.oldModel .topcc{
	font-size:20px;
}
.oldModel .singleTitleHalf{
	font-size:20px;
}
.oldModel .singleTitle100{
	font-size:20px;
}
.oldModel .nrlb{
	font-size:20px;
}
.oldModel .nrlb .ktpqsj{
	font-size:20px;
}
.oldModel .topcc{
	font-size:20px;
}
.oldModel .tabtop1 span{
	font-size:20px;
}
.oldModel .nrlb span{
	font-size:20px;
}
.oldModel .nrlb .ktpqsj{
	font-size:20px;
}
/*开庭排期页面*/
.oldModel .ktpqfymain{
	margin-top:60px !important;
	width:950px;

}
.oldModel .ktpqfymain .topcc{
	width:950px;
}
.oldModel .ktpqfymain .topcc select{
margin:0;
height:28px;
}
.oldModel .ktpqfymain .tabtop1 .sxs{
	width:85px;

}
.oldModel .ktpqfymain .tabtop1 .zcy{
	width:130px;

}
.oldModel .ktpqfymain .tabtop1 .ajbh{
	width:180px;

}
.oldModel .ktpqfymain .tabtop1 .sqr{
	width:85px;

}
.oldModel .ktpqfymain .tabtop1 .bsqr{
	width:160px;

}
.oldModel .ktpqfymain .tabtop1 .ktpqsj{
	width:100px;

}
.oldModel .ktpqfymain .tabtop1 .ktdd{
	width:160px;

}
.oldModel .ktpqfymain .tab1 .sxs{
	width:85px;

}
.oldModel .ktpqfymain .tab1 .zcy{
	width:130px;

}
.oldModel .ktpqfymain .tab1 .ajbh{
	width:180px;

}
.oldModel .ktpqfymain .tab1 .sqr{
	width:85px;

}
.oldModel .ktpqfymain .tab1 .bsqr{
	width:160px;

}
.oldModel .ktpqfymain .tab1 .ktpqsj{
	width:100px;

}
.oldModel .ktpqfymain .tab1 .ktdd{
	width:160px;

}
.oldModel .ktpqfymain .tab1 .nrlb span{
font-size:20px;
}
.oldModel .paginationwc{
	width:950px;
}
.oldModel .ktpqidcxmain{
	width:950px;
	margin-top:60px !important;
}
.oldModel .ktpqidcxmain .topcc{
	width:950px;
}
.oldModel .ktpqidcxmain .pqcxxq{
	width:875px;
}
.oldModel .ktpqidcxmain .pqcxxq .tabtop p.tabname{
	font-size:22px;
}
.oldModel .ktpqidcxmain .pqcxxq .tabbottom tr td{
	font-size:20px;
}
/*公告送达页面*/
.oldModel .ggsdfymain{
	width:950px;
	margin-top:60px !important;
}
.oldModel .ggsdfymain .topcc{
	width:950px;
}
.oldModel .ggsdfymain .topcc select{
margin:0;
height:28px;
}
.oldModel .ggsdfymain .tabtop1 .sxs1{
	width:125px;

}
.oldModel .ggsdfymain .tabtop1 .zcy1{
	width:265px;

}
.oldModel .ggsdfymain .tabtop1 .sddw{
	width:351px;

}
.oldModel .ggsdfymain .tabtop1 .fbsj{
	width:181px;

}
.oldModel .ggsdfymain .tab1 .sxs1{
	width:125px;

}
.oldModel .ggsdfymain .tab1 .zcy1{
	width:265px;

}
.oldModel .ggsdfymain .tab1 .sddw{
	width:351px;

}
.oldModel .ggsdfymain .tab1 .fbsj{
	width:181px;

}
.oldModel .ggsdfymain .tab1 .nrlb span{
font-size:20px;
}
.oldModel .ggsdidcxmain{
	width:950px;
	margin-top:60px !important;
}
.oldModel .ggsdidcxmain .topcc{
	width:950px;
}
.oldModel .ggsdidcxmain .ggsdxq{
	width:950px;
}
.oldModel .ggsdidcxmain .ggsdxq .ggsdtop p.ahname{
	font-size:26px;
}
.oldModel .ggsdidcxmain .ggsdxq {
	font-size:20px;
}
.oldModel .ggsdidcxmain .ggsdxq .tabbottom1 .ktpqsjwc{
	width:835px;
	margin:0 auto;
}
.oldModel .ggsdidcxmain .ggsdxq .tabbottom1 .ktpqsjwc p.beizhunr{
font-size:20px;
}
.oldModel .ggsdidcxmain .ggsdxq .tabbottom1 .ktpqsjwc p.sddwzcy{
font-size:20px;
}
/*尾部*/
.oldModel .footwc .row10{
    height:auto;
    min-height:50px;
    overflow: hidden;

}
.oldModel .footwc .row10 .row10_l{ 
    height:35px;
    line-height: 35px;
    font-size:19px;

}
.oldModel .foot {
    max-width: 1000px !important;
    height: 240px;
    margin: 0px auto;
    text-align: center;
    font-size: 14px;
    font-family: '宋体';
}
.oldModel .foot a{
    font-size: 24px;
}
.oldModel .foot_l {
    width: 77px;
    height: 75px;
    float: left;
    margin-left: 64px;
    margin-top: 80px;

}
.oldModel .foot_c {
    width: 640px;
    height: 160px;
    float: left;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    margin-top: 5px;
}
.oldModel .foot_c font{
    font-size: 24px; 
}
.oldModel .foot_c font a{
    font-size: 24px !important;
}

.oldModel .foot_r {
    width: 80px;
    height: 80px;
    float: left;
    margin-top: 80px;
}
/*河南职称页面*/
.oldModel .hnzczt_navcon a{
	font-size:30px;
}
.oldModel .sbpstjtit span{
	font-size:28px;
}
.oldModel .sbpstjtit a{
	font-size:24px;
}
.oldModel .sbpstj .sbpstjcon a{
 font-size:20px;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space:nowrap;
}
.oldModel .hnzczttymenu span{
	font-size:28px;
}
.oldModel .hnzczttymenu a{
	font-size:24px;
}
.oldModel .hnzcztxzzx .hnzczttycon a{
font-size:20px;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space:nowrap;
}
.oldModel .hnzcztzhzc .hnzczttycon a{
	font-size: 20px;
}
.oldModel .colLeftTitle1{
	font-size:24px;
}
.oldModel .list-cols1 li a{
	font-size:22px;
}
.oldModel .colInfoBoxTit{
	font-size:24px;
}
.oldModel .colRightOne{
	font-size:20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.oldModel .hnzczt_maincon .cms-article-box{
	width:100%;
}
.oldModel .hnzczt_maincon .cms-article-box .title7{
	font-size:32px !important;
}
.oldModel .hnzczt_maincon .cms-article-box .article-data{
	font-size:24px;
}
.oldModel .hnzczt_maincon .cms-article-box .cms-article-pri{
	font-size:24px;
}
.oldModel .hnzczt_maincon .cms-article-box .article-detail{
	width:100%;
}
.oldModel .hnzczt_maincon .cms-article-box .article-detail *{
	font-size:26px !important;

}
/*职称证书查询页面*/
.oldModel .checkInfo .zcxctit{
	font-size:30px;
}
.oldModel .checkInfo .zccxcon li{
font-size:22px;
}
.oldModel .checkInfo .zccxcon li font{
 width:115px;
}
.oldModel .checkInfo .zccxcon li input{
	font-size:22px;
}
.oldModel .checkInfo .zccxcon li .download_a{
font-size:28px;
}
.oldModel .checkInfo .zccxtijiao{
	font-size:22px;
	    width: 75px;
    height: 40px;
}
.oldModel .checkInfo .zccxfanhui{
	font-size:22px;
	    width: 75px;
    height: 40px;
}
/**/
.oldModel .ywzl-ri .marBot1 .singleTitle{
	font-size:20px;
}
.oldModel .ywzl-zybj{
	margin-top: 60px;
}
/*厅长信箱页面*/
.oldModel .mailIndex{
	margin-top: 60px;
}
.oldModel .ml-top{
	font-size:20px;
}
.oldModel .ml-mt{
	font-size:20px;
}
.oldModel .ml-mb button{
	font-size:20px;
}
.oldModel .ml-mb input{
font-size:20px;
}
.oldModel .tjilanmu{
	height:35px;
	line-height: 35px;
}
.oldModel a.tjilanmuwz{
	font-size:20px;
}
.oldModel .singleTitle{
	font-size:20px;
}
.oldModel .mr-mid .xxxz{
	font-size:20px;
}
.oldModel .jumpToSel{
 height:43px;
} 
/*适老模式end*/


