﻿@charset "utf-8";

#content { padding: 20rem 15rem 30rem; }

/* 文章首页 -----------------------------------------*/
.newsCenterPage .focusBox { width: 44%; float: left; margin-right: 15px;}
.newsCenterPage #columnA { height: 248px;}
.newsCenterPage #columnA .infoList { overflow: hidden; zoom: 1;}
.newsCenterPage #columnB { margin-bottom: 0;}
.boxLoop .box { width: 48.5%;}
.boxLoop .box .bd { min-height: 150px; _height: 150px;}
.pageSlide { background: #f9f9f9; position: relative; margin-block: 20px; }
.pageSlide li { overflow: hidden;}
.pageSlide .pic { float: left; width: 450px;}
.pageSlide .pic img { width: 100%; height: 300px;}
.pageSlide .con { overflow: hidden; zoom: 1; padding: 3% 3% 0 3%;}
.pageSlide .title { font-size: 24px; line-height: 34px; max-height: 68px; _height: 68px; overflow: hidden;}
.pageSlide .title a { color: #333;}
.pageSlide .date { display: block; padding: 8px 0 0; color: #999; font-size: 13px;}
.pageSlide .intro { color: #6c6c6c; font-size: 14px; line-height: 30px; overflow: hidden;}
.pageSlide .intro .more { display: none;}
.pageSlide .hd { text-align: center; width: 50%; position: absolute; z-index: 1; bottom: 20px; right: 0; height: 18px; font-size: 0;}
.pageSlide .hd li { display: inline-block; *display: inline; zoom: 1; cursor: pointer; width: 11px; height: 11px; overflow: hidden; margin-right: 4px; border: 1px solid #f8ce93; border-radius: 7px;}
.pageSlide .hd li span { display: none;}
.pageSlide .hd .on { background: #f8ce93;}



/* 栏目循环 */
.page-loop { --bs-gutter-x: 50rem; --bs-gutter-y: 20rem; padding-bottom: 30rem; }

/* box-page */
.box-page .hd { display: flex; align-items: center; justify-content: space-between; font-size: 24em; border-bottom: 1px solid #ddd; margin-bottom: 15rem; } 
.box-page .hd h3 { position: relative; display: flex; align-items: center; font-weight: bold; }
.box-page .hd h3 a { color: #9a0000; }
.box-page .hd h3::before { content:"\E847"; font-family: iconfont; font-size: 2em; font-weight: normal; color: #9a0000; text-align: left; width: 0.6em; position: relative; left: -0.3em; }
.box-page .hd .more { font-size: 0.667em; color: #999; transition: 0.3s; }
.box-page .hd .more:hover { color: #9a0000; }


/* 文章列表页 -----------------------------------------*/

/* 内容带图片的信息列表_图片判断式 */
.pageTPList { padding: 25rem 10rem 0; }
.pageTPList li { border-top: 3px solid #b6e0f7; padding-bottom: 30rem; padding-top: 20rem; display: flex; font-size: 20em; align-items: center; }
.pageTPList .pic { margin-right: 20rem; width: 300rem; flex-shrink: 0; }
.pageTPList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 66.667%; height: 0; z-index: 1; }
.pageTPList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-size: 0; background-color: #f5f5f5; transition: 0.3s; }
.pageTPList .pic:hover img { transform: scale(1.05); }
.pageTPList .con { overflow: hidden; zoom: 1; flex: 1; min-width: 0; }
.pageTPList .title { line-height:2em; height: 2em; font-size: 0.9em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: bold; }
.pageTPList .title a { background-image: linear-gradient(#9a0000, #9a0000); background-position: right bottom; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .8s;}
.pageTPList .title:hover a { background-position: left bottom; background-size: 100% 1px; }
.pageTPList .intro { line-height: 1.5em; text-indent: 2em; font-size: 0.8em; text-align: justify; text-justify:distribute-all-lines; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.pageTPList .others { font-size: 0.7em; color: #aaa;}
.pageTPList .others span { margin-right: 0.8em;}
.pageTPList .others span.date { display: flex; align-items: center; }
.pageTPList .others span.date::before { content: "\E831"; font-family: iconfont; font-size: 1.4em; margin-right: 5px; }
.pageTPList .node { color: #aaa; margin-right: 0.8em;}
.pageTPList .top-date { display: none; }


/* newsList */
.newsList { padding: 20rem;}
.newsList li { border-bottom: 1px dotted #ccc; position: relative; height: 3.125em; line-height: 3.125em; overflow: hidden; font-size: 16em; white-space: nowrap; text-overflow: ellipsis; }
.newsList li a {padding-left: 1.375em; transition: all 0.5s; }
.newsList li:before { display: block; content: ''; transition: all 0.5s; width: 0.375em; height: 0.375em; border-radius: 100%; background-color: #D9D9D9; position: absolute; left: 4px; top: 50%; transform: translateY(-50%); }
.newsList li:hover a { padding-left: 1.75em; }
.newsList li:hover:before { background-color: #9a0000; }
.newsList li.noData:before { display: none; }
.newsList .date { float: right; color: #999; margin: 0 10px; font-size: 0.9em;}
.newsList .node { color: #999; margin-right: 0.7em;}
.newsList em { color: #f20;}
.newsList .split { height: 1px; overflow: hidden; font-size: 0; line-height: 0; margin: 18px 0; border-bottom: 1px dotted #ccc;}
.newsList li .address { background: #8DB6D5; color: #fff; padding: 0 8px; line-height: 22px; font-size: 0.75em; margin: 7px 0; border-radius: 5px; float: right; margin-left: 15px;}
.newsList li .address:hover { background: #c00; text-decoration: none;}
.newsList li .disable { display: none !important;}

/* 文章内容页 -----------------------------------------*/
.articleCon {  text-align: left; padding-top: 20rem; }
.printArea .title { font-size: 20em; line-height: 1.5; text-align: center; margin-bottom: 30rem; word-wrap: break-word; font-weight: bold; }
.printArea .subheading { font-size: 0.8125em; text-align: center; margin-bottom: 20rem; }
.printArea .property { font-size: 16em; text-align: center; margin-bottom: 20rem; line-height: 2em; color: #999; }
.printArea .property a { color: inherit; }
.printArea .property a:hover { color: #C50000; }
.printArea .property > span { vertical-align: top; padding: 0 5rem; white-space: nowrap; }
.printArea .conTxt { box-sizing: content-box; }
.printArea .conTxt * {  }
.printArea .conTxt { color: #333; font-size: 18em; line-height: 2; text-align: left; padding: 0 0 20rem; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
.printArea .conTxt p { margin: 0.5em 0 0; padding: 0rem; line-height: 2; word-wrap: break-word; border: none; border-radius: 0; white-space: normal; text-align: justify; }
.printArea .conTxt p:first-child{ margin-top: 0; }
.printArea .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top; }
.printArea .conTxt table { background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; margin: 0 auto; }
.printArea .conTxt table td{ padding: 5rem 10rem; }
.printArea .conTxt table td p{ padding: 0rem !important; margin: 0rem !important; text-indent: 0rem !important; }
.printArea .conTxt table p { margin: 0rem; }
.printArea .conTxt a { color: blue; text-decoration: underline; }
.printArea .conTxt em { font-style: italic; }
.printArea .conTxt ul { padding-left: 2em; list-style: inherit; }
.printArea .conTxt ol { padding-left: 2em; list-style: decimal; }
.printArea .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important; }
.printArea .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important; }
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong { font-weight: bold; }
.printArea .conTxt h1 { font-size: 28rem; line-height: 38rem; margin: 38rem 0rem 19rem 0rem; }
.printArea .conTxt h2 { font-size: 24rem; line-height: 34rem; margin: 34rem 0rem 17rem 0rem; }
.printArea .conTxt h3 { font-size: 20rem; line-height: 30rem; margin: 30rem 0rem 15rem 0rem; }
.printArea .conTxt h4 { font-size: 16rem; line-height: 26rem; margin: 26rem 0rem 13rem 0rem; }
.printArea .conTxt h5 { font-size: 14rem; line-height: 24rem; margin: 24rem 0rem 12rem 0rem; }
.printArea .conTxt h6 { font-size: 12rem; line-height: 22rem; margin: 22rem 0rem 10rem 0rem; }
.printArea .conTxt blockquote { margin: 10rem 0rem; border-left: 2rem solid #d8dad9; padding: 0 0 0 10rem; line-height: 1.74; color: #888; font-size: 0.83em; }
.printArea .conTxt blockquote p { margin: 0rem; line-height: 1.7; color: #888; font-size: 1em; }
.printArea .conTxt h1:first-child,
.printArea .conTxt h2:first-child,
.printArea .conTxt h3:first-child,
.printArea .conTxt h4:first-child,
.printArea .conTxt h5:first-child,
.printArea .conTxt h6:first-child { margin-top:0rem; }
.printArea .conTxt .videoPlayer{ text-indent: 0; margin: 0 auto; display: block !important;}
.printArea .videoPlayer { text-align: center; margin: 20rem auto; }
.printArea .videoPlayer [data-ui=video] { margin: 0 auto; max-width: 100%; height: 0 !important; padding-bottom: 60%; }
.printArea .videoPlayer [data-ui=video] > div { position: absolute; left: 0; top: 0; }
.printArea .edui-video-video { max-width: 100%; height: auto; margin: 0 auto; }

.articleCon .page { padding: 10rem 0; text-align: center; overflow: hidden; }

/* 全屏表格 */
.newueditortable { font-size: 16em; }
.newueditortable .newclass { font-size: 1em; left: 0; }
.expandtable { font-size: 16em; display: none; }

/* 文章分页 */
.articleCon .page-title-list { border: solid 1rem rgb(195, 211, 242); display: inline-block; width:100% }
.articleCon .page-title-list ul { margin: 10rem; }
.articleCon .page-title-list ul li { float: left; margin-right: 50rem; width: 40%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.articleCon .page-title-list ul li a { color: rgb(61, 114, 211) }
.articleCon .page-title-list ul li a.current { color: rgb(244, 108, 106) }

.articleCon .others { margin-bottom: 15rem; }
.articleCon .others .prev,
.articleCon .others .next { padding: 8rem 0; word-wrap: break-word; font-size: 16em; }
.articleCon .others .prev span,
.articleCon .others .next span { color: #9a0000; }
.articleCon .others .prev span.date,
.articleCon .others .next span.date { color: #666; }

/* 关闭 打印 */
.articleCon .userControl { display: flex; align-items: center; justify-content: space-between; font-size:16em; padding: 20rem 0; text-align: center; line-height: 1.6;  border-bottom: 1px solid #E1E1E1; margin-bottom: 20rem; }

/* 分享按钮 */
.bdsharebuttonbox { display: flex; align-items: center; justify-content: center; }
.bdsharebuttonbox .hd { float: none !important; }
.bdsharebuttonbox .bd { float: none !important; }

/* 图片-列表页 ----------------------------------------- */
.picPageList { text-align: center; display: grid; grid-gap: 30rem; padding: 20rem 10rem 0; grid-template-columns:repeat(2, 1fr);  grid-auto-rows: minmax(130rem, auto);}
.picPageList li { position: relative; overflow: hidden; transition: all 0.5s; }
.picPageList li.noData { text-align: left; }
.picPageList .pic a { display: block; padding-bottom: 75%; position: relative; overflow: hidden; height: 0; }
.picPageList .pic img { position: absolute; left: 0; top: 0; height: 100%; width: 100%; transition: all 0.5s; }
.picPageList .title { padding-top: 10rem;}
.picPageList .title a { display: block; text-align: center; height: 2em; font-size: 18em; line-height: 2em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.picPageList li:hover .pic img { transform: scale(1.1); }

/* 信息提示页 */
.Showms { background: #fff; padding: 3% 5%; overflow: hidden; max-width: 540px; margin: 30px auto;}
.Showms .top,
.Showms .bottom,
.Showms .Shadow { display: none;}
.Showms .MS { overflow: hidden; zoom: 1;}
.Showms .titWrong { color: #c00; border-bottom: 1px solid #ccc; padding: 5px 0; margin-bottom: 15px; font-size: 18px;}
.Showms .BUT { padding: 25px 0 15px 0;}
.Showms .BUT a { padding: 0 15px; height: 36px; line-height: 36px; display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; margin-right: 15px; background: #eee; border: 1px solid #ccc; font-size: 14px; background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee)); background: -moz-linear-gradient(#FFFFFF, #eee); background: -ms-linear-gradient(#FFFFFF, #eee); background: -o-linear-gradient(#FFFFFF, #eee); background: linear-gradient(#FFFFFF, #eee);}
.Showms .BUT a:hover { color: #c00; border: 1px solid #aaa; text-decoration: none;}

.ng-cloak { display: none; }

/* 友情链接列表页 -----------------------------------------*/
.friendLinkList { overflow: hidden; zoom: 1; padding: 20rem;  }
.friendLinkList li { width: 48%; float: left; position: relative; height: 2.875em; line-height: 2.875em; font-size: 16em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.friendLinkList li a {padding-left: 22px; transition: all 0.5s; }
.friendLinkList li:before { display: block; content: ''; transition: all 0.5s; width: 6px; height: 6px; border-radius: 100%; background-color: #D9D9D9; position: absolute; left: 4px; top: 50%; transform: translateY(-50%); }
.friendLinkList li:hover a { padding-left: 28px; }
.friendLinkList li:hover:before { background-color: #c00; }


/* 领导-列表页 ---------------------------------------*/
.leaderList { display: flex; flex-direction: column; gap: 20rem; padding-top: 15rem; }
.leaderList li { position: relative; font-size: 20em; margin-bottom: 10rem; }
.leaderList .pic { width: 8em; margin: 0 auto; background: linear-gradient( 45deg, rgb(235,239,243) 0%, rgb(214,233,255) 100%); padding: 0 1em; }
.leaderList .pic .pic-02,
.leaderList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 162.5%; height: 0; z-index: 1; }
.leaderList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;  }
.leaderList .inner { position: relative; z-index: 1; }
.leaderList .intro { font-size: 0.8em; color: #fff; line-height: 2em; display: flex; padding: 1em; gap: 30rem; flex-direction: column; position: relative; }
.leaderList .intro::before { display: block; content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background-color: #a92f33; }
.leaderList .intro a { color: inherit; }
.leaderList .intro a:hover { color: #f3db0c; }
.leaderList .tit { font-size: 1.2em; display: block; font-weight: bold; }
.leaderList .intro .text { text-indent: 2em; display: block; line-height: 1.8; }
.leaderList .title { text-align: center; padding-top: 0.5em; margin-bottom: 10rem; }
.leaderList .title .tit { color: #333; font-size: 1.2em; line-height: 1.2; }
.leaderList .title .job { font-size: 0.8em; }

/* 系部设置 ---------------------------------------*/
.box-department { font-size: 16em; margin-bottom: 20rem; }
.box-department .con { padding: 2em; background-color: #d9ba92; color: #fff; display: flex; flex-direction: column; gap: 0.5em }
.box-department .title { font-size: 1.4em; font-weight: bold; }
.box-department .title a { color: inherit; }
.box-department .intro { line-height: 2; text-indent: 2em; }
.box-department .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 25%; height: 0; z-index: 1; }
.box-department .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;  }

.box-ysslx1 .con { background-color: #dc4249; }
.box-ysglx1 .con { background-color: #489bd5; }
.box-jxsjb .con { background-color: #8b8b8c; }
.box-gjjlb .con { background-color: #63bea1; }

/* 教师风采-列表页 ---------------------------------------*/
.box-teacher {  margin-bottom: 20rem; margin-top: 25rem;}
.box-teacher .hd { margin-bottom: 20rem; }
.box-teacher .hd h3 { font-size: 20em; line-height: 2.5em; font-weight: bold; padding: 0 1em; background-color: #d9ba92; color: #fff; }
.box-teacher .hd h3 a { color: inherit; }

/* teacher-list */
.teacher-list { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 15rem;}
.teacher-list li { position: relative; font-size: 16em; transition: 0.4s; }
.teacher-list .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 145%; height: 0; z-index: 1; background-color: #eee2d2; }
.teacher-list .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;  }
.teacher-list .title { position: absolute; background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.00) 100%); color: #fff; z-index: 2; bottom: 0; left: 0; right: 0; text-align: center; font-weight: bold; line-height: 2em; height: 3em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.teacher-list .title a { color: inherit; }

.box-teacher:nth-child(2) .hd h3 { background-color: #dc4249; }
.box-teacher:nth-child(2) .teacher-list .pic a:after { background-color: rgba(220, 66, 73, 0.7); }
.box-teacher:nth-child(3) .hd h3 { background-color: #489bd5; }
.box-teacher:nth-child(3) .teacher-list .pic a:after { background-color: rgba(72, 155, 213, 0.7); }
.box-teacher:nth-child(4) .hd h3 { background-color: #63bea1; }
.box-teacher:nth-child(4) .teacher-list .pic a:after { background-color: rgba(99, 190, 161, 0.7); }
    
.teacher-list.jzzx .pic a:after { display: none !important; }


/* 教师风采-内容页 ---------------------------------------*/
.people-con { margin-top: 60rem; position: relative; overflow: hidden;}
.people-con .pic { width: 40%; text-align: center; margin: 0 auto 15rem;}
.people-con .pic img { max-width: 100%; height: auto;}
.people-con .printArea .title { font-size: 20em; color: #333; font-weight: bold; }
.people-con .printArea .subheading { font-weight: normal;}
.people-con .printArea .conTxt { background-color: #d9ba92; padding: 1em 1.5em; color: #fff; }
.people-con .printArea .conTxt p { text-indent: 2em; }
.people-con .printArea .ueditortable { border-color: #fff;  }
.people-con .printArea .ueditortable tbody { background: none; }
.people-con .printArea .ueditortable td { border-color: #fff !important; }

@media (min-width: 768px) {
  .pageTPList,.video-list,.newsList { padding-left: 0; padding-right: 0; }
  .picPageList { grid-template-columns:repeat(3, 1fr); padding-left: 0; padding-right: 0;}

  /* teacher-list */
  .teacher-list { grid-template-columns: repeat(3, 1fr); }
  .people-con .pic { width: 30%; }


  .leaderList .pic { width: 8em; position: absolute; right: 0; bottom: 0; background: none; }
  .leaderList .title { padding: 0 1em 0.5em; text-align: left; margin-bottom: 0; }
  .leaderList .intro { padding-right: 11em; }
  
}

@media (min-width: 992px) {
  .friendLinkList li { width: 23%; }
  .printArea .title { font-size: 32em; }

  /* leaderList */
  .leaderList { gap: 50rem; }
  .leaderList .pic { width: 10em; right: 1em; }
  .leaderList .intro { padding: 2em 15em 2em 2em; }

  /* teacher-list */
  .teacher-list { grid-template-columns: repeat(4, 1fr); }

}

@media (min-width: 1200px) {
  .picPageList { grid-template-columns:repeat(4, 1fr);}

  /* pageTPList */
  .pageTPList li { padding-top: 0; }
  .pageTPList .title { font-size: 1em; margin-bottom: 5rem; }
  .pageTPList .intro { -webkit-line-clamp: 4; }
  .pageTPList .others { display: none; }
  .pageTPList .top-date { display: flex; flex-direction: column;  padding-left: 1em; padding-right: 2em; width: 8em; background: url(../skin/images/xx.png) no-repeat center; background-size: 60% auto; flex-shrink: 0; align-self: stretch; justify-content: center; position: relative; }
  .pageTPList .top-date::before { height: 4px;content: ""; background-color: #c92b2f; position: absolute; left: 0; width: 100%; top: -6px; }
  .pageTPList .top-date em { color: #a92f33; font-weight: bold; text-align: left; font-size:2em; }
  .pageTPList .top-date span { text-align: right; font-size:2em; }
  .pageTPList .pic { margin-right: 30rem; }


  /* teacher-list */
  .teacher-list { grid-template-columns: repeat(5, 1fr); }
  .people-con .pic { width: 250rem; position: absolute; left: 30rem; top: 0; }
  .people-con .pic img { width: 100%; height: auto; }
  .people-con .printArea .title { text-align: right; padding-right: 5%; font-size: 30em; }
  .people-con .printArea .conTxt { padding: 2em 30rem 2em 300rem; min-height: 200rem }
  .people-con .printArea .subheading { text-align: right; }


  /* leaderList */
  .leaderList { gap: 60rem; }
  .leaderList .pic { right: 2em; width: 12em; }
  .leaderList .title { padding-left: 2em; margin-bottom: 1em; }
  .leaderList .title .tit { font-size: 1.3em; }
  .leaderList .title .job { font-size: 1em; }
  .leaderList .intro { padding: 2em 18em 2em 2em; }

  .articleCon { padding-top: 40rem; }


}

@media (min-width: 1400px) {
  .pageTPList .title { line-height: 2.5em; height: 2.5em; }
  .pageTPList .intro { line-height: 1.8em; }

  /* teacher-list */
  .teacher-list .pic a:after { display: block; content: ""; inset: 0; z-index: 1;  position: absolute; background-color: rgba(217, 186, 146, 0.7); opacity: 1; transition: 0.4s; }
  .teacher-list li:hover .pic a::after { opacity: 0; }
  .teacher-list li:hover { transform: scale(1.05); }
    
  .newsList li { font-size: 18em;}

}
@media (min-width: 1600px) {
  /* leaderList */
  .leaderList { gap: 100rem; padding-top: 80rem; }
  .leaderList .pic { right: 3em; width: 15em; }
  .leaderList .title { padding-left: 4em; }
  .leaderList .title .tit { font-size: 1.5em; }
  .leaderList .intro { padding: 3em 25em 3em 4em; }

  /* people-con */
  .people-con .pic { width: 300rem; left: 50rem; }
  .people-con .printArea .conTxt { padding-left: 400rem; padding-right: 50rem; }

}



@media (max-width: 768px) {
  .printArea .conTxt .videoPlayer { width: 100% !important; height: auto !important;}
  .pausecenterchyhvyadxlhr .pausecenterchyhvyadxlhr-canvas { width: 80rem !important; height: 80rem !important; }
}

