@font-face {
	font-family: din;
	src: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/css/fonts/DIN-Medium.otf");
}

@font-face {
	font-family: st;
	src: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/css/fonts/STXINGKA.TTF");
}

@font-face {
	font-family: ss;
	src: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/css/fonts/SourceHanSansCN-Regular.otf");
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 0.16rem;
	background-color: rgb(255, 255, 255);
	color: rgb(51, 51, 51);
	overflow-x: hidden;
}

html {
	font-size: 100px;
}

.bg1 {
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/bg1.png") no-repeat;
	background-size: 100% 100%;
	margin-top: 2rem;
}

.bg2 {
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/bg2.png") no-repeat;
	background-size: cover;
}

.search {
	height: 0rem;
	width: 100%;
	background: #454545c9;
	z-index: 9999;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search.show {
	height: .85rem;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search1 {
	width: 50%;
	height: .45rem;
	margin: .2rem auto;
	-webkit-box-shadow: 0 .01rem .02rem rgb(0 0 0);
	-moz-box-shadow: 0 .01rem .02rem rgb(0, 0, 0);
	-ms-box-shadow: 0 .01rem .02rem rgb(0, 0, 0);
	box-shadow: 0 .01rem .02rem rgb(0 0 0);
	position: relative;
	z-index: 9999;
	display: flex;
}

.search_kuang {
	width: 72%;
	padding-left: 2%;
	height: .45rem;
	background: #fff;
	font-size: .14rem;
	outline: none;
}

.search_submit {
	width: 26%;
	height: .45rem;
	background: #8D0005;
	vertical-align: bottom;
	color: #fff;
	font-size: .16rem;
	outline: none;
}

.search a.close {
	width: .3rem;
	height: .3rem;
	position: absolute;
	top: .1rem;
	right: -0.6rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/close.png") no-repeat;
	background-size: cover;
	opacity: 1;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}

.sjc-header-warp {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	transition: .5s;
}

.sjc-bg-color {
	background: #8D0005;
}

.sjc-bg-color .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sjc-header-warp .sjc-contain-box {
	padding: .3rem 0;
	z-index: 5
}

/* .sjc-header-warp.fixed .sjc-contain-box {
	padding: .2rem 0;
} */

.sjc-header-warp .sjc-nav-box .sjc-contain-box {
	z-index: 2
}

.sjc-nav-box .sjc-contain-box {
	padding: 0;
}

.sjc-header-warp>.sjc-contain-box>.sjc-contain-padding>.clearfix {
	display: flex;
	justify-content: space-between;
}

.sjc-contain-box {
	max-width: 16.4rem;
	margin: 0 auto;
	padding: .46rem 0 .6rem 0;
	position: relative;
	z-index: 2;
}

.bg2 .sjc-contain-box {
	padding: .6rem 0;
}

.sjc-footer-img .sjc-contain-box {
	padding: .3rem 0
}

.sjc-logo {
	transition: .3s
}

.sjc-logo a {
	display: flex;
	height: 100%;
	align-items: center;
}

.sjc-logo a img {
	max-width: 100%;
}

.sjc-by img {
	max-width: 100%;
}

.sjc-header-right-box {
	position: relative;
	display: flex;
	justify-content: right;
	align-items: center;
}

.sjc-header-right-box ul {
	display: flex;
}

.sjc-header-right-box ul li {
	position: relative;
}

.sjc-header-right-box ul li a {
	display: block;
	padding: .1rem .3rem .1rem .1rem;
	margin: 0 .1rem;
	font-weight: 400;
	font-size: .16rem;
	color: #FFFFFF;
	border: solid 1px rgba(255, 255, 255, 1);
	position: relative;
}

.sjc-header-right-box ul li a::after {
	content: "";
	position: absolute;
	right: .08rem;
	top: 50%;
	transform: translateY(-50%);
	width: .2rem;
	height: .15rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/jt.png") no-repeat;
	background-size: contain;
}

.sjc-header-right-box ul li.search-icon {}

.sjc-header-right-box ul li.search-icon a {
	padding: .075rem .2rem;
	width: .26rem;
	height: .26rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/search.png") no-repeat;
	background-position: center center;
	font-size: 0;
	background-size: 40%;
}

.sjc-header-right-box ul li.search-icon a::after {
	display: none;
}

.sjc-nav-box {
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/nav-bg.png") no-repeat;
	height: 1.06rem;
	background-size: 100% 100%;
	margin-top: -.12rem;
}

.sjc-nav-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: .1rem;
}

.sjc-nav li {
	position: relative;
	z-index: 999;
	width: 11.11111111111111%;
}

.sjc-nav>li>a {
	display: block;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	transition: .3s;
	font-weight: bold;
	font-size: .2rem;
	color: #FFFFFF;
}

.sjc-nav>li:hover>a {
	color: #FFFFFF;
}

.sjc-nav>li>a::after {
	content: "";
	position: relative;
	width: 0;
	height: 4px;
	display: block;
	z-index: 100;
	background-color: #fff;
	transition: .3s ease-out all;
	left: 50%;
	top: .3rem;
	transform: translateX(-50%)
}

.sjc-suNnav {
	position: absolute;
	left: 50%;
	top: 160%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, top .45s ease;
	transform: translateX(-50%);
	background: rgba(191, 39, 22, 1);
	box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1);
	padding: .13rem 0;
}

.sjc-nav-box li:hover .sjc-suNnav {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.sjc-nav-box li .sjc-suNnav li {
	width: 100%;
}

.sjc-nav-box li .sjc-suNnav li a {
	display: block;
	color: #fff;
	background: rgba(191, 39, 22, 1);
	font-size: .2rem;
	padding: .1rem 0;
	text-align: center
}

.sjc-nav-box li .sjc-suNnav li a:hover {
	color: #FFFFFF !important;
	background: rgba(255, 255, 255, .1) !important;
}

.sjc-nav-box .sjc-contain-box {
	padding: 0px;
}

.sjc-title-box {
	position: relative;
	margin-bottom: .5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sjc-title {
	position: relative;
	text-indent: 0.2rem;
	font-weight: bold;
	font-size: .36rem;
	color: #333333;
}

.sjc-title::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: .1rem;
	height: .46rem;
	background: linear-gradient(180deg, #8D0005 0%, rgba(141, 0, 5, 0) 100%);
}

.sjc-title-box a {
	padding-right: 0.2rem;
}

.sjc-title-box a.more {
	position: relative;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	padding-right: .25rem;
	transition: .3s;
}

.sjc-title-box a.more:hover {
	color: #E43C3C;
}


.sjc-title-box a.more::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .2rem;
	height: .15rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/more-jt.png") no-repeat;
	background-size: contain;
}

.sjc-footer-bg {
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/footer-bg.png") 0% 0% / cover no-repeat;
}

.sjc-footer-bg .sjc-contain-box {
	max-width: 15rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .53rem .4rem;
}

.sjc-footer-bg .sjc-kstd {
	width: 30%;
}

.sjc-footer-bg .sjc-kstd h3 {
	font-weight: bold;
	font-size: .24rem;
	color: #FFFFFF;
	border-bottom: solid 1px #fff;
	position: relative;
	padding-bottom: .2rem;
	margin-bottom: .05rem;
}

.sjc-footer-bg .sjc-kstd h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 19px;
	height: 4px;
	background: #FFFFFF;
}

.sjc-footer-bg .sjc-kstd ul li a {
	display: inline-block;
	font-weight: 400;
	font-size: .16rem;
	color: rgba(255, 255, 255, .9);
	margin: .05rem 0 0 0;
	transition: .3s;
}

.sjc-footer-bg .sjc-kstd ul li a:hover {
	color: rgba(255, 255, 255, 1);
}

.sjc-copyright {
	padding: .21rem 0;
	text-align: center;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.sjc-column-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0 0 .15rem 0;
}

.sjc-column-h3 {
	position: relative;
	text-indent: 0.2rem;
	font-weight: bold;
	font-size: .24rem;
	color: #333333;
}

.sjc-column-h3::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: .1rem;
	height: .3rem;
	background: linear-gradient(180deg, #8D0005 0%, rgba(141, 0, 5, 0) 100%);
}

.sjc-place {
	font-weight: 500;
	font-size: 0.16rem;
	color: rgb(102, 102, 102);
}

.sjc-place .icon {
	width: 0.16rem;
	height: 0.16rem;
	display: inline-block;
	margin-right: 2px;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/home.png") 0% 0% / contain no-repeat;
	vertical-align: -0.025rem;
}

.sjc-place a {
	font-weight: 500;
	font-size: 0.16rem;
	color: rgb(102, 102, 102);
	padding: 0px 0.05rem;
}

.sjc-place a:hover {
	color: #E43C3C;
}

.sjc-list {
	position: relative;
	z-index: 10;
	margin: .2rem 0;
}

.sjc-list ul {
	width: 100%;
	height: 100%;
}

.sjc-list ul li {
	background: #fff;
	margin-bottom: .25rem;
	position: relative;
}

.sjc-list ul li a {
	display: block;
	padding: .19rem 0.25rem .25rem .25rem;
	position: relative;
	z-index: 1;
}

.sjc-list ul li a .box {
	display: flex;
	align-items: center;
}

.sjc-list ul li a .box .time {
	width: 0.9rem;
	font-family: "din";
	font-weight: bold;
	text-align: center;
	color: #666666;
	transition: .3s;
}

.sjc-list ul li a .box .time .day {
	font-size: .32rem;
}

.sjc-list ul li a .box .time .year {
	font-size: .2rem;
}

.sjc-list ul li a .box .item {
	width: calc(100% - 1.1rem);
	padding-left: 0.2rem;
}

.sjc-list ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .06rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/list-line.png") no-repeat;
	background-size: 100% 100%;
}

.sjc-list ul li::before {
	content: "";
	position: absolute;
	left: -.08rem;
	top: -.12rem;
	width: 0;
	height: 1.32rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/list-bg-hover.png") no-repeat;
	background-size: cover;
	transition: .5s;
	z-index: 0;
}

.sjc-list ul li:hover::before {
	width: 101.2%;
}

.sjc-list ul li a .box .item .title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: .2rem;
	color: rgb(51, 51, 51);
	transition: .3s;
	margin-bottom: .1rem;
}

.sjc-list ul li a .box .item .des {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: .16rem;
	color: #999999;
	transition: .3s;
}

.sjc-list ul li:hover a .box .time .day,
.sjc-list ul li:hover a .box .time .year,
.sjc-list ul li:hover a .box .title {
	color: #E43C3C;
}

.sjc-ny-cont {
	background: #fff;
	margin: .2rem 0;
}

.sjc-ny-cont .title h1 {
	font-size: .24rem;
	text-align: center;
	font-weight: bold;
	padding: .25rem 0 .15rem 0;
}

.sjc-ny-cont .arc-info {
	padding: 0 .3rem 0.12rem .3rem;
	border-bottom: 1px solid rgb(238, 238, 238);
	position: relative;
}

.sjc-ny-cont .inf-left {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sjc-ny-cont .inf-left>span {
	margin: 0 .3rem;
	font-size: 16px;
	color: rgb(119, 119, 119);
}

.sjc-ny-cont .inf-right {
	position: absolute;
	right: 0px;
	top: 0px;
}

.sjc-ny-cont .inf span {
	font-size: 14px !important;
}

.arc-con {
	padding: .3rem;
}

.arc-con span,
.arc-con p,
.arc-con p span,
.arc-con ul li {
	color: rgb(51, 51, 51);
	font-weight: 500;
	font-family: "Microsoft YaHei" !important;
	font-size: 18px !important;
	line-height: 2em !important;
}

.arc-con.small-size span,
.arc-con.small-size p,
.arc-con.small-size p span,
.arc-con h1 {
	font-size: 14px !important;
}

.arc-con.normal-size span,
.arc-con.normal-size p,
.arc-con.normal-size p span,
.arc-con h1 {
	font-size: 16px !important;
}

.arc-con.large-size span,
.arc-con.large-size p,
.arc-con.large-size p span,
.arc-con h1 {
	font-size: 18px !important;
}

.sjc-ny-cont .vsbcontent_img {
	text-align: center;
}

.sjc-ny-cont img {
	max-width: 100%;
	height: auto;
}

.sjc-ny-cont .vsbcontent_img,
.vsbcontent_video {
	text-align: center;
}

.sjc-ny-cont img,
.sjc-ny-cont video {
	max-width: 100%;
	height: auto;
}

.navbar-toggle {
	display: none;
	position: fixed;
	width: 20px;
	padding: 0;
	border: none;
	z-index: 20000;
	background-color: transparent;
	background-image: none;
	right: .15rem;
	top: .25rem;
	cursor: pointer
}

.navbar-toggle.on {
	top: .3rem;
}

.navbar-toggle .icon-bar {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background-color: #fff;
	width: 100%;
	height: 3px;
	border-radius: 0;
	margin-top: 0.1rem;
	display: block
}

.navbar-toggle.on .icon-bar {
	background-color: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 3px;
}

.navbar-toggle.on .icon-bar.icon-bar1 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -12px;
}

.navbar-toggle.on .icon-bar.icon-bar2 {
	background: transparent
}

.navbar-toggle.on .icon-bar.icon-bar3 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sjc-layer-box {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	background-color: #8D0005;
}

.sjc-layer-box.on {
	height: 100%;
}

.sjc-layer-box .sjc-nav {
	margin-top: .25rem;
}

.sjc-layer-box.on .sjc-layer-nav {
	display: block;
}

.sjc-layer-nav .sjc-layer-suNnav.on {
	display: block
}

.sjc-layer-nav {
	display: none;
	margin-top: 1.2rem;
}

.sjc-layer-nav li {
	margin: 0 .1rem;
	position: relative;
}

.sjc-layer-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: .25rem;
	cursor: pointer;
	width: 10px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sjc-layer-nav li.li1 strong,
.sjc-layer-nav li.li2 strong,
.sjc-layer-nav li.li6 strong,
.sjc-layer-nav li.li7 strong,
.sjc-layer-nav li.li8 strong,
.sjc-layer-nav li.li9 strong {
	display: none;
}

.sjc-layer-nav li strong.on {
	transform: rotate(45deg)
}

.sjc-layer-nav li a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.sjc-layer-nav .sjc-layer-suNnav {
	display: none;
}

.sjc-layer-nav .sjc-layer-suNnav li a {
	font-size: 12px;
	color: #fff;
	text-indent: 5px;
}

.sjc-layer-nav .sjc-layer-suNnav li a:hover {
	color: #fff
}

.sjc-layer-box.on .sjc-layer-search {
	display: block;
}

.sjc-layer-search {
	display: none;
	position: relative;
	padding: .1rem;
	margin: .1rem 0;
	transition: .6s;
}

.sjc-layer-txt {
	width: 98%;
	height: 20px;
	line-height: 20px;
	padding: 5px 1%;
	font-family: 'pf';
	font-size: 12px;
	color: #333;
	outline: none;
	background-color: #fff;
	border-radius: 5px;
}

.sjc-layer-btn {
	width: 26px;
	height: 26px;
	display: block;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/search-b.png") no-repeat top center;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 10px;
	right: 20px;
}

.sjc-operate-box {
	position: relative;
}

.sjc-operate-box ul {
	display: flex;
	/* justify-content: end; */
	margin-right: .4rem;
	margin-bottom: .1rem;
}

.sjc-operate-box ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 0 .2rem;
}

.sjc-operate-box ul li a::after {
	content: "";
	width: 1px;
	height: 8px;
	background: #FFFFFF;
	border-radius: .22rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sjc-layer-box .sjc-operate-box ul li:last-child a::after {
	display: none;
}

.pb_sys_style1 .p_no_d {
	border: 1px solid #E43C3C !important;
	background-color: #E43C3C !important;
}

.pb_sys_common {
	font-family: "Microsoft YaHei" !important;
}

.sjc-ny-box {
	display: flex;
}

.sjc-ny-left {
	width: 1.8rem;
}

.sjc-ny-left-fixed {
	position: relative;
	padding-bottom: .08rem;
	background: rgba(141, 0, 5, 1);
}

.sjc-nav-name {
	height: .72rem;
	line-height: .72rem;
	text-align: center;
	font-weight: 500;
	font-size: .24rem;
	color: #FFFFFF;
	position: relative;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/menu-bg.png") no-repeat;
}

.sjc-nav-list {
	padding: .2rem 0;
}

.sjc-nav-list>ul>li>a {
	position: relative;
	display: block;
	color: #fff;
	padding: .15rem 0 .15rem .4rem;
	font-size: .18rem;
	font-weight: 500;
	z-index: 3;

}

.sjc-nav-list>ul>li:hover>a::before,
.sjc-nav-list>ul>li.on>a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(191, 39, 22, 1);
	width: 105%;
	height: .48rem;
	z-index: -2;
}

.sjc-nav-list>ul>li>a:hover {
	color: #fff;
}

.sjc-nav-list>ul>li.on>a {
	color: #fff;
}

.sjc-ny-right {
	position: relative;
	width: calc(100% - 1.8rem - .53rem);
	margin-left: 0.53rem;
	background: #FFFFFF;
}

.ny-banner {
	margin-top: 1.75rem;
}

.ny-banner img {
	width: 100%;
}

.sjc-jh-box {
	display: flex;
	width: 100%;
	height: .65rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/jh-bg.png") no-repeat center center;
	background-size: cover;
	align-items: center;
	margin-top: .3rem;
}

.sjc-jh-title {
	width: 3.52rem;
	/* line-height: 1.2em; */
	font-family: "st";
	font-weight: 400;
	font-size: .25rem;
	color: #FFFFFF;
	text-align: center;
}

.sjc-jh-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: .6rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/jh-title-bg.png") no-repeat;
	background-size: contain;
	width: 3.52rem;
	height: .94rem;
	z-index: -1;
}

.sjc-jh-list {
	display: flex;
	width: calc(100% - 3.52rem - 1.7rem);
	justify-content: space-between;
	margin-left: .5rem;
}

.sjc-jh-list li {
	width: 48%;
	margin-right: .2rem;
}

.sjc-jh-list li a {
	display: block;
}

.sjc-jh-list li a h3 {
	font-weight: bold;
	font-size: .18rem;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	text-indent: .1rem;
	transition: .3s;
}

.sjc-jh-list li a:hover h3 {
	color: #E43C3C;
}

.sjc-jh-list li a h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .05rem;
	height: .05rem;
	background-color: #333;
	border-radius: 50%;
	transition: .3s;
}

.sjc-jh-list li a:hover h3::before {
	background-color: #E43C3C;
}

.sjc-jh-box .more {
	width: 1.2rem;
	position: relative;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	text-align: right;
	transition: .3s;
	padding-right: .35rem;
}

.sjc-jh-box .more:hover {
	color: #E43C3C;
}

.sjc-jh-box .more::after {
	content: "";
	position: absolute;
	right: .13rem;
	top: 50%;
	transform: translateY(-50%);
	width: .2rem;
	height: .15rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/more-jt.png") no-repeat;
	background-size: contain;
}

.sjc-news-box {
	display: flex;
	margin-top: .63rem;
}

.sjc-news-box .tu {
	width: 7rem;
}

.sjc-news-box .tu a {
	display: block;
	position: relative;
}

.sjc-news-box .tu .img {
	width: 100%;
	height: 5.25rem;
	overflow: hidden;
}

.sjc-news-box .tu .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.sjc-news-box .tu .img img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.sjc-news-box .tu .box {
	width: 92%;
	padding: 0 6% 0 2%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(1, 1, 1, 0.4) 0%, rgba(103, 103, 103, 0) 100%);
	display: flex;
	align-items: center;
}

.sjc-news-box .tu .box .time {
	width: 1rem;
	text-align: center;
	margin-bottom: .12rem;
}

.sjc-news-box .tu .box .time .year {
	width: .62rem;
	height: .36rem;
	margin: 0 auto;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/year-bg.png") no-repeat;
	background-size: contain;
}

.sjc-news-box .tu .box .time .year span {
	display: block;
	font-family: "din";
	font-weight: bold;
	font-size: .14rem;
	color: #FFFFFF;
	padding-top: .15rem;
}

.sjc-news-box .tu .box .time .day {
	width: .95rem;
	height: .36rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/day-bg.png");
	background-size: contain;
}

.sjc-news-box .tu .box .time .day span {
	display: block;
	font-family: "din";
	font-weight: bold;
	font-size: .24rem;
	color: #FFFFFF;
	padding-top: .05rem;
}

.sjc-news-box .tu .box .title {
	width: calc(100% - 1rem - .08rem);
	margin-left: .08rem;
	font-weight: bold;
	font-size: .16rem;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: .2rem;
}

.sjc-news-box .sjc-new-warp {
	width: calc(100% - 7rem - .4rem);
	margin-left: .4rem;
}

.sjc-news-list-top {}

.sjc-news-list-top a {
	display: block;
}

.sjc-news-list-top a .box {
	display: flex;
	background-color: #fff;
	padding: .15rem;
	margin-bottom: .2rem;
}

.sjc-news-list-top .box .time {
	width: .94rem;
	height: 1.26rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/time-bg.png") no-repeat;
	background-size: contain;
	font-family: "din";
	margin-top: -.25rem;
}

.sjc-news-list-top .box .time::after {
	content: "";
	position: absolute;
	left: 0;
	top: -.1rem;
}

.sjc-news-list-top .box .time .day {
	font-weight: bold;
	font-size: .4rem;
	color: #FFFFFF;
	margin: .1rem 0;
	text-indent: .2rem;
}

.sjc-news-list-top .box .time .year {
	font-weight: bold;
	font-size: .16rem;
	color: #FFFFFF;
	text-indent: .15rem;
}

.sjc-news-list-top .box .item {
	width: calc(100% - .94rem - .1rem);
	margin-left: .1rem;
}

.sjc-news-list-top .box .item .title {
	padding-bottom: .1rem;
	margin-bottom: .18rem;
	font-weight: bold;
	font-size: .2rem;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #DEDEDE;
	transition: .3s;
}

.sjc-news-list-top .box .item .des {
	font-weight: 400;
	font-size: .16rem;
	color: #333333;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sjc-news-list-top .box .item:hover .title {
	color: #E43C3C;
}

.sjc-news-list {}

.sjc-news-list ul {}

.sjc-news-list ul li {}

.sjc-news-list ul li a {
	display: block;
	padding: .125rem 0;
	border-bottom: 1px solid rgba(141, 0, 5, 0.3);
}

.sjc-news-list ul li a .box {
	display: flex;
	align-items: center;
}

.sjc-news-list ul li a .box .time {
	width: 1rem;
	font-family: "din";
	font-weight: bold;
	text-align: center;
	color: #333;
	transition: .3s;
	font-size: .18rem;
}

.sjc-news-list ul li a .box .time .day {
	font-size: 0.36rem;
}

.sjc-news-list ul li a .box .time .year {
	font-size: 0.16rem;
}

.sjc-news-list ul li a .box .item {
	width: calc(100% - 1.2rem);
	padding-left: 0.2rem;
}

.sjc-news-list ul li a .box .item .title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: .2rem;
	color: #000;
	transition: .3s;
}

.sjc-news-list ul li:hover a .box .time,
.sjc-news-list ul li:hover a .box .item .title {
	color: #E43C3C;
}

/* .sjc-news-list ul li a .box .item .des {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: 0.16rem;
	color: rgb(153, 153, 153);
} */



.sjc-news-list .more {
	text-align: center;
	margin-top: .2rem;
}

.sjc-news-list .more a {
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	position: relative;
	transition: .3s;
}

.sjc-news-list .more a:hover {
	color: #E43C3C;
}

.sjc-news-list .more a::before {
	content: "";
	position: absolute;
	left: -.3rem;
	top: 50%;
	transform: translateY(-50%);
	width: .2rem;
	height: .15rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/left-more.png") no-repeat;
	background-size: contain;
}

.sjc-news-list .more a::after {
	content: "";
	position: absolute;
	right: -.3rem;
	top: 50%;
	transform: translateY(-50%);
	width: .2rem;
	height: .15rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/right-more.png") no-repeat;
	background-size: contain;
}

.sjc-tzgg-box {
	margin-top: .7rem
}

.sjc-sjgg-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sjc-sjgg-list li {
	position: relative;
	width: 22%;
	margin-bottom: 3%;
}

.sjc-sjgg-list li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -.15rem;
	width: 100%;
	height: .05rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/sjgg-line.png") no-repeat;
	background-size: cover;
}

.sjc-sjgg-list li .box {
	display: flex;
	align-items: center;
}

.sjc-sjgg-list li .box .title {
	width: calc(100% - 1rem - .2rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: .2rem;
	color: #000;
	position: relative;
	text-indent: .25rem;
	margin-right: .2rem;
	transition: .3s;
}

.sjc-sjgg-list li .box .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .2rem;
	height: .2rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/sjgg-icon.png") no-repeat;
	background-size: contain;
}

.sjc-sjgg-list li .box .time {
	width: 1rem;
	font-family: "din";
	font-weight: 500;
	font-size: .16rem;
	color: #000000;
	transition: .3s;
}


.sjc-sjgg-list li:hover .box .title,
.sjc-sjgg-list li:hover .box .time {
	color: #E43C3C;
}

/* .sjc-sjgg-list li:hover .box::before {
	content: "";
	position: absolute;
	right: .3rem;
	bottom: .25rem;
	transform: none;
	width: .64rem;
	height: .31rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/zyjs-jt.png") no-repeat;
	background-size: contain;
} */

.bg2 .sjc-main {
	display: flex;
	background: #FFFFFF;
	border-radius: .5rem .05rem .05rem .05rem;
	padding: .5rem .3rem;
	justify-content: space-between;
}

.sjc-main .left-col,
.sjc-main .right-col {
	width: 46%;
}

.sjc-title-tab {
	position: relative;
	padding-left: .2rem;
}

.sjc-title-tab::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: .1rem;
	height: .46rem;
	background: linear-gradient(180deg, #8D0005 0%, rgba(141, 0, 5, 0) 100%);
}

.sjc-title-tab ul {
	display: flex;
	align-items: center;
	height: .54rem;
}

.sjc-title-tab ul li {}

.sjc-title-tab ul li a {
	font-weight: bold;
	font-size: .26rem;
	color: #666666;
	transition: .3s;
}

.sjc-title-tab ul li span {
	font-weight: bold;
	font-size: .2rem;
	color: #333333;
	vertical-align: .05rem;
	margin: 0 .2rem;
}

.sjc-title-tab ul li.on a {
	font-weight: bold;
	font-size: .36rem;
	color: #333333;
}

.sjc-tab-list .swiper-container {
	overflow: hidden;
	position: relative;
}

.sjc-tab-list .img-swp a {
	display: block;
}

.sjc-tab-list .img-swp .item {
	display: flex;
}

.sjc-tab-list .img-swp .item .img {
	width: 3.03rem;
	height: 2.02rem;
	overflow: hidden;
}

.sjc-tab-list {
	position: relative;
	margin-top: .4rem;
}

.sjc-tab-list .more-box {
	position: absolute;
	right: 0;
}

.left-col .sjc-tab-list .more-box {
	top: -.78rem;
}

.right-col .sjc-tab-list .more-box {
	top: -.8rem;
}

.right-col .sjc-tab-list .more-box .more {
	color: #fff;
}

.right-col .sjc-tab-list .more-box .more:hover {
	color: #fff;
}

.sjc-tab-list .more-box .more {
	position: relative;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	padding-right: .4rem;
	transition: .3s;
}

.sjc-tab-list .more-box .more:hover {
	color: #E43C3C;
}

.sjc-tab-list .more-box .more::after {
	content: "";
	position: absolute;
	right: .13rem;
	top: 50%;
	transform: translateY(-50%);
	width: .2rem;
	height: .15rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/more-jt.png") no-repeat;
	background-size: contain;
}

.right-col .sjc-tab-list .more-box .more::after {
	top: 0;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/more-jt-w.png") no-repeat;
	background-size: contain;
	transform: none;
}

.sjc-tab-list .img-swp .item .img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.sjc-tab-list .img-swp .item .img img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.sjc-tab-list .img-swp .item .box {
	width: calc(100% - 3.03rem - .19rem);
	margin-left: .19rem;
}

.sjc-tab-list .img-swp .item .box .txt {
	position: relative;
}

.sjc-tab-list .img-swp .item .box .txt::before {
	content: "";
	position: absolute;
	left: 0px;
	top: .37rem;
	width: .65rem;
	height: .1rem;
	background: linear-gradient(90deg, #8D0005 0%, rgba(141, 0, 5, 0) 100%);
}

.sjc-tab-list .img-swp .item .box .title {
	font-weight: bold;
	font-size: .2rem;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .3s;
}

.sjc-tab-list .img-swp .item .box:hover .title {
	color: #E43C3C;
}

.sjc-tab-list .img-swp .item .box .des {
	font-weight: 400;
	font-size: .16rem;
	color: #333333;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: .39rem 0 .29rem 0;
}

.sjc-tab-list .img-swp .item .box .time {
	font-family: "din";
	font-weight: 500;
	font-size: .14rem;
	color: #000000;
}

.sjc-tab-list .img-swp .swiper-pagination {
	bottom: .4rem;
	right: 0;
	text-align: right;
}

.sjc-tab-list .img-swp .swiper-pagination .swiper-pagination-bullet {
	width: .09rem;
	height: .09rem;
	background: #8D0005;
	border-radius: 50%;
	opacity: 0.4;
	vertical-align: middle;
	margin: 0 .08rem;
}

.sjc-tab-list .img-swp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: .13rem;
	height: .13rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/btn-active.png") no-repeat;
	background-size: contain;
	opacity: 1;
	vertical-align: middle;
}

.sjc-tab-list .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sjc-tab-list .list ul li {
	width: 46%;
	border-bottom: dashed 1px #999;
	padding: .4rem 0 .15rem 0;
}

.sjc-tab-list .list ul li a {
	display: block;
}

.sjc-tab-list .list ul li a .title {
	font-weight: bold;
	font-size: .18rem;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .3s;
}

.sjc-tab-list .list ul li a .time {
	font-family: "din";
	font-weight: 500;
	font-size: .14rem;
	color: #8D0005;
	position: relative;
	text-indent: .25rem;
	margin-top: .1rem;
}

.sjc-tab-list .list ul li a:hover .title {
	color: #E43C3C;
}

.sjc-tab-list .list ul li a .time::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .2rem;
	height: .2rem;
	background: url("https://www.peaktip.com/__xh__/sjc.whu.edu.cn/2026/images/time.png") no-repeat;
	background-size: contain;
}

.sjc-main .right-col {
	background: #8D0005;
	border-radius: .05rem;
	padding: .4rem .3rem .2rem .3rem;
}

.sjc-main .right-col .sjc-title-tab ul li a,
.sjc-main .right-col .sjc-title-tab ul li span {
	color: #fff;
}

.sjc-main .right-col .sjc-title-tab::before {
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.sjc-main .right-col .list-box {}

.sjc-main .right-col .list-box li {
	background: #FFFFFF;
	border-radius: .05rem;
	margin-bottom: .43rem;
	transition: .3s;
}

.sjc-main .right-col .list-box li:last-child {
	margin-bottom: 0;
}

.sjc-main .right-col .list-box li a {
	display: block;
	padding: .15rem .21rem .4rem .15rem;
}

.sjc-main .right-col .list-box li a .time {
	font-family: "din";
	font-weight: 500;
	font-size: .16rem;
	color: #8D0005;
	margin-bottom: .11rem;
	transition: .3s;
}

.sjc-main .right-col .list-box li a .title {
	font-weight: bold;
	font-size: .2rem;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .3s;
}

.sjc-main .right-col .list-box li:hover {
	background: #DF8A00;
}

.sjc-main .right-col .list-box li:hover a .time,
.sjc-main .right-col .list-box li:hover a .title {
	color: #fff;
}

.sjc-news-box .tu .swiper-container {
	position: relative;
	overflow: hidden;
}

.sjc-news-box .tu .swiper-button-next,
.sjc-news-box .tu .swiper-button-prev {
	width: .32rem;
	height: .32rem;
	background-color: #8D0005;
	color: #fff;
	margin-top: 0;
}

.sjc-news-box .tu .swiper-button-prev {
	left: auto;
	top: auto;
	right: 0;
	bottom: .32rem;
}

.sjc-news-box .tu .swiper-button-next {
	right: 0;
	top: auto;
	bottom: 0;
}

.sjc-news-box .tu .swiper-button-next:after,
.sjc-news-box .tu .swiper-button-prev:after {
	font-size: .16rem;
	font-weight: bold;
}