@charset "utf-8";
@import url("reset.css");
@import url("top.css");
@import url("footer.css");

.header{position: absolute;z-index: 1;}
.PageBanner{overflow:hidden;margin:0 auto;position: relative;}
.PageBanner img{ min-width:100%;}
@media screen and (max-width:2560px ) {
    .PageBanner img{transform: translateX(calc((100vw - 2560px) / 2)); }
}
@media screen and (max-width:750px ) {
    .PageBanner img{transform: translateX(-46%);left: 50%;position: relative;}
}
.PageBanner::after{ content: ''; position: absolute; display: block; width: 100%; height: 160px; left: 0; bottom: 0; background: linear-gradient(transparent, rgba(0,0,0,0.8));}
.header .top1{height:5px;overflow: hidden;position: relative;}
.header .top2{position: relative;/* left: 0; *//* top: 0; */}

.dw1400{ width: 1400px; }

.dqwz{width: 1400px;height: auto;overflow: hidden;padding: 20px 0px;line-height: 30px;color: #333333;font-size: 14px;margin: 0 auto;}
.dqwz a{ color: #333333; font-size: 14px;}
.dqwz a:hover{ color: #b50009;}



.PageTitlePart{margin-top: -130px;/* z-index: 4; */}
.PageTitlePart .w1400{ overflow:initial; }
.PageTitlePart .PageTit{color: #FFF;user-select: none;text-shadow: 2px 1px 3px #3a3838;}
.PageTitlePart .PageTit h1{ font-size: 48px; line-height: 1.5;}
.PageTitlePart .PageTit p{ font-size: 16px; line-height: 1.5; margin-top: 5px; }
.PageTitlePart .dqwz{ position: relative; padding: 15px 0; height: 60px; line-height: 30px; color: #FFF; background-color: #972c2c; max-width: 830px; margin:28px 0 0; overflow: initial; }
.PageTitlePart .dqwz a{color: #FFF;padding: 0 5px;}
.PageTitlePart .dqwz a:hover{ text-decoration: underline; }
.PageTitlePart .dqwz::before,
.PageTitlePart .dqwz::after{ content: ''; display: block; position: absolute; height: 60px; top: 0; }
.PageTitlePart .dqwz::before{width: calc((100vw - 1400px) / 2);width: calc((2560px - 1400px) / 2);transform: translateX(-100%);background-color: #972c2c;}
.PageTitlePart .dqwz::after{ width: 20px; right: -20px; background: url("../images/PubList_ico_1.png") no-repeat left top; }



.PageConMain{ margin-top: 65px; }
.PageLeftNav{ width: 313px; }
.PageLeftNav .NavLogo{ height: 138px; background: url("../images/PubList_ico_3.png") no-repeat right bottom #972c2c; display: flex; align-items: center; justify-content: center; user-select: none; box-shadow:0px 0px 5px -2px #333; }
.PageLeftNav .ChannPart{ width: 277px; margin: 10px auto 55px; background: url("../images/PubList_ico_7.png") no-repeat center bottom #f3f3f3; padding-bottom: 250px;  }
.PageLeftNav .ChannPart .onBar{ position: absolute; z-index: 0; width: 313px; height: 86px; background-color: #972c2c; left: -18px; filter: drop-shadow(0px 2px 5px #999); }
.PageLeftNav .ChannPart .onBar.First{ background-image: url("../images/PubList_ico_4.png"); background-repeat: no-repeat; background-position: right top; }
.PageLeftNav .ChannPart .onBar::before,
.PageLeftNav .ChannPart .onBar::after{ content: ''; display: block; width: 18px; height: 9px; position: absolute; bottom: -9px; }
.PageLeftNav .ChannPart .onBar::before{ left: 0; background: url("../images/PubList_ico_5.png") no-repeat; }
.PageLeftNav .ChannPart .onBar::after{ right: 0; background: url("../images/PubList_ico_6.png") no-repeat; }
.PageLeftNav .ChannPart ul{position: relative;/* z-index: 1; */}
.PageLeftNav .ChannPart li{ position: relative; height: 88px; padding-bottom: 2px; }
.PageLeftNav .ChannPart li::after{ content: ''; display: block; position: absolute; width: 80%; height: 2px; background: linear-gradient(to right, transparent, #FFF, #FFF, #FFF, transparent); left: 10%; bottom: 0; transition: all 0.5s; }
.PageLeftNav .ChannPart li:nth-last-of-type(1)::after{ display: none; }
.PageLeftNav .ChannPart li a{display: flex;height: 100%;font-size: 22px;color: #972c2c;align-items: center;justify-content: center;line-height: 1.2;transition: color 0.5s;position: relative;/* z-index: 2; */}
.PageLeftNav .ChannPart li.on a{ color: #FFF; }

.PageLeftNav .ChannPart li.on::after{ opacity: 0; }
.PageLeftNav .ChannPart li:nth-of-type(1).on::before{ content: ''; display: block; position: absolute; top: 0; right: -17px; width: 130px; height: 100%; z-index: 0; background: url("../images/PubList_ico_4.png") no-repeat right top; }



.ContentPart{width: 1040px;margin-top: 15px;}
.ContentPart .ConTitle{ height: 71px; border-bottom: 1px solid #972c2c; }
.ContentPart .ConTitle span{ font-size: 32px; color: #972c2c; line-height: 70px; display: inline-block; padding: 0 15px; padding-left: 25px; background: url("../images/dian.png") no-repeat left center; user-select: none; }

.ConNewsPart{min-height: calc(100vh - 659px);}


.NewsList{ padding: 10px 0; }
.NewsList li{ position: relative; overflow: hidden; display: flex; justify-content: space-between; padding: 10px 0; font-size: 18px; }
.NewsList li a{ display: inline-block; position: relative; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; max-width:calc(100% - 150px); }
.NewsList li a:hover{ text-decoration: underline; }


/*仿layui分页样式*/
.ThePages{padding: 10px 0px;clear: both;overflow:hidden; text-align: center;}
.ThePages a,.ThePages span,.ThePages em{display: inline-block; *display: inline; *zoom: 1;color: #333;font-size: 12px;}
.ThePages a,.ThePages em{padding: 0 15px;line-height: 28px;}
.ThePages a:not([href]){cursor: no-drop;}
.ThePages span a,.ThePages>a{border: 1px solid #e2e2e2;}
.ThePages span,.ThePages>a{margin: 0 -3px 5px 0;background-color: #fff;}
.ThePages span.onhover a{background: #972c2c; border: 1px solid #972c2c; color:#FFF;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #972c2c !important;}


/*概览-文章*/
.ContentText{ padding:20px 10px; }
.ContentText img{ max-width:100%; }


/*栏目列表*/
.ChannelList{display: flex;flex-wrap: wrap;}
.ChannelList li{position: relative;overflow: hidden;font-size: 18px;border: 1px solid #e7dada;margin: 15px 0 0 15px;height: 70px;width: 190px;border-radius: 2px;}
.ChannelList li a{display: flex;align-items: center;height: 100%;line-height: 1.2;padding: 0 10px;text-align: center;justify-content: center;}
.ChannelList li:hover{ background-color: #972c2c; }
.ChannelList li:hover a{ color: #FFF; }

/*专题专栏*/
.ZtzlList{display: flex;flex-wrap: wrap;}
.ZtzlList li{position: relative;overflow: hidden;font-size: 18px;border: 1px solid #e7dada;margin: 15px 0 0 15px;height: auto;width: 446px;border-radius: 2px;}
.ZtzlList li a{display: inline;}
.ZtzlList li img{width:100%;height: auto;}
.ZtzlList li:hover{ background-color: #972c2c; }

/*师资队伍*/
.SzdwList{display: flex;flex-wrap: wrap;margin-bottom: 30px;}
.SzdwList li{position: relative;margin: 30px 0 0 30px;margin-left: calc((100% - 140px * 6) / 7);height: auto;width: 140px;}
.SzdwList li a{/* display: inline; */}
.SzdwList li .pic{position:relative;overflow: hidden;height: 180px;transition:all 0.3s;box-shadow: 0px 0px 5px -1px #d7d7d7;/* display: none; */}
.SzdwList li .pic img{ width:100%; height: auto; }
.SzdwList li span{display:block;position: relative;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;word-wrap:normal;font-size: 20px;padding: 7px 0 10px;}
.SzdwList li span::after{content:'';display:block;position: absolute;height: 3px;width: 20px;left: 0;bottom: 0;background: #972c2c;transition: all 0.3s;}
.SzdwList li .pic:hover{transform: translate(-1px,-2px);box-shadow: 1px 2px 7px -2px #897b7b;}
.SzdwList li span:hover::after{ width:100%;}


.Footer{ margin-top: 0; background: #972c2c; }


/*学校概况*/
.ConNewsPart[alt='学校简介']::before{content:'';position: absolute;bottom: -60px;right: -495px;width: 907px;height: 394px;z-index: 0;background: url(/images/PubList_ico_8.png) no-repeat;}

.PageLeftNav .ChannPart li.Li_1519862415360032 a,
.PageLeftNav .ChannPart li.Li_1519862440525856 a,
.PageLeftNav .ChannPart li.Li_1519862459400224 a,
.PageLeftNav .ChannPart li.Li_1519862480371744 a,
.PageLeftNav .ChannPart li.Li_1674098308546624 a{padding-left: 40px;}
.PageLeftNav .ChannPart li.Li_1519862415360032 a::before,
.PageLeftNav .ChannPart li.Li_1519862440525856 a::before,
.PageLeftNav .ChannPart li.Li_1519862459400224 a::before,
.PageLeftNav .ChannPart li.Li_1519862480371744 a::before,
.PageLeftNav .ChannPart li.Li_1674098308546624 a::before{content: '';display: block;position: absolute;width: 50px;height: 50px;left: 22%;transition: 0.5s;}
.PageLeftNav .ChannPart li.Li_1519862415360032 a::before{ background: url("/images/PubList_ico_9.png") no-repeat center; }
.PageLeftNav .ChannPart li.Li_1519862440525856 a::before{background: url("/images/PubList_ico_10.png") no-repeat center;}
.PageLeftNav .ChannPart li.Li_1519862459400224 a::before{background: url("/images/PubList_ico_12.png") no-repeat center;}
.PageLeftNav .ChannPart li.Li_1519862480371744 a::before{background: url("/images/PubList_ico_11.png") no-repeat center;}
.PageLeftNav .ChannPart li.Li_1674098308546624 a::before{background: url("/images/lxwm_dh.png") no-repeat center;}
.PageLeftNav .ChannPart li.Li_1519862415360032.on a::before,
.PageLeftNav .ChannPart li.Li_1519862440525856.on a::before,
.PageLeftNav .ChannPart li.Li_1519862459400224.on a::before,
.PageLeftNav .ChannPart li.Li_1519862480371744.on a::before,
.PageLeftNav .ChannPart li.Li_1674098308546624.on a::before{filter: brightness(100);}


/*学校标识*/
.XxbsPart{ padding: 0 15px;}
.XxbsPart .Card{margin-top: 20px;margin-bottom: 15px;}
.XxbsPart .Card .CardTitle{display: flex;justify-content: space-between;height: 40px;align-items: center;}
.XxbsPart .Card .CardTitle h1{font-weight: bold;font-size: 22px;color: #b34040;position: relative;z-index: 1;padding-right: 20px;background: #FFF;}
.XxbsPart .Card .CardTitle::after{content:'';display: block;position: absolute;border-bottom: 1px dashed #893636;width: 100%;z-index: 0;}
.XxbsPart .Card .CartCon{ margin-top:30px; margin-bottom:50px;}
.XxbsPart .Card .CartCon img{ max-width:100%; }
.XxbsPart .Card .CartCon audio{display: block;position: relative;width: 80%;margin: 0 auto;}

/*管理机构*/
.GljgPart{}
.GljgPart .jgTit{ }
.GljgPart .jgTit h1{font-size:42px;text-align: center;user-select: none;}
.GljgPart .Con{display:flex;margin-top: 40px;justify-content: space-between;}
.GljgPart .Con .jgCard{width: 445px;border-top: 5px solid #c11d23;box-sizing: border-box;padding: 25px;box-shadow: 0px 0px 10px -5px #b1adad;background: url(/images/gljg_ico_2.png) no-repeat center top #FFF;background-size: 100% auto;}
.GljgPart .Con .jgCard .Tit{ position:relative; }
.GljgPart .Con .jgCard .Tit h1{display:inline-block;font-size: 30px;user-select: none;padding: 0px 0 6px;}
.GljgPart .Con .jgCard .Tit::after{content:'';display: block;position: absolute;bottom: 0;left: 0;width: 60px;border-bottom: 2px solid #c11d23;}
.GljgPart .DateList{margin: 20px 40px 0;}
.GljgPart .DateList li{ position:relative; }
.GljgPart .DateList li>a{display:block;position:relative;font-size: 18px;line-height: 1.2;padding: 5px 0;}
.GljgPart .DateList li dl{position:relative;padding: 0px 0 10px;padding-left:2em;}
.GljgPart .DateList li dd{ position:relative; }
.GljgPart .DateList li dd a{display: inline-block;position:relative;font-size: 18px;line-height: 1.2;color: #333;padding: 5px 0;padding-left: 20px;background: url(/images/gljg_ico_1.png) no-repeat left 9px;}
.GljgPart .DateList li a:hover{text-decoration: underline;color: #c30101;}
