/*research*/
#overview {
	overflow-y: visible;
	height: auto;
}

.overview {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}

.overview p {
	color: #333;
	font-size: 18px;
	word-break: break-word;
	line-height: 1.8;
}

.o-degit {
	width: 107%;
	margin-right: -7%;
	height: 163px;
	overflow: visible;
}

.o-degit ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.o-degit ul li {
	text-align: center;
}

.o-degit ul li big {
	display: block;
	font-weight: bold;
	color: #18BFC5;
	font-weight: bold;
	font-size: 3vw;
	height: 85px;
	font-family: myFirstFont;
}

.o-degit ul li small {
	display: block;
	height: 18px;
	color: #333;
	line-height: 1.5;
}

.o-degit ul li p {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	margin-top: 8px;
	text-transform: capitalize;
}

.o-degit ul li:nth-child(2) {
	/*border-right:1px #E5E5E5 solid ;
	border-left:1px #E5E5E5 solid ;*/
	min-width: 48%;
	width: 87%;
	margin: 0 9%;
	position: relative;
	z-index: 1
}

.o-degit ul li:nth-child(2):before {
	content: "";
	width: 1px;
	height: 84%;
	position: absolute;
	top: 21px;
	left: 25px;
	background-color: rgba(218, 218, 218, 1);
	z-index: -1;
}

.o-degit ul li:nth-child(2):after {
	content: "";
	width: 1px;
	height: 84%;
	position: absolute;
	top: 21px;
	right: 25px;
	background-color: rgba(218, 218, 218, 1);
	z-index: -1;
}

/*.o-degit ul li:nth-child(2) p { line-height: 2.5;}*/
.o-circle {
	width: 420px;
	height: 420px;
	background-image: url(/sxxy/images/news3.png);
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: 10px 0px #18bfc5;
	float: right;
	position: relative;
	z-index: 1;
}

.o-circle:before {
	content: "";
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #ffd904;
	position: absolute;
	top: -7px;
	left: -16%;
}

.r-area {
	margin-top: 60px;
	width: 100%;
}

.r-area ul {
	list-style: none;
	border-top: 1px #18BFC5 solid;
}

.r-area ul li {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px #18BFC5 solid;
	cursor: pointer;
}

.r-area ul li h3 {
	font-weight: bold;
	color: #28b7bc;
	text-transform: capitalize;
	height: 60px;
	line-height: 51px;
	/*padding-right: 0;*/
}

.r-area ul li h3 span.plus2 {
	display: none;
}

.r-area ul li h3 em {
	display: inline-block;
	max-width: 70px;
	height: 100%;
	margin-right: 6%;
	float: left;
}

.r-area ul li h3 em img {
	height: 100%;
}

.r-area ul li h3 b {
	font-size: 1.388vw;
	font-weight: bold;
	display: inline-block;
	word-break: keep-all;
	line-height: 54px;
	float: left;
}

.r-info {
	width: 100%;
	color: #333;
	padding-top: 21px;
	display: none;
	margin-bottom: 30px;
}

.r-info p {
	line-height: 26px;
	font-size: 17px;
}

.r-info h4 {
	font-weight: bold;
	font-size: 30px;
	color: #333;
	margin-top: 40px;
	margin-bottom: 20px;
}

.r-facutl {
	width: 100%;
	list-style: none;
}

.r-facutl dl {
	width: 15%;
	float: left;
	margin-right: 1%;
	background: transparent;
	transition: all .3s;
}

.r-facutl dl:last-child {
	margin-right: 0;
}

.r-facutl dt {
	background-color: transparent;
	width: 100%;
	height: 167px;
	overflow: hidden;
	transition: all .3s;
}

.r-facutl dt a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.r-facutl dt a img {
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.r-facutl p {
	display: table;
	height: 45px;
	width: 100%;
	text-align: center;
}

.r-facutl p a {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	width: 100%;
	height: 30px;
	line-height: 1.3;
	text-decoration: none;
}

.r-facutl dl:hover dt {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	transition: all .3s;
}

.r-facutl dl:hover p a {
	text-decoration: none;
	color: #18BFC5;
	font-weight: bold;
}

span.plus {
	margin-top: 15px;
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 2px #18BFC5 solid;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

span.plus:before {
	content: "";
	width: 14px;
	height: 2px;
	background: #18BFC5;
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 7px;
}

span.plus:after {
	content: "";
	width: 2px;
	height: 14px;
	background: #18BFC5;
	position: absolute;
	z-index: 2;
	left: 13px;
	top: 8px;
	opacity: 1;
}


/* 4-10 科学研究-Faculty*/
.rr-facutl-82 {
	display: block !important;
}

.rr-facutl-82 dl {
	width: 13.4%;
}

.rr-facutl-82 dl:nth-child(7n) {
	margin-right: 0;
}


.plus2 {
	float: right;
	display: none;
}

.re-show span.plus {
	background: #18BFC5 !important;
}

.re-show span.plus:before {
	background: #fff !important;
}

.re-show span.plus:after {
	background: #fff !important;
	opacity: 0 !important;
}

#scientific {
	position: relative;
	min-height: 200px;
	overflow-x: hidden;
}

.r-scien {
	width: 100%;
	float: right;
}

.r-right-pic {
	width: 70%;
	float: right;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	overflow: hidden;
}

.r-right-pic img {
	width: 100%;
	object-fit: cover;
}

.r-left-info {
	clear: both;
	width: 100%;
	/*padding: 40px 7% 40px 5%;*/
	padding: 40px 0;
	text-align: justify;
	color: #fff;
	word-break: break-word;
	line-height: 26px;
	font-size: 17px;
	float: left;
	margin-top: -100px;

	position: relative;
}

.r-left-info:before {
	content: "";
	height: 100%;
	width: 69%;
	position: absolute;
	top: 0;
	left: 0;
	border-top-right-radius: 270px;
	border-bottom-right-radius: 270px;
	background-color: #18BFC5;
	overflow: hidden;

}

.r-papers {
	margin-top: 70px;
}

.r-papers h3 {
	font-weight: bold;
	color: #333;
	font-size: 36px;
	margin-bottom: 30px;
}

.img-hide {
	display: none;
}

.r-view {
	margin-bottom: 44px;
	/*border-top:1px #d2d2d2 solid ;*/
	border-bottom: 1px #d2d2d2 solid;
	width: 100%;
	/*overflow: hidden;*/
	position: relative;
	z-index: 2;
}

ul.r-view:before {
	content: "";
	width: 100%;
	border-top: 1px #d2d2d2 solid;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 0;
}


.r-view dl {
	border-top: 5px #fafafa solid;
	float: left;
	width: 25%;
	height: 254px;
	background: #fff;
	display: table;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transform: scale(1);
	transition: all .5s;
}

.r-view dl dt {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 30px 20px;
	z-index: 0;
}

.r-view dl dt img {
	height: 100%;
	object-fit: cover;
}

.r-view dl dd {
	display: table;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 248px;
	background: #fafafa;
	transition: all .5s;
}

.r-view dl dd div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 248px;
	padding: 0 30px;
}

.r-view dl dd h5 {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.r-view dl dd h5 a {
	color: #333;
	text-decoration: none
}

.r-view dl dd div p {
	font-size: 16px;
}

.r-view dl:hover {
	transform: scale(1.01);
	border-color: #18BFC5;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
	transition: all .5s;
}

.r-view dl:hover dd {
	background: #fff;
	width: 52%;
	transition: all .5s;
}

.r-view dl:hover dd div {
	padding: 0 15px;
}

.r-show {
	transform: scale(1.01) !important;
	border-color: #18BFC5 !important;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2) !important;
	z-index: 10 !important;
	transition: all .5s;
}

.r-show dd {
	background: #fff !important;
	width: 55% !important;
	transition: all .5s;
}

.r-show dd div {
	padding: 0 15px !important;
}

.r-show button.r-preview {
	opacity: 1 !important;
	transition: all .5s;
}

button.r-preview {
	background: none;
	border-style: none;
	outline: none;
	width: 58px;
	height: 50px;
	background-image: url(/sxxy/images/btn-preview.png);
	background-position: center center;
	background-size: auto 25px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
	transition: all .5s;
}

.r-view dl:hover button.r-preview {
	opacity: 1;
	transition: all .5s;
}

#research {
	position: relative;
	width: 100%;
	min-height: 200px;
	padding-top: 16px;
	background-position: left 1px;
}

.r-magzine {
	width: 52%;
	height: auto;
	position: absolute;
	right: 0;
	top: 0px;
	background-color: #18BFC5;
	border-top-left-radius: 84px;
	border-bottom-left-radius: 84px;
	overflow: hidden;
	padding: 22px 5% 22px 3%;
	color: #fff;
	line-height: 1.5;
}

.r-magzine h3 {
	font-weight: bold;
	font-size: 30px;
}

.r-magzine span {
	font-size: 1.25vw;
}

#research .swiper-reseach2 {
	display: none;
}

#research .swiper-container {
	width: 100%;
	margin-top: 70px;
	height: 532px;
	background: transparent;
}

#research .swiper-slide {
	background-size: cover;
	border-radius: 15px;
	overflow: hidden;
}

#research .swiper-slide dl {
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(bottom, rgba(24, 191, 197, 0.5) 90%, rgba(255, 255, 255, 0));
	background: linear-gradient(bottom, rgba(24, 191, 197, 0.5) 90%, rgba(255, 255, 255, 0));
	background: gradient(bottom, rgba(24, 191, 197, 0.5) 90%, rgba(255, 255, 255, 0));

	padding: 22px 19px;
	color: #fff;

	transform: translateY(52%);
	transition: all .5s;
}

#research .swiper-slide dl big {
	font-weight: bold;
	color: #fff;
	display: block;
	font-size: 48px;
	/*line-height: 2;*/
	font-family: myFirstFont;
	position: relative;
	z-index: 1;
}

#research .swiper-slide dl big:before {
	content: "";
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #ffd904;
	position: absolute;
	top: -22px;
	left: -36px;
	transform: scale(.1);
	z-index: -1;
	opacity: 0;
	transition: all .5s;
}

#research .swiper-slide dl h3 {
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	line-height: 1.3;

	position: relative;
	z-index: 1;
}

#research .swiper-slide dl p {
	font-size: 16px;
	margin-top: 5%;

	position: relative;
	z-index: 1;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 40px;
	max-height: 197px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	opacity: 0;
	transition: all .5s;
}

#research .swiper-slide dl a {
	display: inline-block;
	border-radius: 28px;
	padding: 7px 21px;
	color: #18BFC5;
	font-size: 14px;
	background: #fff;
	text-transform: uppercase;
	padding-right: 34px;
	background-image: url(/sxxy/images/btn-left.png);
	background-position: 85% center;
	background-repeat: no-repeat;
	background-size: 7px;
	opacity: 0;
	transition: all .5s;
}

#research .swiper-slide:hover dl,
#research .swiper-slide .swiper-slide-active dl {
	background-color: #18BFC5;
	background-image: url(/sxxy/images/paopao.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	transform: translateY(0);
	transition: all .5s;
}

#research .swiper-slide:hover dl big:before,
#research .swiper-slide .swiper-slide-active dl big:before {
	transform: scale(1.5);
	opacity: 1;
	transition: all .5s;
}

#research .swiper-slide:hover dl p,
#research .swiper-slide .swiper-slide-active dl p {
	opacity: 1;
	transition: all .5s ease .2s;
}

#research .swiper-slide:hover dl a,
#research .swiper-slide .swiper-slide-active dl a {
	text-decoration: none;
	opacity: 1;
	transition: all .5s ease .2s;
}

#research .swiper-button-next,
#research .swiper-button-prev {
	top: 60%;
	outline: none;
	cursor: pointer;
	opacity: 0;
}

#research .swiper-button-next:after,
#research .swiper-button-prev:after {
	content: "";
}

#research .swiper-button-next {
	background-image: url(/sxxy/images/ban-next.png);
	background-repeat: no-repeat;
}

#research .swiper-button-prev {
	background-image: url(/sxxy/images/ban-pre.png);
	background-repeat: no-repeat;
}


#research .swiper-button-prev,
#research .swiper-container-rtl .swiper-button-next {
	left: 5%;
	height: 60px;
	width: 36px;
}

#research .swiper-button-next,
#research .swiper-container-rtl .swiper-button-prev {
	right: 5%;
	height: 60px;
	width: 36px;
}

#research:hover .swiper-button-next,
#research:hover .swiper-button-prev {
	opacity: 1 !important;
}


/* teacher */
/*.letter { position: relative;margin-top: -138px; z-index:8; margin-bottom: 120px;}
.s-letters {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-flow: row nowrap;
}*/

.s-letters a {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	text-decoration: none;
	font-family: myFirstFont;
}

.s-letters a:hover,
.actived {
	background: #18BFC5 !important;
	color: #fff !important;
	text-decoration: none !important;
}

.teacherlist {
	width: 100%;
	/*margin-bottom: 80px;*/
}

.teacherlist dl {
	width: 32%;
	margin-right: 2%;
	float: left;
	height: 315px;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
	transition: all .5s;
}

.teacherlist dl:nth-child(3n) {
	margin-right: 0;
}

.teacherlist dl dt {
	width: 48%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.teacherlist dl dt a {
	display: block;
	width: 100%;
	height: 100%;
}

.teacherlist dl dd {
	display: block;
	position: absolute;
	border: 1px #e5e5e5 solid;
	border-left: none;
	top: 0;
	right: 0;
	width: 52%;
	height: 100%;
	padding: 25px 5px 25px 14px;
}

.t-name {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}

.t-name h3 {
	color: #333;
	font-weight: bold;
	margin-bottom: 18px;
}

.t-name h3 span {
	display: block;
	font-size: 1vw;
	font-weight: normal;
}

.t-name h3 a {
	color: #333;
	text-decoration: none;
	line-height: 1;
	margin-bottom: 15px;
}

a.btn-tlink {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #18BFC5;
	border-radius: 50%;
	background-image: url(/sxxy/images/icon-link-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: all .5s;
	display: none;
}

.t-introl {
	width: 100% !important;
	margin: 0;
	margin-top: 15px;
	float: none;
	height: 100%;
	position: relative;
}

.t-introl p.t-desc {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
	max-height: 60px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.t-introl p.t-desc {
	display: flex;
	align-items: center;
}

.t-introl p.t-desc span {
	/*line-height: 20px;*/
	font-size: 16px;
	width: 83%;
	float: left;
	line-height: 19px;
	padding-top: 4px;
	font-family: myFirstFont;
	word-break: break-word;
}

.t-introl p:first-child {
	margin-top: 0;
}

/*.t-introl p:first-child  em.icon-sm { margin-top: 9px; }*/

.t-introl p {
	clear: both;
	margin-top: 5px;
	/* display: flex;*/
	word-break: break-all;
	position: relative;
	z-index: 1;
}

.t-introl p:nth-child(4) {
	height: 35px;
}

.t-introl p:nth-child(2) span {
	line-height: 35px;
	font-size: 16px;
}

.t-introl p:nth-child(4) span {
	line-height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-70%);
	word-break: keep-all;
}



.t-introl em.icon-sm {
	float: left;
	margin-right: 7px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px #333 solid;
}

.t-tel {
	background-image: url(/sxxy/images/t-tel.png);
}

.t-mail {
	background-image: url(/sxxy/images/t-mail.png);
}

.t-add {
	background-image: url(/sxxy/images/t-add.png);
	background-size: auto 21px;
}

.t-introl p span {
	line-height: 35px;
	font-size: 16px;
	width: 79%;
	float: left;
	font-family: myFirstFont;
}

a.btn-libslink {
	font-weight: bold;
	display: inline-block;
	border: 1px #18BFC5 solid;
	padding: 10px;
	padding-right: 48px;
	color: #18BFC5;
	background-image: url(/sxxy/images/btn-lib.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	text-decoration: none;
	position: absolute;
	bottom: 77px;
	margin-top: 20px;
	transition: all .5s;
}



.teacherlist dl:hover {
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.teacherlist dl:hover dd {
	border-color: transparent;
}

.teacherlist dl:hover a.btn-tlink {
	opacity: 1;
	transition: all .5s;
}

/*.teacherlist dl:hover a.btn-libslink,
a.btn-libslink:hover {
	background-color: #18BFC5;
	color: #fff;
	text-decoration: none;
	background-image: url(/sxxy/images/btn-lib-hover.png);
	transition: all .5s;
}*/


.teacher2 {
	width: 100%;
	margin-bottom: 86px;
}

.t-pic {
	width: 119%;
	height: auto;
	margin-bottom: 59px;
}

.t-pic img {
	width: 100%;
	margin-bottom: 25px;
}

h4.t-names {
	font-size: 28px;
	color: #18bfc5;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
}

h6.t-zhiwei {
	font-size: 20px;
	color: #18bfc5;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 28px;
	margin-bottom: 28px;
}

.icon {
	color: #333;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 35px;
	font-size: 17px;
}

.tel {
	background-image: url(/sxxy/images/t-tel2.png);
	background-size: auto 22px;
	line-height: 1.8;
}

.mail {
	background-image: url(/sxxy/images/t-mail2.png);
	background-size: auto 16px;
	background-position: left 9px;
	line-height: 1.8;
}

.t-detail {
	width: 100%;
	/*margin-bottom: 80px;*/
}

.t-type {
	width: 100%;
}

.t-type p {
	display: inline-block;
	padding: 17px 30px;
	background: #f3f3f3;
	border-radius: 77px;
	color: #18BFC5;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 16px;
	font-weight: bold;
	margin-right: 3%;
	transition: all .3s;
}

.t-type p:hover {
	background: #18BFC5;
	color: #fff;
	transition: all .3s;
}

a.btn-superior {
	display: inline-block;
	background: #18BFC5;
	color: #fff;
	text-decoration: none;
	margin-top: 70px;
	font-size: 20px;
	line-height: 1;
	padding: 13px 24px 16px;
	border-radius: 77px;
}

a.btn-superior:hover {
	text-decoration: none;
}


.t-show {
	background: #18BFC5 !important;
	color: #fff !important;
}

.t-content {
	width: 100%;
	height: auto;
}

.t-content ul {
	list-style: none;
}

.t-content ul li {
	display: none;
}

.detail-infos {
	margin-top: 20px;
	border-top: 1px #e6e6e6 solid;
	padding-top: 56px;
	font-size: 17px;
	color: #333;
	/*margin-bottom: 200px;*/
}

.detail-infos p {
	line-height: 1.8;
}

/*news*/
#hezuo {
	position: relative;
	z-index: 1;
	background-color: transparent;
	background-image: url(/sxxy/images/lecture-bg.png), url(/sxxy/images/r-bg.png);
	background-position: left 24px, right top;
	background-repeat: no-repeat;
	background-size: 10%, auto;

}

/*#hezuo:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	background-image: url(/sxxy/images/r-bg.png);
	background-position:right top;
	background-repeat: no-repeat;
	background-size: auto;
	margin-bottom:0;
}
*/



.newslist {
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-bottom: 50px;
}



dl.news-2 {
	width: 30%;
	height: 390px;
	position: relative;
	z-index: 1;
	float: left;
	margin-right: 5%;
	margin-bottom: 30px;
}

dl.news-2:nth-child(3n) {
	margin-right: 0;
}

dl.news-2.notice-dl-l {
	height: 203px;
}

/*dl.news-2 dt {width: 90%;  height: 35vh; border-radius:5px ;  overflow: hidden; }

dl.news-2 dt a { text-align: center; display: block; position: relative; width: 100%; height: 35vh; overflow: hidden; }

dl.news-2 dt a img { min-width: 100%; height: 100%; object-fit: cover; transform-origin: center; transform: scale(1);transition: all .5s;}*/

/*4-7 news*/
dl.news-2 dt {
	width: 95%;
	/* display: table; */
	height: 293px;
	border-radius: 20px;
	overflow: hidden;
}

dl.news-2 dt a {
	text-align: center;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

dl.news-2 dt a img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	transform-origin: center;
	transform: translate(-50%, -50%) scale(1);
	transition: all .5s;
}




dl.news-2 dd {
	display: block;
	position: absolute;
	right: -29px;
	bottom: 27px;
	width: 77%;
	border-radius: 10px;
	padding: 16px 20px;
	overflow: hidden;
	/*color: #fff;*/
	background: #fff;
	box-shadow: 0 0px 17px rgba(0, 0, 0, 0.1);
	text-align: left;

	transition: all .3s;
}

dl.news-2.notice-dl-l dd {
	width: 92%;
	left: 0;
	right: auto;
}


dl.news-2 dd h4 {
	font-size: 1.21vw;
	height: 66px;
	line-height: 1.5;
	display: -webkit-box;
	overflow: hidden;
}

dl.news-2 dd h4 a {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-decoration: none;
	color: #333;
}

dl.news-2 dd p.news-date {
	color: #666;
	margin: 20px 0;
	font-size: 18px;
}

dl.news-2:hover dd {
	background: #28b7bc;
	color: #fff;
	transition: all .3s;
}

dl.news-2:hover dd h4 a,
dl.news-2:hover dd p {
	color: #fff;
}

dl.news-2:hover dt img {
	transform: translate(-50%, -50%) scale(1.1);
	transition: all .5s;
}


dl.news-2:hover dd a.btn-news {
	display: block;
	opacity: 1;
	transition: all .3s;
}

.newslist2 {
	width: 100%;
	height: auto;
	margin-top: 100px;
	margin-bottom: 50px;
}


/*news-detail*/
.news-detail {
	width: 100%;
	margin-bottom: 20px;
	padding-right: 4%;
	padding-left: 40px;
	padding-top: 40px;
	background-color: #ffffff;
}

.news-detail h3 {
	font-weight: bold;
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
	line-height: 1.3;
	padding-right: 12%;
}

.news-detail p.time {
	font-size: 14px;
	color: #666;
	padding-bottom: 20px;
	border-bottom: 1px #18BFC5 solid;
}

.news-info {
	width: 100%;
	padding-right: 4%;
}



.news-info a {
	display: initial !important;
}


.news-info table {
	max-width: 100%;
	overflow: hidden;

}

.news-info img {
	max-width: 100%;
}



.news-info table tr td {
	border-bottom: 1px #dcdcdc solid;
	border-right: 1px #dcdcdc solid;
}

.page-btn {
	margin-top: 30px;
	border-top: 1px #e9e9e9 solid;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	/*	margin-bottom: 150px;*/
	margin-right: 4%;
}

.page-btn a {
	display: inline-block;
	width: 135px;
	height: 42px;

	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 25px;
	background: #a6a6a6;
	color: #fff;
	padding: 9px 15px;
	transition: all .3s;
}

.page-btn a:nth-child(2) {
	width: 68%;
	height: 42px;
	padding: 0;
	display: inline-block;
	background: none !important;
	border-radius: none !important;
	color: #a6a6a6;
	text-decoration: none;
	font-size: 17px;
	line-height: 42px;
}

.page-btn a:hover {
	background: #3773b9;
	text-decoration: none;
	transition: all .3s;
}

.page-btn a:nth-child(2):hover {
	color: #3773b9;
	background: none !important;
	border-radius: none !important;
	text-decoration: none;
}


.newshot {
	width: 100%;
	background: #f5f5f5;
	border-radius: 15px;
	padding: 25px;
	margin-bottom: 75px;
}

.newshot h2 {}

.newshot h2 span {
	color: #333;
	text-transform: uppercase;
	font-size: 24px;
	display: inline-block;
	float: left;
	font-weight: bold;
}

a.btn-history {
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #28ad99;
	background-image: url(/sxxy/images/history2.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-top: -8px;
}

.newshot ul {
	list-style: none;
	margin-top: 35px;
}

.newshot ul li {
	width: 100%;
	border-bottom: 1px #D2D2D2 solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.newshot ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.newshot ul li h3 a {
	display: block;
	font-size: 20px;
	color: #333;
}

.newshot ul li h3 {
	margin-bottom: 10px;
}

.newshot ul li p {
	display: none;
}

.newshot ul li p small {
	color: #666;
	font-size: 14px;
}

.newshot ul li:hover h3 a {
	color: #18bfc5;
	font-weight: bold;
	text-decoration: none;
}

.newshot ul li:hover {
	color: #18bfc5;
	border-color: #18bfc5;
}

/* zhaopin */
.zp {
	width: 100%;
	margin-top: 70px;
}

.zp ul {
	list-style: none;
	border-top: 1px #18BFC5 solid;
}

.zp ul li {
	width: 100%;
	padding: 37px 0;
	border-bottom: 1px #18BFC5 solid;
	margin: 0;

}

.z-body {
	width: 100%;
	height: auto;
	padding-left: 30px;
	/*	padding-top: 17px;*/
}

h3.zp-icon {
	/*padding: 17px 0;*/
	padding: 12px 0;
	color: #18BFC5;
	font-weight: bold;
	padding-left: 66px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px;
	font-size: 28px;
	margin-left: -15px;
}

h3.zp-icon a {
	color: #18BFC5;
	text-decoration: none;
}


a.a-olink {
	display: block;
	width: 100%;
	text-align: left;
	position: absolute;
	right: 0;
	z-index: 0;
	padding: 13px 0;
}

a.a-olink:hover {
	text-decoration: none;
	color: #333;
}

a.a-olink span.btn-uplus {
	margin-top: 0;
	float: right;
}

p.p-zp-title {
	display: none;
	text-align: left;
	float: left;
	margin-left: 45px;
}

#recrugd_38 p.p-zp-title {
	display: block;
}

.zp-show p.p-zp-title {
	display: none !important;
}

.zp-show a.a-olink {
	z-index: -1 !important;
	display: none;
}


.zp-show a.a-olink span.btn-uplus:after {
	content: "";
	opacity: 0;
}


.z-js {
	background-image: url(/sxxy/images/r-profess.png);
}

.z-group {
	background-image: url(/sxxy/images/r-group.png);
}

.z-staff {
	background-image: url(/sxxy/images/r-staff.png);
}

.z-body dl {
	width: 100%;
	line-height: 1.5;
	padding: 6px 0;
	float: left;
}

.z-body dt {
	margin-right: 3%;
	width: 68%;
	float: left;
	font-weight: normal;
}

.z-body dd {
	display: block;
	float: left;
	width: 29%;
	line-height: 3;
	text-align: center;
}

.zp-info {
	margin: 0;
	margin-top: 5px;
	display: none;
}

.zp-info p {
	color: #333;
	line-height: 1.5;
	font-size: 17px;
}

.z-head {
	display: block;
	cursor: pointer;
	transition: all 1s;
}

.z-head dt {
	font-size: 24px;
}

.z-head dt p a {
	display: block;
}

.z-head dt p a:hover {
	text-decoration: none;
	color: #333;
}

.z-head dd span,
.z-body dd span {
	text-transform: uppercase;
	font-size: 16px;
}

.z-head2 p {
	text-align: left;
	font-size: 17px;
	font-weight: normal;
	word-break: break-word;
}



ul.zp-type {
	width: 100%;
	list-style: none;
	border: none;
	margin-top: 55px;
	margin-bottom: 35px;
}



ul.zp-type li {
	width: 23.5%;
	height: 190px;
	border-radius: 15px;
	overflow: hidden;
	float: left;
	margin-right: 2%;
	border: none;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: all .5s;
}

ul.zp-type li:nth-child(4n) {
	margin-right: 0;
}

ul.zp-type li img {
	height: 100%;
	min-width: 102%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
	transition: all .5s;
}

ul.zp-type li div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	color: #fff;
	z-index: 2;
	transition: all .5s;
}

ul.zp-type li div:after {
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(bottom, rgba(24, 191, 197, .5), rgba(255, 255, 255, 0) 58%);
	background: linear-gradient(bottom, rgba(24, 191, 197, .5), rgba(255, 255, 255, 0) 58%);
	background: gradient(bottom, rgba(24, 191, 197, .5), rgba(255, 255, 255, 0) 58%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all .5s;
}

ul.zp-type li div h4 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	padding: 18px 24px;
	line-height: 1.3;
	font-size: 21px;

}



ul.zp-type li:nth-child(2n) {
	background: #18bfc5;
}

ul.zp-type li:nth-child(2n+1) {
	background: #186dc5;
}

ul.zp-type li:first-child,
ul.zp-type li:last-child {
	background: #f7d200;
}


a.btn-zp {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	background-image: url(/sxxy/images/zp-link.png);
	background-repeat: no-repeat;
	background-position: 55% 50%;
	background-size: auto 16px;
	border-radius: 50%;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 2;
	opacity: 0;
	transition: all .5s;
}

ul.zp-type li:hover img,
ul.zp-type li:hover a.btn-zp {
	opacity: 1;
	transition: all .5s;
}

ul.zp-type li:hover div:after {
	opacity: 1;
	transition: all .5s;
}

ul.zp-type li:hover div h4 {
	vertical-align: bottom;
	padding-right: 67px;
	text-align: left;
	transition: all .5s;
}


ol.z-list {
	width: 100%;
	margin: 0;
	/*margin-top: -33px;*/
	padding: 0;
	width: 100%;
	list-style: none;
}

ol.z-list li {
	border-bottom: 1px #F2F2F2 solid;
	/* padding: 30px 0;*/
	padding-top: 0;
	padding-top: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


ol.z-list li:last-child {
	border: none;
	margin-bottom: 0px;
}

ol.z-list li dl.z-head dt p {
	font-weight: normal;
}

ol.z-list li:hover {
	border-color: #18BFC5;
}

/*ol.z-list li:hover dl { background: #F2F2F2;  }*/
ol.z-list li:hover dt p {
	font-weight: bold;
	color: #18BFC5;
}

ol.z-list li:hover dd {
	color: #18BFC5;
}

.zp-detail {
	margin-top: 15px;
	display: none;
	margin-bottom: 15px;
}

ol.z-list li .zp ul,
ol.z-list li .zp ul li {
	border: none !important;
}

.zp-show .z-head {
	display: none !important;
	transition: all 1s;
}

.z-dis {
	display: none !important;
	transition: all 1s;
}

.zp-show .z-body {
	padding-top: 0px !important;
}

.zp-show2 dl dt p {
	font-size: 24px !important;
	cursor: pointer;
}

.bold-title {
	border-color: #18BFC5 !important;
}

.bold-title dl {
	color: #18BFC5 !important;
}

.bold-title dt p {
	font-weight: bold;
	color: #18BFC5 !important;
}


/*lecture*/
.lec-list {
	width: 100%;
	margin-top: 70px;
	margin-bottom: 30px;
}

.lec-list dl {
	width: 25%;
	height: auto;
	float: left;
	margin-right: 0%;
	margin-bottom: 20px;
	transition: all .3s;
	border: 17px transparent solid;
	transition: all .3s;
}

.lec-list dl:nth-child(4n) {
	margin-right: 0;
}

.lec-list dt {
	width: 100%;
	height: 252px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	border-radius: 0px;
}

.lec-list dt a {
	width: 100%;
	height: 100%;

	display: block;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.lec-list dt a img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

.lec-list dl:hover h3.lectures-title {
	font-weight: bold;
	transition: all .3s;
}

.lec-list dl:hover .lectures-desc {
	transform: translateY(0);
	transition: all .3s;
}

.lec-list dd p {

	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left 7px;
	background-size: 13px auto;
	font-size: 13px;
	color: #333;
	line-height: 2.3;
}

.lec-list dl:hover a {
	text-decoration: none;
}

.lec-list dl:hover {
	background: #fff;
	border-color: #fff;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
	transition: all .3s;
}

.lec-list dl:hover dt a {
	border-radius: 10px;
	text-decoration: none;
	transition: all .3s;
}


.jiangzuo {}

.t-lec {
	width: 134%;
	margin-bottom: 45px;
}

.t-lec img {
	width: 100%;
	margin-bottom: 30px;
}

h4.lec-names {
	color: #18bfc5;
	font-size: 30px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-weight: bold;
	border-bottom: 1px #dcdcdc solid;
}

p.lec-1 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}

p.lec-1 b {
	font-size: 20px;
	color: #18BFC5;
	text-transform: capitalize;
}

.lec-detail {
	font-size: 16px;
	line-height: 1.5;
	min-height: 700px;
}

.lec-detail img {
	width: 80%;
	margin-top: 25px;
}

.lec-detail p {
	margin-bottom: 12px;
}

a.lec-next {
	display: block;
	width: 100%;
	text-align: left;
	border-top: 1px #eee solid;
	padding-top: 25px;
	margin-top: 65px;
	text-decoration: none;
	font-size: 15px;
	color: #666;
	font-weight: lighter;
}

a.lec-next:hover {
	color: #18BFC5;
	font-weight: bold;
}


.lec-list2 {
	margin-bottom: 80px;
}

.lec-list2 dl {
	margin: 15px 0;
	width: 100%;
	height: 210px;
	/* margin-bottom: 35px; */
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	border-bottom: 1px #eee solid;
	transition: all .3s;

	&:nth-child(2n+1) {
		background-color: #f0f0f0;
	}
}

.lec-list2 dt {
	width: 25%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
	flex-shrink: 0;
}

.lec-list2 dt a {
	display: block;
	width: 100%;
	height: 100%;
}

.lec-list2 dd {
	width: 100%;
	height: 100%;
	margin-left: 3%;
	float: right;
}

.lec-list2 dd h3.lectures-title a {
	text-decoration: none;
	transition: all .3s;
}

.lec-list2 dd .lectures-desc {
	margin-top: 25px;
	line-height: 2;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

/* .lec-list2 dd .lectures-desc p {
	line-height: 2;
} */

.lec-list2 dl:hover {
	background: #eee;
	padding-left: 15px;
	transition: all .3s;
}

.lec-list2 dl:hover dd h3.lectures-title a {
	font-weight: bold;
	transition: all .3s;
}

.lec-list2 .lectures-info {
	margin-top: 0;
	padding: 15px 0;
	height: 100%;
	overflow: hidden;
	position: relative;
}

a.lec-detail-2 {
	position: absolute;
	bottom: 35px;
	margin-top: 0;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 2px #3e7dc6 solid;
	border-radius: 50%;
	background-image: url(/sxxy/images/research-next.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	outline: none;
}


/*course*/
.c-h3 {
	color: #18BFC5;
	font-size: 36px;
	margin: 30px 25px;
	margin-top: 50px;
}

a.histoy {
	display: inline-block;
	padding: 8px 15px;
	background: #18bfc5;
	text-transform: uppercase;
	background-image: url(/sxxy/images/history.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	border-radius: 50px;
	padding-right: 40px;
	font-size: 16px;
	margin-left: 2%;
	color: #fff;
	margin-top: -12px;
}

.c-h3:hover a.histoy {
	text-decoration: none;
}

.course {
	width: 100%;
	margin-top: 40px;
	border-radius: 50px;
	overflow: hidden;
	border: 1px #18BFC5 solid;
	margin-bottom: 150px;
}

.course table {
	width: 100%;
}

.course table thead {
	width: 100%;
	background: #18BFC5;
	color: #fff;
	text-align: center;
}

.course table tr {
	border-bottom: 1px #18BFC5 solid !important;
}

.course table tr:last-child {
	border: none;
}

.course table tr td {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 20px 15px;
	border-right: 1px #18BFC5 solid !important;
}

td.hides {
	display: none;
}



.course table tr td:nth-child(1) {
	width: 13%;
	padding-left: 23px;
}

.course table tr td:nth-child(2) {
	width: 13%;
}

.course table tr td:nth-child(3) {
	width: 20%;
}

.course table tr td:nth-child(4) {
	width: 12%;
}

.course table tr td:nth-child(5) {
	width: 12%;
}

.course table tr td:last-child {
	width: 15%;
	padding-right: 23px;
	border-right: none !important;
}

.course tbody tr td:nth-child(1) {
	font-weight: bold;
	color: #18BFC5;
}

.lastline tr:last-child {
	border: none !important;
}

.tab-desc p {
	width: 48%;
	float: left;
	color: #666;
	line-height: 2;
	text-align: justify;
	font-weight: normal;
}

.tab-desc p:first-child {
	margin-right: 4%;
}

.tab-desc {
	padding: 30px 40px;
	font-weight: normal;
}

.tips {
	margin: 30px 40px;
	padding: 22px 60px;
	border-radius: 30px;
	background: #f2f2f2;
	color: #18BFC5;
	position: relative;
	z-index: 1;
	text-align: left;
	line-height: 1.8;
	font-weight: bold;
}

.tips:before {
	content: "Note!";
	width: 80px;
	height: 80px;
	font-size: 20px;
	background-color: #18BFC5;
	color: #fff;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	position: absolute;
	top: -45px;
	left: -21px;
	z-index: 2;
	font-weight: bold;
}

.dis2 {
	display: none !important;
}

.download {
	width: 100%;
	margin-bottom: 35px;
}

.download ul {
	list-style: none;
	padding-left: 25px;
}

.download ul li {
	width: 100%;
	font-size: 20px;
	line-height: 2.5;
	border-bottom: 1px #eee solid;
	padding-left: 35px;
	background-image: url(/sxxy/images/icon-download.png);
	background-repeat: no-repeat;
	background-size: 33px;
	background-position: left center;
	padding: 8px 0;
	padding-left: 38px;
}

.download ul li a,
.download ul li:hover a {
	text-decoration: none;
}

.download ul li:hover {
	background-image: url(/sxxy/images/icon-download-hover.png);
	border-color: #18BFC5;
}

.download ul li:hover a {
	color: #18BFC5;
}

a.f-download {
	display: block;
	margin-top: 7px;
	width: 40px;
	height: 40px;
	float: right;
	background-image: url(/sxxy/images/icon-download-hover.png);
	background-repeat: no-repeat;
	background-size: 33px;
	background-position: left center;
}



/* 6-16 团队管理 margin-bottom: 80px; */
.g1_list {
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.g1_list ul {
	list-style: none;
}

.g1_list ul li {
	width: 18%;
	height: 488px;
	float: left;
	margin-right: 2%;
}

.g1_img {
	width: 100%;
	height: 80%;
	position: relative;
	overflow: hidden;
	margin-bottom: 18px;
}

.g1_img img {
	min-width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.g1_list ul li:last-child {
	margin-right: 0;
}

.g_name {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 18px;
	position: relative;
}

.g_name::after {
	content: "";
	position: absolute;
	width: 10%;
	height: 2px;
	background-color: #18BFC5;
	margin: auto;
	bottom: -9px;
	left: 45%;
}

.g_zhiwei {
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	color: #666;
}

.weiyuanhui {
	margin-top: 80px;
}

/* 顾问委员会 */
.weiyuanhui {
	width: 100%;
}

.weiyuanhui ol {
	list-style: none;
	padding: 0;
}

.weiyuanhui ol li {
	width: 30%;
	margin-right: 5%;
	float: left;
	height: 482px;
	margin-bottom: 50px;
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	background-image: url(/sxxy/images/g-1.png);
	background-repeat: no-repeat;
	background-position: -28px 106%;
	background-size: 50%;
	padding-bottom: 25px;
}

.weiyuanhui ol li:nth-child(2n) {
	background-image: url(/sxxy/images/g-2.png);
}

.weiyuanhui ol li:nth-child(3n) {
	margin-right: 0;
}

.weiyuanhui ol li h3 {
	/* height: 56px; */
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 26px;
	color: #18BFC5;

}

.weiyuanhui ol li p {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 8px;
}

.weiyuanhui ul li {
	float: none;
	width: 100%;
	padding: 0;
	margin-left: 18px;
	list-style: disc;
	margin-bottom: 8px;
}

/*3-28*/

.desc {
	margin-top: 15px;
}

.desc p {
	display: -webkit-box;
	overflow: hidden;
	font-size: 15px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}