:root {
	--primary-color: #8D172A;
	--white-color: #fff;
	--text-primary-color: #303133;
	--text-secondary-color: #606266;
	--text-highlight-color: #DB444B;
	--border-primary-color: #dcdee2;
}
/*主要*/
*{font-family: "microsoft yahei";}
.hidden-overstep-txt { overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.contentCenter{display: flex;justify-content: center;}
.layout-flex-around {display: flex;justify-content: space-around;align-content: center;width: 100%;}
.layout-flex-between {display: flex;justify-content: space-between;align-content: center;width: 100%;}
.layout-flex-center {display: flex;justify-content: center;align-content: center;width: 100%;}
.maincon{width: 1280px;margin: auto;}

div.search input{
	padding-right: 30px;
	box-sizing: border-box;
	width: 180px;
	padding-left: 10px;
	color: var(--text-secondary-color);
}
div.search {
	color: var(--text-secondary-color);
	position: relative;
}
div.search-box {
	float: right;
	margin-left: 15px;
}
div.search-box button {
	border: none;
	padding: 0;
	background: var(--white-color);
	position: absolute;
	top: 5px;
	right: 8px;
}
.top-link {
	float: right;
	margin-top: 5px;
}
.top-link a, .assist-link a {
	color: var(--text-primary-color);
	margin: 5px;
}
.top-link a:hover, .assist-link a:hover {
	color: var(--text-highlight-color);
}
/*bootstrap 4*/
.d-flex{
	display: flex;
}
.d-block{
	display: block;
}
.d-inline-block{
	display: inline-block;
}
.p-0{
	padding: 0;
}
.m-0{
	margin: 0;
}

/*头部*/
.Top1 .header {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.Top1 .logo-box{
	display: flex;
	align-items: center;
}
.Top1 .logo{
	display: inline-block;
	width: 80px;
}
.Top1 .school-name{
	display: inline-block;
    margin-left: 10px;
}
.Top1 .school-name .zh-name {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 6.5px;
}
.Top1 .school-name .en-name {
	font-size: 12px;
}
.Top1 div.slogan{
	overflow: hidden;
}

/*导航栏*/
.loginbg {background: var(--primary-color);height: 54px;width: 100%;min-width: 1280px;}
.loginbg a{ display:block;}
.loginbg a,.loginbg a:link,.loginbg a:visited,.loginbg a:hover{color:var(--white-color);text-decoration: none;}
.loginbg li.pn_left{float:left;}
.loginbg .pw {display:block; width:140px;height:54px;color:var(--white-color);text-align:center;font-size:16px;}
.loginbg li div.parnav > a, .loginbg li div.parnav > a:hover, .loginbg li div.parnav > a:active {color: var(--white-color) !important;}
.loginbg li div.parnav {width:100%;height:54px;}
.loginbg li div.parnav > a {display:block;width:100%;height:54px;line-height:54px;cursor:pointer;float:left;}
.loginbg li div.parnav > a.active {background: var(--primary-color);color: var(--white-color);}
.loginbg-list{background: #F3F3F4 !important;}
.loginbg-list li div.parnav > a {color: var(--text-secondary-color)}

/* 子菜单 */
.submenu {
	position: relative;max-height: 0;z-index: 0;list-style: none;padding: 0;overflow: hidden;
	-webkit-perspective: 400px;-moz-perspective: 400px;-ms-perspective: 400px;-o-perspective: 400px;perspective: 400px;
}
.submenu li {
	opacity: 0; height:40px; background-color:var(--white-color);
}
.submenu li.bian{border-bottom:3px solid var(--primary-color);height:10px; }
.loginbg .submenu li a{color:#474747;display:block;width:100%;height:40px;line-height:40px;transition:0.5s;background: var(--white-color);font-size: 14px;}
.submenu li a:hover {background:var(--primary-color);color: var(--white-color);letter-spacing:2px;}
li.pw:hover .submenu li, li.pw:focus .submenu li {
	opacity: 1;-webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none;transform: none;
}
li.pw:hover .submenu, li.pw:hover:focus .submenu {
	max-height: 600px;
	z-index: 100;
}
.submenu li {
	-webkit-transition-delay: 300ms;-moz-transition-delay: 300ms;-ms-transition-delay: 300ms;-o-transition-delay: 300ms;transition-delay: 300ms;
}
li.pw:hover .submenu li {
	-webkit-transition-delay: 0s;-moz-transition-delay: 0s;-ms-transition-delay: 0s;-o-transition-delay: 0s;transition-delay: 0s;
}

/*轮播图*/
.banner {position: relative;}
.banner .carousel-inner{height:450px;}
.banner img{width:100%;height:100%;}
.banner .banner-carousel-indicators{bottom: 5px}
.banner .carousel-indicators li{border: none;width: 10px;height: 10px;background-color:var(--white-color);margin:0 6px;border-radius: 5px;}
.banner .carousel-indicators .active{width: 34px;height: 10px;background-color:var(--white-color);}
.banner .carousel-title{display: none}
.banner .carousel-control{
	opacity: 1;width: 80px;height: 80px;display: flex !important;justify-content: center;align-items: center;border-radius: 50%;position: absolute;top: 45%;background: initial;
}
.banner .carousel-control span{
	font-size: 40px;
	margin-top: 0;
	color: var(--white-color);
}
.banner .carousel-control.left, .banner .carousel-control.right {
	background-color: var(--white-color);
	opacity: 0.6;
	cursor: pointer;
}
.banner .carousel-control.left{
	left: 5%;
}
.banner .carousel-control.right{
	right: 5%;
}

/*内容区域布局样式*/
.Content .leftContent{
	display: inline-block;
	width: 920px;
	position: relative;
}
.Content .leftContent > .left {
	width: 450px;
	float: left;
}
.Content .leftContent > .right {
	width: 450px;
	float: right;
}
.Content .rightContent {
	width: 340px;
	float: right;
}

/*内容区域， 内容标题样式*/
.leftContent .title, .rightContent .title {
	height: 48px;
	padding: 0 10px;
}
.leftContent .title {
	background: #2361E2;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.rightContent .title .left {
	border-bottom: 4px solid var(--text-highlight-color);
	line-height: 44px;
}
.rightContent .title .left .channel-name {
	margin-bottom: 0 !important;
}
.leftContent .tab .title .left img {
	margin-top: -5px;
}
.tab .title .left img {
	margin-right: 10px;
	height: 20px;
}
.tab .title .left {
	color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
	line-height: 48px;
	float: left;
	cursor: pointer;
	margin-right: 20px;
}
.tab .title .textRight{
	float: right;
	line-height: 48px;
	text-decoration:none;
	font-size: 14px;
	color: var(--white-color);
}
.tab .title .textRight a, .tab .title .textRight a:hover{
	color: var(--white-color);
	text-decoration:none;
}
.leftContent .right .tab .con-box:last-child,.leftContent .right .tab .textRight a:last-child{
	display: none;
}
.rightContent .tab .title .textRight a {
	color: var(--text-secondary-color);
}
.Content .tab .con-box:nth-child(n+3),.tab .textRight a:nth-child(n+2){display: none}
.leftContent .tab, .rightContent .tab {
	margin-top: 30px;
	border-radius: 4px;
}
.leftContent .tab .condition, .rightContent .tab .condition {
	padding: 10px;
}
.leftContent .condition {
	height: 328px;
}
.condition .tr-b {
	line-height: 36px;
}
.condition .tr-b .icon{
	color: var(--text-primary-color);
	display: none !important;
}

.condition .tr-b .hidden-overstep-txt{
	width: 278px;
	font-size: 14px;
	color: var(--text-secondary-color);
}
.condition .tr-b .hidden-overstep-txt a:hover {
	text-decoration: none  !important;
	color:var(--primary-color);
}
.condition .tr-b:hover .icon {
	color:var(--primary-color);
}
.condition .tr-b .dateTime {
	color: #909399;
	font-size: 14px;
	float: right;
}
.conditionMore .tr-b {
	margin: 10px;
	padding: 10px 15px;
}
.conditionMore .tr-b:nth-child(1) {
	margin-top: 15px;
	background-image: url(https://cdn.sjedu.cn/webeditor/uploadfile/picture/2025/12/26/2025122610122276275.png);
	background-size: 100% 100%;
}
.conditionMore .doctitle{display: flex;justify-content: space-between;align-items: center}
.conditionMore .doctitle .hidden-overstep-txt{width: 100%;}
.conditionMore .doctitle .hidden-overstep-txt a{color: var(--text-primary-color);font-weight: bold;}
.conditionMore .doctitle .dateTime{color: #909399;display: none;}
.conditionMore .tr-b .doccontent{color: var(--text-secondary-color);margin-top: 5px;}
.layout-flex-between .item-link {
	width: 290px;
	border-radius: 4px;
	margin-top: 30px;
}
.layout-flex-between .item-link img {
	width: 100%;
	height: 174px;
	padding: 40px;
	object-fit: contain;
}
.channel-name {
	font-size: 16px;
	font-weight: bold;
	color: var(--text-primary-color);
	margin-bottom: 10px;
}
.item-link p {
	font-size: 14px;
	color: var(--text-secondary-color);
}
.item-link a.more {
	color: #2665CF;
}
.item-link .con-div {
	padding: 10px;
	background: var(--white-color);
	height: 122px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.bxts .item-link {
	text-align: center;
}
.bxts .item-link img {
	display: inline-block;
	margin-bottom: 10px;
}
.bxts .maincon {
	margin: 30px auto;
	border-radius: 4px;
}
.bxts .maincon .tab {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #303033;
	border-bottom: 1px solid var(--border-primary-color);
}
.bxts .maincon, .leftContent .tab, .rightContent .tab, .item-link .con-div {
	/*border: 1px solid var(--border-primary-color);*/
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}
.bxts .item-link img {
	padding: 15px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.bxts .item-link:nth-child(1) img {
	background: var(--primary-color);
}
.bxts .item-link:nth-child(2) img {
	background: #2665CF;
}
.bxts .item-link:nth-child(3) img {
	background: #F8821D;
}

/*快速通道*/
.kstd {
	overflow: hidden;
	margin-top: 20px;
}
.kstd a {
	display: inline-block;
	width: 154px;
	background: var(--border-primary-color);
	float: left;
	padding: 20px;
	color: var(--text-secondary-color);
	margin: 0 0 10px 10px;
}
.kstd a>img {
	height: 20px;
	margin-right: 10px;
}

/*精彩视频*/
.jcsp {
	margin: 10px;
}
.jcsp .video-load {
	height: 168px;
}

/*底部链接*/
.ContentApplink .appLink{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.appLink .appElement{
	margin-top: 10px;
}
.ContentApplink .appElement>a{
    width: 200px;
    display: flex;
    align-items: center;
}
.ContentApplink .appElement img{
	vertical-align: baseline;
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.ContentApplink .appElement p{
    font-size: 16px;
    color: var(--text-secondary-color);
    text-align: center;
    line-height: 46px;
    margin: 0;
    margin-left: 12px;
}

/*footer 底部*/
footer {
	background: #1F2937;
	color: var(--white-color);
	padding-bottom: 20px;
}
.Footer {
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px;
}
.Footer .maincon{
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #4e4e4e;
	padding-bottom: 20px;
}

.Footer .maincon div.leftContent{
	display: flex;
}
a.sydw{
	display: inline-block;
}

.Footer .maincon div.leftContent div.leftImg img{
	vertical-align: baseline;
	margin-right: 10px;
}

.Footer .maincon p{
	color: var(--white-color);
	margin:0;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
.Footer .maincon p.lastP{
	margin-top:12px
}
.Footer .maincon a{
	color: var(--white-color);
}
.Footer .maincon div.rightContent{
	float: right;
	align-items: center;
	display: flex;
}

.Footer .maincon div.rightContent img{
	width: 80px;
	height:80px;
}

.video{border-radius: 4px;height: 266px;width: 100%;overflow: hidden;}
.video-load{height: 266px;}

dl {
	height: 45px;margin:10px 0;border-bottom: solid 2px #E8E8E8;
}
dl > dt {
	color: var(--primary-color);position: relative;float: left;font-size: 18px;line-height: 40px;border-bottom: 4px solid var(--primary-color);"
}

/*信息公开*/
#dhfg-channel{margin-bottom: 20px;}
#dhfg-channel .channel-bc, #dhfg-channel .channel-bgc {border-radius: 0px;}
#dhfg-channel .channel-bc a {color:#333;}
#dhfg-channel .channel-bc a:hover{color:var(--text-highlight-color);}
#dhfg-channel .channel-bc {border-color: var(--primary-color);}
#dhfg-channel .channel-bgc {background-color: var(--primary-color);color: var(--white-color)}
#dhfg-channel .channel-color {color: var(--white-color);}
#dhfg-channel .channel-fcb {color: var(--text-primary-color);border-bottom: 1px dotted var(--text-highlight-color);}

#xxgk-dhfg .block-top-left .selected, #xxgk-dhfg .block-heading {color:var(--white-color)}
#xxgk-dhfg .block-top-left .selected, #xxgk-dhfg .panel .panel-heading-exp {background: var(--primary-color);}
#xxgk-dhfg .block-top-left .tab, #xxgk-dhfg .block-top-left-content {border: 1px solid var(--primary-color);cursor: pointer}
#xxgk-dhfg .page-heading {color: var(--text-primary-color);}
#xxgk-dhfg .main-mid {width:1280px;}
#xxgk-dhfg .block-top-left span {width: 98.8px;}
#xxgk-dhfg .block-body, .retrieve-box {color:var(--text-primary-color);}
#xxgk-dhfg .block-body .datetime {color: var(--text-primary-color);width: 80px;}
#xxgk-dhfg .block-body tr td  a{color:var(--text-primary-color);}
#xxgk-dhfg .block-body tr td  select{color:var(--text-primary-color);}
#xxgk-dhfg .block-body tr   .ng-binding{color:var(--text-primary-color);}
#xxgk-dhfg .block-body div a{color:var(--text-primary-color);}
#xxgk-dhfg .block-more a {color:var(--white-color);}
#xxgk-dhfg .page .page-header-exp .block-more a {color: var(--text-highlight-color);}
#xxgk-dhfg .panel-body-table table tr td a{margin-left:15px;}
#xxgk-dhfg .block-body div a:hover{color: var(--text-highlight-color);}
#xxgk-dhfg .block-more a:hover{color: var(--text-highlight-color);}
#xxgk-dhfg .block-body tr td a:hover{color: var(--text-highlight-color);}
#xxgk-dhfg a:hover{color:var(--text-highlight-color);}

