@charset "utf-8";
/* CSS Document */
/*全局定义*/
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

body {
  width: 100%;
  font:
    12px/1 "Microsoft YaHei",
    "Simsun",
    arial,
    \5b8b\4f53;
  height: auto;
  font-size: 14px;
  color: #555;
  /* line-height: 26px; */
  background-color: #f0f0f0;
}
div,
ul,
li,
p,
form {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
em {
  font-style: normal;
  font-weight: normal;
}
table {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
dt,
dl,
dd {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
form {
  margin: 0px;
  padding: 0px;
}
tr {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.blank10 {
  height: 10px;
  overflow: hidden;
}
.dotline {
  border-bottom: #e8e8e8 1px dotted;
  margin: 5px;
}

img {
  border: 0;
}

a {
  color: #555;
  text-decoration: none;
}
a:hover {
  color: #b91928;
  text-decoration: underline;
}
dl,
dt,
dd {
  padding: 0;
  margin: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
h1,
h2,
h3,
h6 {
  margin: 0;
  padding: 0;
}

h5 {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #848484;
}
h6 {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #a8a8a8;
}
TH {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
}
TD {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
}
TABLE {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  margin: 0;
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.top10 {
  float: left;
  margin-top: 10px;
}
.top20 {
  margin-top: 20px;
}
.dotLine {
  background: url(../imageswh/line.gif) repeat-x;
  height: 5px;
  margin: 5px;
}
.left10 {
  margin-left: 10px;
  _display: inline;
}
.left15 {
  margin-left: 15px;
  _display: inline;
}

/*头部样式*/
#header {
  width: 100%;
  height: 230px;
  background: url(headred.jpg) 0 0 no-repeat;
  background-size: cover;
}
#head {
  width: 1500px;
  height: 180px;
  margin: 0 auto;
}
#logo {
  float: left;
  width: 730px;
  height: 180px;
  background: url("logored.png") left center no-repeat;
}
#logo a {
  width: 730px;
  height: 180px;
  display: block;
}
#headtxt {
  float: right;
  width: 660px;
  height: 180px;
  background: url("headtxtred.png") right center no-repeat;
}
#menu {
  width: 1502px;
  height: 58px;
  margin: 0 auto;
  background-color: #ffffff;
  margin-top: 2px;
}

#menu .nav {
  width: 1674px;
  height: 58px;
  position: absolute;
  z-index: 10;
  margin: 0 3px;
}
#menu .nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#menu .nav ul li {
  float: left;
  position: relative;
}
#menu .nav ul li a,
.menu ul li a:visited {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 136px;
  height: 58px;
  color: #000000;
  line-height: 55px;
  font-size: 20px;
  font-weight: bold;
}
#menu .nav ul li ul {
  display: none;
}
#menu .nav ul li:hover a {
  color: #ffffff;
  background: #b91928;
}
#menu .nav ul li:hover ul {
  display: block;
  position: absolute;
  top: 58px;
  left: 0;
  width: 166px;
}
#menu .nav ul li:hover ul li a {
  display: block;
  background-color: rgb(185 25 40 / 75%);
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  border-top: 1px solid #b91928;
}
#menu .nav ul li:hover ul li a:hover {
  background-color: #b91928;
  color: #ffffff;
  border-top: 1px solid #b91928;
}

/*正文样式*/
#content {
  width: 1470px;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 15px;
}

#news {
  float: left;
  width: 1470px;
  height: 420px;
  background-color: #9d0a1f;
}
#slider {
  float: left;
  width: 741px;
  height: 420px;
  background-color: #ffffff;
  overflow: hidden;
}
#slider .right {
  opacity: 0.6;
}
#slider .left {
  opacity: 0.6;
}
/*焦点图*/
.focus {
  position: relative;
  width: 740px;
  height: 420px;
  float: left;
  overflow: hidden;
}
.focus img {
  width: 740px;
  height: 420px;
}
.focus .shadow .title {
  position: absolute;
  width: 710px;
  height: 65px;
  padding-left: 30px;
  padding-top: 20px;
}
.focus .shadow .title a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  overflow: hidden;
}
.focus .btn {
  position: absolute;
  bottom: 34px;
  left: 510px;
  overflow: hidden;
  zoom: 1;
}
.focus .btn a {
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
.focus .btn a:hover,
.focus .btn a.current {
  cursor: pointer;
  background: #9d0a1f;
}
.focus .fPic {
  position: absolute;
  left: 0px;
  top: 0px;
}
.focus .D1fBt {
  overflow: hidden;
  zoom: 1;
  height: 16px;
  z-index: 10;
}
.focus .shadow {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 40px;
  line-height: 40px;
  background: #9d0a1f;
  display: block;
  text-align: center;
  opacity: 0.8;
}
.focus .shadow a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
}
.focus .fcon {
  position: relative;
  width: 100%;
  float: left;
  display: none;
  background: #000;
}
.focus .fcon img {
  display: block;
}

.focus .fbg {
  bottom: 40px;
  right: 45%;
  *right: 0;
  position: absolute;
  height: 21px;
  text-align: center;
  z-index: 200;
}
.focus .fbg div {
  margin: 4px auto 0;
  overflow: hidden;
  zoom: 1;
  height: 14px;
}
.focus .D1fBt a {
  position: relative;
  display: inline;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
.focus .D1fBt .current,
.focus .D1fBt a:hover {
  background: #9d0a1f;
}
.focus .D1fBt img {
  display: none;
}
.focus .D1fBt i {
  display: none;
  font-style: normal;
}

.focus .prev,
.focus .next {
  position: absolute;
  width: 40px;
  height: 74px;
  background: url(../images/focus_btn.png) no-repeat;
}
.focus .prev {
  top: 50%;
  margin-top: -37px;
  left: 0;
  background-position: 0 -74px;
  cursor: pointer;
}
.focus .next {
  top: 50%;
  margin-top: -37px;
  right: 0;
  background-position: -40px -74px;
  cursor: pointer;
}
.focus .prev:hover {
  background-position: 0 0;
}
.focus .next:hover {
  background-position: -40px 0;
}

#news .newslist {
  float: left;
  width: 690px;
  height: 420px;
  margin-left: 19px;
  margin-top: 10px;
}
#news .newslist .list {
  float: left;
  width: 690px;
  height: auto;
  margin-top: 10px;
}
#news .newslist .list li {
  float: left;
  width: 100%;
  height: auto;
  line-height: 48px;
  font-size: 16px;
}
#news .newslist .list li a {
  color: #ffffff;
}
#news .newslist .list li h6 {
  color: #ffffff;
  opacity: 0.7;
}

#news .title {
  float: left;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
}
#news .title h2 {
  float: left;
  width: 90px;
  height: 38px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
#news .title a {
  color: #ffffff;
}
#news .title h5 {
  line-height: 42px;
}
#news .title a:hover {
  text-decoration: none;
}

#notice {
  float: left;
  width: 100%;
  height: 50px;
  background-color: #f7f8ff;
  line-height: 50px;
  margin-top: 15px;
  overflow: hidden;
}
#notice dl {
  float: left;
  width: 1470px;
  height: 50px;
}
#notice dt {
  float: left;
  width: 110px;
  height: 50px;
  background-color: #b91928;
  text-align: center;
  font-size: 20px;
}
#notice dt a {
  color: #fff;
}
#notice dd {
  float: left;
  width: 438px;
  height: 50px;
  margin-left: 15px;
  background: url(dt.jpg) left center no-repeat;
  text-indent: 10px;
}

.three_wh {
  float: left;
  width: 480px;
  height: 240px;
  overflow: hidden;
  background-color: #fff;
  margin-top: -3px;
}
.three_wh .tit {
  float: left;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: url(titbgred.png) left bottom no-repeat;
  overflow: hidden;
}
.three_wh .tit h2 {
  float: left;
  height: 38px;
  font-size: 20px;
  text-align: center;
  color: #b91928;
}
.three_wh .tit h2 a {
  color: #000000;
}
.three_wh .tit h2 a:hover {
  color: #b91928;
  text-decoration: none;
}
.three_wh .tit h5 {
  line-height: 42px;
}
.three_wh .tit h5 a {
  color: #888888;
}
.three_wh .tit h5 a:hover {
  color: #b91928;
}

.three_wh .list {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.three_wh .list li {
  float: left;
  width: 100%;
  height: auto;
  background: url("dt.jpg") left center no-repeat;
  text-indent: 15px;
  font-size: 16px;
  line-height: 38px;
}

.sign1 {
  background: url(sign11.jpg) left center no-repeat;
  text-indent: 30px;
}
.sign2 {
  background: url(sign22.jpg) left center no-repeat;
  text-indent: 30px;
}
.sign3 {
  background: url(sign33.jpg) left center no-repeat;
  text-indent: 30px;
}
.sign4 {
  background: url(sign44.jpg) left center no-repeat;
  text-indent: 30px;
}
.sign5 {
  background: url(sign55.jpg) left center no-repeat;
  text-indent: 30px;
}
.sign6 {
  background: url(sign66.jpg) left center no-repeat;
  text-indent: 30px;
}

#zt_wh {
  float: left;
  width: 1500px;
  height: 110px;
  margin-top: 20px;
  overflow: hidden;
}
#zt_wh .zt_list {
  float: left;
  width: 1530px;
  height: 110px;
}
#zt_wh .zt_list li {
  float: left;
  width: 466px;
  height: 90px;
  padding: 10px;
  background-color: #fff;
  margin-right: 20px;
}
#zt_wh .zt_list li img {
  width: 466px;
  height: 90px;
}

#teacher {
  float: left;
  width: 1480px;
  height: 260px;
  background-color: #fff;
  margin-top: 20px;
  padding: 10px;
}
.stroll {
  float: left;
  width: 1480px;
  height: 200px;
  margin-top: 15px;
}
.stroll li {
  float: left;
  width: auto;
  height: 200px;
  text-align: center;
  margin-left: 10px;
  _display: inline;
}
#demo {
  float: left;
  width: 1480px;
  height: 200px;
  overflow: hidden;
}
#indemo {
  float: left;
  width: 800%;
}
#demo1 {
  float: left;
}
#demo2 {
  float: left;
}
.stroll img {
  height: 160px;
  width: auto;
  padding: 5px;
}
.stroll a:hover img {
  background-color: red;
}
#demo li {
  text-align: center;
}
#endw110 {
  text-align: center;
}

#footer {
  width: 100%;
  height: auto;
  /* padding: 20px 0 10px 0; */
  margin-top: 30px;
  background-color: #9d0a1f;
  overflow: hidden;
}
#foot {
  width: 1500px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  color: #a3abb9;
}
.linker {
  float: left;
  width: 1500px;
  height: 50px;
  border-bottom: 1px solid #b45f67;
}
.linkbox {
  float: left;
  width: 1100px;
  height: auto;
}
.linkbox li {
  float: left;
  width: 220px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.linkbox li option {
  width: 100%;
  font-size: 16px;
}
.linkbtn {
  float: left;
  width: 400px;
  height: auto;
  text-align: right;
}
.linkbtn li {
  float: left;
  width: 50%;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.footbox {
  float: left;
  width: 1500px;
  height: auto;
}
.footbox .sign {
  float: left;
  width: 850px;
  height: 100px;
  background: url("flogo.png") 0 0 no-repeat;
}
.footbox .txt {
  float: left;
  width: 650px;
  height: 80px;
  text-align: right;
  color: #b45f67;
  padding: 10px 0;
}

/*栏目页样式*/
#lm_banner {
  float: left;
  width: 1500px;
  height: 90px;
  margin-top: 15px;
  overflow: hidden;
  background: url(./images/banner.jpg) center center no-repeat;
}
#content2 {
  width: 1500px;
  height: auto;
  margin: 0 auto;
}
#banner {
  width: 1500px;
  height: 460px;
  background-color: #fcc;
}
#banner img {
  width: 1500px;
  height: 460px;
}

#mainl {
  float: left;
  width: 240px;
  height: auto;
  margin-top: 15px;
  background-color: #ffffff;
  padding: 10px;
}
.wp-column-menu {
  width: 240px;
  float: left;
  height: auto;
}
.wp-column-news {
  float: right;
  width: 100%;
}
.wp-column-news .column-news-box {
  margin-left: 255px;
  margin-right: 0px;
  background-color: #ffffff;
  padding: 10px;
}

/**栏目列表**/
.column-head {
  background: #b91928;
  line-height: 24px;
  height: 50px;
  line-height: 50px;
} /**位置栏目背景**/
.column-head .column-anchor {
  padding-left: 10px;
}
.column-head .column-anchor .column-switch {
  display: block;
  width: 30px;
  height: 24px;
  float: right;
  display: none;
  background: url(img/menu-dot.png) no-repeat center;
}
.column-head .column-anchor h3.anchor-title {
  display: inline-block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.column-head .column-anchor h3.anchor-title span {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**位置栏目字体**/
.column-list-wrap {
  padding: 10px 0;
  background-color: #ffffff;
}
.column-list-wrap li {
  width: 100%;
  margin-top: 10px;
}
.column-list-wrap li a {
  display: block;
  width: 100%;
  border-bottom: 0;
  font-size: 16px;
  color: #383838;
  background: #fff;
}
.column-list-wrap li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #b91928;
}
.column-list-wrap li.selected a.selected {
  color: #fff;
  background-color: #b91928;
}
.column-list-wrap li a span {
  display: block;
  padding: 10px;
  padding-left: 20px;
  line-height: 30px;
}
.column-list-wrap .sub-list li a {
  background-position: 18px 11px;
  font-size: 14px;
  background-color: #fff;
}
.column-list-wrap .sub-list li a:hover {
  background-color: #d6d6d6;
  color: #121212;
}
.column-list-wrap .sub-list li.selected a.selected {
  background-color: #666;
  color: #fff;
  background-position: 18px 11px;
}
.column-list-wrap .sub-list li a span {
  padding: 4px 10px;
  padding-left: 28px;
  line-height: 24px;
}
.column-list-wrap .sub-list .sub-list li a {
  font-size: 14px;
  background-position: 26px 10px;
  background-color: #f5f5f5;
}
.column-list-wrap .sub-list .sub-list li.selected a.selected {
  background-position: 26px 10px;
}
.column-list-wrap .sub-list .sub-list li a span {
  padding-left: 36px;
  line-height: 17px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a {
  background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
  background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a span {
  padding: 4px 10px;
  padding-left: 44px;
}
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
  padding: 4px 10px;
  padding-left: 52px;
}

#sub_nav {
  float: left;
  width: 1000px;
  height: 42px;
  margin-top: 15px;
  margin: 15px 250px 0 250px;
  overflow: hidden;
}

/**子栏目列表：横向**/
.wp_listcolumn_x {
  display: block;
  width: auto;
  text-align: center;
}
.wp_listcolumn_x:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.wp_listcolumn_x .wp_column {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}
.wp_listcolumn_x .wp_column a {
  color: #555;
  font-size: 15px;
  font-weight: bold;
  background: #ffe3e4;
  border: 1px solid #d70f1a;
}
.wp_listcolumn_x .wp_column a:hover {
  color: #555;
  background-color: #ffe3e4;
  border: 1px solid #d70f1a;
}
.wp_listcolumn_x .wp_column a.selected {
  color: #fff;
  background-color: #940f16;
  border: 1px solid #d70f1a;
}
.wp_listcolumn_x .wp_column a .column-name {
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 10px;
  font-size: 16px;
}

/*#mainbox{float:left; width:1500px; height:auto; margin-top:15px; background-color:#fff; }*/
#mainr {
  float: left;
  width: 1205px;
  min-height: 430px;
  background-color: #fff;
  padding: 10px;
  margin-top: 15px;
  margin-left: 15px;
}
#title {
  float: left;
  width: 1205px;
  height: 38px;
  background: url("titbgred.png") left bottom no-repeat;
  overflow: hidden;
}
#title h2 {
  float: left;
  max-width: 519px;
  height: 38px;
  border-bottom: 4px solid #940f16;
  font-size: 20px;
  text-align: center;
  color: #b91928;
}
#title h2 a {
  color: #b91928;
}
#title h5 {
  line-height: 42px;
}
#title a:hover {
  text-decoration: none;
}

#mainbox .title h5 {
  float: right;
  color: #333333;
  font-size: 16px;
}
#mainbox .title h5 a {
  color: #333333;
}
#mainbox .title h5 a:hover {
  color: #1664b6;
}

.dqwz span {
  float: left;
  color: #333333;
}
.dqwz a {
  float: left;
  color: #333333;
}
.dqwz a:hover {
  float: left;
  color: red;
}
.dqwz {
  font-size: 14px;
  float: right;
  font-family: "微软雅黑";
}

#txtlist {
  float: left;
  width: 1205px;
  height: auto;
  margin-top: 10px;
}
#txtlist li {
  float: left;
  width: 100%;
  height: auto;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px dashed #ddd;
}
#txtlist .Article_Index {
  margin-top: 11px;
  margin-right: 0px;
}

#piclist {
  float: left;
  width: 100%;
  height: auto;
  padding: 15px 0;
}
#piclist li {
  float: left;
  width: 191px;
  height: 260px;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
  padding: 0 25px;
  background-color: #ffffff;
}
#piclist li img {
  width: 190px;
  height: auto;
  background-color: #ffffff;
}
#piclist .teacher_photo {
  text-align: center;
  width: 100%;
  height: 218px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
#piclist .teacher_name {
  float: left;
  text-align: center;
  width: 100%;
  height: auto;
}

#txtlist .wp_paging li {
  margin-top: 15px;
  width: auto;
  line-height: normal;
  border-bottom: none;
}
#mainbox .possplit {
  width: auto;
}

.page {
  float: left;
  width: 100%;
  height: auto;
  text-align: right;
  line-height: 30px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.pagingJump {
  margin-left: 46px !important;
}
#neirong {
  float: left;
  width: 1190px;
  height: auto;
  margin-top: 20px;
  padding: 0 15px;
}
#neirong h1 {
  float: left;
  width: 1195px;
  font-weight: bold;
  color: #444444;
  text-align: center;
  line-height: 36px;
  font-family: "黑体";
}
#neirong .info {
  float: left;
  width: 1195px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  color: #c9c9c9;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#neirong .content {
  float: left;
  width: 1155px;
  height: auto;
  line-height: 30px;
  font-size: 16px;
  margin: 15px 30px;
}
#neirong .content p {
  margin-top: 10px;
}
#neirong .content img {
  max-width: 800px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
#neirong .tianjia {
  text-align: right;
  padding-top: 15px;
}
#neirong .view {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 15px;
}
#neirong .next {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  font-size: 14px;
}

/* -----------------------------------------2025版本新添加--------------------------------------------- */
/* ------------------------------------------------Header开始-------------------------------------------------- */
.header {
  border-bottom: none;
  height: auto;
  line-height: inherit;
}
.header .inner {
}
.header .inner .top {
  background-color: #8a1e23;
}
.header .inner .top .container {
  width: 1200px;
  height: 36px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  position: relative;
}
.header .inner .top .container .top_left {
  float: left;
}
.header .inner .top .container .top_right {
  float: right;
}
.header .inner .top .container .top_right .school_homepage {
  position: absolute;
  width: 76px;
  right: 250px;
}
.header .inner .top .container .top_right .school_homepage a,
.header .inner .top .container .top_right .school_homepage a:hover {
  color: #fff;
}
.header .inner .top .container .top_right .search {
  float: right;
  display: none;
}
div.search {
  padding: 30px 0;
}
form {
  position: relative;
  width: 210px;
  margin: 0 auto;
}
input,
button {
  position: absolute;
  border: none;
  outline: none;
}
input {
  width: 100%;
  height: 30px;
  padding-left: 10px;
}
button {
  height: 32px;
  width: 42px;
  cursor: pointer;
}
.search_bar6 {
  background: #f9f0da;
  position: absolute;
  right: 0;
}
.search_bar6 input {
  border: 2px solid #c5464a;
  border-radius: 5px;
  top: 0;
  right: 0;
}
.search_bar6 button {
  background: #c5464a;
  border-radius: 0 5px 5px 0;
  width: 60px;
  top: 0;
  right: 0;
}
.search_bar6 button:before {
  content: "搜索";
  font-size: 13px;
  color: #f9f0da;
}
.header .inner .head {
  max-width: 100%;
  width: 100%;
  height: 9.5vw;
  min-height: 150px;
  max-height: 180px;
  margin: 0 auto;
  background: #8a1e23 url(images/tittle.jpg) center center no-repeat;
  background-size: cover;
}
.header .inner .head .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.header .inner .head .container img:nth-child(1) {
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
}
.header .inner .head .container img:nth-child(2) {
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
}
.header .inner .nav_bar {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(150, 0, 0, 0.1);
  z-index: 100;
}
.header .inner .nav_bar .container {
  width: 1260px !important;
  height: 100%;
  line-height: 70px;
  margin: 0 auto;
}
.header .inner .nav_bar .container .nav-item {
  width: 140px; /* 强制规定每个主菜单的宽度 */
  text-align: center; /* 确保文字居中 */
}
.header .inner .nav_bar .container .nav-item a {
  padding: 0 !important; /* 清除原有 padding */
  display: block; /* 填满整个 item 宽度 */
}
.header .inner .nav_bar .container .item-name {
  height: 100%;
}
.header .inner .nav_bar .container a {
  font-size: 20px;
  color: #392526;
  font-weight: 600;
}
.header .inner .nav_bar .container a:hover {
  color: #ad1417;
}
.header .inner .nav_bar .container .nav-item:hover {
  background-color: #fff5d8;
}
/* 1. 将 sub-nav 的宽度适当放大，解决文字超出问题，并保证下拉框宽度一致 */
.header .inner .nav_bar .container .sub-nav {
  width: 100% !important; /* 宽度继承父级 nav-item 的 140px */
  top: 70px !important;
  border: none !important;
}
.header .inner .nav_bar .container .sub-nav .sub-nav {
  top: 0 !important;
  left: 100% !important;
}
.header
  .inner
  .nav_bar
  .container
  .sub-nav
  .nav-item
  a[title*="高质量就业学子风采"] {
  font-size: 14px !important;
}
.header .inner .nav_bar .container .sub-nav .nav-item a {
  padding-left: 0;
  padding-right: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 50px;
  line-height: 50px;
}
.header .inner .nav_bar .container .sub-nav .nav-item a:hover {
  background-color: #ad1417;
  color: #fff;
}
.header .inner .nav_bar .container .sub-nav .nav-item a {
  font-size: 16px;
  color: #303030;
  text-align: center;
}
.header .banner .container {
  max-width: 100%;
  width: 100%;
  height: 28.4vw;
  min-height: 250px;
  max-height: 600px;
  margin: 0 auto;
  position: relative;
}
.header .banner .container .swiper {
  width: 100%;
  height: 100%;
}
.header .banner .container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .banner .container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .banner .container .swiper-button-next:after,
.header .banner .container .swiper-button-prev:after {
  color: #e59690;
}
.more {
  display: none;
}
/* ------------------------------------------------Header结束-------------------------------------------------- */
/* ------------------------------------------------Footer开始-------------------------------------------------- */
.footer {
  margin-top: 70px;
}
.footer .common_links {
  height: 100px;
  background-color: #e8e6e2;
}
.footer .common_links .container {
  width: 1200px;
  margin: 0 auto;
}
.footer .common_links .container .title {
  height: 63px;
  line-height: 63px;
}
.footer .common_links .container .title h4 {
  font-size: 18px;
  font-weight: 600;
  color: #464646;
}
.footer .common_links .container .links_container a {
  font-size: 14px;
  color: #3e4551;
  margin-right: 15px;
}
.footer .common_links .container .links_container a:hover {
  color: #730e10;
}
.footer .copyright {
  height: 236px;
  background-color: #6f2526;
}
.footer .copyright .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 56px 0;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
.footer .copyright .container .infos p {
  color: #fff;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
}
.footer .copyright .container .infos {
}
.footer .copyright .container .official_account {
  display: flex;
}
.footer .copyright .container .official_account .text {
  height: 136px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  padding-top: 20px;
  text-align: right;
  padding-right: 15px;
}
.footer .copyright .container .official_account .QR_code {
  width: 136px;
  height: 136px;
}
.footer .copyright .container .official_account .QR_code img {
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------Footer结束-------------------------------------------------- */
/* ------------------------------------------------回到顶部开始-------------------------------------------------- */
.back_to_top {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 5%;
  z-index: 99;
  width: 75px;
  height: 75px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  border-radius: 50%;
  background-color: rgba(160, 25, 32, 0.5);
  color: #fff;
}
.back_to_top .row1 {
  height: 31px;
  line-height: 50px;
}
.back_to_top .row2 {
}
/* ------------------------------------------------回到顶部结束-------------------------------------------------- */
/* ================= 页脚新版样式重构 ================= */
.wrapper.footer {
  background-color: #9a001d;
  padding: 40px 0;
  color: #fff;
  margin-top: 50px;
}
.wrapper.footer a {
  color: #fff;
}
.wrapper.footer a:hover {
  text-decoration: underline;
}

#foot {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* --- 左侧布局：Logo与文字 --- */
.foot_l {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.foot_l .sign {
  margin-right: 25px;
  margin-top: 5px;
}
.foot_l .sign img {
  width: 70px; /* 控制事业单位Logo的大小 */
}
.foot_l .info_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 消除全局 input / button 定位及宽度的灾难性影响，严格区分表单元素 */
.foot_l .searchbox form {
  position: static !important;
  width: 240px !important; /* 总宽度与下方的下拉框对齐 */
  margin: 0;
}

.foot_l .searchbox table {
  width: 100% !important;
  margin: 0;
}

/* 针对文本输入框 */
.foot_l .searchbox input[type="text"],
.foot_l .searchbox input[type="search"],
.foot_l .searchbox input:not([type]) {
  position: static !important;
  width: 170px !important; /* 强制限定输入框宽度 */
  height: 28px !important;
  line-height: 28px !important;
  box-sizing: border-box;
  border: none !important;
  padding-left: 5px !important;
  border-radius: 2px 0 0 2px !important;
  margin: 0 !important;
  vertical-align: top;
}

/* 针对搜索按钮(兼顾 button 标签和各类表单 input 生成方式) */
.foot_l .searchbox input[type="submit"],
.foot_l .searchbox input[type="button"],
.foot_l .searchbox input[type="image"],
.foot_l .searchbox button {
  position: static !important;
  width: 70px !important; /* 强制限定按钮宽度 */
  height: 28px !important;
  line-height: 28px !important;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #e5e5e5 !important;
  color: #333 !important;
  border-radius: 0 2px 2px 0 !important;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  vertical-align: top;
}

.foot_l .copyrights {
  line-height: 1.8;
  font-size: 14px;
  color: #fff;
}

/* --- 右侧布局：快捷访问与二维码 --- */
.foot_r {
  display: flex;
  width: 620px;
  justify-content: space-between;
}

/* 快捷访问 1行3列布局 */
.foot_r .quick {
  flex: 1;
}
.foot_r .quick dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.foot_r .quick dt {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.foot_r .quick dd {
  width: 33.33%;
  margin-bottom: 12px;
  font-size: 14px;
}

/* 微信及联系我们图片区块 */
.foot_r .weixin {
  width: 150px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.foot_r .weixin > div {
  margin-bottom: 15px;
}
.foot_r .weixin > div img {
  width: 100%;
  max-width: 130px; /* 联系我们按钮 */
}
.foot_r .weixin > img {
  width: 100px;
  height: 100px; /* 二维码区域 */
  margin-bottom: 5px;
  background-color: #fff;
  padding: 4px; /* 二维码白底描边防黑边融合 */
}

/* ================= 修复：全局背景强制纯白 ================= */
body {
  background-color: #ffffff !important;
}

/* 1. 外部容器：限制宽度并居中，确保底色通透 */
.list_container {
  width: 1400px !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #ffffff !important;
}
.col_news_box {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

/* 2. 头部：改用绝对定位，彻底解决Webplus注入div导致错位的问题 */
.col_news_head {
  border-bottom: 1px solid #e2e2e2; /* 底部加粗红线 */
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  width: 100%;
}

/* 核心修复：使用 !important 强制覆盖 Webplus Pro 自动生成的 div 属性 */
.col_metas,
.col_metas div[frag="窗口内容"] {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important; /* 原为 flex-end，改为 center 实现垂直居中 */
  width: 100% !important;
}
.col_title {
  margin: 0;
  padding: 0;
  list-style: none;
}

.col_path {
  font-size: 14px;
  color: #666;
  margin: 0;
  padding: 0;
  /* margin-bottom: 5px; 删掉这一行，不需要微调了 */
  list-style: none;
}

/* 3. 书本图标标题定制：绝对居中对齐文字 */
.col_title_bg {
  /* 请确保图片后缀正确，如果服务器上是 png 请修改为 tubiao.png */
  background: url("./images/tubiao.png") no-repeat center center;
  background-size: 100% 100%;
  width: 180px; /* 依据你上传图片的4:3比例设定 */
  height: 135px;
  position: relative;
}

.col_title_bg .title_text {
  position: absolute;
  top: 42%;
  left: 50%;
  /* X轴偏移-45%略微靠左一点适应书页，Y轴偏移-40%略微靠上避开胶卷底边 */
  transform: translate(-45%, -40%);
  font-size: 24px;
  font-weight: bold;
  color: #5d0707;
  font-family: "Microsoft YaHei", sans-serif;
  letter-spacing: 4px;
  white-space: nowrap; /* 强制文字不换行 */
  z-index: 10;
}

/* 4. 列表外层 */
.col_news_list {
  margin-top: 10px;
  min-height: 300px;
  padding: 0;
}

/* 5. 列表单项卡片：左右Flex排版 1:1还原新闻网 */
.col_news_list .news_list_container {
  padding: 25px 15px;
  border-radius: 6px;
  display: flex; /* 开启弹性盒左右布局 */
  align-items: center;
  background-color: transparent;
  border-bottom: 1px dashed #ddd; /* 默认底边虚线 */
  margin-bottom: 0;
  transition: all 0.3s ease; /* 悬停动画过渡 */
}
/* 还原新闻网的鼠标悬停浮动卡片效果 */
.col_news_list .news_list_container:hover {
  background-color: #fcfcfc; /* 悬停时背景变白/浅灰 */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* 悬停时出现阴影 */
  border-bottom-color: transparent; /* 悬停时隐藏虚线 */
  transform: translateY(-2px);
}

/* 6. 左侧图片盒子 */
.col_news_list .news_list_container .artdetail_imgbox {
  width: 280px;
  height: 160px;
  flex-shrink: 0;
  overflow: hidden; /* 核心：限制图片放大后不超出盒子 */
  border-radius: 4px;
  position: relative;
}

.col_news_list .news_list_container .artdetail_imgbox img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease; /* 核心：平滑的动画过渡时长 */
}

/* 核心修改：将 :hover 绑定在图片盒子自身上，而不是外层卡片 */
.col_news_list .news_list_container .artdetail_imgbox:hover img {
  transform: scale(1.1); /* 只有移入图片时才放大到 110% */
}
/* 7. 右侧文字信息 */
.col_news_list .news_list_container .artdetail_infobox {
  flex: 1; /* 占据右侧剩余所有空间 */
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col_news_list .news_list_container .artdetail_infobox span {
  color: #999;
  font-size: 14px;
}
.col_news_list .news_list_container .artdetail_infobox h4 {
  margin: 10px 0;
}
/* 新闻大标题 */
.col_news_list .news_list_container .artdetail_infobox h4 a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.col_news_list .news_list_container .artdetail_infobox h4 a:hover {
  color: #b21b25; /* 鼠标悬停变成文学院红色 */
}
/* 新闻摘要说明 */
.col_news_list .news_list_container .artdetail_infobox p a {
  font-size: 15px;
  color: #666;
  line-height: 26px;
  display: -webkit-box; /* 必须设置为弹性盒模型 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 省略号 */
  -webkit-line-clamp: 2; /* 限制为两行 */
  -webkit-box-orient: vertical; /* 垂直布局 */
  white-space: normal; /* 允许换行 */
  text-decoration: none;
}
/* 修改栏目标题图片的外层容器，将其转化为一个固定高度的占位符 */
#title_img_group {
  display: inline-block;
  height: 45px; /* 此处为固定的高度，您可以根据实际标题图片的常规高度进行修改，如 40px 或 50px */
  vertical-align: middle;
}

/* 设置内部图片高度铺满容器，宽度自动等比缩放 */
#title_img_group img {
  width: auto;      /* 宽度不限，保持原图等比例缩放 */
  height: 100%;     /* 高度强制填满父级设定的固定高度 */
  max-width: none;  /* 移除之前的最大宽度限制 */
  display: block;   /* 消除 img 标签自带的底部像素空白间隙 */
}

.layout-flex {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap; /* 强制要求左右两块不换行 */
}

#mainl {
  float: none !important;
  margin-top: 0 !important;
  width: 240px !important;
  flex-shrink: 0; /* 核心：禁止左侧导航栏在空间不足时被挤压变窄 */
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

/* 核心修改：废弃 calc()，改用自适应剩余空间的方式 */
.col_news {
  flex: 1; /* 自动占满除了左侧 240px 之外的所有可用空间 */
  margin-left: 30px; /* 维持左右两侧的间距 */
  min-width: 0; /* 极其关键：覆盖浏览器的默认行为，防止 flex 子项被内部元素撑破导致布局崩溃 */
  box-sizing: border-box;
}

/* 维持原有的内部块宽度设定 */
.wp-column-menu, .column-list-wrap {
  width: 100% !important;
  box-sizing: border-box;
}
.column-head {
  border-radius: 4px 4px 0 0;
}