html,
body {
	height: 100%;
	overflow-x: hidden;
	position: relative;
	margin: 0;
	background: #f5f5f5;
	font-size: 14px;
}
a{
	cursor: pointer;
	text-decoration: none;
}
a:hover{
	opacity: 1;
	text-decoration: none;
}
ul{
	list-style: none;
	padding: 0;
}
.index-top{
	width: 100%;
	background: #FFFFFF;
	position: relative;
	z-index: 99;
}
.top-gradients{
	width: 100%;
	height: 14px;
	background: linear-gradient(to right,#7508fb,#812990);
}
.top-logo{
	width: 1200px;
	margin: 0 auto;
	height: 76px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-logo img{
	height: 54px;
}
.top-search{
	width: 15%;
	height: 36px;
	position: relative;
}
.top-search input{
	width: 100%;
	height: 36px;
	border: none;
	background: #e5e5e5;
	border-radius: 18px;
	padding: 0 36px 0 10px;
	position: absolute;
}
.top-search button{
	width: 36px;
	height: 36px;
	border: none;
	position: absolute;
	right: 0;
	z-index: 99;
	background: transparent;
}
.index-nav{
	width: 100%;
	height: 50px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.index-nav ul.nav-list{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	line-height: 46px;
}
.nav-list li{
	flex: 1;
	height: 50px;
	position: relative;
}
.nav-list li a{
	display: block;
	text-align: center;
}
.nav-list li.on a{
	font-weight: bold;
}
.nav-list li.on:after{
	content: "";
	width: 90px;
	height: 4px;
	border-radius: 2px;
	background: #bc8e12;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: 46px;
}
/*nav二级*/
.nav-li-child {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	min-width: 100%;
	line-height: 50px;
	padding: 0;
	margin: 0;
	background: transparent;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	z-index: 100;
	border: none;
	border-radius: 0;
	white-space: nowrap;
}
.nav-list li{
	width: auto;
	position: relative;
}
.nav-list li:hover dl.nav-li-child{
	display: block;
	text-align: center;
}
.nav-li-child dd{
	position: relative;
	margin: 0;
}
.nav-list li dl.nav-li-child a{
	color: #333333;
	background: #FFFFFF;
	display: block;
	line-height: 44px;
	padding: 0;
}
.nav-list li dl.nav-li-child a:hover{
	color: #bc8e12;
}
.nav-list li dl.nav-li-child a:last-child{
	border-left: 0;
}

/*banner*/
.index-banner button.layui-carousel-arrow{
	height: 72px;
	line-height: 72px;
	border-radius: 0;
}
.index-banner .layui-carousel>[carousel-item]{
	margin: 0 auto;
}
.index-banner a{
	text-align: center;
	display: block;
}
.index-banner a:hover{
	opacity: 1;
}
.layui-carousel img{
	width: 100%;
	height: 100%;
}

/*通用*/
.index-body{
	min-height: calc(100vh - 320px);
}
.index-row{
	width: 1200px;
	margin: 40px auto;
}
.tit-row{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.tit-row .box-tit{
	width: 100%;
	text-align: center;
	line-height: 34px;
	position: relative;
}
/*.tit-row .box-tit:after{*/
/*	content: "";*/
/*	width: 100px;*/
/*	height: 4px;*/
/*	border-radius: 2px;*/
/*	background: #BC8E12;*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	margin-left: -50px;*/
/*	bottom: 0;*/
/*}*/
.second-row .tit-row .box-tit,
.third-row .tit-row .box-tit,
.fourth-row .tit-row .box-tit{
	text-align: left;
}
.second-row .tit-row .box-tit:after,
.third-row .tit-row .box-tit:after,
.fourth-row .tit-row .box-tit:after{
	left: 80px;
}
.tit-row .box-tit span.cn{
	font-size: 24px;
	padding-right: 24px;
	background: url(../images/tit-line.png) right center no-repeat;
}
.tit-row .box-tit span.en{
	color: #999999;
}
.tit-row a.index-more{
	width: 100px;
	text-align: right;
	line-height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.tit-row a.index-more:hover{
	color: #812990;
}

.content-row{
	display: flex;
	justify-content: space-between;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

/*新闻*/
.content-row .news-carousel{
	width: 520px;
	height: 312px;
}
.content-row .news-list{
	box-sizing: border-box;
	padding: 20px;
	background: #FFFFFF;
	width: calc(100% - 520px);
}
.news-list ul{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.news-list li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 14px;
	border-bottom: 1px solid #e4e4e4;
}
.news-list li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.news-list li .date{
	width: 70px;
	height: 68px;
	display: inline-flex;
	align-content: center;
	background: #812990;
	flex-wrap: wrap;
	position: relative;
}
.news-list li .date:after{
	content: "";
	position: absolute;
	left: 100%;
	bottom: 50%;
	margin-bottom: -10px;
	z-index: 999999;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 8px solid #812990;
}
.news-list li .date span{
	width: 100%;
	color: #FFFFFF;
	display: block;
	text-align: center;
	margin-bottom: 6px;
}
.news-list li .date span.year{
	font-size: 12px;
	font-weight: lighter;
	margin-bottom: 0;
	opacity: 0.6;
}
.news-list li .list-content{
	width: calc(100% - 88px);
	min-height: 68px;
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.list-content p.tit{
	width: 100%;
	font-size: 15px;
	margin-bottom: 8px;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-content p.detail{
	color: #666666;
	font-size: 13px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-content:hover p.tit{
	color: #812990;
}
.list-content:hover p.detail{
	opacity: 0.8;
}

img.row-bg{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
}

.second-row{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	padding: 30px 0;
}
.second-row .tit-row{
	/*margin-bottom: 14px;*/
}
.col-calendar{
	width: 31.6%;
	position: relative;
}
/*日历*/
.index-calendar{
	height: 410px;
	box-sizing: border-box;
	background: #FFFFFF;
	padding: 20px 10px 30px 10px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.calendar-title{
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 14px;
}
.calendar-title ul{
	width: 100%;
}
.calendar-title li{
	text-align: center;
	width: 50%;
	float: left;
}
.calendar-title li:first-child,
.calendar-title li:last-child{
	cursor: pointer;
	width: 25%;
}
.calendar-title li:first-child:hover,
.calendar-title li:last-child:hover{
	background: #F1F1F1;
}
.index-calendar table.calendarmain{
	display: table;
	width: 94%;
	margin: 0 auto;
	table-layout: fixed;
}
.calendarmain tr{
	height: 40px;
}
.index-calendar table tr{
	display: table-row;
}
.index-calendar table td{
	display: table-cell;
	text-align: center;
	cursor: pointer;
}
.index-calendar table td a{
	display: block;
	border: solid 4px transparent;
	padding: 8px 0;
}
.calendarmain th{
	color: #999;
	font-weight: normal;
}
.calendarmain td a.pre-month,
.calendarmain td a.pre-month:hover{
	color: #999;
	cursor: default;
	border: solid 4px transparent;
}
.calendarmain td a.point,
.calendarmain td a.point:hover{
	background-color: #e0f0fe;
	color: #448afd;
	border-color: #FFFFFF;
	border-radius: 8px;
	opacity: 1;
}
.calendarmain td a.click-on{
	position: relative;
	z-index: 9999;
}
.calendar-none,
.calendar-display{
	width: 92%;
	box-sizing: border-box;
	box-shadow:0px 8px 8px 0px rgba(0,0,0,0.2);
	padding: 15px;
	background: #FFFFFF;
	border: 2px solid #e0f0fe;
	border-radius: 4px;
	position: absolute;
	z-index: 999;
	left: 15px;
	margin-top: 9px;
	text-align: left;
	display: none;
}
.calendarmain td a.click-on:before{
	content: "";
	position: absolute;
	left: 30%;
	bottom: -13px;
	z-index: 99999;
	width: 0;
	height: 0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-bottom: 9px solid #e0f0fe;
}
.calendarmain td a.click-on:after{
	content: "";
	position: absolute;
	left: 33%;
	bottom: -15px;
	z-index: 999999;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 9px solid #FFFFFF;
}
.calendar-display p {
	font-size: 16px;
	font-weight: bold;
	padding-left: 14px;
	margin-bottom: 10px;
}
.calendar-display p span{
	font-size: 14px;
	font-weight: normal;
	float: right;
	color: #666;
}
.calendar-display li{
	display: flex;
}
.index-calendar table td .calendar-display a {
	height: 36px;
	line-height: 36px;
	padding: 0 14px 0 0;
	flex: 1;
	display: block;
	color: #444;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-calendar table td .calendar-display a:hover{
	color: #0f77e0;
}
.calendar-display li span{
	line-height: 36px;
}
.calendar-display li:hover{
	background: #F1F1F1;
}
.calendar-display i{
	float: left;
	margin: 0 4px;
	color: #FFB800;
	line-height: 34px;
}

/*通告*/
.col-notice{
	width: 41.5%;
}
.box-content{
	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	padding: 20px;
	box-sizing: border-box;
}
.second-row .box-content{
	height: 410px;
}
span.zhiding{
	width: 36px;
	padding: 2px 4px;
	box-sizing: border-box;
	font-size: 12px;
	background: rgb(216,76,41);
	color: #fff;
	border-radius: 2px;
	text-align: center;
	margin-right: 8px;
}
.notice-list li{
	width: 100%;
	height: 44px;
	padding: 14px 0 ;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: content-box;
}
.notice-list li:first-child{
	padding-top: 0;
}
.notice-list a{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.notice-list a span{
	margin-top: 4px;
}
.notice-list a span.icon-notice{
	width: 36px;
	height: 20px;
	background: url(../images/icon-notice.png) center no-repeat;
	display: inline-block;
	margin-right: 8px;
}
.notice-list a p{
	width: calc(100% - 114px);
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.notice-list a span.date{
	width: 70px;
	font-size: 12px;
	text-align: right;
	color: #999;
}
ul li.none{
	color: #666;
	text-align: center;
	border-bottom: none;
}

/*登录*/
.col-login{
	width: 22.6%;
}
.second-row .col-login .box-content{
	box-shadow: none;
	background: transparent;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.col-login a{
	height: 120px;
	background-color: #FFFFFF;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	display: flex;
	border-radius: 8px;
	flex-direction: column;
	justify-content: center;
	padding-left: 124px;
}
.col-login a:hover{
	opacity: 0.8;
}
.col-login a.login-st{
	background: url(../images/bg-login-st.png) center no-repeat;
}
.col-login a.login-te{
	background: url(../images/bg-login-te.png) center no-repeat;
}
.col-login a.login-co{
	background: url(../images/bg-login-co.png) center no-repeat;
}
.col-login a span{
	display: block;
}
.col-login a span.cn{
	font-size: 24px;
}
.col-login a span.en{
	color: #bababa;
}

/*职位/招聘*/
.third-row{
	display: flex;
	justify-content: space-between;
}
.col-6{
	width: calc(50% - 10px);
}
ul.tit-tab{
	display: flex;
	justify-content: space-around;
}
ul.tit-tab li{
	height: 25px;
	flex: 1;
	border-right: 1px solid #e4e4e4;
}
ul.tit-tab li:last-child{
	border-right: none;
}
ul.tit-tab li a{
	height: 25px;
	line-height: 20px;
	display: block;
	text-align: center;
}
ul.tit-tab li a:hover{
	background: #f7f7f7;
}
ul.tit-tab li a.active{
	font-weight: bold;
	position: relative;
}
ul.tit-tab li a.active:after{
	content: "";
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #BC8E12;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
}
ul.position-list,
ul.recru-list{
	min-height: 372px;
}
ul.position-list li{
	padding: 12px 0;
	border-bottom: 1px solid #e4e4e4;
}
ul.position-list li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
ul.position-list li a{
	background: #f7f7f7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 8px;
	box-sizing: border-box;
}
ul.position-list li a:hover{
	opacity: 0.8;
	background: #f1f1f1;
}
ul.position-list li a .tit{
	width: calc(100% - 130px);
}
.position-list .tit p.zw{
	font-weight: bold;
}
.position-list .tit p.gs{
	color: #666;
}
ul.position-list li a .date{
	width: 120px;
	text-align: right;
	color: #999;
	font-size: 12px;
}
ul.recru-list li{
	padding: 12px 0;
	border-bottom: 1px solid #e4e4e4;
}
ul.recru-list li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
ul.recru-list li a:hover{
	opacity: 0.8;
}
ul.recru-list li img{
	width: 86px;
	height: 64px;
	margin-right: 12px;
}
ul.recru-list li .infor{
	width: calc(100% - 98px);
}
ul.recru-list li p.tit{
	font-weight: bold;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.recru-list li p span{
	color: #666;
	margin-right: 8px;
}
ul.recru-list li p span.blue{
	color: #4495f1;
}

/*帮扶/政策/流程*/
.fourth-row{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	padding: 30px 0;
}
.col-4{
	width: calc(33.33% - 15px);
}
.normal-list{
	min-height: 218px;
}
.normal-list li{
	padding-bottom: 14px;
}
.normal-list li:last-child{
	padding-bottom: 0;
}
.normal-list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F7F7F7;
	box-sizing: border-box;
	padding: 12px 8px;
}
.normal-list li a p{
	padding-left: 14px;
	width: calc(100% - 80px);
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.normal-list li a p:before{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #BC8E12;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.normal-list li a p:hover{
	color: #333;
}
.normal-list li a span{
	width: 80px;
	font-size: 12px;
	color: #999;
	text-align: right;
}
.normal-list li a:hover{
	opacity: 0.8;
	background: #f0f0f0;
}

/*友情链接*/
ul.friendlink{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
ul.friendlink li{
	width: 25%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
ul.friendlink li .link-img{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
	border: 1px solid #e4e4e4;
	padding: 8px;
	box-sizing: border-box;
}
ul.friendlink li img{
	max-width: 100%;
	max-height: 100%;
}

/*bottom*/
.index-bottom{
	width: 100%;
	padding-top: 20px;
	background: #812990;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	font-size: 12px;
}
.bottom-row{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.bottom-left{
	margin-right: 20px;
}
.bottom-right{
	text-align: left;
}
.bottom-copyright{
	line-height: 30px;
	border-top: 1px solid #94579e;
	text-align: center;
	margin-top: 30px;
}

/*内页*/
/*计数*/
.list-num {
	height: 30px;
	float: left;
	position: relative;
	margin: 20px 0 0 220px;
}
.list-num p {
	line-height: 30px;
	color: #666;
}
.list-num span {
	line-height: 20px;
	padding: 0 4px;
	color:  #bc8e12;
}

/*翻页*/
.page-turn {
	height: 80px;
	float: right;
	position: relative;
	margin: 60px 0 0 0;
}
.page-turn ul {
	display: flex;
	margin-right: 16px;
}
.page-turn li {
	line-height: 30px;
	background: #FFFFFF;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-right: 4px;
}
.page-turn li a {
	display: block;
	font-size: 14px;
	padding: 0 10px;
}
.page-turn li.on a {
	color: #999;
}
.page-turn li:hover {
	background: #e0e0e0;
}
.page-turn .on,
.page-turn li.on:hover {
	background: #E2E2E2;
	border-color: #E2E2E2;
	cursor: default;
}
.page-turn a:hover {
	color: #333;
}
.login-header {
	height: 140px;
}

/*内页*/
.asan-list_banner {
	width: 100%;
	height: 50px;
	background: #f5f5f5;
	margin: 0 auto;
	position: relative;
}
.asan-list_location {
	width: auto;
	height: 50px;
	line-height: 50px;
	color: #999;
	margin-top: 30px;
}
.asan-list_location a {
	color: #999;
	font-size: 14px;
}
.asan-list_location a:hover{
	color:  #4495f1;
}
.asan-list_body {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 80px;
}
.asan-list_content {
	width: 100%;
	height: auto;
	min-height: 740px;
	padding: 30px 0px;
	position: relative;
}
.asan-list_left {
	width: 180px;
	background: #ffffff;
	float: left;
	padding: 0px;
	margin: 0px;
}
ul.asan-list_menus{
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.asan-list_menus li {
	height: 50px;
	background: #ffffff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	margin: 0px;
	border-bottom: 1px solid #E4E4E4;
}
.asan-list_menus li:last-child {
	border-bottom: none;
}
.asan-list_menus li a {
	color: #333;
	display: block;
}
.asan-list_menus li:hover,
.asan-list_menus .on {
	background: #bc8e12;
}
.asan-list_menus li:hover a,
.asan-list_menus .on a {
	color: #ffffff;
}
.asan-list_right {
	margin-left: 200px;
	padding: 0px 0 30px 0;
	min-height: 600px;
	background: #FFFFFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.asan-list_text li {
	border-left: 4px solid #cf3f2c;
	margin: 4px 0px;
	height: 50px;
	background: #f2f2f2;
	text-align: left;
	line-height: 50px;
	overflow: hidden;
}
.asan-list_text li a {
	color: #333333;
	font-size: 16px;
	padding-left: 15px;
}
.asan-list_text li span {
	color: #ba2a17;
	font-size: 14px;
	float: right;
	padding-right: 15px;
}
.asan_list-content {}
.asan_list-content h3 {
	color: #222;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	font-family: "微软雅黑";
}
.asan_list-content h4 {
	font-weight: normal;
	padding: 10px 0;
	line-height: 20px;
	color: #666;
	text-align: center;
	border-bottom: 1px dotted #999;
	font-size: 12px;
	width: 590px;
	margin: 0 auto;
}
.asan_list-content h4 span {
	padding: 0 4px;
}
.asan_list-content .p {
	padding: 15px 20px 0 20px;
	color: #2b2b2b;
	font-size: 13px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 24px;
}
.asan_noborder {
	width: 600px;
	margin: 0 auto;
	border: 0px;
	text-align: center;
}
.asan_noborder,
.asan_noborder tr,
.asan_noborder td,
.asan_noborder img {
	border: 0px;
	text-align: center;
}
.asan_noborder p {
	line-height: 21px;
	text-align: center;
}
.asan_noborder a {
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.w300 {
	width: 300px;
	text-align: center;
	padding-left: 10px;
}
.w200 {
	width: 200px;
	text-align: center;
}
.w300 img,
.w300 a,
.w200 img,
.w200 a {
	text-align: center;
}
.asan-page_con {
	padding: 15px 30px;
	color: #2b2b2b;
	font-size: 13px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.asan-page_con ul {
	list-style: none;
}
.asan-page_con ul li {
	font-size: 14px;
	color: #888;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 10px;
	padding: 10px 0;
}
.asan-page_con ul li a {
	color: #2b2b2b;
	display: block;
	line-height: 20px;
}
.list1_time {
	float: right;
	color: #888;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
}
.gzd {
	width: 90px;
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding-right: 20px;
}
.org {
	color: #a80202;
}
.asan-page_con a:hover {
	color:  #4495f1;
}

/*文章详情*/

.news-content {
	height: auto;
	padding-bottom: 10px;
}
.news-content .news-content-tit {
	font-size: 28px;
	text-align: center;
	color: #333;
	padding: 15px;
	border-bottom: 1px solid #999;
}
.news-content .news-content-tit span {
	font-size: 12px;
	color: #999;
}
.news-content-con img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.full-width .asan-list_right{
	margin: 0 auto;
}
.full-width .list-num{
	margin: 20px 0 0 20px;
}
/*职位信息*/

.list-tab {
	padding: 0 30px;
}
.list-tab ul {
	display: flex;
}
.list-tab li {
	height: 30px;
	line-height: 30px;
	margin-right: 6px;
	background: #FFFFFF;
	text-align: center;
}
.list-tab li:last-child{
	margin-right: 0;
}
.list-tab li a {
	padding: 0 20px;
	display: block;
}
.list-tab li.on {
	border-bottom: 4px solid  #812990;
}
.list-tab li a:hover,
.list-tab li.on a {
	color:  #812990;
}

/*职位详情*/

.company-con {
	padding-bottom: 20px;
}
.company-con .company-tit-s {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding-left: 10px;
	border-left: 4px solid #812990;
}
.company-con ul#company-con-dis {
	display: flex;
}
.company-con ul#company-con-dis li {
	width: 33.333%;
	border-bottom: none;
	text-align: left;
	flex: 1;
}
.company-con ul#company-con-dis li p {
	padding: 0;
	text-indent: 0;
	color: #333333;
}
.company-con ul#company-con-dis li span {
	color: #666;
	padding-right: 10px;
}
.company-con p.company-con-text {
	padding: 0 10px;
	color: #666;
	text-indent: 0;
}
table.job-table {
	width: 90%;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 0 auto 20px auto;
	display: table;
}
table.job-table tr {
	line-height: 20px;
	display: table-row;
	border-bottom: 1px solid #CCCCCC;
}
table.job-table tr:last-child {
	border-bottom: none;
}
table.job-table th {
	background: #F1F1F1;
}
table.job-table th,
table.job-table td {
	border-right: 1px solid #CCCCCC;
	padding: 10px;
	display: table-cell;
}
table.job-table th:last-child,
table.job-table td:last-child {
	border-right: none;
}
@media screen and (max-width: 767px) {
	.con-tit{
		width: 70%;
	}
	.logo-tit .con-tit{
		width: 60%;
	}
	.index-second-row{
		height: auto;
	}
	.asan-list_left{
		width: 100%;
	}
	.asan-list_left ul{
		display: flex;
	}
	.asan-list_left ul li{
		flex: 1;
		font-size: 14px;
	}
	.asan-list_right{
		margin-left: 0;
		margin-top: 50px;
	}
	.news-content-con p{
		padding: 0 0 20px 0;
	}
}

/*搜索结果*/
.search-result{
	min-height: 40vh;
	border-radius: 8px;
	padding: 40px;
	margin: 20px 0;
	background: #ffffff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
p.no-result{
	font-size: 24px;
	color: #999;
	text-align: center;
}
p.result{
	margin-bottom: 30px;
}
p.result span{
	color: #007AFF;
	padding: 0 4px;
}
.search-result li{
	height: 48px;
	line-height: 48px;
	border-bottom: 1px dashed #e4e4e4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search-result li a{
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search-result li span {
	color: #666;
}