@charset "utf-8";
/* CSS Document */

/*头条*/
.toutiao{
	font-size: .36rem;
	text-align: center;
	line-height: 1.5;
	padding-top: .35rem;
	color: #306fa4;
}
.toutiao_list{
	font-size: .28rem;
	margin-top: .2rem;
	color: #306fa4;
	line-height: 2;
	padding-bottom: .35rem;
/*	text-align: center;*/
}
.toutiao_list a{
	margin-right: .26rem;
}
.toutiao_list a::after{
	content: '';
/*	height: 14px;*/
	width: 0;
	border-left: .01rem solid #306fa4;
	margin-left: .32rem;
}
.toutiao_list a:last-child {
	margin-right: 0;
}
.toutiao_list a:last-child::after{
	display: none;
}
/* 新闻轮播 */
.new_lb{
	width: 7.1rem;
	height: 4rem;
}
.new_lb li {
	width: 7.1rem;
	height: 4rem;
	overflow: hidden;
	position: relative;
}
.new_lb li .imgs {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new_lb .pageState {
	position: absolute;
	right: .2rem;
	bottom: .2rem;
	font-size: .24rem;
	line-height: 1;
	color: #fff;
	z-index: 1;
	letter-spacing: .05rem;
}
.new_lb .pageState span {
	font-size: .36rem;
	margin-right: .05rem;
	letter-spacing: 0;
}
.new_lb .pageBg {
	width: 100%;
	height: .74rem;
	line-height: .74rem;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: .3rem;
	color: #FFFFFF;
	padding-left: .2rem;
	padding-right: 1rem;
	
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.new_lb .next,
.new_lb .prev {
	display: none;
}
.scale_img {
	overflow: hidden;
}
.scale_img .imgs {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.scale_img_nov .imgs {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

/*首页通用栏目title*/
.lm_tit{
	border-bottom: .01rem solid #cbe0f1;
	line-height: .8rem;
}
.lm_tit .bt{
	font-size: .38rem;
	font-weight: bold;
	color: #4589c2;
	display: inline-block;
	padding-bottom: 0;
	/* padding-bottom: 12px; */
	border-bottom: 3px solid #c40001;
	margin-bottom: -1px;
}
.t_open{white-space: nowrap; color: #5b9ad1;}

/*首页-新闻动态*/
.in_lm_w1{
	padding-top: .3rem;
}

.hot_new{
	line-height: 1.6;
	border-bottom: .01rem dashed #5b9ad1;
	padding-bottom: .35rem;
}
.hot_new .t_h3{
	font-size: .34rem;
	font-weight: bold;
	margin-top: .2rem;
}
.hot_new .t_f{
	font-size: .26rem;
	color: #757575;
	margin-top: .2rem;
}
.in_lm_w1 .in_list li:nth-child(n + 4){
	display: none;
}

.in_list{
	line-height: 1.5;
	padding-top: .16rem;
}
.in_list li{
	position: relative;
	padding-left: .3rem;
	margin-top: .2rem;
}
.in_list li::before{
	content: '•';
	color: #c20101;
	margin-right: .08rem;
	position: absolute;
	left: 0;
}
.in_list li a{
	display: block;
}
.in_list li .time{
	font-size: .26rem;
	color: #999;
}
.in_list li:nth-child(n + 4){
	display: none;
}

/*首页- 公告*/
.in_tz{
	border: .01rem solid #d9e4ed;
	background-color: #fff;
	padding: .4rem .1rem .2rem .2rem;
	margin-top: .9rem;
	margin-bottom: 30px;
	position: relative;
}
.in_tz .bt{
	width: 2.6rem;
	height: .73rem;
	text-align: center;
	line-height: .55rem;
	background: url(sk_sjs202511_tzbg.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-weight: bold;
	font-size: .36rem;
	position: absolute;
	left: 50%;
	margin-left: -1.3rem;
	top: -.29rem;
}
.in_tz .bt img{
	width: .36rem;
	vertical-align: middle;
	margin-top: -.07rem;
	margin-right: .1rem;
}
.in_tz .lm_more{
	display: none;
}
.in_tz .date{
	display: none;
}
.scroll_news_list {
	line-height: 1.5;
}
.new_list_com {
/*
	overflow: hidden;
	position: absolute;
	left: 0;
*/
}

.new_list_mess {
	padding-right: .2rem;
	position: relative;
	padding-left: .3rem;
	box-sizing: border-box;
}

.new_list_mess::before {
	position: absolute;
	content: "•";
	margin-right: .08rem;
	color: #c20101;
	left: 0;
	top: 0;
}

.new_list_mess a {
	display: block;
	margin: .2rem 0;
}
.new_list_mess span.date {
	color: #999999;
}


.in_lm_w2{
	margin-top: .4rem;
}


.page4{
	margin-top: .6rem;
	background: url(sk_sjs202511_bg08.png) left top repeat-y #e9f0f6;
	padding-top: .3rem;
	padding-bottom: .7rem
}
.page4 .in_lm_w2:first-child{
	margin-top: .1rem
}
.xscg_tit{
	background: url(sk_sjs202511_bg05.png) center no-repeat;
	background-size: auto .1rem;
	text-align: center;
	line-height: 1rem;
	font-size: .4rem;
	font-weight: bold;
	color: #4589c2;
}

.lm_tit2{
	position: relative;
	text-align: center;
	line-height: .6rem;
}
.lm_tit2::before{
	content: '';
	height: 0;
	border-bottom: .02rem solid #e2b6b6;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}
.lm_tit2 img{
	height: .5rem;
	margin-right: .1rem;
	vertical-align: middle;
	margin-top: -.03rem;
}
.lm_tit2 a:hover{color: #306fa4;}
.lm_tit2 .bt{
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 .3rem;
	font-size: .36rem;
	font-weight: bold;
	color: #4589c2;
}
.in_xscg{
	background: #fff;
	padding: .15rem;
	box-shadow: 0px 0px .3rem rgba(91, 154, 209, 0.23);/* 阴影透明度 */
}
.in_xscg .hot_new{
	
}
.in_xscg .in_xscg_bg1{
	height: 100%;
	background: #f0f5fa;
	padding: .1rem;
}
.in_xscg .in_xscg_bg2{
	height: 100%;
	background: #fff;
	border-radius: .1rem;
	padding: .3rem;
	overflow: hidden;
}


/*学术期刊*/
.page5 {
	margin-top: .4rem;
}
.relative{
	position: relative;
}
.in_xsqk_li{
}
.in_xsqk_li li{
	position: relative;
	margin-top: .4rem;
	padding-top: .3rem;
}

.in_xsqk_li li .text{
	background: #fff;
	margin-left: .55rem;
}
.in_xsqk_li li .t1{
	font-size: .32rem;
	font-weight: bold;
	line-height: .9rem;
	color: #1a1a1a;
	padding-right: .4rem;
}
.in_xsqk_li li .t1 a{
	display: block;
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.in_xsqk_li li .t2{
	line-height: 1.8;
	height: 2.8rem;
	background: url(sk_sjs202511_bg07.png) left no-repeat #eef5fb;
	background-size: auto 100%;
	padding-top: .2rem;
	padding-right: .4rem;
	text-align: justify;
	font-size: .26rem;
}
.in_xsqk_li li .t1,
.in_xsqk_li li .t2 {
	padding-left: 2.3rem;
}
.in_xsqk_li li .t2 .t_height{
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.in_xsqk_li .t_open{
	display: block;
	text-align: right;
}
.in_xsqk_li .img{
	width: 2.25rem;
	height: 3.22rem;
	position: absolute;
	left: .15rem;
	top: 0;
}
.in_xsqk_li .img img{
	height: 100%;
	filter: drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.3));
}

.page6,
.page7 {
	margin-top: .4rem;
}

/*代管社团*/
.daiguan .shetuan li{
	width: 48.5%;
	float: left;
}
.daiguan .shetuan li:nth-child(2n){
	float: right;
}
.daiguan .shetuan li:nth-child(2n + 1){
	clear: both;
}

/*主管中心*/
.zhuguan .shetuan li{
	width: 100%;
}
.zhuguan .shetuan li .t a{
	padding: 0 .7rem;
}

.shetuan{
/*	padding: .3rem 0;*/
}
.shetuan li{
	position: relative;
	padding: 0 .12rem;
	margin-top: .3rem;
}
.shetuan li .line{
	position: absolute;
	width: .09rem;
	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: .09rem;
	height: .07rem;
	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: -.07rem;
}
.shetuan li .line:before{
	background-image: url(sk_sjs202511_bg06_1.png);
	bottom: -.07rem;
}
.shetuan li .t{
	background: #e9f2f9;
	line-height: 1.5;
	text-align: center;
	padding: .05rem;
}
.shetuan li .bk{
	border: .01rem solid #fff;
	height: 1.3rem;
}
.shetuan li .t a{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
	padding: 0 .3rem;
	font-weight: bold;
}
