body,
html {
	margin: 0;
	padding: 0;
	min-width: 1400px;
	font-size: 14px;
	color: #333333;
	background: #f9f8f8;
	font-family: "Microsoft YaHei" !important;
}

img {
	border: none !important;
}

.container-fulled {
	width: 100%;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}

p {
	margin: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.whitespace {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.verticalMid {
	vertical-align: middle;
	display: inline-block;
}

.verticalTop {
	vertical-align: top;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*头部*/
#header {
	background: #ffffff;
}

.header {
	padding: 33px 0 21px 0;
}

.header-right ul {
	margin-top: 45px;
}

.header-right ul li {
	display: inline-block;
	color: #0154a6;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 1;
	border-left: 2px solid #0154a6;
}

.header-right ul li:first-of-type {
	border: none;
}

/*轮播图*/
.swiper.main-swiper {
	width: 100%;
}

.main-swiper .swiper-slide img {
	width: 100%;
	display: block;
}

.main-swiper .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 20px;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 2px;
}

.main-bullet {
	display: inline-block;
	margin: 0 4px;
	width: 16px;
	height: 16px;
	background: #ffffff;
	cursor: pointer;
}

.main-bullet-active {
	background: #c89b13;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 56px !important;
}

/*导航*/
#nav {
	position: relative;
	width: 100%;
	z-index: 1000000;
	background: rgba(4, 71, 138, 0.91);
}

.nav {
	font-size: 15px;
}

.fNav li {
	float: left;
	color: #ffffff;
	position: relative;
	text-align: center;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.fNav li a {
	display: inline-block;
	padding: 10px 35px;
	position: relative;
	text-align: center;
	color: #ffffff;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.fNav>li.active>a {
	background: #97b4cf;
	color: #063765;
}

.fNav>li:hover>a {
	background: #97b4cf;
	color: #063765;
}

.fNav li:hover .sNav>li {
	height: 40px;
	overflow: visible;
}

.sNav {
	position: absolute;
	left: 0;
	min-width: 100%;
}

.sNav li {
	text-align: center;
	margin: 0;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: rgba(4, 71, 138, 0.91);
	color: #ffffff;
}

.sNav li a {
	border: none;
	color: #ffffff;
	padding: 10px 0;
}

.sNav li:hover {
	background: #97b4cf;
}

.sNav li:hover>a {
	color: #063765;
}

.tNav {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 100%;
}

.tNav li {
	text-align: center;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: rgba(4, 71, 138, 0.91);
	color: #ffffff;
}

.tNav li a {
	color: #ffffff;
}

.tNav li:hover a {
	color: #063765;
}

.sNav li:hover .tNav li {
	height: 40px;
	overflow: visible;
}

/*主体*/
.title {
	color: #003366;
	font-size: 34px;
	text-align: center;
	margin-bottom: 50px;
}

.more {
	display: block;
	width: 80px;
	font-size: 18px;
	color: #00447d;
	text-align: right;
	text-decoration: underline;
	margin-left: auto;
}

#body {
	position: relative;
	min-height: 800px;
}

/* 正文第一块 */
.blog1 {
	position: relative;
	z-index: 100;
}

.blog1 ul {
	display: flex;
	justify-content: space-between;
}

.blog1 ul li {
	flex-grow: 1;
	background: #0154a6;
	color: #ffffff;
	margin: 0 1px;
	font-size: 22px;
	text-align: center;
	height: 87px;
	line-height: 87px;
	margin-top: -10px;
	transition: all 0.3s ease;
}

.blog1 ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.blog1 ul li:hover {
	background: #003366;
	box-shadow: 0 5px 5px #999999;
}

/*正文第二块*/
.blog2 {
	padding: 50px 0;
}

.blog2-box {
	display: flex;
	justify-content: space-between;
}

.blog2-1 {
	width: 685px;
}

.news-swiper {
	height: 450px;
}

.news-swiper .swiper-slide {
	height: 415px;
}

.blog2-1 .news-swiper img {
	width: 685px;
	height: 415px;
	display: block;
}

.blog2-1 .news-swiper p {
	background: rgba(0, 0, 0, 0.61);
	box-sizing: border-box;
	font-size: 18px;
	width: 685px;
	padding: 20px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
}

.news-bullet {
	display: inline-block;
	margin: 0 6px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999999;
	cursor: pointer;
}

.news-bullet-active {
	background: #c89b13;
}

.news-swiper .swiper-horizontal>.swiper-pagination-bullets,
.news-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.news-swiper .swiper-pagination-custom,
.news-swiper .swiper-pagination-fraction {
	bottom: 0px !important;
}

.blog2-2 {
	width: 670px;
}

.blog2-2 ul li {
	padding: 25px 0;
	font-size: 20px;
	border-bottom: 1px dashed #d4cdcd;
	display: flex;
	justify-content: space-between;
}

.blog2-2 ul li:last-of-type {
	border: 0;
}

/*正文第三块*/
.blog3 {
	background: url(../img/bg1.png) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0;
}

.blog3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog3 ul li {
	width: 650px;
	margin: 20px 0;
}

.blog3 ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog3 ul li .blog3-date {
	color: #ffffff;
	background: #c89b13;
	width: 65px;
	height: 60px;
	padding: 10px 0;
	display: flex;
	justify-content: space-around;
	flex-flow: column;
	align-items: center;
}

.blog3 ul li .blog3-date p {
	font-size: 34px;
}

.blog3 ul li .blog3-date span {
	font-size: 16px;
}

.blog3-title {
	width: 550px;
	font-size: 20px;
}

/*正文第四块*/
.blog4 {
	padding: 50px 0;
}

.changetitle {
	font-size: 34px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

.changetitle::after {
	content: '';
	position: absolute;
	top: calc(50% - 29px);
	left: calc(50% - 3px);
	width: 6px;
	height: 58px;
	background-color: #999999;
}

.changetitle span {
	padding: 0 50px;
	cursor: pointer;
}

.changetitle span.active {
	color: #003366;
}

.changeimg {
	display: none;
}

.meiti-swiper .swiper-slide,
.wechat-swiper .swiper-slide {
	width: 448px;
	height: 520px;
}

.meiti-swiper .swiper-slide img,
.wechat-swiper .swiper-slide img {
	width: 448px;
	height: 254px;
	display: block;
}

.meiti-swiper .swiper-slide div,
.wechat-swiper .swiper-slide div {
	width: 448px;
	background: #ffffff;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: 30px 18px;
	box-sizing: border-box;
}

.meiti-swiper .swiper-slide div p:nth-of-type(1),
.wechat-swiper .swiper-slide div p:nth-of-type(1) {
	font-size: 20px;
	color: #003366;
}

.meiti-swiper .swiper-slide div p:nth-of-type(2),
.wechat-swiper .swiper-slide div p:nth-of-type(2) {
	height: 48px;
	overflow: hidden;
	display: inline-block;
	margin: 30px 0;
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
}

.meiti-swiper .swiper-slide div p:nth-of-type(3),
.wechat-swiper .swiper-slide div p:nth-of-type(3) {
	font-size: 16px;
}

.wechat-swiper .swiper-horizontal>.swiper-pagination-bullets,
.wechat-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.wechat-swiper .swiper-pagination-custom,
.wechat-swiper .swiper-pagination-fraction {
	bottom: 0px !important;
}

.meiti-swiper .swiper-horizontal>.swiper-pagination-bullets,
.meiti-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.meiti-swiper .swiper-pagination-custom,
.meiti-swiper .swiper-pagination-fraction {
	bottom: 0px !important;
}

/* 正文第五块 */
.blog5 {
	background: url(../img/bg2.png) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0;
}

.blog5 .title {
	color: #ffffff;
	font-size: 42px;
}

.blog5 .more {
	color: #ffffff;
}

.xueyuan-swiper .swiper-slide {
	width: 440px;
	height: 460px;
}

.xueyuan-swiper .swiper-slide img {
	width: 440px;
	height: 280px;
	display: block;
}

.xueyuan-swiper .swiper-slide div {
	width: 440px;
	background: #ffffff;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: 15px;
	box-sizing: border-box;
}

.xueyuan-swiper .swiper-slide div p:nth-of-type(1) {
	height: 48px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 20px;
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
}

.xueyuan-swiper .swiper-slide div p:nth-of-type(2) {
	font-size: 16px;
}

.xueyuan-swiper .swiper-slide div.videozz {
	position: absolute;
	width: 440px;
	height: 280px;
	box-sizing: border-box;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	justify-content: center;
	align-items: center;
}

.xueyuan-swiper .swiper-slide div.videozz img {
	width: 56px;
	height: 56px;
}

.xueyuan-bullet {
	display: inline-block;
	margin: 0 6px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

.xueyuan-bullet-active {
	background: #c89b13;
}

.xueyuan-swiper .swiper-horizontal>.swiper-pagination-bullets,
.xueyuan-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.xueyuan-swiper .swiper-pagination-custom,
.xueyuan-swiper .swiper-pagination-fraction {
	bottom: 0px !important;
}

/*底部*/
.footer {
	background: #326396;
	color: #fbfbfb;
	position: relative;
	overflow: hidden;
	line-height: 24px;
}

.footer>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;

}

.link {
	width: 500px;
}

.link p {
	font-size: 18px;
	color: #ffffff;
	text-align: left;
}

.link ul {
	margin-top: 10px;
	width: 500px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.link ul li {
	color: #ffffff;
	text-align: left;
	width: 150px;
	padding: 2px 0;
	font-size: 14px;
	flex: 0 0 33%;
}

.mediaimgs {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}

.mediaimgs div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 33px;
}

.copy {
	background: #104782;
	text-align: center;
	padding: 27px 0;
	color: #ffffff;
}

.copy p {
	line-height: 2;
}

/*二级页面*/
.erBody {}

#erImg {
	width: 100%;
}

#erImg img {
	width: 100%;
}

.list-page {
	box-sizing: border-box;
	min-height: 800px;
}

.list-left {
	background-size: 100%;
	position: relative;
	margin-top: 40px;
	padding-bottom: 100px;
	background: #ffffff;
}

.list-location {
	width: 276px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	color: #ffffff;
	background: #0154a6;
	box-sizing: border-box;
	font-size: 20px;
	position: relative;
}

.list-location span {
	position: relative;
	z-index: 1;
	padding: 0 10px;
	background: #0154a6;
}

.list-ul {}

.list-ul li {
	width: 276px;
	color: #333333;
	background: #ffffff;
	box-sizing: border-box;
	text-align: center;
	margin: 20px 0;
	font-size: 17px;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.list-ul li a {
	height: 35px;
	
	
	display: block;
}

.list-ul li.active>a {

	color: #0154a6;
}

.list-ul .leftSec {
	display: none;
	padding: 10px 0;
}

.list-ul li.active .leftSec {
	display: block;
}

.list-ul .leftSec a {
	color: #515151;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 55px;
	border: none;
}

.list-right {
	width: 1100px;
	/* background: #ffffff; */
	margin: 40px 0;
	box-sizing: border-box;
}

.only-listPage {
	width: 1200px;
	background: #ffffff;
	margin: 40px 0;
	box-sizing: border-box;
}

.only-list li {
	overflow: hidden;
	padding: 10px 50px;
}

.only-list li span {
	float: right;
}

.only-list li a {
	display: block;
	width: 1000px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.only-list1 {
	padding: 20px 0;
	background: #ffffff;
}

.only-list1 li {
	overflow: hidden;
	padding: 15px 30px;

}

.only-list1 li span {
	float: right;
}

.only-list1 li a {
	display: block;
	width: 700px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right-title {
	color: #999999;
	font-size: 14px;
	padding: 20px 0;

}

.right-title span {
	color: #333333;
}

.right-list li {
	padding: 50px 30px;
	border-bottom: 1px solid #ebe8e8;
}

.right-list .date {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #f0eeee;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.right-list .date P {
	padding-top: 15px;
	font-size: 20px;
}

.right-list .date span {
	font-size: 12px;
	color: #999999;
}

.right-list .news {
	font-size: 16px;
	width: 700px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.right-list .news span {
	color: #999999;
	display: block;
	margin: 10px 0;
}

.fanye {
	margin: 40px 0;
	text-align: center;
}

.right-jjy {
	padding: 30px 50px;
	background: #ffffff;
}
.right-jjy p,.right-jjy span{
      line-height:2 !important;
}
.content-page {
	padding: 40px 100px;
	margin: 20px auto;
	box-sizing: border-box;
	background: #ffffff;
}

.content {
	padding: 30px;
}

/* 校友风采 */
.xyfc {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xyfc a {
	margin-bottom: 35px;
}

.xyfc a img {
	width: 315px;
	height: 180px;
	display: block;
}

.xyfc a p {
	width: 315px;
	box-sizing: border-box;
	background: #ffffff;
	font-size: 15px;
	padding: 15px 10px;
}

.xyhd .xyhdbox img {
	width: 170px;
	height: 100px;
}

.xyhdbox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px;
}

.xyhdbox>div {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin-left: 25px;
}

.xyhdbox p {
	font-size: 20px;
}

.xyhdbox span {
	font-size: 12px;
	margin-top: 10px;
}

.xyhdbox a {
	width: 70px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	background: #f99f2a;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	margin-top: 10px;
}

/* 现任领导 */
.ldlm {
	margin-bottom: 20px;
}

.ldlm a {
	display: inline-block;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #dfdfdf;
	font-size: 20px;
	border-radius: 10px;
	margin-right: 15px;
}

.ldlm a.active {
	background: #0154a6;
	color: #ffffff;
}

.xrld {
	background: #ffffff;
	padding: 10px;
	padding-bottom: 300px;
}

.xrld .left {
	width: 460px;
	float: left;
}

.xrld .right {
	width: 460px;
	float: right;
margin-right: 50px;
}

.xrld .box .tit {
	font-size: 20px;
	color: #333333;
	background: url(../img/xrld_tit_bg.png) no-repeat;
	background-size: cover;
	padding: 16px;
}

.xrld .box .con_out {
	/* border-bottom: 1px solid #f2f3f8; */
	padding: 26px 24px 0;
}

.xrld .box .con_out:nth-of-type(2n) {
	background: url(../img/xrld_tit_bg1.png) no-repeat;
	background-size: cover;
}

.xrld .box .con_out::after {
	content: "";
	display: block;
	clear: both;
}

.xrld .box .con_out>p {
	font-size: 18px;
	color: #222222;
	font-weight: normal;
	display: table;
	border-left: 3px solid #f4bf57;
	padding-left: 25px;
	float: left;
}

.xrld .box .con_out>ul {
	float: right;
	width: 60%;
}

.xrld .box .con_out>ul::after {
	content: "";
	display: block;
	clear: both;
}

.xrld .box .con_out>ul li {
	float: left;
	width: 33.3%;
	margin-bottom: 26px;
	position: relative;
}

.xrld .box .con_out>ul li a {
	font-size: 16px;
}

.xrld .box .con_out>ul li .nr {
	display: none;
	position: absolute;
	width: 595px;
	height: 303px;
	box-sizing: border-box;
	background: url(../img/xrld_li_bg.png) no-repeat;
	padding: 56px 67px 65px 77px;
	z-index: 3;
	top: -140px;
	left: 3em;
	background-size: cover;
}

.xrld .box .con_out>ul li .nr::after {
	content: "";
	display: block;
	clear: both;
}

.xrld .box .con_out>ul li .nr .img {
	width: 133px;
	height: 179px;
	position: relative;
	float: left;
}

.xrld .box .con_out>ul li .nr .img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xrld .box .con_out>ul li .nr .con {
	overflow: auto;
	width: calc(100% - 148px);
	float: right;
	height: 100%;
}

.xrld .box .con_out>ul li .nr .con .bt {
	font-size: 20px;
	color: #f4bf57;
	font-weight: bold;
	margin-bottom: 17px;
}

.xrld .box .con_out>ul li .nr .con p {
	font-size: 14px;
	color: #333333;
	line-height: 23px;
}

.xrld .box .con_out>ul li:hover .nr {
	display: block;
}

.xrld .box .con_out>ul li .nr .con::-webkit-scrollbar {
	width: 3px;
	height: 1px;
}

.xrld .box .con_out>ul li .nr .con::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px rgba(244, 191, 87, 1);
	background: #FFFFFF;
}

.xrld .box .con_out>ul li .nr .con::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #ffffff;
	border-radius: 3px;
	background: #ffffff;
}

/* .xrld .right .box .con_out>p {
	font-weight: normal;
} */
.xrld .right .box .con_out>ul li .nr {
	left: 10%;
	transform-origin: left center;
	transform: rotateY(180deg);
}

.xrld .right .box .con_out>ul li .nr .con,
.xrld .right .box .con_out>ul li .nr .img {
	transform: rotateY(180deg);
}

.xrld .right .box .con_out>ul li .nr .con {
	float: left;
}

.xrld .right .box .con_out>ul li .nr .img {
	float: right;
}

/* 历任院长 */
.lryz {
	background: #ffffff;
	padding: 10px;
	padding-bottom: 100px;
	border: 20px solid #fddbb9;
	border-bottom: 0;
}

.lryz .left {
	width: 460px;
	float: left;
}

.lryz .right {
	width: 460px;
	float: right;
}

.lryz .box .tit {
	font-size: 20px;
	color: #0154a6;
	padding: 24px;
}

.lryz .box .con_out {
	/* border-bottom: 1px solid #f2f3f8; */
	padding: 26px 24px 0;
}

.lryz .box .con_out:nth-of-type(2n) {
	background: url(../img/xrld_tit_bg1.png) no-repeat;
	background-size: cover;
}

.lryz .box .con_out::after {
	content: "";
	display: block;
	clear: both;
}

.lryz .box .con_out>p {
	font-size: 18px;
	color: #222222;
	font-weight: normal;
	display: table;
	border-left: 3px solid #f4bf57;
	padding-left: 25px;
	float: left;
}

.lryz .box .con_out>ul {
	float: right;
	width: 100%;
}

.lryz .box .con_out>ul::after {
	content: "";
	display: block;
	clear: both;
}

.lryz .box .con_out>ul li {
	float: left;
	width: 100%;
	margin-bottom: 26px;
	position: relative;
}

.lryz .box .con_out>ul li:first-of-type {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

.lryz .box .con_out>ul li a {
	font-size: 16px;
	display: inline-block;
	width: 200px;
}

.lryz .box .con_out>ul li .nr {
	display: none;
	position: absolute;
	width: 595px;
	height: 303px;
	box-sizing: border-box;
	background: url(../img/xrld_li_bg.png) no-repeat;
	padding: 56px 67px 65px 77px;
	z-index: 3;
	top: -140px;
	left: 3em;
	background-size: cover;
}

.lryz .box .con_out>ul li .nr::after {
	content: "";
	display: block;
	clear: both;
}

.lryz .box .con_out>ul li .nr .img {
	width: 133px;
	height: 179px;
	position: relative;
	float: left;
}

.lryz .box .con_out>ul li .nr .img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lryz .box .con_out>ul li .nr .con {
	overflow: auto;
	width: calc(100% - 148px);
	float: right;
	height: 100%;
}

.lryz .box .con_out>ul li .nr .con .bt {
	font-size: 20px;
	color: #f4bf57;
	font-weight: bold;
	margin-bottom: 17px;
}

.lryz .box .con_out>ul li .nr .con p {
	font-size: 14px;
	color: #333333;
	line-height: 23px;
}

.lryz .box .con_out>ul li:hover .nr {
	display: block;
}

.lryz .box .con_out>ul li .nr .con::-webkit-scrollbar {
	width: 3px;
	height: 1px;
}

.lryz .box .con_out>ul li .nr .con::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px rgba(244, 191, 87, 1);
	background: #FFFFFF;
}

.lryz .box .con_out>ul li .nr .con::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #ffffff;
	border-radius: 3px;
	background: #ffffff;
}
/* 捐赠 */
.juanzengjj{
	width:1400px;
	padding:25px;
	background: #ffffff;
	margin-bottom:40px;
}
.juanzeng ul li{
	margin-top: 5px;
}
.juanzeng ul li a{
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	background: #dcdcdc;
	width:1400px;
	height:70px;
	font-size:20px;
	line-height: 70px;
	padding:0 25px;
}
.juanzeng ul li.active a{
	background: #f99f2a;
	color:#ffffff;
}
.juanzeng ul li span{
	background: url(../img/down.png) no-repeat right center;
	width:100px;
	height:70px;
	line-height: 70px;
	float: right;
}
.juanzeng ul li.active span{
	background: url(../img/left.png) no-repeat right center;
}
.juanzeng ul li div{
	background: #ffffff;
	box-sizing: border-box;
	padding:0;
	height:0;
	overflow: hidden;
}
.juanzeng ul li.active div{
	padding:25px;
	height:auto;
}
/* 教师简介 */
.jsxqbox{
	padding:15px 25px;
	background: url(../img/jjbg.png) no-repeat right bottom;
	background-size:100% 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom:20px;
}
.jsxqbox>div{
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	height:140px;
}
.jsxqbox>img{
	width:195px;
	height:233px;
	margin-right: 40px;
}
.jsxqbox p{
	font-size:26px;
	color:#0154a6;
	margin-bottom:20px;
}
.jsxqbox span{
	font-size:16px;
}
.jsxqbox span img{
	margin-right:15px;
}
.jsxqjj{
	background: #ffffff;
	padding:25px;
}
.jsxqjj .jjtit{
	font-size: 24px;
	line-height: 24px;
	padding-left:20px;
	border-left:7px solid #f4bf57;
	margin-bottom:30px;
}

/* 教师检索 */
.jsjs{
	background: #ffffff;
	padding:20px 15px;
}
.jsjslist{
	background: #ffffff;
	padding:15px;
	margin-top:15px;
}
.dlmTitle {
	border-left: 4px solid #214f9c;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.js span {
	display: flex;
	align-items: center;
	margin-top:8px;
	font-weight: bold;
}
.js span img{
	width:20px;
	margin-right:10px;
}
.fllist {
	overflow: hidden;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	width: 1000px;
	padding:10px 0;
}

.fllist li {
	float: left;
	margin-right:15px;
	color: #7e7e7e;
	list-style: none;
}
.fllist li.active{
	color:#0154a6;
}
.teacherList {
	
	list-style: none;
	margin-bottom: 60px;
}

.fllist li a {
	display: block;
	padding: 5px 0;
	border-radius: 4px;
}


.teacherList li {
	float: left;
	width: 100px;
	margin-right: 30px;
	padding:5px;
	list-style: none;
	position: relative;
}
.teacherList li:hover a{
	color:#0154a6;
}
.lmTitle {
	position: relative;
	font-size: 16px;
	padding:8px 5px;
	text-align: left;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom:20px;
}
.teacherList li a {
	font-size: 14px;
	display: inline-block;
	width: 200px;
}

.teacherList li .nr {
	display: none;
	position: absolute;
	width: 595px;
	height: 303px;
	box-sizing: border-box;
	background: url(../img/xrld_li_bg.png) no-repeat;
	padding: 56px 67px 65px 77px;
	z-index: 3;
	top: -130px;
	left: 3em;
	background-size: cover;
}

.teacherList li .nr::after {
	content: "";
	display: block;
	clear: both;
}

.teacherList li .nr .img {
	width: 133px;
	height: 179px;
	position: relative;
	float: left;
}

.teacherList li .nr .img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.teacherList li .nr .con {
	overflow: auto;
	width: calc(100% - 148px);
	float: right;
	height: 100%;
}

.teacherList li .nr .con .bt {
	font-size: 20px;
	color: #0154a6;
	font-weight: bold;
	margin-bottom: 17px;
}

.teacherList li .nr .con p {
	font-size: 14px;
	color: #333333;
	line-height: 23px;
}

.teacherList li:hover .nr {
	display: block;
}

.teacherList li .nr .con::-webkit-scrollbar {
	width: 3px;
	height: 1px;
}

.teacherList li .nr .con::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px rgba(244, 191, 87, 1);
	background: #FFFFFF;
}

.teacherList li .nr .con::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #ffffff;
	border-radius: 3px;
	background: #ffffff;
}