@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'microsoft yahei';
	box-sizing: border-box;
}
body {
	min-width: 1200px;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
a:hover{
	color: #0e42ad;
}

ul,
li {
	list-style: none;
}

input {
	border: 0;
	outline: none;
}

i,
em {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	display: table;
	clear: both;
}

.clear:after {
	content: '';
	display: table;
	clear: both;
}

.pc_none {
	display: none !important;
}

.clearfix {
	zoom: 1;
	_height: 1px;
}

.clearfix:after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.du-ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.three-ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.over-visible {
	overflow: visible !important;
}

.pcNone {
	display: none !important;
}

/* **** 主页内容开始 ****  */
.lmtop{
	margin-top: 70px;
}

.body_bg{
	background: url(/images/sthjb_2025_lecturer_ztbg.jpg) top center no-repeat #f2f9ff;
	/* padding-bottom: 70px; */
	background-size: 100% 690px;
}
.wrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.header{
	height: 580px;
}
.header h1{
	padding-top: 22px;
}
.logo_title {
	text-align: center;
	margin-top: 60px;
}

.in_nrbg{
	background: url(/images/sthjb_2025_lecturer_ztbg2.jpg) center 120px no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}
.wrap_bg{
	margin: 0 auto;
	width: 1200px;
	min-width: 1200px;
}
.location {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #0e42ad;
	margin-bottom: 60px;
}

.title{
	background: url(/images/sthjb_2025_lecturer_tit.png) center center no-repeat;
	background-size: 100% auto;
	height: 145px;
	font-size: 40px;
	color: #0e42ad;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
.title span{
	position: relative;
}
.title span i{
	content: '';
	width: 45px;
	height: 50px;
	background: url(/images/sthjb_2025_lecturer_tit_ico.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -50px;
	top: -38px;
}

.bold{
	font-weight: bold;
}

.tab_nav{
	line-height: 56px;
	text-align: center;
}
.tab_nav li{
	padding: 0 10px 10px;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	margin: 0 26px;
	cursor: pointer;
}
.tab_nav li.on{
	background: url(/images/sthjb_2025_lecturer_tit_h.png) bottom center no-repeat;
	color: #0e42ad;
}

.tabnr{
	display: none;
}
.tabnr.on{
	display: block;
}
.list01 li{
	width: 48%;
	float: left;
	font-size: 18px;
	position: relative;
	margin-top: 30px;

}
.list01 li:nth-child(2n){
	float: right;
}
.list01 li::after{
	content: '';
	width: 10px;
	height: 58px;
	background: url(/images/sthjb_2025_lecturer_icon01.png);
	background-size: 100% 100%;

	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.list01 li .name{
	font-size: 24px;
	font-weight: bold;
	color: #0e42ad;
	margin-right: 20px;
}
.list01 li .zc{
	font-size: 18px;
	line-height: 30px;
	margin-right: 20px;
	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.list01 li a{
	display: block;
	margin-left: 4px;
	border: 1px solid #cce5fb;
	background-color: #fff;
	height: 90px;
	line-height: 88px;
	padding-left: 45px;
	position: relative;
}


.list02{

}
.list02 li{
	float: left;
	width: 48%;
	border: 1px solid #cce5fb;
	padding: 1px;
	background: #fff;
	margin: 20px 0;
}
.list02 li:nth-child(2n) {
	float: right;
}
.list02 li .t1{
	height: 97px;
	position: relative;
	background: #e8f2fa;
}
.list02 li .t1 a{
	font-size: 20px;
	line-height: 1.5;
	padding-right: 20px;
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translateY(-50%);
}
.list02 li .icon{
	width: 74px;
	height: 100%;
	background: url(/images/sthjb_2025_lecturer_tbg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;

	position: relative;
}
.list02 li .icon img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.list02 li .t2{
	padding: 20px 25px;
	text-align: justify;
	line-height: 1.8;
	color: #4c4c4c;
}
.lan{
	color: #0e42ad;
}
.lan:hover{
	color: #5b9fda;
}

/*详情页*/
.er_title{
	background: url(/images/sthjb_2025_lecturer_ertit.png) center center no-repeat;
	background-size: 100% auto;
	height: 145px;
	font-size: 40px;
	color: #0e42ad;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 30px;
	position: relative;
}

.er_title i{
	content: '';
	width: 45px;
	height: 50px;
	background: url(/images/sthjb_2025_lecturer_tit_ico.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 54%;
	top: -5px;
}

.ej_ren{
	overflow: auto;
}
.zpbox{
	float: left;
}
.zpbox .img_zp{
	width: 156px;
	height: 208px;
	overflow: hidden;
	margin-right: 60px;
	vertical-align: top;
	margin-top: 30px;
	object-fit: cover;
}

.con_text{
	display: table;
	zoom:1;
	vertical-align: top;
	line-height: 2;
	font-size: 20px;
}
.con_text .bt{
	color: #0e42ad;
	font-weight: bold;
	margin-top: 1em;
}
.con_text p{
	text-indent: 2em;
}

/* **** 自适应 **** */
@media screen and (min-width: 2000px) {
	.sthjbh_wrap {
		background-size: contain;
	}
}

@media screen and (max-width: 1640px) {
	/* **** 主页内容开始 ****  */
	.lmtop{
		margin-top: 45px;
	}
	.body_bg{
		background: url(/images/sthjb_2025_lecturer_ztbg_1000.jpg) top center no-repeat #f2f9ff;
	}
	.wrap {
		width: 1000px;
		min-width: 1000px;
	}
	.header{
		height: 485px;
	}
	.header h1{
		padding-top: 22px;
	}
	.logo_title {
		margin-top: 50px;
	}
	.logo_title img{
		width: 810px;
	}

	.wrap_bg{
		width: 1000px;
		min-width: 1000px;
	}
	.in_nrbg{
		background: url(/images/sthjb_2025_lecturer_ztbg2_1000.jpg) center 120px no-repeat;
	}
	.location {
		font-size: 14px;
		margin-bottom: 25px;
	}

	.title{
		height: 120px;
	}
	.title img{
		height: 35px;
	}
	.title span i{
		background-size: 83%;
		top: -28px;
		right: -45px;
	}


	.tab_nav{
		line-height: 48px;
	}
	.tab_nav li{
		font-size: 22px;
		margin: 0 20px;
	}
	.list01 li{
		font-size: 15px;
		margin-top: 25px;

	}
	.list01 li::after{
		width: 8px;
		height: 48px;
	}
	.list01 li .name{
		font-size: 20px;
		margin-right: 10px;
	}
	.list01 li a{
		margin-left: 4px;
		height: 76px;
		line-height: 74px;
		padding-left: 37px;
	}


	.list02 li{
		margin: 18px 0;
	}
	.list02 li .t1{
		height: 80px;
	}
	.list02 li .t1 a{
		font-size: 16px;
		left: 85px;
		letter-spacing: .05em;
	}
	.list02 li .icon{
		width: 62px;
	}
	.list02 li .icon img{
		width: 26px;
		left: 17px;
	}
	.list02 li .t2{
		font-size: 13px;
		padding: 15px 20px;
		text-align: justify;
		line-height: 1.8;
		color: #4c4c4c;
	}

	/*详情页*/
	.er_title{
		height: 124px;
		font-size: 34px;
		padding-top: 30px;
		margin-bottom: 20px;
	}
	.er_title i{
		background-size: 83% 83%;
		left: 54%;
	}

	.zpbox .img_zp{
		width: 130px;
		height: 175px;
		margin-right: 50px;
		margin-top: 30px;
	}

	.con_text{
		font-size: 16px;
	}


}