﻿* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: "微软雅黑";
	text-decoration: none;
}

li {
	list-style: none;
}

html,
body {
	width: 100%;
	height: 100%;
	min-width: 1200px;
}

@media (max-width:1000px) {
	* {
		margin: 0px;
		padding: 0px;
		font-size: 13px;
		font-family: "微软雅黑";
	}
}

@media (max-width:800px) {
	* {
		margin: 0px;
		padding: 0px;
		font-size: 13px;
		font-family: "微软雅黑";
	}
}

@media (max-width:400px) {
	* {
		margin: 0px;
		padding: 0px;
		font-size: 13px;
		font-family: "微软雅黑";
	}
}

a {
	text-decoration: none;
	cursor: pointer;
}


/*头部-导航*/

.wrap {
	width: 100%;
	background: #0259a6;
	height: 56px;
}

.htop {
	width: 1200px;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
	overflow: hidden;
}

.htop .htop_left {
	float: left;
}

.htop .htop_left span {
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
}

.htop .date_right {
	float: right;
}

.htop .date_right ul li a {
	color: #fff;
	font-size: 14px;
}


/*头部-logo*/

.header {
	position: relative;
}

.header .headerimg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 152px;
	display: inline-block;
}

.logobanner {
	height: 152px;
}

.logo_search {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	top: 26px;
	overflow: hidden;
}

.logo_search .logo_left {
	float: left;
}

.logo_search .logo_left img {
	display: inline-block;
	width: 100px;
	height: 100px;
}

.logo_search .logo_left span {
	font-size: 42px;
	color: #fff;
	position: relative;
	top: -36px;
	margin-left: 30px;
}

.logo_search .search_right {
	float: right;
}

.search_right span {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 40px;
	background: #0040a0;
	border-radius: 10px;
	top: 30px;
}

.search_right span input {
	*position: relative;
	*top: -1px;
	padding-left: 12px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display: inline-block;
	width: 238px;
	height: 40px;
	line-height: 40px;
	border: none;
	font-size: 16px;
	color: #999999;
	letter-spacing: 0;
}

.search_right span img {
	position: absolute;
	top: 8px;
	margin-left: 14px;

}


/*导航*/

.nav {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #FFFFFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.nav ul {
	width: 1200px;
	margin: 0 auto;
}

.nav ul li {
	height: 70px;
	line-height: 70px;
	float: left;
}

.nav ul li a {
	padding: 0 7px;
	display: inline-block;
	font-size: 20px;
	height: 67px;
	color: #0040A0;
	letter-spacing: 0;
	text-align: center;
	margin-left: 11px;
	margin-right: 11px;
}

.nav ul li a:hover {
	border-bottom: 3px solid #0040a0;
	font-size: 26px;
}


/*内容*/

.container {
	width: 1200px;
	margin: 20px auto 50px;
}


/*图片轮播*/

.flexslider {
	margin: 0px auto 0;
	position: relative;
	width: 100%;
	height: 340px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides {
	height: 340px;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flexslider .slides li p {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	background: url(../img/bgopcity.png) no-repeat;
}

.flex-direction-nav a {
	width: 50px;
	height: 50px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../img/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
	background-position: -11px 0px;
	left: 25px;
}

.flex-direction-nav .flex-next {
	background-position: -9px -90px;
	right: 25px;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 2px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../img/dot.png) no-repeat 0 -18px;
	display: block;
	height: 14px;
	overflow: hidden;
	text-indent: -99em;
	width: 25px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 340px;
	display: block;
	border: none;
}


/*协会动态*/

.xhdt_h2 {
	position: relative;
}

.xhdt_h2 h2 {

	font-size: 28px;
	color: #1B1B1B;
	letter-spacing: 0;
	height: 84px;
	line-height: 84px;
	border-bottom: 2px solid #e6e6e6;
	z-index: 1;
}

.line {
	text-align: left;
	border: none;
	height: 7px;
	margin-top: -12px;
	width: 40px;
	z-index: 33;
	border-bottom: 7px solid #f3701d;
}

.xhdt_tab {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

.xhdt_ul {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 15px;
}

.xhdt_ul li a {
	font-size: 18px;
	color: #1B1B1B;
	letter-spacing: 0;
	padding-left: 17px;
	padding-right: 17px;
	display: inline-block;
	height: 47px;
}

.xhdt_ul li a.active {
	color: #f3701d;
	border-bottom: 3px solid #f3701d;
}

.content>div {
	display: none;
}

.content>div.active {
	display: block;
}

.sub_lis {
	overflow: hidden;
	padding-bottom: 9px;
}

.sub_liss {
	overflow: hidden;
}

.sub_liss dl {
	float: left;
}

.sub_liss dl dt {
	width: 260px;
	height: 100px;
	float: left;
	margin-right: 14px;
	margin-left: 8px;
}

.sub_liss dl dt img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.sub_liss dl dd {
	float: left;

}

.sub_liss dl dd p {
	margin-bottom: 9px;
}

.sub_liss dl dd p>span>i {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #BFBFBF;
	margin-right: 8px;
	position: relative;
	*top: -1px;
}

.sub_liss dl dd p>label {
	display: inline-block;
	font-size: 16px;
	color: #808080;
	margin-left: 25px;
	width: 726px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
}

.sub_liss dl dd p>span {
	display: inline-block;
	font-size: 20px;
	color: #262626;
	margin-right: 3px;
	width: 742px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
}

.sub_liss dl dd p span>img {
	display: inline-block;
	width: 20px;
	height: 27px;
	margin-left: 9px;
}

.sub_liss .tyeartime {
	float: right;
	font-size: 20px;
	color: #262626;
	margin-top: 6px;
}

.sub_lisss {
	margin-left: 10px;
	padding-bottom: 10px;
}

.sub_lisss li {
	height: 37px;
	line-height: 37px;
	overflow: hidden;
}

.sub_lisss li label {
	display: inline-block;
	float: left;
	display: inline-block;
	width: 1000px;
	font-size: 16px;
	color: #262626;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	white-space: nowrap;
}

.sub_lisss li label i {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #BFBFBF;
	margin-right: 8px;
	position: relative;
	top: 2px;
	*top: -1px;
}

.sub_lisss li label img {
	margin-left: 9px;
}

.sub_lisss li span {
	font-size: 14px;
	color: #262626;
	float: right;
}

.sub_lisss li:hover a label {
	color: #f3701d;
}

.sub_lisss li:hover a span {
	color: #f3701d;
}

.sub_lisss li:hover a label i {
	background: #f3701d;
}



.bannerimg {
	margin-top: 30px;
}

.bannerimg img {
	display: inline-block;
	width: 1200px;
	height: 120px;
}


/*高教工作、协会文件*/

.containert {
	overflow: hidden;
}

.containert .gj_work {
	float: left;
	width: 810px;
}

.whitebox {
	padding: 0 20px 0 22px;
	height: 320px;
	background: #fff;
	margin-top: 20px;
}

.dlpic {
	overflow: hidden;
	margin-top: 23px;
}

.dlpic dt {
	float: left;
	width: 250px;
}

.dlpic dt img {
	display: inline-block;
	width: 250px;
	height: 220px;
}

.dlpicImg dt>span {
	display: none;
}

.dlpicImg dt>span.activeImg {
	display: block;
}

.dlpic dd {
	float: left;
	width: 516px;
}

.sub_liss_s {
	margin-left: 10px;
	padding-bottom: 10px;
}

.sub_liss_s li {
	height: 37px;
	line-height: 37px;
	*height: 34px;
	*line-height: 34px;
	overflow: hidden;
}

.sub_liss_s li:hover i {
	background: #F3701D;
}

.sub_liss_s li:hover label {
	color: #F3701D;
}

.sub_liss_s li:hover span {
	color: #F3701D;
}


.sub_liss_s li label {
	display: inline-block;
	font-size: 16px;
	color: #262626;
	float: left;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
	cursor: pointer;
}

.sub_liss_s li label i {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #BFBFBF;
	margin-right: 8px;
	position: relative;
	top: 2px;
	*top: -1px;
}

.sub_liss_s li label img {
	margin-left: 9px;
}

.sub_liss_s li span {
	cursor: pointer;
	font-size: 14px;
	color: #262626;
	float: right;
}

.more {
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #F3701D;
	top: 6px;
	cursor: pointer;
}

.containert .xh_file {
	float: right;
	width: 370px;
}

.whiteboxs {
	height: 320px;
	background: #fff;
	margin-top: 20px;
}

.whiteboxs dl dt img {
	width: 370px;
	height: 70px;
}

.whiteboxs dl dd ul {
	margin-left: 15px;
}

.whiteboxs dl dd ul li {
	line-height: 38px;
	height: 38px;
}

.whiteboxs dl dd ul li a {
	display: inline-block;
	font-size: 16px;
	color: #262626;
	width: 330px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}

.whiteboxs dl dd ul li:hover a {
	color: #f3701d;

}

.whiteboxs dl dd ul li:hover i {
	color: #fff;
	background: #f3701d;
}

.whiteboxs dl dd ul li a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #BFBFBF;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	border-radius: 10px;
	margin-right: 8px;
}


/*活动图片、下载专区 */
.whiteboxi {
	height: 320px;
	background: #fff;
	margin-top: 20px;
}

.whiteboxi dl dt img {
	width: 370px;
	height: 70px;
}

.whiteboxi dl dd ul {
	margin-left: 15px;
}

.whiteboxi dl dd ul li {
	line-height: 38px;
	height: 38px;
}

.whiteboxi dl dd ul li a {
	display: inline-block;
	font-size: 16px;
	color: #262626;
	width: 330px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}

.whiteboxi dl dd ul li a i.iconimg {
	background-image: url(../img/xiazai.png);
	width: 18px;
	height: 17px;
	position: relative;
	top: 4px;
	display: inline-block;
	margin-right: 8px;
}

.whiteboxi dl dd ul li a i.iconimg img {
	border: none;
}

.whiteboxi dl dd ul li:hover a {
	color: #f3701d;
}

.whiteboxi dl dd ul li:hover a i.iconimg {
	background-image: url(../img/xiazai_p.png);
}

/*三屏图片轮播*/

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

.side {
	float: right;
	width: 235px;
}

.main {
	float: left;
	width: 756px;
}

.tab {
	position: relative;
	margin-bottom: -2px;
	padding: 9px 9px 3px;
}

.tab ul img {
	position: absolute;
	top: 0;
	left: 0;
	width: 242px;
	height: 280px;
	z-index: 0;
	vertical-align: middle;
}

.slide {
	width: 756px;
	height: 280px;
	overflow: hidden;
	position: relative;
}

.slide-ul {
	position: relative;
	width: 8640px;
	/*	margin: 0 0 0 -10px;
*/
}

.slide-ul li {
	position: relative;
	display: inline;
	float: left;
	width: 242px;
	height: 280px;
	padding: 0 5px;
	overflow: hidden;
	z-index: 0;
}

.slide-ul a {
	display: block;
	width: 242px;
	height: 280px;
	overflow: hidden;
	color: #fff;
}

.slide-ul a:hover .pic-txt {
	color: #fff;
}

.fo-info {
	text-align: center;
	margin-top: 5px;
}

.fo-info li {
	display: inline;
	padding: 0 3px;
}

.fo-info li span {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/sjbz_infor-btn.png) 0 -28px no-repeat;
}

.fo-info .info-cur span,
.fo-info .info-hover span {
	background-position: 0 0;
}


.tab-shadow {
	display: block;
	position: absolute;
	left: -1px;
	top: 403px;
	width: 730px;
	height: 3px;
	background: url(http://icon.zol-img.com.cn/sj/images/sjbz_shadowbg.jpg) no-repeat;
}

.opgray {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 242px;
	height: 100px;
	background: url(../img/opacity.png);
	z-index: 2;
}

.opgray>a {
	display: table;
	width: 182px;
	height: 60px;
	padding: 0px 13px;
	margin-left: 24px;
	margin-top: 21px;
	border-left: 2px solid #F3701D;
}

.opgray>a label {
	font-size: 16px;
	color: #FFFFFF;
	width: 182px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	/*writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;*/


}

/*其他*/

.other {
	overflow: hidden;
}

.other .zz_left {
	width: 810px;
	float: left;
}

.contents>div {
	display: none;
}

.contents>div.onhere {
	display: block;
}

.other .zz_left ul {
	height: 84px;
	line-height: 84px;
	border-bottom: 2px solid #e6e6e6;
}

.other .zz_left ul li a {
	display: inline-block;
	height: 82px;
	font-size: 22px;
	color: #1B1B1B;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 48px;
}

.other .zz_left ul li a.onhere {
	font-size: 28px;
	color: #f3701d;
	border-bottom: 7px solid #f3701d;
}

.Imgbox {
	background: #fff;
	padding: 19px 0;
	margin-top: 20px;
	text-align: center;
}

.Imgbox img {
	display: inline-block;
	width: 362px;
	height: 281px;
}

.other_ri {
	position: relative;
	width: 370px;
	float: right;
}

.other_ri h2 {
	font-size: 28px;
	color: #1B1B1B;
	letter-spacing: 0;
	height: 84px;
	line-height: 84px;
	border-bottom: 2px solid #e6e6e6;
}

.whiteboxother {
	height: 320px;
	background: #fff;
	margin-top: 20px;
	*margin-top: 8px;
}

.whiteboxother h4 img {
	display: inline-block;
	width: 370px;
	height: 70px;
}

.dlImg {
	overflow: hidden;
	padding-top: 20px;
}

.dlImg dl {
	float: left;
	margin: 0 18px;
	text-align: center;
}

.dlImg dl dt {
	margin-bottom: 20px;
}

.dlImg dl dt img {
	display: inline-block;
	width: 85px;
	height: 160px;
}

.dlImg dl dd {
	font-size: 16px;
	color: #262626;
}


/*底部logo展示*/

.footer_logoShow {
	padding: 34px 0;
	background: #DCE0E3;
}

.footer_logoShow p {
	width: 1200px;
	margin: 0 auto;
}

.footer_logoShow ul li img {
	display: inline-block;
	margin: 0 22px 20px;
	float: left;

}


/*底部版权*/

.footerWidth {
	background: #C6C9CC;
	padding: 23px 0 22px 0;
	overflow: hidden;
}

.footer_copyright {
	width: 804px;
	margin: 0 auto;
	overflow: hidden;
}

.footer_copyright .copyLeft {
	float: left;
	/* 	width: 813px;
	border-right: 1px solid #999999; */
	margin-left: 22px;
	padding-top: 18px;
}

.footer_copyright .copyLeft p {
	margin-bottom: 22px;
}

.footer_copyright .copyLeft p label {
	font-size: 22px;
	color: #4D4D4D;
	position: relative;
	top: -20px;
	left: 9px;
}

.footer_copyright .copyLeft p img {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.copyinfo span {
	display: inline-block;
	margin-right: 53px;
}

.copyinfo span label {
	display: block;
	line-height: 33px;
	font-size: 16px;
	color: #4D4D4D;
}

.erwemaRight dl {
	margin-right: 24px;
}

.erwemaRight dl dt {
	margin-bottom: 8px;
}

.erwemaRight dl dt img {
	display: inline-block;
	width: 110px;
	height: 110px;
}

.erwemaRight dl dd p {
	line-height: 17px;
	font-size: 12px;
	color: #4D4D4D;
}

/* .footer_copyright .erwemaRight {
	float: right;
} */


/*协会机构二级页*/
.secondImg img {
	display: inline-block;
	width: 100%;
	height: 240px;
}

.xhdt_h3 {
	position: relative;
}

.xhdt_h3 h2 {
	font-size: 28px;
	color: #1B1B1B;
	letter-spacing: 0;
	height: 84px;
	line-height: 84px;
	border-bottom: 2px solid #cccccc;
	z-index: 1;
}

.xhdt_h3 .line {
	text-align: left;
	border: none;
	height: 8px;
	margin-top: -13px;
	width: 60px;
	z-index: 33;
	border-bottom: 7px solid #0040A0;
}

.xhdt_h3 span {
	position: absolute;
	right: 0;

}

.xhdt_h3 span label {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}

.secondTab {
	overflow: hidden;
	margin-top: 35px;
}

.secondTab .leftMenu {
	float: left;
	width: 260px;
	padding: 28px 0;
	background: #fff;
}

.secondTab .leftMenu ul {}

.secondTab .leftMenu ul li {
	position: relative;
	height: 44px;
	line-height: 44px;
}

.secondTab .leftMenu ul li span.active {
	position: absolute;
	top: 0;
	width: 5px;
	height: 38px;
	border-left: 5px solid #F3701D;
}

.secondTab .leftMenu ul li a.active {
	color: #F3701D;
	;
}

/*.secondTab .leftMenu ul li:last-child a{
	border:none;
}*/
.secondTab .leftMenu ul li a {
	width: 173px;
	display: inline-block;
	border-bottom: 1px solid #E6E6E6;
	font-size: 20px;
	padding: 0 22px;
	color: #666666;
	margin-left: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}

.secondTab .leftMenu ul li a.laststyle {
	border: none;
}

.secondTab .rightContent>div {
	float: right;
	width: 826px;
	padding: 38px 42px;
	background: #fff;
	display: none;
}

.secondTab .rightContent>div.active {
	display: block;
}

.contentP {
	text-align: center;
}

.contentP p {
	line-height: 53px;
	margin-bottom: 14px;
	text-align: center;
}

/*.contentP p label{
	color: #C8C9C9;
	position: relative;
	top: -8px;
	
}*/
.contentP p span {
	display: inline-block;
	text-align: left;
	font-size: 32px;
	color: #1B1B1B;
	margin-left: 27px;
	margin-right: 27px;
}

.divFonts {
	line-height: 22px;
}

.divFonts>div {
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 26px;
	color: #373737;
}

.divFonts>div p {
	font-size: 16px;
	line-height: 30px;
	color: #373737;

}

.divFonts {
	text-indent: 32px;
}

/*职工教育*/
.listUl {}

.listUls dl {
	width: 374px;
	height: 245px;
	border: 1px solid #ccc;
	float: left;
	margin: 18px;
	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
}

.listUls dl dt {
	width: 174px;
	height: 245px;
	float: left;
}

.listUls dl dt img {
	width: 100%;
	height: 100%;
}

.listUls dl dd {
	float: right;
	width: 178px;
	margin: 0 10px;
}

.p-title a{
	width: 178px;
	cursor: default;
	display: inline-block;
	font-size: 16px;
    margin: 14px 0 8px;
	color: #36363a;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.p-content a{
    line-height: 23px;
    font-size: 16px;
	color: #6a6a6f;
	height: 184px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	-webkit-box-orient: vertical;
}

 .listUl ul li{
	position: relative;
	margin-bottom: 16px;
}
.listUl ul li a{
	font-size: 16px;
	color: #373737;
	display: inline-block;
	width: 670px;
	overflow: hidden;
	word-break: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.listUl ul li i{
	display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #BFBFBF;
    margin-right: 8px;
    position: relative;
    top: -2px;
    margin-right: 9px;
    
}


.listUl ul li:hover i{
    background: #f3701d;;
}
.listUl ul li:hover a{
    color: #f3701d;;
}
.listUl ul li span{
	position: absolute;
	right: 0;
	top: 3px;
} 
/*分页*/
.pagesbox {
	position: relative;
}

.pagesbox span {
	font-size: 18px;
	color: #808080;
}

.pagesbox .nums {
	position: absolute;
	right: 0;

}

.pagesbox .nums a {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #F8F9FA;
	border: 1px solid #D7D8D9;
	border-radius: 17px;
	font-size: 18px;
	color: #808080;
	margin-left: 18px;
	*position: relative;
	*left: 20px;
}

.allpage {
	*position: relative;
	*top: 15px;
}

.pagesbox .nums label {
	cursor: pointer;
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #F8F9FA;
	border: 1px solid #D7D8D9;
	border-radius: 17px;
	font-size: 18px;
	color: #808080;
	margin-left: 18px;
	*position: relative;
	*left: 20px;

}

.pagesbox .nums label.imgys {
	position: relative;
	*top: 9px;
}

.pagesbox .nums label.imgys img {
	position: relative;
	top: 2px;
	*top: 8px;

}

.pagesbox .nums label img {
	display: inline-block;
	width: 10px;
	height: 18px;
	border: none;

}

.pagesbox .nums a:hover {
	border: 1px solid #0040A0;
	background: #0040A0;
	color: #fff;
}

.pagesbox .nums a.active {
	border: 1px solid #0040A0;
	background: #0040A0;
	color: #fff;
}

/*活动图片*/
.listDl {
	overflow: hidden;
}

.listDl dl {
	float: left;
	width: 190px;
	margin-left: 7px;
	margin-right: 6px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 0 0 18px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.listDl dl dt {}

.listDl dl dt img {
	width: 190px;
	height: 125px;
}

.listDl dl dd {
	font-size: 16px;
	color: #333;
	margin-left: 7px;
	margin-top: 10px;
}

/*首页-技能大赛-组织机构*/
.divForm {
	width: 770px;
	margin: 50px auto 0;
}

.divForm ul li {
	display: table;
	margin-bottom: 16px;
}

.divForm ul li span {
	font-size: 16px;
	color: #333;
	display: inline-block;
	width: 146px;
}

.divForm ul li label {
	display: block;
	width: 286px;
	display: table-cell;
	vertical-align: middle;
	margin-left: 6px;
	font-size: 16px;
}

.inputstl {
	display: inline-block;
	text-indent: 12px;
	width: 320px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #505050;
	border: 1px solid #a9a9a9;
	margin-right: 10px;
}

.selstl {
	display: inline-block;
	text-indent: 12px;
	width: 322px;
	font-size: 16px;
	border: 1px solid #a9a9a9;
	margin-right: 4px;
	color: #505050;
	padding: 8px 0px;
	cursor: pointer;
}

.selstl option {
	font-size: 16px;
	color: #505050;
}

.redcolor {
	color: #F3701D;
}

.btncenter {
	text-align: center;
	margin-top: 60px;
}

.submitbtn {
	cursor: pointer;
	padding: 8px 18px;
	background: #0040A0;
	border: none;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
}

.article_info {
	padding: 10px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 28px;
	font-size: 14px;
	color: #333;
}

.newNavp p {
	font-size: 16px;
	margin: 14px 0;
}

.newNavp p a {
	font-size: 16px;
	color: #000;
}

.newNavp p a:hover {
	color: red;
}

/* 新增-活动通知样式 2022-12-12 */

.xhdt_pbox {
	overflow: hidden;
}

.xhdt_lbox {
	float: left;
	width: 810px;
}

.xhdt_rbox {
	float: right;
	width: 370px;
}

.sub_lisss li label {
	width: 660px;
}


.whiteboxs-dlxx {
	height: 372px;
	background: #fff;
	margin-top: 20px;
}

.dl-bg {
	width: 370px;
	height: 70px;
	background-image: url(../images/bg.png);
}

.dl-btn {
	width: 350px;
	margin: 10px auto;
}

	.dl-btn a {
		display: block;
		margin-bottom: 10px;
	}

	.dl-btn .hydl {
		width: 350px;
		height: 45px;
		background-image: url(../images/hydl.png);
                             background-size: 350px 45px;

	}

	.dl-btn .hyzc {
		width: 350px;
		height: 45px;
		background-image: url(../images/hyzc.png);
background-size: 350px 45px;

	}
.dl-btn .jfkpdl{    width: 350px;    height: 45px;    background-image: url(../images/jfkpdl.png);   background-size: 350px 45px;
}

/* .a-links {
	max-height: 125px;
	overflow: hidden;
	overflow-y: scroll;
} */



.a-links .a-link {
	position: relative;
	width: 370px;
	height: 43px;
	margin-bottom: 15px;
}

.a-link span a {
	width: 161px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	background-image: url(../images/a.png);
}

.a-link span {
	position: absolute;
	margin-left: 20px;
}

.a-l {
	position: absolute;
	left: 0;
	top: 0;
}

.a-r {
	position: absolute;
	right: 0;
	top: 0;
}

.a2 {
	margin-left: -11px;
}
