@charset "utf-8";
/* CSS Document */
/*头条*/
.toutiao{
	font-size: 38px;
	text-align: center;
	line-height: 1.5;
	padding-top: 25px;
	color: #306fa4;
}
.toutiao_list{
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
	color: #306fa4;
	line-height: 60px;
	padding-bottom: 20px;
	text-align: center;
}
.toutiao_list a{
	margin-right: 16px;
}
.toutiao_list a::after{
	content: '';
/*	height: 14px;*/
	width: 0;
	border-left: 1px solid #b9d2e7;
	margin-left: 20px;
}
.toutiao_list a:last-child {
	margin-right: 0;
}
.toutiao_list a:last-child::after{
	display: none;
}
/* 新闻轮播 */
.new_lb{
	width: 852px;
	height: 480px;
	float: left;
}
.new_lb li {
	width: 852px;
	height: 480px;
	overflow: hidden;
	position: relative;
}

.new_lb li .imgs {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new_lb .pageState {
	position: absolute;
	right: 47px;
	bottom: 24px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	z-index: 1;
	letter-spacing: 5px;
}
.new_lb .pageBg {
	width: 100%;
	height: 66px;
	line-height: 66px;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 60px;;
	padding-right: 120px;
	
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.new_lb .pageState span {
	font-size: 26px;
	margin-right: 5px;
	letter-spacing: 0;
}

.new_lb .next,
.new_lb .prev {
	position: absolute;
	z-index: 2;
	bottom: 18px;
	margin-top: 0;
	width: 15px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.new_lb .prev {
	left: 20px;
	background-image: url(sk_sjs202511_bar_jt1.png);
}

.new_lb .next {
	right: 20px;
	background-image: url(sk_sjs202511_bar_jt2.png);
}

.scale_img {
	overflow: hidden;
}

.scale_img .imgs {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.scale_img:hover .imgs {
	transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
}

.scale_img_nov .imgs {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.scale_img_nov:hover .imgs {
	transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
}

/*首页通用栏目title*/
.lm_tit{
	border-bottom: 1px solid #cbe0f1;
	line-height: 42px;
}
.lm_tit .bt{
	font-size: 28px;
	font-weight: bold;
	color: #4589c2;
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: 3px solid #c40001;
	margin-bottom: -1px;
}
.t_open{white-space: nowrap; color: #5b9ad1;}

/*首页-新闻动态*/
.in_lm_w1{
	width: 504px;
	float: right;
	position: relative;
}
.in_lm_w1 .lm_tit .bt{
	font-size: 26px;
}
.in_lm_w1 .hot_new .t_h3{
	font-size: 22px;
}

.hot_new{
	line-height: 1.6;
	background: url(sk_sjs202511_line.png) bottom repeat-x;
	padding-bottom: 20px;
}
.hot_new .t_h3{
	font-size: 20px;
	font-weight: bold;
	margin-top: 13px;
}
.hot_new .t_f{
	font-size: 16px;
	color: #757575;
	margin-top: 10px;
}
.in_list{
	line-height: 2.5;
	padding-top: 10px;
}
.in_list li{
	position: relative;
	padding-left: 18px;
}
.in_list li::before{
	content: '•';
	color: #c20101;
	margin-right: 8px;
	position: absolute;
	left: 0;
}
.in_list li a{
	display: block;
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.in_list li .time{
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 16px;
	color: #999;
}
.in_lm_w1 .in_list li a {
	margin-right: 70px;
}

/*首页- 公告*/
.in_tz{
	border: 1px solid #d9e4ed;
	background-color: #fff;
	padding: 9px 13px;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}
.in_tz .bt{
	float: left;
	height: 42px;
	line-height: 42px;
	background: url(sk_sjs202511_bg04.png) no-repeat right #76abd6;
	background-size: auto 100%;
	padding: 0 30px 0 15px;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	font-size: 20px;
}
.in_tz .bt img{
	width: 22px;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 8px;
}
.scroll_news_list {
	float: left;
	width: 1150px;
	margin-left: 20px;
	height: 42px;
	line-height: 42px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.new_list_com {
	overflow: hidden;
	position: absolute;
	left: 0;
}

.new_list_mess {
	float: left;
	font-size: 18px;
	padding-right: 10px;
	position: relative;
	padding-left: 18px;
	box-sizing: border-box;
	margin-right: 35px;
}

.new_list_mess::before {
	position: absolute;
	content: "•";
	color: #007777;
	left: 0;
	top: 0;
}

.new_list_mess a {
	margin-right: 15px;
}
.new_list_mess span.date {
	color: #999999;
}
.in_tz .lm_more{
	right: 20px;
	top: 21px;
}

.in_lm_w2{
	width: 31%;
	float: left;
	position: relative;
	margin-right: 3%;
}
.page4 .in_lm_w2:last-child,
.page3 .in_lm_w2:last-child {
	margin-right: 0;
}

.page4{
	margin-top: 30px;
	background: url(sk_sjs202511_bg08.png) bottom center no-repeat #e9f0f6;
	height: 710px;
	padding-top: 15px;
}
.xscg_tit{
	background: url(sk_sjs202511_bg05.png) center no-repeat;
	background-size: 100%;
	text-align: center;
	line-height: 120px;
	font-size: 36px;
	font-weight: bold;
	color: #4589c2;
}

.lm_tit2{
	position: relative;
	text-align: center;
	line-height: 36px;
}
.lm_tit2::before{
	content: '';
	height: 0;
	border-bottom: 1px solid #e2b6b6;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}
.lm_tit2 img{
	height: 28px;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -3px;
}
.lm_tit2 a:hover{color: #306fa4;}
.lm_tit2 .bt{
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 15px;
	font-size: 26px;
	font-weight: bold;
	color: #4589c2;
}
.in_xscg{
	height: 510px;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 20px rgba(91, 154, 209, 0.23);/* 阴影透明度 */
}
.in_xscg .hot_new{
	margin-top: 15px;
	height: 148px;
}
.in_xscg .in_xscg_bg1{
	height: 100%;
	background: #f0f5fa;
	padding: 8px;
}
.in_xscg .in_xscg_bg2{
	height: 100%;
	background: #fff;
	border-radius: 6px;
	padding: 25px 28px 0;
	overflow: hidden;
}


/*学术期刊*/
.page5 {
	margin-top: 30px;
}
.relative{
	position: relative;
}
.in_xsqk_li{
}
.in_xsqk_li li{
	width: 48.5%;
	float: left;
	position: relative;
	margin-top: 25px;
	padding-top: 35px;
}
.in_xsqk_li li:nth-child(2n) {
	float: right;
}
.in_xsqk_li li:nth-child(2n + 1) {
	clear: both;
}
.in_xsqk_li li .text{
/*	height: 320px;*/
	background: #fff;
	padding-top: 10px;
	margin-left: 60px;
}
.in_xsqk_li li .t1{
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	color: #1a1a1a;
	padding-right: 30px;
}
.in_xsqk_li li .t1 a{
	display: block;
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.in_xsqk_li li .t2{
	line-height: 2;
	height: 250px;
	background: url(sk_sjs202511_bg07.png) left no-repeat #eef5fb;
	background-size: auto 100%;
	padding-top: 20px;
	padding-right: 40px;
	text-align: justify;
}
.in_xsqk_li li .t1,
.in_xsqk_li li .t2 {
	padding-left: 200px;
}
.in_xsqk_li li .t2 .t_height{
	max-height: 180px;
	
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
}
.in_xsqk_li .t_open{
	display: block;
	text-align: right;
	font-size: 16px;
}
.in_xsqk_li .img{
	width: 225px;
	height: 322px;
	position: absolute;
	left: 0;
	top: 0;
}
.in_xsqk_li .img img{
	height: 100%;
	filter: drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.3));
}

.page6 {
	margin-top: 30px;
}

/*代管社团*/
.daiguan .shetuan li{
	width: 23.5%;
	margin-right: 2%;
}
.daiguan .shetuan li:nth-child(4n){
	margin-right: 0;
}
.daiguan .shetuan li:nth-child(4n + 1){
	clear: both;
}
.daiguan .shetuan li .bk{
	height: 54px;
}

/*主管中心*/
.zhuguan .shetuan li{
	width: 32%;
	margin-right: 2%;
}
.zhuguan .shetuan li:nth-child(3n){
	margin-right: 0;
}
.zhuguan .shetuan li:nth-child(3n + 1){
	clear: both;
}
.zhuguan .shetuan li .bk{
	height: 78px;
}
.zhuguan .shetuan li .bk a{
	padding: 0 70px;
}

.shetuan{
	padding: 16px 0;
}
.shetuan li{
	float: left;
	position: relative;
	padding: 0 12px;
	margin-top: 13px;
	margin-bottom: 13px;
}
.shetuan li .line{
	position: absolute;
	width:9px;
	font-size: 0;
	height: 100%;
	background: #e9f2f9;
	top: 0;
}
.shetuan li .line1{
	left: 0;
}
.shetuan li .line2{
	right: 0;
}
.shetuan li .line:after,
.shetuan li .line:before {
	content: '';
	width: 9px;
	height: 7px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
}
.shetuan li .line:after{
	background-image: url(sk_sjs202511_bg06_1.png);
	top: -7px;
}
.shetuan li .line:before{
	background-image: url(sk_sjs202511_bg06_1.png);
	bottom: -7px;
}
.shetuan li .t{
	background: #e9f2f9;
	line-height: 1.5;
	text-align: center;
	padding: 5px;
}
.shetuan li .bk{
	border: 1px solid #fff;
}
.shetuan li .t a{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
	
	padding: 0 30px;
}

@media screen and (max-width: 1440px){
	/*头条*/
	.toutiao{
		font-size: 28px;
		padding-top: 20px;
	}
	.toutiao_list{
		font-size: 13px;
		line-height: 40px;
		padding-bottom: 15px;
	}
	.toutiao_list a{
		margin-right: 12px;
	}
	/* 新闻轮播 */
	.new_lb{
		width: 610px;
		height: 343px;
	}
	.new_lb li {
		width: 610px;
		height: 343px;
	}
	.new_lb .pageState {
		right: 30px;
		bottom: 14px;
		font-size: 13px;
	}
	.new_lb .pageBg {
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		padding-left: 35px;;
		padding-right: 80px;
	}
	.new_lb .pageState span {
		font-size: 18px;
	}

	.new_lb .next,
	.new_lb .prev {
		bottom: 10px;
		background-size: 10px;
	}
	.new_lb .prev {
		left: 10px;
	}
	.new_lb .next {
		right: 10px;
	}

	/*首页通用栏目title*/
	.lm_tit{
		line-height: 36px;
	}
	.lm_tit .bt{
		font-size: 18px;
		padding-bottom: 5px;
	}

	/*首页-新闻动态*/
	.in_lm_w1{
		width: 360px;
	}
	.in_lm_w1 .lm_tit{
		margin-top: -10px;
	}
	.in_lm_w1 .lm_tit .bt{
		font-size: 18px;
	}
	.in_lm_w1 .hot_new .t_h3{
		font-size: 15px;
	}
	.in_lm_w1 .lm_more{
		top: 6px;
	}
	
	.hot_new{
		padding-bottom: 15px;
	}
	.hot_new .t_h3{
		font-size: 15px;
		margin-top: 10px;
	}
	.hot_new .t_f{
		font-size: 11px;
		margin-top: 6px;
	}
	.in_list{
		line-height: 2.5;
		padding-top: 6px;
	}
	.in_list li{
		padding-left: 15px;
		font-size: 14px;
	}
	.in_list li .time{
		top: 3px;
		font-size: 12px;
	}
	.in_lm_w1 .in_list li a {
		margin-right: 50px;
	}

	/*首页- 公告*/
	.in_tz{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.in_tz .bt{
		height: 32px;
		line-height: 32px;
		font-size: 15px;
	}
	.in_tz .bt img{
		width: 16px;
		margin-top: -3px;
	}
	.scroll_news_list {
		width: 780px;
		height: 32px;
		line-height: 32px;
	}
	.new_list_mess {
		font-size: 14px;
		padding-right: 10px;
		padding-left: 15px;
		box-sizing: border-box;
		margin-right: 15px;
	}
	.new_list_mess a {
		margin-right: 8px;
	}
	.in_tz .lm_more{
		right: 10px;
		top: 18px;
	}
	
	.page4{
		margin-top: 20px;
		height: 520px;
		padding-top: 10px;
	}
	.xscg_tit{
		line-height: 80px;
		font-size: 26px;
	}

	.lm_tit2{
		line-height: 30px;
	}
	.lm_tit2 img{
		height: 20px;
		margin-right: 6px;
	}
	.lm_tit2 .bt{
		padding: 0 15px;
		font-size: 18px;
	}
	.in_xscg{
		height: 380px;
		padding: 7px;
	}
	.in_xscg .hot_new{
		margin-top: 15px;
		height: 108px;
	}
	.in_xscg .in_xscg_bg1{
		padding: 6px;
	}
	.in_xscg .in_xscg_bg2{
		border-radius: 4px;
		padding: 10px 15px 0;
	}


	/*学术期刊*/
	.page5 {
		margin-top: 20px;
	}
	.in_xsqk_li li{
		margin-top: 25px;
		padding-top: 20px;
	}
	.in_xsqk_li li .text{
		background: #fff;
		padding-top: 0px;
		margin-left: 60px;
	}
	.in_xsqk_li li .t1{
		font-size: 16px;
		line-height: 50px;
		padding-right: 25px;
	}
	.in_xsqk_li li .t2{
		height: 190px;
		padding-top: 10px;
		padding-right: 25px;
		font-size: 14px;
	}
	.in_xsqk_li li .t1,
	.in_xsqk_li li .t2 {
		padding-left: 130px;
	}
	.in_xsqk_li li .t2 .t_height{
		max-height: 140px;
	}
	.in_xsqk_li .t_open{
		font-size: 13px;
	}
	.in_xsqk_li .img{
		width: 160px;
		height: 230px;
	}

	.page6 {
		margin-top: 20px;
	}

	/*代管社团*/
	.daiguan .shetuan li .bk{
		height: 45px;
	}
	/*主管中心*/
	.zhuguan .shetuan li .bk{
		height: 58px;
	}
	.zhuguan .shetuan li .bk a{
		padding: 0 30px;
	}

	.shetuan{
		padding: 16px 0;
	}
	.shetuan li{
		padding: 0 10px;
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.shetuan li .line{
		width: 7px;
	}
	.shetuan li .line:after,
	.shetuan li .line:before {
		width: 7px;
		height: 6px;
	}
	.shetuan li .line:after{
		top: -6px;
	}
	.shetuan li .line:before{
		bottom: -6px;
	}
	.shetuan li .t{
		padding: 5px;
		font-size: 15px;
	}
	.shetuan li .bk a{
		padding: 0 20px;
	}
}