@charset "utf-8";

html {
	font-size: 100px;
	-webkit-transition: font-size .2s ease-out;
	transition: font-size .2s ease-out;
}

@media screen and (max-width: 769px) {
	html {
		font-size: 100px;
	}
}

@media screen and (max-width: 700px) {
	html {
		font-size: 90px;
	}
}

@media screen and (max-width: 640px) {
	html {
		font-size: 85px;
	}
}

@media screen and (max-width: 600px) {
	html {
		font-size: 80px;
	}
}

@media screen and (max-width: 480px) {
	html {
		font-size: 64px;
	}
}

@media screen and (max-width: 480px) {
	.jntbox {
		margin: 0.1rem 0;
	}
}

@media screen and (max-width: 400px) {
	html {
		font-size: 53.33px;
		-webkit-transition: none;
	}
}

@media screen and (max-width: 360px) {
	html {
		font-size: 48px;
	}
}

@media screen and (max-width: 320px) {
	html {
		font-size: 42.66px;
	}
}

/*ios系统去掉元素被触摸时产生的半透明灰色遮罩*/
a,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/** * 统一 IE 8/9/10/11 `overflow`属性为`visible` */
button {
	overflow: visible;
	border: none;
	background: none;
}

select {
	border: none;
}

input,
button,
select,
textarea {
	outline: none
}

/** * 统一各浏览器`text-transform`不会继承的问题 */
button,
select {
	text-transform: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
textarea {
	-webkit-appearance: none;
	background: none;
}

/** * 移除 Firefox 4+ 的内边距 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	background: #fff;
}

/** * 统一设置`input`行高为`normal` */
input {
	line-height: normal;
	border: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/** * 修正 Chrome 中 input [type="number"] 在特定高度和`font-size`时, * 下面一个箭头光标变成`cursor: text` */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input:focus,
textarea:focus {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*去高光*/
	-webkit-user-modify: read-write-plaintext-only;
}

/*去除IE10+浏览器文本框后面的小叉叉*/
input::-ms-clear {
	display: none;
}

input::-webkit-search-cancel-button {
	display: none;
}

/*--清除IE下的 search 叉号*/
input[type=search]::-ms-clear {
	display: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
	/* table elements 表格元素 */
	margin: 0;
	padding: 0;
	font-family: PingFang SC, SourceHanSansCN-Regular, SourceHanSansCN, Microsoft Yahei, SimHei, STXihei, 中易宋体, Arial;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/* 重置列表元素 */
li {
	list-style: none;
}

/* 重置文本格式元素 */
button,
input,
select,
textarea {
	font-size: 100%;
	/* 使得表单元素在 ie 下能继承字体大小 */
}

i,
dfn {
	font-style: normal;
}

/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 hr */
hr {
	box-sizing: content-box;
	height: 0;
}

audio {
	display: inline-block;
}

/** * 对不支持'controls'属性的浏览器，'audio'元素给以隐藏 * 移除iOS5设备中多余的高度 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/** * 修复 IE 7/8/9，Firefox 3 和 Safari 4 中 「hidden」属性不起作用的问题 * 在IE、Safari、Firefox 22- 中隐藏「template」元素 */
[hidden],
template {
	display: none;
}

img {
	border: 0;
}

/** * 去掉 IE 10+ 点击链接时的灰色背景 */
a {
	background-color: transparent;
}

a,
a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

/** * Firefox3+，Safari4/5 和 Chrome 中统一设置为粗体 */
b,
strong {
	font-weight: bold;
}

.dot {
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	-ms-border-radius: 9995px;
	-o-border-radius: 999px;
	border-radius: 999px;
}

.box_sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	display: none;
}

.clamp {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.s_dflex {
	display: flex;
	justify-content: flex-start
}

.b_dflex {
	display: flex;
	justify-content: space-between
}

.e_dflex {
	display: flex;
	justify-content: flex-end
}

.c_dflex {
	display: flex;
	justify-content: center
}

.c_align {
	align-items: center;
}

.s_align {
	align-items: flex-start;
}

.e_align {
	align-items: flex-end;
}

.bottom-mark,
.web-mark,
.mark {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
	display: none;
}

.new_a_color a {
	color: #3683CA;
}

.hidden {
	display: none;
}
.pagination{font-size:0.32rem;font-weight: bold; margin: 0.2rem auto;display: table;text-align: center}
.pagination li {float: left;width: 0.8rem;height: 0.8rem;line-height: 0.8rem;}
.pagination li span{font-size:0.50rem;line-height:0.7rem;}
.pagination li .page-link{color:#666;}
.pagination li .page-link:hover{color:#01CAB8;}
.pagination .active a{color:#01CAB8;}
.container{
	width: 100%;
	padding: 0 .3rem;
	font-size:0.20rem;
	box-sizing: border-box;
}
.container img{max-width: 100% !important;}
.container .toptitle{font-size: 0.4rem;color: #01CAB8;text-align:center;}
.green {
	color: #01CAB8;
}

.red {
	color: orangered;
}
.term{color: orangered;font-style:normal !important;}
.nobottom{border-bottom: none!important;}
.clear{clear: both;}
.whitebg {
	background: #FFF;
}
.top{width: 100%;}
.top .logo{width:3.3rem;float: left;}
.top .apply{width:1.6rem;float: left; margin-left: 0.3rem;}
.top .menu{width:0.6rem;float: right;margin-top: 0.03rem;}
.menudown{width: 100%;height: 6.8rem;position: absolute;top:1.1rem;left:0; background: #fff;border-radius: 0.2rem;z-index:999999;}
.menudown a {width: 100%;line-height: 0.75rem;float: left;text-align: center; color: #333;font-weight: 500;border-bottom: 1px solid #E9E9E9;font-size:0.24rem;}
.menudown a:last-child{border-bottom: none;}
.top-search{
	width: 100%;
}
.search-input{width:87%;border: 1px solid #E9E9E9;height:0.7rem;font-size: 0.3rem;line-height: 100%;border-radius: 0.5rem; text-indent:0.3rem;}
.search-btn{height:0.7rem;font-size: 0.4rem; color: #01CAB8; padding:0.1rem;padding-top: 0.12rem; margin-left: 0.1rem;float: right;}
.bannerbox img{border-radius: 0.1rem;}
.oneline{word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.twoline{word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.jntbox {
	position: relative;
	border-radius: 0.2rem;
}
.jntbox img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.top-banner {
	float: left;
	width: 50%;
	padding: 0.02rem 0.05rem;
	box-sizing: border-box;
}
.jnt-banner {
	display: block;
	width: 100%;
	position: relative;
}
.jnt-banner img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
/* 添加hover效果 */
.jnt-banner:hover img {
	transform: scale(1.02);
}
.navbar{
	height: .9rem;
	background: #F7F7F7;
	display: -webkit-box;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.navbar a{
	display: block;
	font-size: .26rem;
	font-weight: 600;
	color: #333333;
	line-height: .9rem;
	position: relative;
	padding: 0 .3rem;
	margin-right: .15rem;
}
.navbar a.active{
	color: #01CAB8;
}
.navbar a.active:after{
	display: block;
	content: '';
	width: 30%;
	height: .06rem;
	background: #01CAB8;
	-webkit-border-radius: 3px;
	border-radius: .03rem;
	position: absolute;
	bottom: 0;
	left: 35%;
	z-index: 200;
}
.padleft0 {
	padding-left: 0;
}
.padright0 {
	padding-right: 0;
}
.allw{width: 100%;}
.left{float: left;}
.right{float: right;}
.mt5{margin-top:0.5rem;}
.mt3{margin-top: 0.3rem;}
.mt2{margin-top: 0.2rem;}
.mt1{margin-top: 0.1rem;}
.mb5{margin-bottom: 0.5rem;}
.mb3{margin-bottom: 0.3rem;}
.mb2{margin-bottom: 0.2rem;}
.mb1{margin-bottom: 0.1rem;}
.padding2{padding: 0.2rem;}
.errorinfo{font-size: 0.3rem;line-height: 0.5rem;}
.picnav{width: 100%;}
.picnav a {
	float: left;
	width: 33.33%;
	text-align: center;
	font-size: .26rem;
	font-weight: 600;
	color: #333333;
	line-height: .36rem;
	margin-top:0.2rem;
	align-items: center;
}
.picnav a .name{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 0.6rem;
}

.picnav a  img {
	width: 1.2rem;
	margin: 0 auto;
}
.cm-navbar .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .85);
}

.cm-navbar .navbar-nav .nav-link.active {
	font-weight: 600;
}

.cm-navbar .navbar-nav .nav-link.active,
.cm-navbar .navbar-nav .nav-link:hover {
	color: #fff;
	background-color: transparent;
}
.breadcrumb-box{float: left;width: 100%;line-height: 0.7rem;font-size:0.24rem;color: #666;}
.localtion{float:left;}
.breadcrumb-item{float: left; margin-right: 0.2rem;}
.breadcrumb-item a{color: #666;}
.cm-pointer {
	cursor: pointer;
}
.textcenter{text-align: center;}
.topnavbar{box-sizing: border-box}
.topnavbar .totaltip{font-size:0.24rem;font-weight:700;line-height:0.36rem;border-bottom:1px solid #ddd;padding: 0.15rem 0; box-sizing: border-box;}
.topnavbar .totaltip .numbertip{margin-left:0.2rem;color: #36D8BF;}
.topnavbar .navitem{padding-bottom:0.15rem;border-bottom:1px solid #E9E9E9; position: relative; overflow: hidden;}
.topnavbar .navitem .cell{margin-right:0.15rem;display:inline-block;line-height:0.5rem;font-size:0.24rem;padding:0 0.2rem;}
.topnavbar .navitem .downbtn{width:0.6rem;height:0.6rem;display: block; text-align: center;font-size: 0.24rem;color: #01CAB8;position:absolute;top:0.65rem;right:0;}
.topnavbar .navitem .upbtn{width:0.6rem;height:0.6rem;text-align: center;font-size: 0.24rem;color: #01CAB8;position:absolute;bottom:-0.05rem;right:0;}
.topnavbar .navitem a{color:#555;}
.topnavbar .navitem .ap-curr{color:#01CAB8;}
.topnavbar .navlable{font-size:0.24rem;font-weight:700;line-height:0.6rem;color: #01CAB8;}
.stitle{position:relative;border-bottom:1px solid #E9E9E9;height:0.70rem;margin-bottom: 0.30rem;}
.stitle h3{font-size:0.3rem;width:3rem;text-align: center;background: #FFF;position:absolute;right:50%;margin-right:-1.5rem;margin-top:0.18rem;line-height: 0.40rem;}
.stitle .stip{font-size:0.24rem;color:#C2C2C2; width:3rem;text-align: center;background: #FFF;position:absolute;right:50%;margin-right:-1.5rem;margin-top:0.6rem;}
.stitle .more{position:absolute;right:0.1rem;top:0.1rem;color:#01CAB8;font-size: 0.24rem;}

.newbox{width:100%;}
.newbox .newitem{float: left;width:100%;box-sizing: border-box;}
.newbox li{float: left;font-size:0.28rem;width:100%;line-height:0.8rem; border-bottom:1px dashed #E9E9E9;box-sizing: border-box;}
.newbox li a{color:#333;}
.newbox li:hover a{color:#01CAB8;}
.newbox .newitem .time{font-size:0.24rem;color:#999;}

.depart .main{width:100%;min-height:6.8rem;max-height:7.6rem;background:#FFF; float: left;border: 1px solid #E9E9E9;padding:0.25rem; box-sizing: border-box;align-items: center;}
.depart .main img{width:auto;height:auto;width:3.6rem;height:3.6rem;margin:0 auto;display: flex;}
.depart .main .cell{font-size:16px;line-height:0.4rem;color:#333;font-weight: bold; word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.depart .main .celldes{width:100%;max-height:2rem;min-height:1.2rem;padding-top:0.1rem; margin-top:0.1rem;font-size:0.24rem;line-height:0.4rem;color:#333;overflow: hidden; border-top:1px dashed #E9E9E9;}
.depart .list{width:100%;float: right;}
.depart .list li{width:48%;height:3.8rem; float: left;background:#FFF;margin-bottom: 0.2rem; box-sizing: border-box;align-items: center;border: 1px solid #E9E9E9;padding:0.15rem; overflow: hidden;}
.depart .list li:nth-child(2n) {margin-left:0.22rem;}
.depart .list li img{width:2.6rem;height:2.4rem;margin: 0 auto;display: flex;object-fit: contain;margin-bottom: 0.2rem;}
.depart .list li .name{width:100%;font-size:0.24rem;text-align:center;line-height:0.42rem;color:#666;font-weight: bold;box-sizing: border-box;float: left;}
.depart .list li:hover .name{color:#01CAB8;}

.recruit .item4 li{width:290px;height:158px; float: left;background:#FFF; margin:0 5px 10px 5px;box-sizing: border-box;align-items: center;border: 1px solid #E9E9E9;padding:15px 0;}
.recruit .item4 li:nth-child(8n){margin-right: 0;}
.recruit .item4 li img{width:auto;height:auto;max-width:110px;max-height: 110px;margin: 0 auto;display: flex;}
.recruit .item4 li .name{width:100%;padding:0 10px;font-size:16px;display:block;text-align: center;line-height:26px;color:#666;font-weight: bold;box-sizing: border-box;}
.recruit .item4 li:hover .name{color:#01CAB8;}

/* 人物列表 */
.rw-img-box{width:100%;align-items: center;text-align: center;display: -webkit-flex;display: flex;justify-content: center;}
.rwitem li{font-size:0.24rem; color: #333333;width: 100%;padding: 0.2rem;line-height:0.4rem; box-sizing: border-box;background:#f6f6f6;margin-bottom: 0.3rem; border-radius: 0.2rem;}
.rwitem img{vertical-align: middle;width:100%;object-fit:contain;border-radius: 0.2rem; margin-bottom: 0.2rem;}
.rwitem li .rw-info{line-height:1.6;padding:5px 0;color:#818181;}
.rwitem .expert a{color:#01CAB8;font-weight: bold;}

/* 机构列表 */
.jgitem {width:100%;padding:20px;box-sizing: border-box;}
.jgitem .info{width:100%;height:230px;border-bottom:1px solid #E9E9E9;margin: 15px 0;box-sizing: border-box;position: relative;}
.jgitem img{vertical-align: middle;width:250px; height: 200px;position: absolute;left:0}
.jgitem .info .jg-info{float:left;padding-left:270px; line-height:1.6;}
.jgitem .info .jg-info .topitem{font-size: 24px;font-weight: bold; line-height:40px;overflow:hidden;color: #666}
.jgitem .info .jg-info .item{font-size: 16px;line-height:24px;overflow:hidden;color: #888}

/* 书籍列表 */
.book .item  li{width:100%;margin-bottom:0.3rem; float: left;background:#FFF;border-radius: 0.1rem; box-sizing: border-box;align-items: center;border: 1px solid #E9E9E9;padding:15px;}
.book .item  li img{width:6rem;height:4rem;object-fit: contain; float: left; margin-bottom: 0.3rem;}
.book .item  li .info{float: left;}
.book .item  li .name{width:100%;font-size:0.24rem;text-align: left;line-height:0.4rem;color:#333;font-weight: bold;}
.book .item  li .author{width:100%;display: block;font-size:0.2rem;text-align: left;line-height:0.4rem;font-weight: bold;color:#666;}
.book .item  li .stip{width:100%;display: block;font-size:0.2rem;text-align: left;line-height:0.4rem;color:#999;}
.book .item  li:hover .name{color:#01CAB8;}
.reading{width:84px;height:20px;display: block;margin-top:10px; background:url(../img/reading.png) center center no-repeat;}

/* 书籍列表 */
.bookitem  li{width:100%;max-height:7.8rem; min-height:6.9rem;margin-bottom:0.3rem; float: left;background:#FFF;border-radius: 0.1rem; box-sizing: border-box;align-items: center;border: 1px solid #E9E9E9;padding:15px;}
.bookitem  li img{width:7.5rem;height:2.6rem;object-fit: contain; float: left; margin-bottom: 0.3rem;}
.bookitem  li .info{float: left;}
.bookitem  li .name{width:100%;font-size:0.24rem;text-align: left;color:#333;font-weight: bold;}
.bookitem  li .author{width:100%;display: block;font-size:0.2rem;text-align: left;line-height:0.4rem;font-weight: bold;color:#666;}
.bookitem  li .stip{width:100%;display: block;font-size:0.2rem;text-align: left;line-height:0.4rem;color:#999;}
.bookitem  li:hover .name{color:#01CAB8;}

/* 视频列表 */
.videoitem .left{float: left;background:#f3f3f3;padding:0.02rem;margin-bottom:0.2rem;border-radius: 0.2rem;margin-bottom: 0.35rem;}
.videoitem  img{width:100%;float: left;border-radius: 0.2rem;}
.videoitem .info{width:100%;height:2.5rem;float: left;padding:0.2rem; box-sizing: border-box;line-height:0.4rem;}
.videoitem .info a {color:#666;}
.videoitem .info a .name{width:100%;font-size:.24rem;text-align: left;color:#333;font-weight: bold;}
.videoitem .info a .stip{width:100%;display: block;font-size:.24rem;text-align: left;color:#666;}
.videoitem :hover .name{color:#01CAB8;}

.book .list li{width:100%;margin-bottom: 0.20rem; float: left;background:#FFF;border-radius: 0.1rem;box-sizing: border-box;align-items: center;border: 1px solid #E9E9E9;padding:0.15rem;}
.book .list li a{width:100%;height:3.2rem;align-items: center; display: flex;}
.book .list li img{width:2rem;height: 2.5rem; float:left; margin-right: 0.2rem;}
.book .list li .name{font-size:0.28rem;text-align: left;line-height:0.35rem;color:#333;font-weight: bold;}


/* 相关人物 */
.rwbox .list{width:100%;}
.rwbox .list li{width:48%;height:3.5rem; float: left;background:#FFF; margin-right:2%;margin-bottom:0.3rem;border-radius:0.1rem; box-sizing: border-box;align-items: center;border: 1px solid #E9E9E9;padding:0.15rem;}
.rwbox .list li a .img-box{width:2.74rem;height:1.8rem;display:flex; align-items: center;justify-content: center;position: relative;}
.rwbox .list li a img{vertical-align: middle;object-fit: cover;width:2.74rem;height: 1.8rem;margin-top: 0.3rem;margin-bottom: 0.3rem;}
.rwbox .list li .name{width:100%;padding:0 0.2rem;font-size:0.24rem;display:block;text-align: center;line-height:0.4rem;color:#666;font-weight: bold;box-sizing: border-box;}
.rwbox .list li:hover .name{color:#01CAB8;}
/* 视频模块 */
.video .list li{width:100%;float: left;background:#FFF;border-radius: 0.1rem; margin:0.2rem 0;box-sizing: border-box;align-items: center;border: 1px solid #E9E9E9;padding:0.3rem;}
.video .list li:nth-child(2n){margin-right: 0;}
.video .list li img{width:6rem;height: 168px;margin: 0 auto;display: flex;}
.video .list li .name{width:100%;float:left; font-size:0.24rem;text-align: center;line-height:0.4rem;color:#666;font-weight: bold;box-sizing: border-box;}
.video .list li:hover .name{color:#01CAB8;}

/* 相关机构 */
.reldepart .list4{width:1000px; margin-left: 20px;}
.reldepart .list4 li{width:240px;height:224px; float: left;background:#FFF; margin:0 5px 10px 5px;box-sizing: border-box;align-items: center;border: 1px solid #E9E9E9;padding:15px 0;}
.reldepart .list4 li:nth-child(4n){margin-right: 0;}
.reldepart .list4 li a .img-box{width:180px;height: 120px;margin: 0 auto;align-items: center;justify-content: center;position: relative;}
.reldepart .list4 li a img{width:auto;height:auto;max-width:180px;max-height: 120px;display: flex;vertical-align: middle;position: absolute;margin: auto;top: -9999px;right: -9999px;bottom: -9999px;left: -9999px;}
.reldepart .list4 li .name{width:100%;padding:0 10px;font-size:16px;display:block;text-align: center;line-height:26px;color:#666;font-weight: bold;box-sizing: border-box;}
.reldepart .list4 li:hover .name{color:#01CAB8;}
.relnewbox-2{width:1000px; margin-left: 10px;}
.relnewbox-2 .newitem{float: left;width:50%;padding-left:26px;padding-right:30px;box-sizing: border-box;  border-right:1px dashed #E9E9E9;}
.relnewbox-2 li{float: left;font-size:18px;width:100%;line-height:46px; border-bottom:1px dashed #E9E9E9;}
.relnewbox-2 li a{color:#333;}
.relnewbox-2 li .info{color:#999;font-size:16px;line-height:26px;margin-bottom: 15px;}
.relnewbox-2 li:hover a{color:#01CAB8;}
.relnewbox-2 .newitem:last-child{border-right:none;padding-right:0px;}
.relnewbox-2 .newitem li:last-child{border-bottom:none}
/* 相关人物 */
.relrw .list4{width:1000px; margin-left: 20px;}
.relrw .list4 li{width:240px;height:250px; float: left;background:#FFF; margin:0 5px 10px 5px;box-sizing: border-box;align-items: center;border: 1px solid #E9E9E9;padding:15px 0;}
.relrw .list4 li:nth-child(4n){margin-right: 0;}
.relrw .list4 li a .img-box{width:180px;height: 120px;margin: 0 auto;align-items: center;justify-content: center;position: relative;}
.relrw .list4 li a img{vertical-align: middle;width: 100%;height: 100%;object-fit: cover;width:180px;height: 118px;max-width:180px;max-height: 118px;}
.relrw .list4 li .name{width:100%;padding:0 10px;font-size:16px;display:block;text-align: center;line-height:26px;color:#666;font-weight: bold;box-sizing: border-box;}
.relrw .list4 li:hover .name{color:#01CAB8;}

.zpbox .tips{ line-height: 36px; font-size: 16px; color: #666;width:50%;float:left;}
.zpbox .address{width:100%;}
.zpbox .text{ line-height: 36px; font-size: 16px;color: #01CAB8;font-weight: bold;}
/* 招聘列表 */
.zplist .item{width: 100%;float: left;font-size:0.24rem;margin-bottom:0.2rem;border-bottom: 1px dashed #e9e9e9; line-height: 32px;box-sizing: border-box;position: relative;}
.zplist .item .title{display:block;color: #333;font-weight: bold;}
.zplist .item .xinshui{display:block;color: #01CAB8;font-weight: bold;}
.zplist .item .company{display:block;color: #666;}
.zplist .item .info{display:block;color: #666;float: left; margin-right:0.1rem;margin-bottom:0.1rem;}
.zplist .item:hover .title{color: #01CAB8;}
.zplist .item .moreinfo{width:1.6rem;height:0.6rem;border-radius: 0.5rem;background: #01CAB8;color: #FFF;text-align: center;line-height:0.6rem;position: absolute;top:0.6rem;right:0;}
/* 招聘详情 */
.zpbox .tips{ line-height:0.6rem; font-size:0.24rem; color: #666;width:100%;float:left;}
.zpbox .address{width:100%;}
.zpbox .text{ line-height:0.6rem; font-size:0.24rem;color: #01CAB8;font-weight: bold;}
.recruit .zpitem {width:100%;padding:0.2rem;background:#f6f6f6;border-radius: 0.1rem; margin: 0.2rem 0; float: left;border: 1px solid #e9e9e9; line-height: 0.4rem;box-sizing: border-box;}
.recruit .zpitem .title{display:block;font-size:0.28rem;color: #333;font-weight: bold; text-align:center;padding-bottom:0.2rem;border-bottom: 1px dashed #e9e9e9;}
.recruit .zpitem .xinshui{display:block;font-size:0.24rem;color: #01CAB8;font-weight: bold;}
.recruit .zpitem .company{font-size:0.24rem;color: #666;float: left;width:100%;}
.recruit .zpitem .info{font-size:0.24rem;color: #666;float: left;width:100%;}
.recruit .zpitem:hover .title{color: #01CAB8;}
.recruit .zpitem:hover{border: 1px solid #01CAB8;}

.info-title{padding:0.20rem 0.1rem 0.1rem 0.1rem;margin:0;margin-top:0.2rem;line-height:1.5;font-size:0.24rem;text-align:center;}
.linearbg{background: linear-gradient(0deg, #DEF3E9,#FFFFFF)}
.expert-title{padding:0.20rem 0.1rem 0.1rem 0.1rem;margin:0;margin-top:0.2rem;line-height:1.5;background:#f8f8f8;font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei";font-size:26px;}
.info-box{padding:0.1rem;}
.info-text{font-size:0.24rem;line-height:0.45rem;text-align:justify;word-break: break-all;}
.info-text img{width:100%;overflow: hidden;}
.info-text h2{margin-bottom:0.15rem !important;font-size: 0.26rem !important;}
.info-review{padding:0.3rem;text-align:justify;color:#333;line-height:1.5;font-size:0.24rem}

.footer{width: 100%;height:2.2rem;background:#333;color:#FFFFFF; padding: 0.3rem;margin-bottom: 1.2rem;font-size: 0.24rem; box-sizing: border-box;}
.footer a{color:#FFFFFF;}
.bottombar{position: fixed;bottom:0;width:100%;height: 1.4rem;background:#FFF;}
.bottombar .neardeparent{width:47%;height: 1rem;float:left;margin-left: 1%;margin-right: 1%;margin-top:0.2rem; background:url(../img/neardepart.png) center center no-repeat;background-size: 0.84rem; border-radius: 0.1rem;border: 2px solid #01CAB8;box-sizing: border-box;}
.bottombar .phonebox{width:47%;height:1rem;float:right;margin-left: 1%;margin-right: 1%;margin-top:0.2rem;background:url(../img/dophone.png) center center no-repeat;background-size: 0.84rem;border-radius: 0.1rem;border: 2px solid #01CAB8;box-sizing: border-box;}

.inc_right .nav { display:flex;margin-left: 0.32rem;}
.inc_right .nav .item{width:1.5rem;border:1px solid #01CAB8;border-radius:0.5rem; line-height:0.5rem;font-size:0.24rem;font-weight: bold;margin:0.2rem 0.1rem;cursor: pointer;text-align:center;}
.inc_right .nav .active{background:#01CAB8;color: #fff;}
.inc_right .content .rankbox{display: none;}
.inc_right .content .curbox{display: block;}
.rankbox li{position: relative;padding-left:1rem;box-sizing: border-box; line-height: 0.36rem;}
.rankbox .rank{width:0.6rem;height:0.6rem;background: #01CAB8;border-radius: 0.1rem; text-align: center;color:#FFFFFF;font-size:0.24rem;font-weight: bold;position: absolute;top:0;left:0.2rem;line-height: 0.6rem;}
.rankbox .name{color:#333;font-size:0.24rem;font-weight: bold;}
.rankbox .tip{color:#999;font-size:0.18rem;}
.search-result{color:#333;font-size:0.24rem;line-height: 0.4rem;}
.search-result a{color:#333;text-decoration:underline;}
.search-result .text-reset{color:#01CAB8;}
.search-result li .small{font-size:0.22rem;color:#666;}
/* zhezhao */

.modelbox{width:100%;min-height:100%;height:100vh; position:fixed; top:0;left:0;z-index:99999; background: rgba(0, 0, 0,.6); display: none;}
.rankconent{width:6rem;height:9.2rem; background: #FFF;margin: 1.2rem auto;border-radius:0.2rem;}
.rankconent .title{line-height: 0.8rem;font-size: 0.3rem;color: #01CAB8; text-align: center;display: block;margin-bottom: 0.1rem;}
.rankconent .telbox{width:2.4rem;border-radius:0.7rem;line-height: 0.7rem;font-size: 0.3rem; background: #01CAB8; color: #FFF; text-align: center;margin-top: 0.2rem;display:block;margin-left:1.8rem;}
.rankconent .telbox a{color: #FFF; }
.rankconent .rankbox {padding: 0.2rem;box-sizing: border-box;}
.rankconent .close {display: block;font-size:0.26rem; color: #01CAB8;float: right;padding:0.2rem 0.3rem;transform: scale(1.3, 1);}
.show{display: block !important;}
.no-scroll {overflow: hidden!important;}
