@charset "utf-8";

/* 系统底色 */
.floor {
	background-color: #f0f6fd;
	padding-bottom: 12px;
}

/* --------------一、首页-------------- */

/*顶部*/
.header {
	height: auto;
}

.header-top {
	height: 200px;
	background-image: linear-gradient(#247eef 20%, #4d93ea 40%, #f0f6fd);
}

.header-nav {
	/* height: 52px; */
	height: auto;
	display: flex;
	background: -webkit-linear-gradient(top, transparent 15px, #72a4ff 16px),
		-webkit-linear-gradient(left, transparent 15px, #72a4ff 16px);
	background-size: 16px 16px;
}

/* 搜索框 */
.header-nav .search-box {
	background-color: #00000000;
	flex-direction: row;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 8px;
}

.header-nav .search-box .search-box-area {
	margin: 7px auto;
	width: 98%;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	position: relative;
	line-height: 38px;
	display: flex;
	align-items: center;
}

.header-nav .search-box .search-box-area img {
	width: 24px;
    height: 24px;
	margin: 0 6px 0 12px;
}

.header-nav .search-box .search-box-area .search-box-input {
	position: relative;
	flex-grow: 1;
	/* flex-direction: row;
    align-items: center; */
	line-height: 38px;
	font-size: 14px;
	color: #000028;
}

.header-nav .search-box .search-box-area .search-box-text {
	margin: 3px;
	padding: 0 18px;
	background-color: #368af2;
	border-radius: 20px;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	color: #fff;
	/* border: 2px solid #6aa4ec; */
}

/* 背景海报板块 */
.bg {
	margin-top: -156px;
}

.bg .banner {
	display: block;
	position: relative;
	margin: 8px;
	height: 148px;
	background-color: #fff;
	border-radius: 14px;
}

.bg .banner .banner_content {
	position: relative;
	width: 100%;
	height: 148px;
	display: block;
	border-radius: 14px;
}

/* 第一功能区域-对应pc端导航栏部分功能模块 */
.header-bottom {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	width:96%;
	height:200px;
	overflow:hidden;

	margin: 12px 8px 0 8px;
	padding: 12px 0;
	border-radius: 16px;
	background-color: #fff;
	/* background: linear-gradient(#FFE98B,#FFFFFF 10%); */
	/* background: linear-gradient(#FFF6D0,#FFFFFF 12%); */
}

.header-bottom a {
	width: 25%;
	float:left;
	text-align:center;
	margin:0 auto;

	/*	display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;*/
	margin-bottom: 10px;
}
.header-bottom-div  {
	width:100%;
	/*display: flex;*/
	transition: transform 0.6s ease-in-out;
}


.circle {
	width: 26px;
	margin: 198px auto 0 auto;
	left: 0;
	right: 0;

}
.circle div {
	width: 7px;
	height: 4px;
	border-radius:5px;
	background-color: #cecece;
	float: left;
	margin: 0 2px;

}
.circle .active {
	opacity: 1;
	width: 10px;
	background-color: #247EEF;
}

/* .header-bottom a:nth-child(odd) {
	border-right: 1px solid #9da4ae;
}

.header-bottom a:nth-child(even) {
	border-right: 1px solid #9da4ae;
} */

.header-bottom a img {
	width: 26px;
	height: 26px;
	padding: 13px;
	border-radius: 13px;
	/* background: #E1EEFF; */
	margin: 10px;
}

.header-bottom a span {
	display: block;
	color: #2b2b2b;
	font-size: 14px;
	text-align: center;
	line-height: 14px;
}

/* 第一功能区域-各图标背景色-childtag-id为类名 */
/* 1-高校介绍 */
.header-bottom a .img1 {
	background: #fde2d9;
}

/* 2-产教联盟 */
.header-bottom a .img2 {
	background: #fde2d9;
}

/* 3-媒体新闻 */
.header-bottom a .img3 {
	background: #fde2d9;
}
/* 5-领导关怀 */
.header-bottom a .img4 {
	background: #d9f3d8;
}

/* 5-政策法规 */
.header-bottom a .img5 {
	background: #cde8fe;
}

/* 6-实训基地 */
.header-bottom a .img6 {
	background: #cde8fe;
}

/* 7-产业园区 */
.header-bottom a .img7 {
	background: #d9f3d8;
}

/* 8-产融型企业 */
.header-bottom a .img8 {
	background: #cde8fe;
}

/* 12-平台活动 */
.header-bottom a .img12 {
	background: #cde8fe;
}

/* 12-平台资讯 */
.header-bottom a .img18 {
	background: #cde8fe;
}
/* 22-专家指导 */
.header-bottom a .img22 {
	background: #fde2d9;
}
/*平台资讯区域*/
.con1 {
	margin: 0 8px;
}

.con1-tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	font-size: 16px;
}

.con1-tit .con1-lef span {
	color: #3e3e3e;
	font-size: 16px;
	font-weight: bold;
	margin-left: 6px;
}

/* .con1-tit .con1-lef i {
	display: inline-block;
	height: 30px;
	width: 4px;
	margin-left: 12px;
	border-right: 4px solid rgb(23 119 255);
	vertical-align: middle;
}

.con1-tit .con1-lef img {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
} */

.con1-tit .con1-rig {
	color: #999999;
	font-size: 14px;
	margin-right: 14px;
}

.con1-list {
	height: auto;
}

.con1-list li {
	margin-bottom: 12px;
	height: 110px;
	padding: 9px;
	border-radius: 16px;
	background-color: #fff;
}

.con1-list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	width: 100%;
}

.con1-list li a .lef {
	width: 45%;
	height: 100%;
	overflow: hidden;
	border-radius: 14px;
}

.con1-list li a .lef img {
	display: block;
	width: 100%;
	height: 100%;
}

.con1-list li a .rig {
	width: 50%;
	margin-left: 2%;
	flex-grow: 1;
}

.con1-list li a .rig .p1 {
	margin-bottom: 15px;
	color: #292828;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
}

.con1-list li a .rig .p2 {
	color: #7c7c7c;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
}

.con1-list li a .rig .p3 {
	display: block;
	padding-top: 4px;
	color: #b2b2b2;
	font-size: 10px;
}

.badge-info{
	line-height:18px;
	color: #fff;
	background-color: #17a2b8;
	font-size: 12px;
	font-weight: 600;
	padding:0 2px;
	border-radius:1px;
}

/*产业集群区域*/
.industrial_cluster {
	margin: 0 8px;
	height: auto;
	background: #fff;
	/* background: rgb(229 237 252); */
	border-radius: 16px;
}

.industrial_cluster .industry-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 22px 0 12px 0;
}

.industrial_cluster a {
	width: 30%;
	height: auto;
	margin-bottom: 8px;
	border-radius: 2px;
	color: #3e3e3e;
	font-size: 14px;
	text-align: center;
}

.industrial_cluster .industry-area a img {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto 8px auto;
	padding: 13px;
	background: #e1eeff;
	border-radius: 12px;
	
}

.industrial_cluster .industry-area a span{
	display: block;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

/* 产融数据区域 */
.data-area {
	margin: 12px 8px;
	padding: 22px 0 12px 0;
	border-radius: 16px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.data-area a {
	width: 31%;
	margin-bottom: 8px;
	border: none;
	text-align: center;
}

/* .data-area a:nth-child(odd) {
	border-right: 1px solid #9da4ae;
}

.data-area a:nth-child(even) {
	border-right: 1px solid #9da4ae;
} */

.data-area a .area_logo{
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto 8px auto;
	border-radius: 35px;
	background: #FCDED2;
}

.data-area a .area_logo img {
	width: 32px;
	height: 32px;
	padding: 13px;
}

/* .data-area a .area_logo img {
	width: 50px;
	height: 50px;
} */

.data-area a span {
	display: block;
	color: #2b2b2b;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

/* --------------二、顶部模块导航+内容区部分公共内容-------------- */

/* back区域 */
.section-header {
	position: fixed;
	top: 0;
	background-color: #ffffffff;
	z-index: 1001;
	height: 52px;
	width: 100%;
}

.section-header .header-bar {
	display: flex;
	align-items: center;
	min-height: 52px;
	border-bottom: 3px solid #ffffff;
	background: #247eef;
	color: #fff;
	/* background-image: linear-gradient(45deg,#2876d8 20%,#4d93ea 50%,#0d67d8); */
	/* background-image: linear-gradient(45deg,#2274da 20%,#4d93ea 50%,#0f51a4); */
}

.section-header .header-bar .back-btn {
	position: relative;
	width: 52px;
	height: 52px;
	cursor: pointer;
}

.section-header .header-bar .back-btn span {
	display: block;
	margin: 13px;
	width: 26px;
	height: 26px;
	background-image: url(../images/back03.png);
	background-repeat: no-repeat;
	background-position: 100%, 50%;
	background-size: 26px 26px;
}

.section-header .header-bar .section-name {
	line-height: 52px;
	font-size: 16px;
}

/* 内容区 */
.section-content {
	width: 100%;
	height: auto;
	/* 头部back区域固定高度间隔 */
	margin-top: 52px;
}

.section-content .section-info-box {
	margin: 0 8px;
	height: auto;
}

/*分页*/
.con9-page {
	font-size: 0;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 25px;
}

.con9-page span,
.con9-page a {
	display: inline-block;
	height: 22px;
	margin: 0 4px;
	padding: 0 8px;
	border: 1px solid #c1c1c1;
	border-radius: 2px;
	color: #4e4e4e;
	font-size: 12px;
	line-height: 22px;
	vertical-align: middle;
	background: #fff;
}

.con9-page i {
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid #4e4e4e;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.con9-page i.lef {
	border-left: none;
}

.con9-page i.rig {
	border-right: none;
}

.con9-page a:hover,
.con9-page .active {
	color: #fff;
	border-color: #247eef;
	background: #247eef;
}

.con9-page a:hover i.lef {
	border-right-color: #fff;
}

.con9-page a:hover i.rig {
	border-left-color: #fff;
}

.con9-page .txt1 {
	min-width: auto;
	margin: 0;
	border-color: transparent;
}

.con9-page .txt2 {
	margin: 0 0 0 25px;
	border-color: transparent;
}

.con9-page input {
	display: inline-block;
	width: 40px;
	height: 35px;
	border: 1px solid rgb(0 115 195/90%);
	border-radius: 2px;
	vertical-align: middle;
}

/* 数据为空状态 */
.empty-box {
	display: flex;
}

.empty {
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 55px;
}

.empty .empty_con {
	margin: 0 auto;
	/* background: url("../images/empty2.svg"); */
}

.empty .empty_con img {
	width: 64px;
	height: 64px;
}

.empty .empty_title {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #8a8a8a;
}

/* --------------三、第一功能区域各模块-------------- */

/* 主管部门模块-已去除 */
.section-content .box-head {
	padding-top: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section-content .box-head .head-shadow {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #fff;
	opacity: 0.4;
	text-shadow: 0 0 7px rgb(52 255 204 / 10%);
	background: linear-gradient(
		180deg,
		#1890ff,
		rgba(24, 144, 255, 0) 60%,
		transparent
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-content .box-head p {
	margin-top: 9px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #595656;
	line-height: 23px;
	padding-bottom: 7px;
	border-bottom: 1px solid #53aee1;
}

.section-content .box-content {
	height: auto;
	margin: 12px 0;
}

.section-content .box-content .text-bg {
	min-height: 128px;
	position: relative;
	/* background-image: radial-gradient(
			circle at right top,
			#fff,
			#fff 15px,
			transparent 11px
		),
		radial-gradient(circle at right bottom, #fff, #fff 10px, transparent 11px);
	background-color: #f2faff; */
	margin: 12px 0;
}

.section-content .box-content .info-text {
	padding: 16px;
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
	word-break: break-all;
}

.section-content .box-content .info-text img {
	max-width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* 政策法规/媒体报道模块 */

/* 部门类别 */
.business-box-content {
	margin: 0 8px;
}
.business-box-content .field-category {
	border-bottom: 1px solid #e8e8e8;
	padding: 12px;
	background-color: #fff;
}

.business-box-content .field-row {
	position: relative;
	height: auto;
	margin-bottom: 6px;
	zoom: 1;
	box-sizing: border-box;
}

.business-box-content .field-title {
	display: block;
	box-sizing: border-box;
	margin-bottom: 9px;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	line-height: 23px;
}

.business-box-content .field-title img {
	width: 12px;
	height: 12px;
	top: 2px;
	position: relative;
}

.business-box-content .field-list {
	display: block;
	box-sizing: border-box;
}

.business-box-content .field-list .field-name {
	color: rgba(0, 0, 0, 0.65);
	display: inline-block;
	height: auto;
	margin: 0 3px 3px 0;
	padding: 2px 3px;
	font-size: 13px;
	line-height: 20px;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	cursor: pointer;
}

.business-box-content .field-list .active {
	color: #3c90ff;
	font-weight: bold;
}

/* 数据列表 */
.section-content .rule-list {
	font-size: 14px;
	height: auto;
	width: 100%;
	padding: 12px 0;
	box-sizing: border-box;
}

.section-content .rule-list li {
	position: relative;
	height: auto;
	min-height: 102px;
	background: #fff;
	box-shadow: 0 1px 9px 1px rgb(228 230 242 / 60%);
	border-radius: 7px;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 9px;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

.section-content .rule-list li a {
	display: block;
	height: 100%;
	width: 100%;
}

.section-content .rule-list li a .rule-title {
	font-size: 14px;
	letter-spacing: 1px;
	padding-bottom: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify; */
}

.section-content .rule-list li a .release-time {
	margin-top: 9px;
	font-size: 10px;
	color: #a1a1a1;
}

.section-content .rule-list li a .view-detail {
	/* position: absolute; */
	/* bottom: 14px; */
	color: gray;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 36px;
	border-radius: 15px;
	background-color: #d6efff;
	text-align: center;
}

/* 政策法规/媒体报道详情模块 */
.section-content .news-title {
	padding: 12px;
}

.section-content .news-title p {
	color: #414141;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
}

.section-content .news-title span {
	display: block;
	padding-top: 7px;
	color: #a1a1a1;
	font-size: 12px;
}

.section-content .news-con {
	color: #555;
	font-size: 14px;
	line-height: 23px;
	padding: 0 12px;
	word-break: break-all;
	text-align: justify;
}

.section-content .news-con img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* 高校介绍模块 */

.section-content .section-college-ul {
	font-size: 14px;
	height: auto;
	width: 100%;
	background-color: #fff;
	padding: 12px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	justify-content: space-around;
}

.section-content .section-college-ul li {
	position: relative;
	height: 128px;
	width: 30%;
	/* margin: 0 3px; */
	background: #fff;
	box-shadow: 0 1px 5px 1px rgb(228 230 242 / 60%);
	border-radius: 7px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.section-content .section-college-ul li a {
	height: 100%;
	width: 100%;
	display: block;
}

.section-content .section-college-ul li .data-left {
	/* width: 84px; */
	width: 100%;
    max-width: 84px;
	height: 84px;
	margin: 0 auto;
	background: #fff;
	border-radius: 9px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-content .section-college-ul li .data-left img {
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.section-content .section-college-ul li .data-left .data-title {
	font-size: 14px;
	text-align: center;
	/* letter-spacing: 1px; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 原右边样式 */
.section-content .section-college-ul li .data-right {
	height: 120px;
	width: 70%;
}

.section-content .section-college-ul .data-right .data-title {
	margin-top: 10px;
	font-size: 24px;
	letter-spacing: 1px;
	padding-bottom: 4px;
	/* border-bottom: 2px dotted #5fc1ff; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.section-content .section-college-ul li a .release-time {
	margin-top: 14px;
	font-size: 16px;
	color: #a1a1a1;
}

.section-content .section-college-ul li a .view-detail {
	position: absolute;
	bottom: 22px;
	color: gray;
	padding: 0 20px;
	line-height: 36px;
	border-radius: 15px;
	background-color: #d6efff;
	text-align: center;
}

/* 详情页 */
.section-info-box .box-body {
	background-color: #fff;
}

.box-content .college-img {
	width: 96%;
	height: auto;
	padding: 10px 12px 6px 12px;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	background-color: #f9f9f9;
	/* margin-bottom: 20px; */
	margin: auto;
}

.box-content .college-img img {
	width: auto;
	height: 148px;
	border-radius: 9px;
}

.box-content .college-basic {
	width: 96%;
	/* min-height: 97px; */
	height: auto;
	background: #f9fafb;
	padding: 12px 12px;
	box-sizing: border-box;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
	word-break: break-all;
}

.box-content .college-intro {
	padding-top: 12px;
	height: auto;
	box-sizing: border-box;
	border-radius: 14px 14px 0 0;
}

.box-content .college-intro .college-head {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 20px;
	padding: 12px 12px 6px 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.box-content .college-intro .college-head:before {
	display: inline-block;
	content: "";
	width: 3px;
	height: 18px;
	background: #1890ff;
	border-radius: 1px;
	margin-right: 5px;
}

.box-content .college-intro .college-text {
	padding: 12px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	line-height: 23px;
	word-break: break-all;
	text-align: justify;
}

.box-content .college-intro .college-text img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 实训基地模块 */
.section-content .section-data-ul {
	font-size: 14px;
	height: auto;
	width: 100%;
	background-color: #fff;
	padding: 12px;
	box-sizing: border-box;
}

.section-content .section-data-ul li {
	position: relative;
	height: auto;
	min-height: 102px;
	background: #fff;
	box-shadow: 0 1px 5px 1px rgb(228 230 242 / 60%);
	border-radius: 7px;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 9px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-content .section-data-ul li a {
	display: block;
	height: 100%;
	width: 100%;
}

.section-content .section-data-ul li a .data-title {
	font-size: 14px;
	letter-spacing: 1px;
	padding-bottom: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.section-content .section-data-ul li a .release-time {
	margin-top: 9px;
	font-size: 10px;
	color: #a1a1a1;
}

.section-content .section-data-ul li a .view-detail {
	/* position: absolute;
	bottom: 22px; */
	color: gray;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 36px;
	border-radius: 15px;
	background-color: #d6efff;
	text-align: center;
}

/* 实训基地详情页 */
.box-content .card-intro {
	height: auto;
}

.box-content .card-intro .card-head,
.box-content .card-showcase .card-head,
.box-content .card-agency .card-head,
.box-content .card-life .card-head {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 20px;
	padding: 12px 12px 6px 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.box-content .card-intro .card-head:before,
.box-content .card-showcase .card-head:before,
.box-content .card-agency .card-head:before,
.box-content .card-life .card-head:before {
	display: inline-block;
	content: "";
	width: 3px;
	height: 18px;
	background: #247eef;
	border-radius: 1px;
	margin-right: 5px;
}

.box-content .card-intro .card-text {
	padding: 12px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	line-height: 23px;
	word-break: break-all;
	text-align: justify;
}

.box-content .card-intro .card-text img {
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 10px 0;
}

.section-content .box-content .card-con {
	height: auto;
}

/* 活动展示、培训机构、生活配套列表 */
.section-content .showcase-ul,
.section-content .agency-ul,
.section-content .life-ul {
	font-size: 14px;
	height: 118px;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	padding: 12px;
	box-sizing: border-box;
}

.section-content .showcase-ul li,
.section-content .agency-ul li,
.section-content .life-ul li {
	position: relative;
	height: 102px;
	background: #fff;
	box-shadow: 0 1px 5px 1px rgb(228 230 242 / 60%);
	border-radius: 7px;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-content .showcase-ul li a,
.section-content .agency-ul li a,
.section-content .life-ul li a {
	height: 100%;
	width: 100%;
}

.section-content .showcase-ul li a .data-title,
.section-content .agency-ul li a .data-title,
.section-content .life-ul li a .data-title {
	font-size: 14px;
	letter-spacing: 1px;
	padding-bottom: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.section-content .showcase-ul li a .release-time,
.section-content .agency-ul li a .release-time,
.section-content .life-ul li a .release-time {
	margin-top: 9px;
	font-size: 10px;
	color: #a1a1a1;
}

.section-content .showcase-ul li a .view-detail,
.section-content .agency-ul li a .view-detail,
.section-content .life-ul li a .view-detail {
	/* position: absolute;
	bottom: 22px; */
	color: gray;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 36px;
	border-radius: 15px;
	background-color: #d6efff;
	text-align: center;
}

.section-content .card-con .more-showcase,
.section-content .card-con .more-agency,
.section-content .card-con .more-life {
	width: 100%;
	font-size: 12px;
	line-height: 36px;
	color: #1890ff;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 活动展示、培训机构、生活配套详情 */
.section-content .box-content .card-text img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* 产业园区模块-首页 */
.section-content .section-park-ul {
	font-size: 14px;
	height: auto;
	width: 100%;
	background-color: #fff;
	padding: 12px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.section-content .section-park-ul li {
	position: relative;
	height: 140px;
	width: 46%;
	margin: 0 3px;
	background: #fff;
	box-shadow: 0 1px 5px 1px rgb(228 230 242 / 60%);
	border-radius: 7px;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.section-content .section-park-ul li a {
	height: 100%;
	width: 100%;
	display: block;
}

.section-content .section-park-ul li .data-left {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	border-radius: 9px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-content .section-park-ul li .data-left img {
	width: 100%;
	height: 100%;
	border-radius: 9px;
	object-fit: cover;
}

.section-content .section-park-ul li .data-left .data-title {
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 原样式 */
/* .section-content .section-park-ul {
	font-size: 20px;
	height: auto;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.section-content .section-park-ul li {
	position: relative;
	height: 160px;
	background: #fff;
	box-shadow: 0 1px 9px 1px rgb(228 230 242 / 60%);
	border-radius: 7px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.section-content .section-park-ul li a {
	height: 100%;
	width: 100%;
	display: flex;
}

.section-content .section-park-ul li .data-left {
	width: 120px;
	height: 120px;
	margin-right: 30px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-content .section-park-ul li .data-left img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
} */

.section-content .section-park-ul li .data-right {
	height: 120px;
	width: 70%;
}

.section-content .section-park-ul .data-right .data-title {
	margin-top: 10px;
	font-size: 24px;
	letter-spacing: 1px;
	padding-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.section-content .section-park-ul li a .release-time {
	margin-top: 14px;
	font-size: 16px;
	color: #a1a1a1;
}

.section-content .section-park-ul li a .view-detail {
	position: absolute;
	bottom: 22px;
	color: gray;
	padding: 0 20px;
	line-height: 36px;
	border-radius: 15px;
	background-color: #d6efff;
	text-align: center;
}

/* 产业园区模块-详情 */
.box-content .park-img {
	width: 100%;
	height: auto;
	padding: 6px 12px;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	background-color: #f9f9f9;
	margin-bottom: 12px;
}

.box-content .park-img img {
	width: auto;
	height: 148px;
	border-radius: 9px;
}

.box-content .park-intro {
	padding-top: 12px;
	height: auto;
	box-sizing: border-box;
	border-radius: 23px 23px 0 0;
}

.box-content .park-intro .park-head {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 20px;
	padding: 12px 12px 6px 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.box-content .park-intro .park-head:before {
	display: inline-block;
	content: "";
	width: 3px;
	height: 18px;
	background: #247eef;
	border-radius: 1px;
	margin-right: 5px;
}

.box-content .park-intro .park-text {
	padding: 12px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	line-height: 23px;
	word-break: break-all;
	text-align: justify;
}

/* 产融型企业-首页 */
/* 行业筛选 */
.section-content .field-box {
	display: block;
	padding-top: 30px;
}

.section-content .field-box .field-head {
	height: 22px;
	padding: 10px;
	margin: 0 20px;
	position: relative;
	display: flex;
	cursor: pointer;
	background-color: wheat;
}

.section-content .field-box .field-menu-title {
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0 8px;
	color: #323233;
	font-size: 22px;
	line-height: 22px;
}

.section-content .field-box .field-name::after {
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -10px;
	border: 6px solid;
	border-color: transparent transparent rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.65);
	transform: rotate(-45deg);
	opacity: 0.8;
	content: "";
}

.section-content .field-box .field-list {
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
}

.section-content .field-box .field-list a {
	white-space: nowrap;
	width: auto;
	background: #f8f8f8;
	border-radius: 19px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 14px;
	padding: 0 15px;
	font-size: 22px;
}

/* 首页列表样式-一行三个 */
.section-content .section-business-ul {
	font-size: 14px;
	height: auto;
	width: 100%;
	background-color: #fff;
	padding: 12px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.section-content .section-business-ul li {
	position: relative;
	height: 116px;
	width: 30%;
	margin: 0 3px;
	background: #fff;
	box-shadow: 0 1px 6px 1px rgb(228 230 242 / 60%);
	border-radius: 7px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.section-content .section-business-ul li a {
	height: 100%;
	width: 100%;
	display: block;
}

.section-content .section-business-ul li .data-left {
	/* width: 84px; */
	width: 100%;
	max-width: 84px;
	height: 84px;
	margin: 0 auto;
	background: #fff;
	border-radius: 9px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-content .section-business-ul li .data-left img {
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

/* 原右边样式 */
.section-content .section-business-ul li .data-right {
	height: 120px;
	width: 70%;
}

.section-content .section-business-ul .data-right .data-title {
	margin-top: 10px;
	font-size: 24px;
	letter-spacing: 1px;
	padding-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.section-content .section-business-ul li a .release-time {
	margin-top: 14px;
	font-size: 16px;
	color: #a1a1a1;
}

.section-content .section-business-ul li a .view-detail {
	position: absolute;
	bottom: 22px;
	color: gray;
	padding: 0 20px;
	line-height: 36px;
	border-radius: 15px;
	background-color: #d6efff;
	text-align: center;
}

/* 产融型企业 -详情 */
/* logo区 */
.box-content .business-img {
	width: 100%;
	height: auto;
	padding: 6px 12px;
	box-sizing: border-box;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	background-color: #f9f9f9;
	margin-bottom: 12px;
}

.box-content .business-img img {
	width: auto;
	height: 148px;
	border-radius: 9px;
}

/* 基本信息 */
.box-content .business-basic {
	width: 100%;
	background: #f9fafb;
	padding: 12px 18px;
	box-sizing: border-box;
	margin-top: 12px;
	font-size: 14px;
	line-height: 24px;
}

.box-content .business-basic .field,
.box-content .business-basic .telephone,
.box-content .business-basic .email {
	display: block;
	box-sizing: border-box;
	display: flex;
	line-height: 24px;
	word-break: break-all;
}

.box-content .business-basic .field .field-name {
	background-color: #ebedf0;
	border-radius: 25px;
	padding: 0 15px;
}

.box-content .business-basic span {
	font-weight: bold;
	color: #333;
}

/* 内容简介 */
.box-content .business-intro {
	padding-top: 12px;
	height: auto;
	box-sizing: border-box;
	border-radius: 14px 14px 0 0;
}

.box-content .business-intro .business-head {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 20px;
	padding: 12px 12px 6px 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.box-content .business-intro .business-head:before {
	display: inline-block;
	content: "";
	width: 3px;
	height: 18px;
	background: #247eef;
	border-radius: 1px;
	margin-right: 5px;
}

.box-content .business-intro .business-text {
	padding: 12px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	line-height: 23px;
	word-break: break-all;
	text-align: justify;
}

/*
**平台活动
*/
.section-content .cases-list {
	height: auto;
	/* width: 100%; */
	display: flex;
	justify-content: space-between;
}

.section-content .cases-type {
	padding-top: 6px;
	bottom: 64px;
	left: 0;
	overflow: scroll;
	position: absolute;
	top: 52px;
	width: 28%;
	z-index: 2;
}

/* .section-content .cases-type .type-name-list {
	display: flex;
	justify-content: center;
} */

.section-content .cases-type .active {
	font-size: 14px;
	font-weight: 600;
	color: #247eef;
	border-left: 2px solid #247eef;
}

.section-content .cases-type .type-name {
	border-top: 2px solid #fff;
	background-color: #f6f6f6;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding: 0 10%;
	cursor: pointer;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.section-content .cases-type > .line {
	position: absolute;
	bottom: -2px;
	left: 16px;
	width: 132px;
	height: 4px;
	padding-bottom: 0;
	background-color: #1890ff;
	border-radius: 2px;
	transition: all ease-in-out 0.3s;
}

.section-content .cases-type a {
	color: #575757;
	font-size: 12px;
	height: 18px;
	line-height: 12px;
	overflow: hidden;
	padding: 0 10%;
	cursor: pointer;
	text-align: right;
}

.section-content .cases-type div {
	background-color: #ececec;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	position: relative;
	border-top: 1px solid #fff;
}

/* 案例数据 */
.section-content .cases-data {
	bottom: 15px;
	overflow: scroll;
	position: absolute;
	right: 0;
	top: 52px;
	width: 72%;
}

.section-content .cases-data ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	zoom: 1;
	margin: 8px;
}

.section-content .cases-data li.lefLi {
	margin-left: 0;
}

.section-content .cases-data li {
	display: block;
	width: 44%;
	border-radius: 2px;
}

.section-content .cases-data a {
	display: flex;
    flex-direction: column;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.section-content .cases-data li img {
	width: 100%;
	height: 78px;
	display: block;
	border-radius: 2px;
	transform: scale(1);
	transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.section-content .cases-data li .case-title {
	/* letter-spacing: 1px; */
	font-size: 13px;
	font-weight: 500;
	color: rgba(26, 39, 54, 1);
	line-height: 24px;
	margin-top: 3px;
	margin-bottom: 6px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-content .cases-data li .case-intro {
	height: 40px;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
}

/* 案例详情页 */
.box-content .case-img {
	width: 100%;
	height: auto;
	padding: 6px 12px;
	box-sizing: border-box;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	background-color: #f9f9f9;
	margin-bottom: 12px;
}

.box-content .case-img img {
	width: auto;
	height: 148px;
	border-radius: 9px;
}

.box-content .case-basic {
	height: auto;
	box-sizing: border-box;
}

.box-content .case-basic p {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 20px;
	padding: 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.box-content .case-basic p:before {
	display: inline-block;
	content: "";
	width: 3px;
	height: 18px;
	background: #247eef;
	border-radius: 1px;
	margin-right: 5px;
}

.box-content .case-basic span {
	background-color: #ebedf0;
	border-radius: 15px;
	padding: 3px 9px;
	font-size: 13px;
	margin-left: 12px;
	margin-top: 6px;
}

.box-content .case-intro {
	padding-top: 12px;
	height: auto;
	box-sizing: border-box;
	border-radius: 23px 23px 0 0;
}

.box-content .case-intro .case-head {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 20px;
	padding: 12px 12px 6px 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.box-content .case-intro .case-head:before {
	display: inline-block;
	content: "";
	width: 3px;
	height: 18px;
	background: #247eef;
	border-radius: 1px;
	margin-right: 5px;
}

.box-content .case-intro .case-text {
	padding: 12px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	line-height: 24px;
	word-break: break-all;
	text-align: justify;
}

/* --------------四、 【产业集群】模块-------------- */

/* 【企业资源】-【企业介绍】 */

.section-info-box .company-ul {
	height: auto;
	width: 100%;
	background-color: #fff;
	padding: 18px 6px 6px 6px;
	box-sizing: border-box;
}

.section-info-box .company-ul li {
	position: relative;
	height: 158px;
	background: #fff;
	box-shadow: 0 1px 6px 1px rgb(228 230 242 / 60%);
	border-radius: 6px;
	border-bottom: 2px solid rgb(221 222 230);
	border-right: 2px solid rgb(221 222 230);
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.section-info-box .company-ul .p1 {
	padding-top: 8px;
	padding-bottom: 12px;
	color: #363636;
	font-size: 16px;
	font-weight: 600;
}

.section-info-box .company-ul .p2 {
	height: 52px;
	border-bottom: 1px solid #e0e0e0;
	color: #7d7878;
	font-size: 14px;
	text-indent: 25px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
}

.section-info-box .company-ul .view-detail {
	/* position: absolute;
	bottom: 22px; */
	color: gray;
	padding: 3px 12px;
	line-height: 34px;
	border-radius: 9px;
	background-color: #d6efff;
	text-align: center;
}

.section-info-box .company-ul .p3 {
	color: #959595;
	font-size: 12px;
	line-height: 64px;
}

.section-info-box .company-ul a {
	display: flex;
    flex-direction: column;
	color: rgb(23 119 255);
	font-size: 12px;
}

/* 企业介绍详情页 */
.section-info-box .company-head {
	padding: 22px 12px 12px 12px;
}

.section-content .company-head .company-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section-content .company-head .head-shadow {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	opacity: 0.4;
	text-shadow: 0 0 7px rgb(52 255 204 / 10%);
	background: linear-gradient(
		180deg,
		#1890ff,
		rgba(24, 144, 255, 0) 60%,
		transparent
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-info-box .company-head .p1 {
	/* margin-top: -9px; */
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #595656;
	line-height: 28px;
	padding-bottom: 7px;
}

.section-info-box .company-head .p2 {
	width: 100%;
	min-height: 62px;
	background: #f9fafb;
	padding: 12px 18px;
	border-radius: 9px;
	box-sizing: border-box;
	margin-top: 18px;
	font-size: 14px;
	line-height: 24px;
	word-break: break-all;
}

.section-info-box .company-con {
	padding: 9px 12px;
}

.section-info-box .company-con-tit {
	padding-left: 18px;
	background: rgb(229 237 252);
	color: #247eef;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}

.section-info-box .company-con-con {
	padding: 12px 2px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	line-height: 24px;
	word-break: break-all;
	text-align: justify;
}

/* 【理实一体教学】 */

/* 数据列表 */
.section-content .section-activity-ul {
	font-size: 14px;
	height: auto;
	width: 100%;
	background-color: #fff;
	padding: 12px;
	box-sizing: border-box;
}

.section-content .section-activity-ul li {
	position: relative;
	height: 116px;
	background: #fff;
	box-shadow: 0 1px 6px 1px rgb(228 230 242 / 60%);
	border-radius: 4px;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.section-content .section-activity-ul li a {
	height: 100%;
	width: 100%;
	display: flex;
}

.section-content .section-activity-ul li .data-left {
	width: 30%;
	height: 90px;
	margin-right: 18px;
	background: #fff;
	border-radius: 9px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-content .section-activity-ul li .data-left img {
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.section-content .section-activity-ul li .data-right {
	height: 77px;
	width: 70%;
}

.section-content .section-activity-ul .data-right .data-title {
	margin-top: 6px;
	font-size: 14px;
	letter-spacing: 1px;
	padding-bottom: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.section-content .section-activity-ul li a .signup_progress {
	display: block;
	width: 60px;
	line-height: 18px;
	margin-top: 9px;
	border-radius: 9px;
	background-color: #409eff;
	color: #fff;
	text-align: center;
	font-size: 12px;
	transition: background-color 0.15s;
}

.section-content .section-activity-ul li a .disabled {
	background-color: #d8d9db;
}

.section-content .section-activity-ul li a .view-detail {
	position: absolute;
	bottom: 14px;
	color: gray;
	padding: 0 12px;
	font-size: 12px;
	line-height: 24px;
	border-radius: 9px;
	background-color: #d6efff;
	text-align: center;
}

/* 详情页 */
.section-content .box-content .sign_up_tips {
	line-height: 18px;
	margin: 12px 9px;
	font-size: 12px;
	color: #999;
}

.section-content .box-content .signup_progress {
	display: block;
	width: 54px;
	line-height: 18px;
	margin-top: 9px;
	margin-left: 6px;
	border-radius: 9px;
	background-color: #409eff;
	color: #fff;
	text-align: center;
	font-size: 10px;
	transition: background-color 0.15s;
}

.section-content .box-content .disabled {
	background-color: #d8d9db;
}

/* 理实报名按钮 */
.section-content .box-content .sign-area {
	height: auto;
	width: 100%;
	padding: 6px 9px;
	background-color: #fff;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.section-content .box-content .sign-area .improve_btn {
	width: 100%;
	height: 42px;
	padding: 6px 0;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffc107;
	border-radius: 2px;
	border-color: #0869ff;
}

.section-content .box-content .sign-area .sign_up_btn {
	width: 100%;
	height: 42px;
	padding: 6px 0;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #247eef;
	border-color: #247eef;
	border-radius: 2px;
}

.section-content .box-content .sign-area a.disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

/* 理实活动报名界面 */
.section-activity_sign {
	width: 100%;
	padding-top: 9px;
}

.section-activity_sign .module-header {
	padding: 12px 0;
	font-size: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.section-activity_sign .module-header i {
	display: inline-block;
	height: 18px;
	width: 2px;
	margin-left: 7px;
	border-right: 2px solid rgb(23 119 255);
	vertical-align: middle;
}

.section-activity_sign .bg-color {
	background-color: #e1e1e1;
	margin-bottom: 9px;
}

.section-activity_sign .module-content {
	height: auto;
}

.section-activity_sign .box-space {
	margin: 12px 0;
}

/* 默认内容项 */
.section-activity_sign .sign-item {
	padding: 0 12px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section-activity_sign .sign-item label {
	font-size: 14px;
}

.section-activity_sign .sign-item .item-value {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 75%;
	justify-content: flex-start;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 14px;
	color: rgba(0, 0, 0, 0.45);
}

/* 填写内容项 */
.section-activity_sign .sign-item .item-input {
	height: 30px;
	font-size: 14px;
}

.section-activity_sign .sign-item2 {
	height: auto;
	padding-top: 7px;
}

/* 学生用户 */
.section-activity_sign .sign-item2 label {
	font-size: 14px;
	margin-left: 12px;
	/* font-weight: bold; */
}

.section-activity_sign .sign-item2 .sign-input {
	padding: 12px;
	/* margin-left: 10px; */
}

.section-activity_sign .sign-item2 .item-select {
	width: 100%;
	height: 34px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	font-size: 14px;
	padding: 0 10px;
	color: rgba(0, 0, 0, 0.45);
}

.section-activity_sign .sign-item2 .item-textarea {
	width: 94%;
	line-height: 24px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	font-size: 14px;
	padding: 10px;
	color: #555;
}

/* 温馨提醒 */
.section-activity_sign .sign-tips2 {
	background: #f9fafb;
	margin: 12px;
}

.section-activity_sign .sign-tips2 p {
	line-height: 18px;
	padding: 12px 6px;
	margin: 12px 9px;
	font-size: 12px;
	color: #999;
}

/* 岗位需求（单位用户） */
.section-activity_sign .item-post {
	font-size: 16px;
	margin: 0 12px;
}

.section-activity_sign .item-post .item-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 12px 0;
	font-weight: bold;
}

.section-activity_sign .item-post .item-header button {
	margin-left: 9px;
	border-radius: 3px;
	height: 20px;
	width: 26px;
	line-height: 12px;
	font-size: 18px;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	text-align: center;
	vertical-align: middle;
}

.section-activity_sign .item-post .item-header button i {
	font-weight: bold;
	font-style: normal;
}

/* 增加岗位需求 */
.section-activity_sign .item-post .add-post button {
	border-radius: 3px;
	height: 35px;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #007bff;
	background-color: #fff;
	border: 2px solid #247eef;
	text-align: center;
	vertical-align: middle;
}

.section-activity_sign .item-post .add-post button i {
	font-weight: bold;
	font-style: normal;
}

.section-activity_sign .item-post .post-list {
	margin: 9px 0;
	padding: 9px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	/* background-color: #f3f3f3; */
	border-radius: 2px;
}

.section-activity_sign .item-post .post-list .demand-count {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 9px;
}

.section-activity_sign .item-post .post-list .demand-count button {
	margin-left: 9px;
	border-radius: 3px;
	height: 20px;
	width: 23px;
	font-size: 14px;
	color: #fff;
	background-color: #f63749;
	border-color: #f63749;
	text-align: center;
	vertical-align: middle;
}

.section-activity_sign .item-post .post-list .demand-item {
	height: auto;
}

.section-activity_sign .item-post label {
	font-size: 14px;
	font-weight: normal;
}

.section-activity_sign .item-post .post-input input {
	width: 94%;
	height: 28px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	font-size: 14px;
	padding: 0 10px;
	margin: 6px 0;
	color: rgba(0, 0, 0, 0.45);
}

/* 备注 */
.section-activity_sign .sign-item3 {
	height: auto;
	padding-top: 8px;
}

.section-activity_sign .sign-item3 label {
	font-size: 14px;
}

.section-activity_sign .sign-item3 .sign-input {
	padding: 12px 0;
}

.section-activity_sign .sign-item3 .item-textarea {
	width: 94%;
	line-height: 24px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	font-size: 14px;
	padding: 10px;
	color: #555;
}

/* 温馨提醒 */
.section-activity_sign .sign-tips {
	background: #f9fafb;
	margin: 12px 0;
}

.section-activity_sign .sign-tips p {
	line-height: 24px;
	padding: 12px 6px;
	margin: 12px 9px;
	font-size: 12px;
	color: #999;
}

/* 提交按钮 */
.section-activity_sign .submit_sign {
	width: 100%;
	height: auto;
}

.section-activity_sign .submit_sign button {
	width: 94%;
	height: 42px;
	padding: 6px 0;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #007bff;
	border-color: #007bff; */
	background: #247eef;
	border: 1px solid #247eef;
	border-radius: 3px;
	margin: 30px auto 18px auto;
}

/* 集中实习 */

/* 就业推荐 */

/* 孵化项目 */

/* --------------五、【产融数据】模块-------------- */

/* 【双师资源库】 */

/* 首页 */
.section-content .teacher-ul {
	height: auto;
	width: 100%;
	background-color: #fff;
	padding-top: 6px;
	box-sizing: border-box;
}

.section-content .teacher-ul li {
	position: relative;
	background: #fff;
	padding: 12px;
	border-top: 1px solid #e3e3e3;
}

.section-content .teacher-ul .a_link {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.section-content .teacher-ul .data-img {
	width: 28%;
	height: auto;
	max-height: 118px;
	margin-right: 18px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-content .teacher-ul .data-img img {
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

.section-content .teacher-ul .data-basic {
	height: auto;
	width: 60%;
	vertical-align: baseline;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

.section-content .teacher-ul .data-basic .p1 {
	display: block;
	color: #383838;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-content .teacher-ul .data-basic .p2 {
	font-size: 10px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 4px;
}

.section-content .teacher-ul .data-basic .p2 span {
	padding: 2px 5px;
	border-radius: 10px;
	background-color: #e3eefc;
	color: #247eef;
}

.section-content .teacher-ul .data-basic .p3 {
	padding-top: 8px;
	color: #848494;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 双师资源库-详情页 */
/* 基本信息 */
.section-content .teacher-head {
	padding: 18px 7px;
	display: flex;
	align-items: center;
}

.section-content .teacher-head .teacher-img {
	width: 30%;
	height: auto;
	margin-right: 18px;
}

.section-content .teacher-head .teacher-img img {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
}

.section-content .teacher-head .teacher-basic {
	width: 60%;
	margin-bottom: 12px;
}

.section-content .teacher-head .p1 {
	color: #151414;
	font-size: 16px;
	line-height: 24px;
	margin: 12px 0;
}

.section-content .teacher-head .p2 {
	color: #737373;
	font-size: 14px;
	line-height: 22px;
}

/* 详细信息 */
.section-content .box-con {
	padding: 0 8px;
}

.section-content .box-con1-tit {
	padding-top: 15px;
	padding-bottom: 14px;
	font-size: 0;
}

.section-content .box-con1-tit img {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

.section-content .box-con1-tit b {
	display: inline-block;
	color: #247eef;
	font-size: 15px;
	vertical-align: middle;
}

.section-content .box-con1-con {
	padding: 0 14px 12px 14px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	line-height: 24px;
	word-break: break-all;
	text-align: justify;
}

.section-content .box-con2 {
	padding: 22px 0;
}

.section-content .box-con2 span {
	display: block;
	width: 386px;
	height: 80px;
	margin: auto;
	background: rgb(23 119 255);
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 80px;
}

/* 【产学研平台库】 */
.section-content .platform-ul {
	height: auto;
	width: 100%;
	background-color: #fff;
	padding-top: 4px;
	box-sizing: border-box;
}

.section-content .platform-ul li {
	position: relative;
	background: #fff;
	padding: 12px 6px;
	border-top: 1px solid #e3e3e3;
}

.section-content .platform-ul .a_link {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.section-content .platform-ul .data-img {
	width: 36%;
	height: auto;
	margin-right: 18px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-content .platform-ul .data-img img {
	width: 100%;
	height: auto;
	max-height: 106px;
	border-radius: 2px;
}

.section-content .platform-ul .data-basic {
	height: auto;
	width: 60%;
	vertical-align: baseline;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

.section-content .platform-ul .data-basic .p1 {
	margin-bottom: 12px;
	color: #383838;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
}

.section-content .platform-ul .data-basic .p2 span {
	margin-top: 12px;
	padding: 2px 6px;
	color: rgb(114, 114, 114);
	font-size: 10px;
	line-height: 20px;
	border-radius: 10px;
	background-color: #d6efff;
}

/* 产学研平台详情页 */
.section-content .platform-head {
	padding: 18px 7px;
	display: flex;
	align-items: center;
}

.section-content .platform-head .platform-img {
	width: 40%;
	height: auto;
	margin-right: 18px;
}

.section-content .platform-head .platform-img img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 102px;
	object-fit: contain;
	background-color: #f9f9f9;
}

.section-content .platform-head .platform-basic {
	width: 60%;
	margin-bottom: 12px;
}

.section-content .platform-head .p1 {
	color: #151414;
	font-size: 16px;
	line-height: 24px;
	margin: 9px 0;
}

/* 【专家库】 */

/* 首页 */
.section-content .expert-ul {
	height: auto;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}

.section-content .expert-ul li {
	position: relative;
	background: #fff;
	padding: 12px;
	border-top: 1px solid #e3e3e3;
}

.section-content .expert-ul .a_link {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.section-content .expert-ul .data-img {
	width: 28%;
	height: auto;
	margin-right: 18px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-content .expert-ul .data-img img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}

.section-content .expert-ul .data-basic {
	height: auto;
	width: 60%;
	vertical-align: baseline;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

.section-content .expert-ul .data-basic .p1 {
	display: block;
	color: #383838;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-content .expert-ul .data-basic .p2 {
	font-size: 10px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 4px;
}

.section-content .expert-ul .data-basic .p2 span {
	padding: 2px 5px;
	border-radius: 10px;
	background-color: #e3eefc;
	color: #247eef;
}

.section-content .expert-ul .data-basic .p3 {
	padding-top: 8px;
	color: #848494;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 专家库-详情页 */
/* 基本信息 */
.section-content .expert-head {
	padding: 18px 7px;
	display: flex;
	align-items: center;
}

.section-content .expert-head .expert-img {
	width: 30%;
	height: auto;
	margin-right: 18px;
}

.section-content .expert-head .expert-img img {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
}

.section-content .expert-head .expert-basic {
	width: 60%;
	margin-bottom: 12px;
}

.section-content .expert-head .p1 {
	color: #151414;
	font-size: 16px;
	line-height: 24px;
	margin: 12px 0;
}

.section-content .expert-head .p2 {
	color: #737373;
	font-size: 14px;
	line-height: 22px;
}

/* 【专利库】 */
/* 首页 */
.section-content .patent-ul {
	height: auto;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}

.section-content .patent-ul li {
	position: relative;
	background: #fff;
	padding: 12px 4px;
	border-top: 1px solid #e3e3e3;
}

.section-content .patent-ul .a_link {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.section-content .patent-ul .data-basic {
	height: auto;
	width: 100%;
	vertical-align: baseline;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

.section-content .patent-ul .data-basic .p1 {
	display: block;
	color: #383838;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-content .patent-ul .data-basic .p2 {
	font-size: 10px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 4px;
}

.section-content .patent-ul .data-basic .p2 span {
	padding: 1px 5px;
	border-radius: 10px;
	background-color: #e3eefc;
	color: #4e96f0;
}

.section-content .patent-ul .data-basic .p3 {
	padding-top: 8px;
	color: #848494;
	font-size: 13px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 专利库-详情页 */
.section-content .patent-head {
	padding: 18px 7px;
	display: flex;
	align-items: center;
}

.section-content .patent-head .patent-basic {
	width: 100%;
	margin-bottom: 12px;
}

.section-content .patent-head .p1 {
	color: #151414;
	font-size: 16px;
	line-height: 24px;
	margin: 12px 0;
}

.section-content .patent-head .p2 {
	color: #737373;
	font-size: 14px;
	line-height: 22px;
}

/* 【设备库】 */
/* 首页 */
.section-content .equipment-ul {
	height: auto;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}

.section-content .equipment-ul li {
	position: relative;
	background: #fff;
	padding: 12px 4px;
	border-top: 1px solid #e3e3e3;
}

.section-content .equipment-ul .a_link {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.section-content .equipment-ul .data-img {
	width: 36%;
	height: auto;
	margin-right: 18px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-content .equipment-ul .data-img img {
	width: 100%;
	height: auto;
	border-radius: 2px;
	max-height: 106px;
}

.section-content .equipment-ul .data-basic {
	height: auto;
	width: 60%;
	vertical-align: baseline;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

.section-content .equipment-ul .data-basic .p1 {
	display: block;
	color: #383838;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-content .equipment-ul .data-basic .p2 {
	font-size: 10px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 4px;
}

.section-content .equipment-ul .data-basic .p2 span {
	padding: 1px 5px;
	border-radius: 10px;
	background-color: #e3eefc;
	color: #4e96f0;
}

.section-content .equipment-ul .data-basic .p3 {
	padding-top: 8px;
	color: #848494;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 设备库-详情页 */
/* 基本信息 */
.section-content .equipment-head {
	padding: 18px 7px;
	display: flex;
	align-items: center;
}

.section-content .equipment-head .equipment-img {
	width: 40%;
	height: auto;
	margin-right: 18px;
}

.section-content .equipment-head .equipment-img img {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
}

.section-content .equipment-head .equipment-basic {
	width: 60%;
	margin-bottom: 12px;
}

.section-content .equipment-head .p1 {
	color: #151414;
	font-size: 16px;
	line-height: 24px;
	margin: 12px 0;
}

.section-content .equipment-head .p2 {
	color: #737373;
	font-size: 14px;
	line-height: 22px;
}

/* 【成果库】 */
/* 首页 */
.section-content .achievement-ul {
	height: auto;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}

.section-content .achievement-ul li {
	position: relative;
	background: #fff;
	padding: 12px 4px;
	border-top: 1px solid #e3e3e3;
}

.section-content .achievement-ul .a_link {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.section-content .achievement-ul .data-img {
	width: 36%;
	height: auto;
	margin-right: 18px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-content .achievement-ul .data-img img {
	width: 100%;
	height: auto;
	border-radius: 2px;
	max-height: 106px;
}

.section-content .achievement-ul .data-basic {
	height: auto;
	width: 60%;
	vertical-align: baseline;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

.section-content .achievement-ul .data-basic .p1 {
	display: block;
	color: #383838;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-content .achievement-ul .data-basic .p2 {
	font-size: 10px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 4px;
}

.section-content .achievement-ul .data-basic .p2 span {
	padding: 1px 5px;
	border-radius: 10px;
	background-color: #e3eefc;
	color: #4e96f0;
}

.section-content .achievement-ul .data-basic .p3 {
	padding-top: 8px;
	color: #848494;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 成果库-详情页 */
.section-content .achievement-head {
	padding: 18px 7px;
	display: flex;
	align-items: center;
}

.section-content .achievement-head .achievement-img {
	width: 40%;
	height: auto;
	margin-right: 18px;
}

.section-content .achievement-head .achievement-img img {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
}

.section-content .achievement-head .achievement-basic {
	width: 60%;
	margin-bottom: 12px;
}

.section-content .achievement-head .p1 {
	color: #151414;
	font-size: 16px;
	line-height: 24px;
	margin: 12px 0;
}

.section-content .achievement-head .p2 {
	color: #737373;
	font-size: 14px;
	line-height: 22px;
}

/* --------------六、 【企业信息】-底部导航栏-------------- */

/* 首页 */
.section-content .enterprise-ul {
	height: auto;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}

.section-content .enterprise-ul li {
	position: relative;
	background: #fff;
	padding: 16px 4px;
	border-top: 1px solid #e3e3e3;
}

.section-content .enterprise-ul .a_link {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.section-content .enterprise-ul .data-basic {
	height: auto;
	width: 100%;
	vertical-align: baseline;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

.section-content .enterprise-ul .data-basic .p1 {
	display: block;
	color: #151414;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-content .enterprise-ul .data-basic .p2 {
	padding-top: 6px;
	color: #848494;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-content .enterprise-ul .data-basic .p2 span {
	display: block;
	color: #737373;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* --------------七、 【人才信息】-底部导航栏-------------- */

.section-content .talent-ul {
	height: auto;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}

.section-content .talent-ul li {
	position: relative;
	background: #fff;
	padding: 16px 4px;
	border-top: 1px solid #e3e3e3;
}

.section-content .talent-ul .a_link {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.section-content .talent-ul .data-basic {
	height: auto;
	width: 100%;
	vertical-align: baseline;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

.section-content .talent-ul .data-basic .p1 {
	display: block;
	color: #151414;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-content .talent-ul .data-basic .p2 {
	padding-top: 6px;
	color: #848494;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-content .talent-ul .data-basic .p2 span {
	display: block;
	color: #737373;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* --------------八、【我的】模块-------------- */

/* 首页 */

.section-content .section-box {
	height: auto;
}

/* 背景图 */
.section-content .self-bg {
	width: 100%;
	height: 195px;
	background-image: url(../images/mine.png);
	background-repeat: no-repeat;
	background-position: 100%, 50%;
	background-size: cover;
	border-radius: 0 0 16px 16px;
}

/* 注册登录区 */
.section-content .self-header {
	width: 100%;
	padding: 18px 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	height: 100%;
}

/* 基本信息 */
.section-content .self-header .basic-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.section-content .self-header .basic-link .r_arrow {
	margin-right: 12px;
	width: 26px;
    height: 26px;
}

.section-content .self-header .basic-link .r_arrow img{
	width: 100%;
    height: 100%;
}

.section-content .self-header .self-header-box {
	display: flex;
	align-items: center;
	width: 90%;
}

.section-content .self-header .self-header-box .self-header-box-left {
	border: 2px solid #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 18px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.section-content .self-header .self-header-box .self-header-box-left img {
	width: 100%;
	height: 100%;
	max-height: 70px;
	/* object-fit: cover; */
}

.section-content .self-header .self-header-box .self-header-box-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-content .self-header .self-header-box-text .box-login {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 6px;
}

.section-content .self-header .self-header-box-text .slogan {
	font-size: 14px;
	color: #fff;
}

.section-content .self-header .self-header-box-text .update-info {
	font-size: 12px;
	color: #fff;
	/* text-align: center; */
}

.section-content .self-con {
	margin: 0 12px;
	margin-top: -24px;
}

/* 子模块区 */
.section-content .submodule {
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.section-content .submodule .submodule-box {
	width: 100%;
}

.section-content .submodule a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 15px;
	padding: 17px 0;
	/* border-bottom: 1px solid #d8d8d8; */
	border-bottom: 1px solid #eeeeee;
}

.section-content .submodule .submodule-box-left {
	margin-right: 9px;
	display: flex;
	align-items: center;
}

.section-content .submodule .submodule-box-left img {
	width: 26px;
	height: 26px;
}

.section-content .submodule .submodule-box-left span {
	font-weight: 400;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.65);
	margin-left: 12px;
}

.section-content .submodule .submodule-box .gt {
	color: #a3aaae;
	font-size: 22px;
}

/* 退出登录区域 */
.section-content .self-footer {
	width: 100%;
	padding-bottom: 18px;
}

.section-content .self-footer .logout_btn {
	width: 100%;
	height: 52px;
	padding: 6px 0;
	box-sizing: border-box;
	color: #247eef;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 550;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 6px;
	margin: 23px auto 0 auto;
}

.section-content .self-footer .logout_btn a {
	width: 100%;
	height: 52px;
	text-align: center;
	line-height: 52px;
}

/* 【我的】-用户资料详情页 */
.self-info-body {
	width: 100%;
	padding-top: 9px;
	color: #000000;
}

/* 可修改项 */
.self-info-item {
	padding: 0 12px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.self-info-item span {
	font-size: 16px;
}

.self-info-item .area-right {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 75%;
	justify-content: flex-end;
}

.self-info-item .area-right .info-text {
	width: 100%;
	color: rgba(0, 0, 0, 0.45);
}

.self-info-item .area-right .item-input {
	width: 100%;
	height: 30px;
	font-size: 16px;
	text-align: right;
}

.self-info-item .area-right .item-select {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #33373c;
	padding: 3px 6px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff;
	text-align: right;
	border-radius: 2px;
}

/* 手机号 */
.self-info-phone {
	padding: 0 12px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.self-info-phone span {
	font-size: 16px;
}

.self-info-phone .area-right {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 75%;
	justify-content: flex-end;
}

.self-info-phone .area-right .info-text {
	color: rgba(0, 0, 0, 0.45);
}

/* 营业执照 */
.self-info-item .area-right2 {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 75%;
	justify-content: flex-end;
}

.self-info-item .area-right2 .business_upload_list {
	display: flex;
	align-items: center;
}

.self-info-item .area-right2 .upload_person_img {
	width: 54px;
	height: 56px;
	border: none;
	margin-right: 15px;
}

.self-info-item .area-right2 .business_license_upload {
	width: 54px;
	height: 56px;
	text-align: center;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	border: 1px dashed rgba(0, 0, 0, 0.4);
}

.self-info-item .area-right2 .business_license_upload p {
	width: 12px;
	height: 14px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 5px;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
}

.self-info-item .area-right2 .business_license_upload span {
	color: rgba(0, 0, 0, 0.65);
	font-size: 12px;
}

/* 联系地址 */
.self-info-body .contact-address {
	padding: 6px 0;
}

.self-info-body .contact-address .address-title {
	padding: 9px 12px;
	font-size: 16px;
}

/* 用户身份 */
.self-info-identity {
	padding: 0 12px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.self-info-identity span {
	font-size: 16px;
}

.self-info-identity .area-right {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 75%;
	justify-content: flex-end;
}

.self-info-identity .area-right .info-text {
	color: rgba(0, 0, 0, 0.45);
}

/* 更新按钮 */
.self-info-body .update_item {
	width: 100%;
	height: auto;
}

.self-info-body .update_item button {
	width: 94%;
	height: 45px;
	padding: 6px 0;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #247eef;
	border: 2px solid #247eef;
	border-radius: 21px;
	margin: 28px auto 18px auto;
}

/* 【我的】-学生信息-（学生用户） */
.improve-info-body {
	width: 100%;
	padding-top: 9px;
}

.improve-info-body .info-item {
	padding: 0 12px;
	height: 64px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.improve-info-body .info-item span {
	font-size: 16px;
}

.improve-info-body .info-item .area-right {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 75%;
	justify-content: flex-end;
}

.improve-info-body .info-item .area-right .info-text {
	text-align: right;
	width: 100%;
	/* margin-right: 30px; */
	color: rgba(0, 0, 0, 0.45);
}

.improve-info-body .info-item .area-right .item-input {
	width: 100%;
	height: 30px;
	font-size: 16px;
	text-align: right;
}

.improve-info-body .info-item .area-right .item-select {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #495057;
	padding: 3px 6px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff;
	border-radius: 2px;
	box-shadow: inset 0 0 0 transparent;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	text-align: right;
}

.improve-info-body .info-item .area-right .item-textarea {
	width: 92%;
	line-height: 23px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	font-size: 16px;
	padding: 10px;
	color: #555;
}

/* 本人证件照上传 */
.info-item-avatar {
	padding: 12px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.info-item-avatar span {
	font-size: 16px;
}

.info-item-avatar .avatar-right {
	display: flex;
	justify-content: flex-end;
	width: 70%;
}

.info-item-avatar .avatar-right .file_input {
	display: block;
	width: 70%;
	height: 40px;
	line-height: 46px;
	font-size: 20px;
	color: #495057;
	padding: 5px 10px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 2px;
	box-shadow: inset 0 0 0 transparent;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.info-item-avatar .avatar-right .person_upload {
	width: 54px;
	height: 56px;
	text-align: center;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	border: 1px dashed rgba(0, 0, 0, 0.4);
}

.info-item-avatar .avatar-right .person_upload p {
	width: 12px;
	height: 14px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 5px;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
}

.info-item-avatar .avatar-right .person_upload span {
	color: rgba(0, 0, 0, 0.65);
	font-size: 12px;
}

.info-item-avatar .avatar-right .upload_person_img {
	width: 56px;
	height: 59px;
	border: none;
	margin-right: 15px;
}

/* 提交按钮 */
.improve-info-body .save_item {
	width: 100%;
	height: auto;
}

.improve-info-body .save_item button {
	width: 94%;
	height: 45px;
	padding: 6px 0;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #247eef;
	border: 2px solid #247eef;
	border-radius: 21px;
	margin: 29px auto 18px auto;
}

/* 【我的】-【我的档案】-（学生用户） */
.archives-info-body {
	width: 100%;
	padding-top: 9px;
}

.archives-info-body .archives-header {
	padding: 12px 0;
	font-size: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #e1e1e1;
	margin-bottom: 9px;
	border-radius: 2px;
}

.archives-info-body .archives-header i {
	display: inline-block;
	height: 18px;
	width: 2px;
	margin-left: 7px;
	border-right: 2px solid rgb(23 119 255);
	vertical-align: middle;
}

.archives-info-body .archives-info-item {
	padding: 0 12px;
	height: 64px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.archives-info-body .archives-info-item span {
	font-size: 16px;
}

.archives-info-body .archives-info-item .area-right {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 75%;
	justify-content: flex-end;
}

.archives-info-body .archives-info-item .area-right .info-text {
	text-align: right;
	width: 100%;
	color: rgba(0, 0, 0, 0.45);
}

.archives-info-body .archives-info-item .area-right .upload_person_img {
	width: 56px;
	height: 59px;
	border: none;
}

.archives-info-body .archives-experrise {
	padding: 12px;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.archives-info-body .archives-experrise ul li {
	margin-bottom: 16px;
}

/* 【我的】-【活动中心】（学生用户+单位用户） */
.section-activity {
	width: 100%;
	padding-top: 9px;
}

.section-activity .module-header {
	padding: 14px 0;
	font-size: 16px;
	border-bottom: 1px solid #e4e4e4;
	border-radius: 2px;
}

.section-activity .module-header i {
	display: inline-block;
	height: 18px;
	width: 2px;
	margin-left: 7px;
	border-right: 2px solid rgb(23 119 255);
	vertical-align: middle;
}

.section-activity .module-content {
	height: auto;
}

.section-activity .activity-ul {
	font-size: 16px;
	height: auto;
	width: 100%;
	background-color: #fff;
	padding: 12px;
	box-sizing: border-box;
}

.section-activity .activity-ul li {
	position: relative;
	min-height: 128px;
	background: #fff;
	box-shadow: 0 1px 6px 1px rgb(228 230 242 / 60%);
	border-radius: 4px;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-activity .activity-ul li a {
	height: 100%;
	width: 100%;
}

.section-activity .activity-ul li .data-top {
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section-activity .activity-ul li a .data-title {
	color: #4491f2;
	font-size: 15px;
	letter-spacing: 1px;
	padding-bottom: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.section-activity .activity-ul li a .item-title {
	margin-top: 9px;
	font-size: 12px;
	color: #a1a1a1;
}

/* .section-activity .activity-ul li .data-bottom {
	padding-top: 10px;
	display: flex;
	align-items: flex-start;
}

.section-activity .activity-ul li .data-bottom .data-item {
	flex: 1 1 0%;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	text-align: center;
	line-height: 36px;
} */

/* 活动中心-活动参与详情 */
.section-activity .module-content .info-item {
	padding: 3px 12px;
	min-height: 64px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
}

.section-activity .module-content .info-item .item_label {
	margin-left: 6px;
}

.section-activity .module-content .info-item .item-right {
	width: 70%;
}

.section-activity .module-content .info-item .item-right .text-primary {
	color: #0d6efd;
}

/* 岗位需求 */
.section-activity .module-content .info-item-post {
	padding: 18px 12px;
	margin-left: 6px;
	min-height: 64px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 15px;
}

.section-activity .module-content .info-item-post .item_label {
	padding-bottom: 12px;
}

.section-activity .module-content .info-item-post .post-list {
	padding: 12px;
	/* border: 1px solid rgba(0, 0, 0, 0.05); */
	border: 1px solid #15a4ff;
	border-radius: 15px;
	color: #939292;
}

.section-activity .module-content .info-item-post .post-list:not(:last-child) {
	margin-bottom: 9px;
}

/* 入企实习生名单 */
.section-activity .module-content .intern-box {
	height: auto;
	/* margin-left: 10px; */
	padding: 16px;
}

.section-activity .module-content .intern-list {
	padding: 12px;
	border-bottom: 4px double rgba(0, 0, 0, 0.1);
	margin-bottom: 9px;
}

.section-activity .module-content .intern-list .intern-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	line-height: 23px;
	color: #a9a9a9;
}

.section-activity .module-content .intern-list .item-right {
	width: 70%;
}

.section-activity .module-content .intern-list .item-right .text-primary {
	color: #0d6efd;
}

.section-activity .module-content .intern-box .no-intern {
	font-size: 14px;
	text-align: center;
}

/* 字体颜色-黄-红-绿，多用于审核状态 */
.font_warning {
	color: #ffc107;
}

.font_success {
	color: #28a745;
}

.font_error {
	color: #dc3545;
}

/* 实训考核评估表 */
.section-activity .bg-color {
	background-color: #e1e1e1;
	margin-bottom: 9px;
}

.section-activity .evaluation-item {
	padding: 0 12px;
	height: 64px;
	margin-left: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section-activity .evaluation-item span {
	font-size: 16px;
}

.section-activity .evaluation-item .evaluation-value {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 75%;
	justify-content: flex-end;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.section-activity .evaluation-item .evaluation-value .info-text {
	width: 100%;
	margin-right: 6px;
	color: rgba(0, 0, 0, 0.45);
	text-align: right;
}

.section-activity .evaluation-item .evaluation-value .item-input {
	width: 100%;
	height: 30px;
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
	font-size: 15px;
	text-align: right;
}

/* 考评内容 */
.section-activity .evaluation-type {
	height: auto;
	margin-bottom: 18px;
}

.section-activity .evaluation-type .evaluation-content {
	font-size: 14px;
	margin-left: 15px;
	font-weight: bold;
}

.section-activity .evaluation-type .evaluation-submodule {
	margin: 9px;
	background-color: #f3f3f3;
	border-radius: 4px;
}

.section-activity .evaluation-point {
	padding: 12px 12px 0 12px;
	margin-left: 6px;
}

.section-activity .evaluation-type .last-point {
	padding-bottom: 18px;
}

.section-activity .evaluation-point .point-title {
	font-size: 14px;
}

.section-activity .evaluation-point .score-input {
	width: 45%;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	font-size: 14px;
	padding: 0 10px;
	color: #65a0fa;
}

.section-activity .evaluation-point .evaluation-radio {
	padding: 0 12px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70%;
}

.section-activity .evaluation-point .score-textarea {
	width: 92%;
	line-height: 23px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	font-size: 14px;
	padding: 10px;
	color: #555;
}

.section-activity .evaluation-point .tutor_name {
	width: 92%;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	font-size: 14px;
	padding: 0 10px;
	color: #555;
}

.section-activity .evaluation-explain {
	background: #f9fafb;
	margin: 12px 16px;
}

.section-activity .evaluation-explain p {
	line-height: 23px;
	padding: 12px 6px;
	margin: 12px 9px;
	font-size: 14px;
	color: #999;
}

/* 提交按钮 */
.section-activity .submit_evaluation {
	width: 100%;
	height: auto;
}

.section-activity .submit_evaluation button {
	width: 94%;
	height: 45px;
	padding: 6px 0;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #247eef;
	border: 2px solid #247eef;
	border-radius: 21px;
	margin: 29px auto 18px auto;
}

/* 【我的】-【领导关怀】 */
.section-content .section-leading-ul {
	font-size: 20px;
	height: auto;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.section-content .section-leading-ul li {
	position: relative;
	width: 100%;
	margin: 0 5px;
	background: #fff;
	/*	box-shadow: 0 1px 9px 1px rgb(228 230 242 / 60%);
	border-radius: 7px;*/
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.img_group {
	margin-top: 6px;
	display: flex;
	justify-content: space-around;
}

.img_group #img_link{
	display: block;
    height: 100%;
    width: 48%;
}

.leading_img {
	width: 100%;
	height: 128px;
}

/* 【我的】-【我的介绍】 */

.content_info {
	margin: 50px 10px 0 10px;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
}

.self-info-item .area-right .item-text {
	width: 100%;
	padding: 15px;
	height: 150px;
	font-size: 24px;
	text-align: left;
	border: 1px solid #cecece;
}

/* 【成为产融型企业】按钮 */
.business_intern a,
.business_intern button {
	/* background-color:#247eef; */
	background-color: #3b8aec;
	/* Green */
	height: 32px;
	line-height: 32px;
	border: none;
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	border-radius: 25px;
	margin-top: 9px;
	padding: 0 6px 0 6px;
}

.info-radio {
	font-size: 16px;
}

.self-info-item .business-img img {
	width: 54px;
	height: 56px;
	border: none;
}

.self-info-item2 {
	padding: 0 12px;
	height: auto;
	margin-top: 6px;
}

.self-info-item2 span {
	font-size: 16px;
}

.self-info-item2 .con-brief {
	padding: 12px 0;
}

.self-info-item2 .con-brief textarea {
	width: 95%;
	min-height: 128px;
	line-height: 23px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	font-size: 14px;
	padding: 2%;
	color: #555;
}
