body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,
h5,h6,pre,code,form,fieldset,legend,input,
select,textarea,p,button,table,th,tr,td {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: auto;
	font-size: 14px;
	font-family: "微软雅黑", "宋体";
	background-size: 100%;
	overflow-y:scroll;
	min-width: 1300px;
}
ul,li {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #000000;
}
img {
	border: none;
	vertical-align: middle;
}
.clear {
	height: 0;
	clear: both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.blank10{
	font-size: 0;
	width: 100%;
	height: 20px;
	clear: both;
}
.blank15{
	font-size: 0;
	width: 100%;
	height: 15px;
	clear: both;
}
.dw-class-article-li{
	font-size: 14px;
	height: 34px;
	line-height: 34px;
}

/*************公共部分结束**************/
/*************首页部分开始****************/
.m-top-head {
	width: 100%;
	height: 100px;
	color: #333;
}
.m-top-head p {
	height: 100px;
	padding-left: 10vw;
	padding-right: 130px;
	line-height: 100px;
	white-space: nowrap;
	text-align:center;
}
.m-head-about{
    float: right;
}
.m-head-clct {
	float: right;
	cursor: pointer;
}
.m-head-time {
    float: right;
}
.m-head-col {
	width: 50px;
	float: right;
}
.m-head-emblem {
	min-width: 600px;
	height: 100%;
	float: left;
	background: url(images/emblem.jpg) no-repeat left center/auto;
}
#m-top{
	width: 100%;
	background: url(images/bg.jpg) top center no-repeat;
	background-size: cover;
}
#m-top-cont{
	width: 1240px;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#m-top-left{
	position:absolute;
	top:0;
	left:0;
	width:75%; 
	transform: skewX(-25deg) translate(-50%,0);
	background-color: rgba(0,17,118,.28);
	z-index: 20;
}
#m-top-logo{
	width: 635px;
	height: 75px;
	background: url(images/icon.png) -714px -110px;
	margin: 40px 0;
}
#m-top-left ul{
	position:absolute;
	bottom: 6%;
	right: 0;
	width:23%;
	height:72%;
}
#m-top-left ul li{
	width:100%;
	height:15%;
	margin-top: 4%;
	background-color: rgba(255,255,255,.1);
	display: flex;
    justify-content: center;
    align-items: center;
}
.nav-actived{
	background-color: #ffcf00 !important;
	-moz-box-shadow:3px 3px 5px #00165B; 
	-webkit-box-shadow:3px 3px 5px #00165B; 
	box-shadow:3px 3px 5px #00165B;
}
#m-top-nav ul li span{
	width:25px;
	height:25px;
	margin: 33px 0 0 18px;
	background: url(images/icon.png) no-repeat;
	display: block;
	float: left;
}
#m-top-nav ul li div{
	float: left;
}
#m-top-nav ul li #icon-sy{
	background-position: -30px -232px;
}
#m-top-nav ul li #icon-dtxx{
	background-position: -81px -232px;
}
#m-top-nav ul li #icon-kqgwxx{
	background-position: -133px -232px;
}
#m-top-nav ul li #icon-ljgjzz{
	background-position: -186px -232px;
}
#m-top-nav ul li #icon-dgjzzgz{
	background-position: -237px -232px;
}
#m-top-nav ul li #icon-ztbd{
	background-position: -290px -232px;
}
#m-top-left ul li a{
	color:#FFFFFF;
	font-size:18px;
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#m-top-left ul li a div{
	transform: skewX(25deg);
	color:#FFFFFF;
	font-size:20px;
}
#m-top-right{
    width: 46%;
    float: right;
}
#m-top-nav{
	width: 1280px;
	margin: 0 auto;
}
#m-top-nav ul li{
	float: left;
	width: 194px;
	text-align: center;
	line-height: 88px;
	font-size: 20px;
	background-color: rgba(255,255,255,.1);
	margin-right: 16px;
}
#m-top-nav ul li a{
	color: #ffffff;
}
/***********动态消息**************/
#m-top-dtxx{
	width: 100%; 
	height: 52%;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
#m-dtxx-tit{
	margin-top: 40px;
	line-height: 60px;
	font-size: 36px;
	font-weight: bolder;
	color: #FFFFFF;
	text-indent: 25px;
}
#m-dtxx-cont{
	width: 93%;
	margin-top:3%;
}
#m-dtxx-cont .dw-class-article-li{
	height:42px;
	line-height: 42px;
	font-size:18px;
	color:#FFFFFF;
	list-style: disc;
}
#m-dtxx-cont .dw-class-article-li .dw-class-article-date{
	float:right;
}
#m-dtxx-cont .dw-class-article-li a{
	color:#FFFFFF;
}
/***********图片新闻**************/
#m-top-tpxw{
	margin: 57px 0 106px 0;
}
#m-tpxw-tit #tit-text{
	width:160px;
	text-align: center;
	font-size:2.2em;
	font-weight: bolder;
	color: #ffffff;
}
#m-tpxw-tit #icon-left, #m-tpxw-tit #icon-right{
	display:block;
	width:45px;
	height:45px;
	background:url(images/icon.png) no-repeat;
}
#m-tpxw-tit #icon-left{
	background-position: -24px -275px;
}
#m-tpxw-tit #icon-right{
	background-position: -90px -275px;
}
#m-tpxw-cont .dw-slide-title{
	left:0;
	bottom:0px;
	height:35px;
	line-height:35px;
	text-indent: 10px;
	color:#ffffff;
}
.dw-slide-tit {
	height: 20px;
	left: 74%;
	bottom: 1%;
}
.dw-slide-tit ul li {
	width: 12px;
	height: 12px;
	margin-left: 16px;
	float: left;
	background-color: #688fdc;
	border-radius: 20px;
}
.dw-slide-tit .on {
	background-color: #fff;
}
/*************首页部分-空缺岗位开始**************/

#home_jobsearch {
	width: 100%;
}
.module-title {
	width: 240px;
	height: 52px;
	margin: 30px auto;
	background: url(images/icon.png) center no-repeat;
	background-position: -30px -350px;
	position: relative;;
}
#searchbar {
	width: 908px;
	height: 55px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;;
}
.search-input {
	width: 646px;
	height: 50px;
	float: left;
	font-size: 20px;
	border: 2px solid #275ecd;
	border-radius: 6px;
	overflow: hidden;
	position: relative;;
}
#gwfl {
	width: 95px;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 21px;
	font-weight: lighter;
	position: relative;
	border: 0;
}
#PT {
	width: 550px;
	height: 38px;
	margin-top: 6px;
	font-size: 25px;
	text-indent: 20px;
	border: none;
	outline:none;
	position: relative;;
}
.search-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: gray;
	opacity: 0.5;
}
.search-input input::-moz-placeholder { /* Firefox 19+ */
	color: gray;
	opacity: 0.5;
}
.search-input input:-ms-input-placeholder { /* IE 10+ */
	color: gray;
	opacity: 0.5;
}
.search-input input:-moz-placeholder { /* Firefox 18- */
	color: gray;
	opacity: 0.5;
}

.m-search-btn {
	width: 90px;
	height: 50px;
	float: right;
	background: url(images/icon.png) no-repeat center;
	background-position: -28px -436px;
	position: relative;
	border: none;
	cursor: pointer;
	outline: none;
}
.m-search-btn-u {
	width: 150px;
	height: 50px;
	float: right;
	background: url(images/searchbtn.png) no-repeat center;
	position: relative;
	border: none;
	cursor: pointer;
	outline: none;
}
.icon-search {
	width: 27px;
	height: 27px;
	margin-top: 13px;
	margin-left: 10px;
	position: relative;;
}
#jobinfo {
	width: 1278px;
    height: 420px;
    margin: 40px auto 50px auto;
    border: 2px dotted #1749b7;
    overflow: visible;
    position: relative;
    background-color: #e7edf9;
}
.jobinfo-title {
	width: 495px;
    height: 24px;
    background: url(images/lastestjobtit.png) no-repeat;
    margin:20px auto 0 auto;
}
.jobinfo-more {
	width: 65px;
    height: 24px;
    position: relative;
    top:-23px;
    left:1150px;
}
.jobinfo-more a{
    font-size:16px;
    color:#0E40B1;
}
.jobinfo-cont {
	width: 1278px;
    height: 350px;
    overflow: hidden;
    font-size: 15px;
    position: relative;
}
#latestMediaRightInfo {
	width: 100%;
	height: 100%;
	margin:0 auto;
	overflow: hidden;
}
.jobtit{
	width:1185px;
	height: 40px;
	margin: 0 auto;
	line-height:40px;
	color:#ffffff;
	background: #174AB7;
}
.jobtit > div{
	float:left;
	text-align:center;
	box-sizing: border-box;
	font-size: 18px;
}
.jobtit > div:not(:last-child){
	border-right: 2px solid #7892D3;
}
#latestJobInfo {
	width: 1185px;
	height: 100%;
	margin:0 auto;
	overflow: hidden;
}
#latestJobInfo li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.pieceofjob {
	width: 100%;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	display: inline-block;
	overflow: hidden;
}
.part-jobinfo {
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	float: left;
	text-align: left;
}
 @media screen and (max-device-width:1366px){
	#professionaltypes {
		width: 1200px;
	    height: 190px;
	    /* overflow: hidden; */
	    margin: 0 auto;
	    position: relative;;
	} 
}

#home_infomation {
	width: 100%;
	height: 700px;
	background: url(images/info_bg.png) no-repeat center;
}
#info_cont {
	width: 1280px;
	height: 540px;
	margin: 0 auto;
	padding-top: 90px;
	overflow: hidden;
}
.info-part {
	width: 404px;
	height: 100%;
	float: left;
	margin-left: 34px;
	background-color: #fff;
}
.part-img {
	width: 355px;
	height: 234px;
	margin: 20px auto;
	overflow: hidden;
	display: block;
}
#basement_img {
	width: 100%;
	height: 100%;
	background: url(images/basement.png);
}
#work_img {
	width: 100%;
	height: 100%;
	background: url(images/work.png);
}
#report_img {
	width: 100%;
	height: 100%;
	background: url(images/report.png);
}
.part-cont {
	width: 355px;
	height: 240px;
	font-size: 18px;
	margin: 0 auto;
}
.part-cont ul {
	width: 100%;
}
.part-cont ul li {
	width: 100%;
	height: 40px;
	text-align: center;
}
#basement_img ul li {
	height: 50px;
}
/*************首页部分-空缺岗位结束**************/
/***********空缺岗位检索页面开始****************/
#job_cont {
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	overflow: hidden;
}
#job_searchbar {
	height: 245px;
	border: 1px dashed #3467ce;
	background-color: #e3f0fd;
}
.searchbar {
	width: 1005px;
	margin: 28px auto;
	overflow: hidden;
}
.searchbar-keyword {
	width: 562px;
	height: 46px;
	float: left;
	border: 1px solid #3467ce;
	overflow: hidden;
}
.keyword-title {
	width: 234px;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 46px;
	font-weight: bold;
	background-color: #e3f0fd;
}
#IO_keyword {
    width: 333px;
    height: 46px;
    float: left;
    border: none;
    text-indent: 38px;
    line-height: 46px;
    background: #fff url(images/searchMark.png) 10px center no-repeat;
}
#PT_keyword {
    width: 327px;
    height: 46px;
    float: left;
    border: none;
    text-indent: 38px;
    line-height: 46px;
    background: #fff url(images/searchMark.png) 10px center no-repeat;
}
.search-io {
	width: 328px;
    height: 100%;
}
.searchbar-worktype {
	width: 394px;
	height: 46px;
	border: 1px solid #3467ce;
	float: right;
}
.searchbar-worktype select {
	width: 100%;
	height: 100%;
	text-indent: 16px;
	line-height: 46px;
	text-indent: 0;
}
.blank48{
	font-size: 0;
	width: 100%;
	height: 48px;
	clear: both;
}
.blank25{
	font-size: 0;
	width: 100%;
	height: 25px;
	clear: both;
}
.searchbar-others {
	width: 258px;
	height: 40px;
	border: 1px solid #3467ce;
	float: left;	
	margin-left: 45px;
}
.searchbar-others select {
	width: 100%;
	height: 100%;
	text-indent: 10px;
	line-height: 38px;
	text-indent: 0;
}
.searchbtn {
	width: auto;
    height: 42px;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 42px;
    background-color: #3467ce;
    cursor: pointer;
    margin: 2px 0 0 30px;
    padding: 0 20px;
}
.joblist-title {
	width: 100%;
	height: 50px;
	margin-top: 60px;
	border-bottom: 1px solid #e8e8e8;
	background-color: #f3f3f3;
}
.joblist-title table{
	width:98%;
	height: 100%; 
	margin:0 auto;
	border: none;
}
#jobInfo {
	width: 100%;
}
.pieceofwork {
	width: 100%;
	heigth: 54px;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
}
.part-info {
	height: 54px;
	line-height: 54px;
	text-align: center;
	float: left;
}

.types-selected {
	animation: growup .5s linear;
	transform: rotateY(0) scaleY(1.15) scaleX(1.15);
	box-shadow: 0 0 10px;
}
@-webkit-keyframes growup{
	from {
		transform: rotateY(0) scaleY(1) scaleX(1);
	}
	to {
		transform: rotateY(0) scaleY(1.15) scaleX(1.15);
	}
}
@keyframes growup{
	from {
		transform: rotateY(0) scaleY(1) scaleX(1);
	}
	to {
		transform: rotateY(0) scaleY(1.15) scaleX(1.15);
	}
}
.info-selected {
	animation: boost 1s linear;
	transform: scale(1.2);
}
@-webkit-keyframes boost{
	from {
		transform: scale(1); 
	}
	to {
		transform: scale(1.2); 
	}
}
@keyframes boost{
	from {
		transform: scale(1); 
	}
	to {
		transform: scale(1.2); 
	}
}
/*************空缺岗位检索页面结束****************/


/*************视听专栏开始****************/
#home_multimedia {
	width: 100%;
	height: 760px;	
}
#home_multimedia video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.media-cont {
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.media-cont-left {
	width: 722px;
	height: 100%;
	float: left;
	margin-top: 5px;
}
.media-left-video {
	width: 100%;
	height: 474px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.media-cont-right {
	width: 530px;
	height: 100%;
	float: right;
}
.media-left-title {
	position: relative;
	width: 100%;
	height: 60px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 20px;	
}
.media-detail1 {
	position: relative;
	top: 30px;
	left: 680px;
	color: #000;
	font-weight: normal;
	font-size: 16px;
}
.meidia-right-cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pieceofmedia {
	width: 530px;
	height: 135px;
	border-bottom: 1px dashed #151514;
	overflow: hidden;
}
.media-right-video {
	width: 160px;
	height: 112px;
/* 	align-items: center;
	display: flex;
	justify-content: center; */
	float: left;
	margin-top: 12px;
}
.media-right-title {
	position: relative;
	width: 348px;
	height: 112px;
	float: right;
	margin-top: 7px;	
}
.media-right-title a {
	width: 100%;
	height: 50%;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	overflow: hidden;
}
.media-right-title span {
	display: block;
	height:56px;
	margin-top: 10px;
	font-size: 16px;
	line-height: 28px;	
}
.media-left-title1 {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.media-right-title1 {
	display: block;
}
.media-detail2 {
	position: relative;
	top: -30px;
	left: 285px;
	color: #000;
	font-weight: normal;
	font-size: 16px;
}
/*************视听专栏结束****************/

/*************友情链接开始****************/
#home_link {
	width: 100%;
	height: 258px;
	color: #fff;
	background-color: #23489c;
}
.link-tit {
	width: 100%;
	padding-top: 25px;
	font-size:30px;
	text-align:center;
}
.link-tit-underline {
	width: 30px;
	height: 2px;
	margin-top: 5px;
	margin-left: 49%;
	background-color: #fff;
}
.link-cont {
	width: 1260px;
	margin: 20px auto;
	overflow: hidden;
}
.link-cont-part {
	width: 420px;
	float: left;
	text-align: center;
}
.link-cont-part a {
	color: #fff;
	font-size: 16px;
}
.linkpart-tit {
	width: 100%;
	height: 40px;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	text-align: center;
}
/*************友情链接结束****************/

/*************首页部分结束**************/
/*************公共头部开始****************/
#f_head{
	width: 100%;
	min-width: 1180px;
	height: 270px;
	overflow: hidden;
	background:url(images/ej_bg.png) center no-repeat;
}
#head_logo{
	width: 530px;
	height: 95px;
	background:url(images/icon.png) center no-repeat;
	background-position: -20px 22px;
	margin: 0 0 50px 350px;
	float: left;
}
#head_nav{
	width: 100%;
	height: 50px;
	background-color: #1749b7;
	clear: both;
}
#head_nav ul{
	width: 1200px;
	margin: 0 auto;
}
.ljgjzz_nli {
	width: 12.76%;
	padding: 0 !important;
}
.dgjzzgz_nli {
	width: 14.88%;
	padding: 0 !important;
}
.ztbd_nli {
	width: 8.51%;
	padding: 0 !important;
}
#head_nav >ul >li{
	float: left;
	margin: 0 20px;
	font-size: 16px;
	line-height: 50px;
	padding: 0 22px;
	text-align: center;
}
#head_nav >ul >li >a{
	color: #fff;
	font-size: 19px;
}
#head_nav >ul >li:hover{
	background-color: #ffcf00;
}
.dgjzzgz_nli:hover .dgjzzgz_more{
     display: block; 
}
.ztbd_nli:hover .ztbd_more{
     display: block; 
}
.ljgjzz_nli:hover .ljgjzz_more{
     display: block; 
}
#head_nav >ul >li >ul{
	width: auto;
	position: absolute;
	line-height: 42px;
	text-indent: 22px;
	box-shadow:0 0 9px 3px #999;
/* 	top: 195px; */
	background-color: #fff;
	padding-right: 20px;
}
#head_nav >ul >li >ul a:hover{
	color: #f3a304;
	font-weight: bold;
}
.dgjzzgz_more{
	display: none;
}
.ztbd_more{
	display: none;		
}
.ljgjzz_more{
	display: none;
}
.nav_more_info {
	text-align: left;
}
#head_nav >ul >li >ul >li{
    width: 220px;
}
#head_znjs{
	width: 460px;
	height: 45px;
	float: left;
	margin: 50px 0 0 250px;
}
#head_znjs .search_con{
	width: 336px;
	height: 40px;
	float: left;
	border: 2px solid #ddd;
	border-radius: 5px;
	text-indent: 20px;
}
#head_znjs .search_btn{
	width: 100px;
	height: 40px;
	float: left;
	margin-left: 20px;
	border-radius: 5px;
	background-color: #1749b7;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
#znss{
	background: url(images/searchMark.png) center no-repeat;
	width: 90px;
	height: 50px;
	float: left;
}
#znss:hover{
	background-color: #f3a304;
}
/*************公共头部结束****************/

/*************公共底部开始****************/
#f_bottom{
	width: 100%;
	height: 115px;
	padding-top: 20px;
	background-color: #1e3e88;
}
#f_bottom >div{
	color:#fff;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

/*************公共底部结束****************/


/*************二级页面开始****************/
#ej-body{
	width: 100%;
	min-height: 500px;
}
#ej {
    width: 1200px;
    height: auto;
    min-height: 450px;
    margin: 0 auto;
}
#ej .ej_title{
	height: 30px;
	width: 1050px;
	background-color:#f9f9f9;
	text-align: right;
	line-height: 30px;
	color:#999;
	font-size: 17px;
	margin-top: 26px;
	margin-bottom: 30px;
	float: left;
}
#ej .ej_title .title_tp{
	background:url(images/icon.png) center no-repeat;
	background-position: -151px -440px;
	height: 35px;
	width: 146px;
	position: absolute;
	top: 291px;
}
#ej .ej_cont{
  	width: 1180px;
    height: auto;
    min-height: 450px;
    margin: 0 auto;
}
#ej .ej_cont .dw-class-multi {
	min-height: 200px;
}
#ej .ej_cont .dw-class-noinfo {
	width: 100%;
	margin-top: 39px;
	text-align: center;
	font-size: 20px;
	float: left;
}
#ej .dw-class-lmmc{
	height: 36px;
	width: 1180px;
	text-align: right;
	line-height: 30px;
	color:#999;
	font-size: 17px;
	margin-top: 26px;
	margin-bottom: 30px;
	float: left;
	border-bottom: 2px solid #2b55b1;
}
#ej .dw-class-lmmc-text{
	float: left;
	color:#fff;
	font-size: 19px;
	font-weight: bold;
	background-color: #2b55b1;
	padding:0 15px;
	line-height: 36px;
	text-align:center;
	min-width:170px;
}
#ej .dw-class-article-date{
	float: right;
	font-size: 16px;
	color: #bbb;
}
#ej .dw-class-article-text{
	font-size: 16px;
	color: #666;
}
#ej .dw-class-article-li{
	font-size: 9px;
	list-style: disc;
	height: 45px;
	color:#666;
	text-indent: 5px;
	clear: both;
}
/*************二级页面结束****************/
/*************三级页面开始****************/
#currentpath{
	width: 1200px;
	height: 45px;
	line-height: 45px;
	text-indent: 25px;
	margin: 0 auto;
	background: url(images/icon.png) 16px center no-repeat;
	background-position: -350px -220px;
	margin-top: -45px;
}
#currentpath .dw-currentpath-text{
	color: #666;
	font-size: 17px;
}
#sj_box{
	width: 100%;
	min-height: 500px;
	margin: 0 auto;
	background-color: #f2f2f2;
	margin-top: -75px;
}
#sj {
	width: 80%;
	height: auto;
	min-height: 450px;
	margin: 0 auto;
	padding: 1% 2.5%;
	background-color: #fff;
}
#sj_tit{
	text-align: center;
	font-size: 27px;
	font-weight: bold;
}
#sj_desc{
	text-align: center;
	color: #666;
	margin: 20px 0;
}
#sj_line{
	height: 12px;
	background: url(images/sj_line.png) center;
	margin: 0 auto 25px auto;
}
#sj_cont{
	width:100%;
	height:auto;
}
#sj_desc >span{
	margin: 0 25px;
}
#gbck{
	text-align: center;
	cursor: pointer;
	margin-top: 50px;
}
.TRS_Editor div{
	text-indent:2em;
	margin-top:20px;
	line-height:24px;
	color:#333;
}
.TRS_Editor p{
	text-indent:2em;
	margin-top:20px;
	line-height:24px;
	color:#333333;
}
.TRS_Editor h2{
	font-size:18px;
	font-weight:bold;
	margin-top:50px;
	text-align:center;
	font-family:"Microsoft Yahei";
}
.TRS_Editor .tit{
	padding:30px 0px;
	text-align:center;
	border-bottom:1px solid #d4d4d4;
	padding-top:20px;
}
.TRS_Editor .tit span{
	padding:0px 10px;
	font-size:12px; 
	color:#666666;
	font-family:"Microsoft Yahei";
}
/*************三级页面结束****************/


/***********全文检索页面开始****************/
#wz_searchbar{
	width: 1200px;
    height: 85px;
    margin: 0 auto;
    background-color: #e3f0fd;
    border: 1px dashed #3467ce;
    padding-top: 35px;
}
#search_con{
	width: 505px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #666;
	margin-left: 290px;
	text-indent: 25px;
	float: left;
}
#wz_searchbar .search_btn{
	float: left;
	width: 85px;
	height: 40px;
	margin-left: 20px;
	background-color: #c50811;
	border-radius: 7px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
#wzInfo{
	width: 1200px;
	margin: 80px auto 0 auto;
	min-height: 320px;
}
#wzInfo .wz_list{
	height: 134px;
	border-bottom: 1px dashed #d8d8d8; 
	font-size: 20px;
}
#wzInfo .wz_list h4 {
	height: 34px;
	width: 100%;
	line-height: 34px;
	font-weight: bold;
	overflow: hidden;
}
#wzInfo .wz_list .gxsj{
	float: right;
	color: #666;
}
#wzInfo .wz_list .wzbt{
	height: 100%;
	width: 800px;
	display: table-cell;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	float: left;
}
#wzInfo .wz_list .wznr{
	height: 100px;
	width: 100%;
	line-height: 50px;
	text-indent: 40px;
	overflow: hidden;
	word-wrap:break-word;
	white-space:pre-wrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#wzInfo .highlight {
	color: red;
}
#wzInfo em {
	color: red;
	font-style: normal;
}
/*************全文检索页面结束****************/
/*************岗位详情页面开始****************/
#gwxxInfo{
	width: 1200px;
	min-height: 534px;
	margin: 0 auto;
}
#gwxxInfo .gwmc{
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
#gwxxInfo .jbxx{
	float: left;
	margin-left: 70px;
	color: #666;
	line-height: 55px;
}
#gwxxInfo .gwxx{
	line-height: 55px;
	font-size: 17px;
	margin-left: 30px;
}
#gwxxInfo .gwly{
	width: 80px;
	height: 35px;
	display: block;
	background-color: #3466cf;
	text-align: center;
	line-height: 35px;
	color: #fff;
	margin: 20px 0 0 30px;
}
#gwxxInfo .gwxx >span{
	color: #353434;
}
/*************岗位详情页面结束****************/
#goTop {
	display: none;
	position: fixed;
	top: 85%;
	right: 2%;
	width: 46px;
	height: 46px;
	background: url(images/goTop.png) center no-repeat;
	background-size: 100%;
	cursor: pointer;
	filter: none;
	border-radius: 23px;
	transform: translateZ(0);
 	outline: 90px solid transparent !important;
 	z-index: 99;
}
#goTop span {
	display: none;
	font-size: 20px;
	line-height: 23px;
	color: #fff;
}
.svg-filters {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px; 
}