.bannerBox {
  width: 100%;
  margin: 0 auto;
  background: url(../img/banner_bg.png) top no-repeat;
}

.bannerBox .banner {
  width: 100%;
  height: 500px;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.bannerBox .banner ul {
  position: absolute;
  width: 1200px;
  height: 500px;
  left: 50%;
  margin-left: -600px;
}

.bannerBox .banner li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transform: scale(0.85);
  transition: transform 0.4s;
}

.bannerBox .banner li a {
  display: block;
  width: 1200px;
  height: 100%;
}

.bannerBox .banner li.on {
  transform: scale(1);
}

.banner-btn {
  width: 100%;
  position: absolute;
  width: 1200px;
  height: 0px;
  top: 40px;
  left: 50%;
  margin-left: -600px;
  z-index: 9;
}

.banner-btn-prev,
.banner-btn-next {
  display: block;
  width: 200px;
  height: 425px;
  position: absolute;
}

.banner-btn-prev {
  left: -200px;
}

.banner-btn-next {
  right: -200px;
}

.banner-user-btn {
  width: 1200px;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -600px;
  z-index: 9;
}

.banner-user-btn span {
  display: block;
  width: 71px;
  height: 71px;
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-user-btn span.fl {
  background-image: url(../img/banner_left_btn.png);
}

.banner-user-btn span.fr {
  background-image: url(../img/banner_right_btn.png);
}

.banner-bullet {
  width: 100%;
  height: 0;
  text-align: center;
  font-size: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 9;
}

.banner-bullet span {
  display: inline-block;
  width: 14px;
  height: 11px;
  margin: 0 10px;
  background-color: rgba(158, 41, 36, 0.5);
  transition: all 0.4s;
}

.banner-bullet span.on {
  background-color: rgba(158, 41, 36, 1);
  width: 38px;
}

.index-title {
  width: 100%;
  height: 33px;
  line-height: 33px;
  position: relative;
  margin-left: 10px;
}

.index-title::before {
  content: "";
  border-left: solid 2px #9e2924;
  width: 0;
  height: 32px;
  position: absolute;
  left: -10px;
  top: 0;
}

.index-title span {
  display: block;
  float: left;
  /* height     : 51px; */
  font-size: 28px;
  line-height: 28px;
  /* margin-top : 10px; */
  padding-bottom: 17px;
  margin-right: 30px;
}

.index-title a {
  display: block;
  float: right;
  font-size: 18px;
  margin-top: 10px;
  line-height: 18px;
}

.index-title a::after {
  content: ">";
  color: #000;
}

.container {
  padding-top: 50px;
  display: flex;
}

.container .fl {
  width: 696px;
}

.container .xyxws {
  width: 551px;
}

.container .szyws {
  width: 551px;
  margin-left: 100px;
}

.container .fr {
  width: 386px;
  margin-left: 100px;
}

/* 普通带日期文字列表 */
.fontListType li {
  /* height: 23px; */
  margin-top: 27px;
  transition: all 0.4s;
}

/* .fontListType li:first-child {
  margin-top: 37px;
} */

.fontListType li:first-child a img {
  display: block;
  width: 550px;
  height: 327px;
  position: relative;
}

.fontListType li a img {
  display: none;
}

.fontListType li .font {
  width: 550px;
  height: 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.fontListType li .font p {
  width: 450px;
  height: 23px;
  line-height: 23px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.fontListType li .font span {
  color: #666666;
}

.fontListType li:hover .font p {
  color: #9e2924;
}

/* 普通带日期文字列表end */
.kslj {
  width: 1200px;
  height: 202px;
  margin: 0 auto;
  margin-top: 68px;
}

.kslj .tsg01 {
  display: none;
}

/* .kslj_txt:before{
  content: "";
  border-left: solid 2px #9e2924;
  width: 0;
  height: 32px;
  position: absolute;
  left: -10px;
  top: 0;
} */
.kslj::before {
  content: "";
  border-left: solid 2px #9e2924;
  width: 0px;
  height: 30px;
  position: absolute;
}

.kslj_txt {
  width: 112px;
  height: 28px;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 10px;
}

.kslj ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}

.kslj ul li {
  width: 123px;
  height: 124px;
  background-color: #ffffff;

  border-radius: 6px;
  margin-right: 56px;
  text-align: center;
}

.kslj ul li:hover {
  box-shadow: 0px 0px 7px 0px rgba(147, 13, 13, 0.26);
}

.kslj ul li:last-child {
  margin-right: 0;
}

.kslj ul li img {
  width: 40px;
  height: 44px;
  object-fit: contain;
  margin-top: 22px;
  margin-bottom: 17px;
}

.kslj ul li p {
  height: 20px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333333;
}

.center-bg {
  width: 100%;
  height: 622px;
  background: url(../img/center_bg.png) center no-repeat;
  margin-top: 50px;
}

/* 文字列表带边框 */
.fontListType1 {
  border-top: solid 1px #dddddd;
  margin-top: 35px;
}

.fontListType1 li {
  height: 109px;
  border-bottom: solid 1px #dddddd;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.fontListType1 li p {
  width: 630px;
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 22px;
  margin-left: 22px;
}

.fontListType1 li span {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #999999;
  margin-top: 14px;
  margin-left: 23px;
}

.fontListType1 li em {
  display: block;
  position: absolute;
  width: 32px;
  height: 14px;
  border-left: solid 1px #9e2924;
  position: absolute;
  top: 31px;
  right: 0px;
  transition: all 0.4s;
  opacity: 0;
}

.fontListType1 li em img {
  display: block;
  width: 17px;
  height: 14px;
  transition: all 0.4s;
}

.fontListType1 li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #999999;
  border-radius: 3px;
  position: absolute;
  left: 0px;
  top: 38px;
}

.fontListType1 li:hover p {
  color: #9e2424;
}

.fontListType1 li:hover::before {
  background-color: #9e2424;
}

.fontListType1 li:hover em img {
  transform: translateX(12px);
}

.fontListType1 li:hover em {
  opacity: 1;
}

/* 文字列表带边框end */
.bgjz .card {
  position: relative;
}

.bgjz .card .imgBox {
  width: 395px;
  height: 256px;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  margin-top: 35px;
}

.bgjz .card .font {
  width: 395px;
  height: 188px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 245px;
}

.bgjz .card .font h3 {
  width: 340px;
  margin: 0 auto;
  line-height: 1.4;
  margin-top: 23px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bgjz .card .font p {
  width: 340px;
  height: 21px;
  line-height: 21px;
  margin: 0 auto;
  text-indent: 10px;
  color: #999999;
  margin-top: 20px;
  overflow: hidden;
}

.bgjz .card .font p.addres em {
  width: 32px;
  height: 14px;
  margin-top: 4px;
  border-left: solid 1px #9e2924;
  transition: all 0.4s;
  float: right;
}

.bgjz .card .font p.addres em img {
  display: block;
  width: 17px;
  height: 14px;
  transition: all 0.4s;
}

.bgjz .card .font p.time::before,
.bgjz .card .font p.addres::before {
  content: "";
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  background: url(../img/time_icon.png) center no-repeat;
}

.bgjz .card .font p.addres::before {
  background: url(../img/project_icon.png) center no-repeat;
}

.bgjz .card:hover .font p.addres em img {
  transform: translateX(12px);
}

.xbzs .swiper-pagination-bullet-active {
  background-color: white;
}

.xbzs .container {
  height: 584px;
  position: relative;
  margin-top: 50px;
}

.xbzs .item-img-box {
  width: 394px;
  height: 487px;
  border-radius: 8px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.xbzs .item-img-box .imgBox {
  width: 394px;
  height: 487px;
  border-radius: 8px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  box-shadow: 0px 8px 40px 0px rgba(62, 12, 9, 0.16);
  transition: all 0.4s;
  transform: translateX(-30px);
  opacity: 0;
}

.xbzs .item-img-box .imgBox.on {
  transform: translateX(0px);
  opacity: 1;
}

.xbzs .item-btn-box {
  width: 1102px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.xbzs .item-btn-box .index-title {
  margin-left: 344px;
  width: 755px;
  margin-bottom: 35px;
}

.xbzs .item-btn-box .xbzsCont {
  width: 100%;
  height: 484px;
  background-color: #9e2924;
  background-image: url(../img/xbzs_bg_icon.png);
  background-repeat: no-repeat;
  background-position: 800px bottom;
  box-sizing: border-box;
  padding-left: 344px;
  padding-right: 40px;
}

.xbzs .item-btn-box ul li {
  float: left;
  width: 315px;
  height: 77px;
  margin-top: 50px;
  margin-bottom: 65px;
  padding-right: 44px;
  box-sizing: border-box;
}

.xbzs .item-btn-box ul li:nth-child(even) {
  float: right;
}

.xbzs .item-btn-box ul li .icon {
  float: left;
  width: 35px;
  height: 35px;
  position: relative;
}

.xbzs .item-btn-box ul li .icon::before,
.xbzs .item-btn-box ul li .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.4s;
}

.xbzs .item-btn-box ul li .icon::after {
  opacity: 0;
}

.xbzs .item-btn-box ul li:hover .icon::after,
.xbzs .item-btn-box ul li.on .icon::after {
  opacity: 1;
}

.xbzs .item-btn-box ul li:nth-child(1) .icon::before {
  background: url(../img/xbzs_icon_1.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(2) .icon::before {
  background: url(../img/xbzs_icon_2.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(3) .icon::before {
  background: url(../img/xbzs_icon_3.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(4) .icon::before {
  background: url(../img/xbzs_icon_4.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(5) .icon::before {
  background: url(../img/xbzs_icon_5.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(6) .icon::before {
  background: url(../img/xbzs_icon_6.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(7) .icon::before {
  background: url(../img/xbzs_icon_7.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(1) .icon::after {
  background: url(../img/xbzs_icon_1_on.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(2) .icon::after {
  background: url(../img/xbzs_icon_2_on.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(3) .icon::after {
  background: url(../img/xbzs_icon_3_on.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(4) .icon::after {
  background: url(../img/xbzs_icon_4_on.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(5) .icon::after {
  background: url(../img/xbzs_icon_5_on.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(6) .icon::after {
  background: url(../img/xbzs_icon_6_on.png) center no-repeat;
}

.xbzs .item-btn-box ul li:nth-child(7) .icon::after {
  background: url(../img/xbzs_icon_7_on.png) center no-repeat;
}

.xbzs .item-btn-box ul li .font {
  float: right;
  width: 252px;
}

.xbzs .item-btn-box ul li .font h3 {
  font-size: 24px;
  color: white;
  line-height: 1;
  margin-bottom: 15px;
  transition: all 0.4s;
}

.xbzs .item-btn-box ul li .font p {
  font-size: 14px;
  color: white;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s;
}

.xbzs .item-btn-box ul li.on .font h3,
.xbzs .item-btn-box ul li.on .font p,
.xbzs .item-btn-box ul li:hover .font h3,
.xbzs .item-btn-box ul li:hover .font p {
  color: #ffeca5;
}

.xmtListType {
  width: 100%;
  padding-top: 10px;
}

.xmtListType li {
  overflow: hidden;
  margin-top: 50px;
}

.xmtListType li .imgBox {
  width: 34px;
  height: 31px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
}

.xmtListType li .wx {
  background-image: url(../img/xmt_wx.png);
  background-size: 34px 27px;
}

.xmtListType li .wb {
  background-image: url(../img/xmt_wb.png);
  background-size: 31px 25px;
}

.xmtListType li .tt {
  background-image: url(../img/xmt_tt.png);
  background-size: 31px 31px;
}

.xmtListType li .font {
  width: 338px;
  float: right;
}

.xmtListType li .font h3 {
  max-width: 95%;
  font-size: 18px;
  line-height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mtkyListType {
  padding-top: 20px;
}

.mtkyListType li {
  height: 26px;
  line-height: 26px;
  margin-top: 50px;
}

.mtkyListType li span {
  float: left;
  width: 555px;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mtkyListType li i {
  float: right;
  line-height: 10px;
  margin-top: 10px;
  font-style: normal;
  font-size: 14px;
  color: #999999;
}

.friends {
  text-align: center;
  width: 100%;
  padding: 18px 0;
  background-color: #f0f0f0;
  margin-top: 60px;
}

.friends .container {
  padding-top: 0;
}

.friends .container * {
  display: inline-block;
  height: 30px;
  line-height: 1.75;
  font-size: 18px;
  color: #999999;
  margin: 0 30px;
  position: relative;
}

.friends .container span {
  margin: 0;
  width: 100px;
}

.friends .container a::before {
  content: "";
  height: 18px;
  border-left: solid 2px #999999;
  position: absolute;
  left: -30px;
  top: 6px;
  pointer-events: none;
}

.friends .container a:first-of-type::before {
  border-left: none;
  margin-left: 24px;
}

/* 附加局部样式 */
.news_binhover .index-title {
  /* border-bottom: solid 1px #9e2924; */
  width: 551px;
}

.news_binhover .newsBox ul {
  display: none;
}

.news_binhover .newsBox ul.on {
  display: block;
  margin-top: 38px;
}

/* 子页面开始 */
.pageBox {
  width: 100%;
  background-color: #f8f8f8;
}

.pageBox .pageBanner {
  width: 100%;
  height: 380px;
  background-image: url(../img/pageBanner.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.pageBox .pageMain {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.pageBox .pageMain .pageNav {
  width: 260px;
  float: left;
  position: relative;
}

.pageBox .pageMain .pageNav h3 {
  width: 260px;
  height: 80px;
  background-color: #9e2924;
  border-radius: 40px 0px 0px 0px;
  position: absolute;
  top: -80px;
  line-height: 80px;
  text-align: center;
  font-size: 22px;
  color: white;
  letter-spacing: 2px;
  font-weight: bold;
  background-image: url(../img/pageNavTitleBg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.pageBox .pageMain .pageNav dl {
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(34, 24, 21, 0.06);
  border-radius: 0px 0px 40px 0px;
}

.pageBox .pageMain .pageNav dl dd {
  line-height: 55px;
  height: 55px;
}

.pageBox .pageMain .pageNav dl dd a {
  display: block;
  width: 100%;
  height: 100%;
}

.pageBox .pageMain .pageNav dl dd a span {
  display: block;
  position: relative;
  letter-spacing: 2px;
  padding-left: 16px;
  margin-left: 90px;
}

.pageBox .pageMain .pageNav dl dd a span::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-left: solid 8px #9e2924;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  transform: translateX(-5px);
  transition: all 0.4s;
}

.pageBox .pageMain .pageNav dl dd.on a span,
.pageBox .pageMain .pageNav dl dd:hover a span {
  color: #9e2924;
}

.pageBox .pageMain .pageNav dl dd.on a span::before,
.pageBox .pageMain .pageNav dl dd:hover a span::before {
  transform: translateX(2px);
}

.pageBox .pageMain .pageCont {
  width: 900px;
  float: right;
}

.pageMapBox {
  border-bottom: solid 2px #9e2924;
  height: 30px;
  box-sizing: border-box;
  margin-top: 20px;
}

.pageMapBox h3 {
  float: left;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #9e2924;
}

.pageMapBox p {
  float: right;
  font-size: 14px;
  color: #666666;
  line-height: 1;
  margin-top: 5px;
}

.pageMapBox p a:last-child {
  color: #9e2924;
}

.pageContent {
  width: 100%;
  background-color: #ffffff !important;
  box-shadow: 0px 3px 10px 0px rgba(34, 24, 21, 0.06) !important;
  margin-top: 30px;
  padding: 10px 30px;
}

.pageMove {
  text-align: center;
  overflow: hidden;
}

.pageMove a {
  display: inline-block;
  margin: 0 15px;
  margin-bottom: 40px;
  font-size: 16px;
  letter-spacing: 1px;
}

.pageMove a.on {
  color: #9e2424;
}

/* 管理机构 */
.gljg {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  padding-bottom: 25px;
}

.gljg li {
  float: left;
  width: 258px;
  height: 50px;
  border: solid 1px #999999;
  box-sizing: border-box;
  margin: 0 15px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.gljg li a {
  display: block;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
}

.gljg li:hover {
  background-color: #9e2924;
  color: white;
}

/* 单页 */
.single {
  width: 840px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  text-align: justify;
}

/* 详情页 */
.details {
  width: 840px;
  margin: 0 auto;
}

.details .details-title {
  max-width: 775px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  padding-top: 30px;
  font-weight: bold;
}

.details .details-ftitle {
  text-align: center;
  padding-top: 20px;
  margin-top: 15px;
  border-top: solid 1px #eeeeee;
  margin-bottom: 25px;
}

.details .details-ftitle span {
  display: inline-block;
  margin: 0 30px;
  position: relative;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
}

.details .details-ftitle span::before {
  content: "";
  position: absolute;
  left: -30px;
}

.details .details-ftitle span.time_icon::before {
  width: 18px;
  height: 18px;
  background: url(../img/time_icon_666.png) center no-repeat;
  background-size: 100% 100%;
  top: 0px;
}

.details .details-ftitle span.view_icon::before {
  width: 20px;
  height: 12px;
  background: url(../img/yanjing_icon.png) center no-repeat;
  background-size: 100% 100%;
  top: 4px;
}

.details .details-main {
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: justify;
  text-indent: 2em;
}

.details .details-main > * {
  margin: 10px 0;
}

.details .details-main img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* 科院影像 */
.kyyx {
  box-sizing: border-box;
  padding: 40px 30px 10px 30px;
}

.kyyx li {
  width: 841px;
  height: 61px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-bottom: 19px;
}

.DialogItem {
  position: relative;
  width: 393px;
  height: 231px;
}

.DialogItem::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/video_qj.png) center no-repeat;
  transition: all 0.4s;
}

.ky_title {
  /* width     : 393px; */
  font-size: 16px;
  text-align: center !important;
  padding: 0 20px;
  margin: 10px 0 0 0;
}

.omit_text {
  /*1. 先强制一行内显示文本*/
  white-space: nowrap;
  /*2. 超出的部分隐藏*/
  overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
  text-overflow: ellipsis;
  text-align: justify;
}

.kyyx li:hover {
  border: solid 1px #ffd8d6;
  color: #9e2924;
}
.kyyx li:hover p {
  color: #9e2924;
}
#DialogBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}

.DialogMain {
  width: 1100px;
  height: 619px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -550px;
  margin-top: -309px;
  background-color: white;
  border-radius: 5px;
}

.DialogMain .close_btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(../img/colse_icon.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99;
  opacity: 0;
  transition: all 0.4s;
}

.DialogMain:hover .close_btn {
  opacity: 1;
}

/* 荣誉展示 */
.ryzs {
  padding: 0 9px;
  box-sizing: border-box;
  padding-top: 35px;
}

.ryzs li {
  width: 254px;
  height: 175px;
  border: solid 1px #333333;
  float: left;
  margin: 0 19px;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.ryzs li img {
  display: block;
  width: 234px;
  height: 155px;
  margin: 10px;
}

.ryzs li:hover {
  transform: translateY(-5px);
}

/* 通知公告 */
.tzgg {
  padding-bottom: 40px;
}

.tzgg li {
  margin-top: 20px;
  transition: all 0.4s;
}

.tzgg a {
  display: block;
  width: 100%;
  height: 70px;
  background-color: white;
}

.tzgg .date {
  float: left;
  width: 70px;
  height: 70px;
  background-color: #9e2924;
  color: white;
}

.tzgg .date b {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 18px;
  margin-top: 14px;
  font-weight: normal;
}

.tzgg .date span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-top: 13px;
}

.tzgg p {
  float: left;
  width: 760px;
  line-height: 70px;
  color: #333;
  font-size: 20px;
  letter-spacing: 2px;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tzgg p:hover {
  transition: all 0.2s;
  color: #9e2924;
}

.tzgg li:hover {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}

/* 现任领导 */
.xrld {
  margin-bottom: 25px;
  padding  : 20px;
}

.xrld li {
  width: 410px;
  height: 238px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(34, 24, 21, 0.06);
  border-radius: 10px;
  margin-top: 15px;
  float: left;
}

.xrld li:nth-child(even) {
  float: right;
}

.xrld li .imgBox {
  float: left;
  width: 140px;
  height: 196px;
  margin: 20px 20px;
}
.xrld li .imgBox img{
  object-fit: cover;
}
.xrld li .fontBox {
  width: 160px;
  float: left;
  padding-left: 10px;
}

.xrld li .fontBox b,
.xrld li .fontBox i,
.xrld li .fontBox span {
  display: block;
  font-style: normal;
  font-weight: normal;
}

.xrld li .fontBox b {
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.25;
  position: relative;
  height: 30px;
  overflow: hidden;
}

.xrld li .fontBox b::after {
  content: "";
  width: 2px;
  height: 19px;
  position: absolute;
  left: -10px;
  top: 3px;
  background-color: #9e2924;
}

.xrld li .fontBox i {
  margin-top: 58px;
  padding-bottom: 13px;
  line-height: 1;
  font-size: 20px;
  color: #666666;
  border-bottom: dashed 1px #666666;
}

.xrld li .fontBox span {
  margin-top: 44px;
  width: 105%;
  line-height: 1.2;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 校企合作 */
.pageHaszs_zs {
  margin-bottom: 30px;
}

.pageHaszs_zs h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 25px;
}

.pageHaszs_zs p {
  width: 840px;
  margin: 0 auto;
  letter-spacing: 1px;
  text-align: justify;
  text-indent: 2em;
  line-height: 1.75;
}

.pageHaszs_box .pageHaszs_title {
  display: block;
  text-align: center;
  font-size: 0;
}

.pageHaszs_box .pageHaszs_title span {
  margin: 0 13px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.pageHaszs_box .pageHaszs_title::before,
.pageHaszs_box .pageHaszs_title::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 4px;
  background-color: #9e2924;
  position: relative;
  top: -3px;
}

.pageHaszs_box ul {
  width: 840px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.xqhz ul li {
  width: 100%;
  height: 117px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  margin-top: 23px;
}

.xqhz ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.xqhz ul li .imgBox {
  width: 190px;
  height: 117px;
  float: left;
}

.xqhz ul li .fontBox {
  width: 606px;
  float: left;
  margin-left: 23px;
}

.xqhz ul li .fontBox h3 {
  height: 17px;
  line-height: 17px;
  margin-top: 16px;
  margin-bottom: 15px;
}

.xqhz ul li .fontBox h3 span {
  display: block;
  float: left;
  max-width: 450px;
  font-size: 18px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xqhz ul li .fontBox h3 i {
  display: block;
  float: right;
  font-style: normal;
  color: #666666;
  position: relative;
}

.xqhz ul li .fontBox h3 i::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/time_icon_666.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -26px;
  top: 0;
}

.xqhz ul li .fontBox p {
  color: #999999;
  letter-spacing: 1px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}

/* 校园风光 */
.xyfg {
  box-sizing: border-box;
  padding: 0 15px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.xyfg li {
  float: left;
  width: 260px;
  margin: 0 15px;
  margin-top: 30px;
}

.xyfg li img {
  display: block;
  width: 100%;
  height: 170px;
}

.xyfg li span {
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 10px;
}
/* 科院影像 */
.kyyx {
  box-sizing: border-box;
  padding: 0 15px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.kyyx li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kyyx li a i {
  width: 22px;
  height: 20px;
  background: url(../img/xz.png) no-repeat;
  background-size: cover;
  margin-right: 20px;
  margin-top: 21px;
}
.kyyx li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 678px;
  height: 17px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  line-height: 17px;
  margin-top: 22px;
  margin-left: 17px;
}
/* 国际合作 */
.gjhz {
  box-sizing: border-box;
  padding: 0 15px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.gjhz li {
  float: left;
  width: 260px;
  margin: 0 15px;
  margin-top: 30px;
}

.gjhz li img {
  display: block;
  width: 100%;
  height: 170px;
}

.gjhz li div {
  display: block;
  height: 154px;
  background-color: #f8f8f8;
  line-height: 1.2;
  padding: 0 10px;
  padding-top: 20px;
  box-sizing: border-box;
}

.gjhz li div h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gjhz li div p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  line-height: 1.75;
}

/* 新闻快讯 */
.xwkx {
  padding-bottom: 40px;
}

.xwkx li {
  width: 100%;
  height: 182px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(34, 24, 21, 0.06);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.xwkx li .imgBox {
  width: 204px;
  height: 121px;
  background-color: #d8d8d8;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  margin: 30px 20px;
}

.xwkx li .imgBox img {
  object-fit: cover;
}

.xwkx li .fontBox {
  float: left;
  width: 620px;
  margin-top: 32px;
}

.xwkx li .fontBox h3 {
  max-width: 85%;
  line-height: 1.2;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xwkx li .fontBox p {
  line-height: 1.5;
  color: #999999;
  text-align: justify;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.xwkx li .fontBox i {
  display: block;
  margin-top: 12px;
  color: #999999;
  font-style: normal;
}

/* 优秀学子 */
.yxxz ul li {
  width: 100%;
  height: 157px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  margin-top: 23px;
}

.yxxz ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.yxxz ul li .imgBox {
  width: 138px;
  height: 157px;
  float: left;
}

.yxxz ul li .fontBox {
  width: 653px;
  float: left;
  margin-left: 20px;
}

.yxxz ul li .fontBox h3 {
  max-width: 85%;
  height: 17px;
  line-height: 17px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yxxz ul li .fontBox p {
  color: #999999;
  letter-spacing: 1px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}

/* 专业设置 */
.zysz {
  box-sizing: border-box;
  padding: 0 21px;
  padding-bottom: 40px;
}

.zysz li {
  float: left;
  margin: 0 9px;
  width: 268px;
  box-shadow: 0px 3px 10px 0px rgba(34, 24, 21, 0.06);
  margin-top: 30px;
  overflow: hidden;
  border-radius: 40px 0px 0px 0px;
}

.zysz li .imgBox {
  width: 100%;
  height: 182px;
}

.zysz li .fontBox {
  width: 100%;
  height: 82px;
  background: url(../img/zysz_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.zysz li .fontBox p {
  width: 85%;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  letter-spacing: 1px;
  color: #9e2424;
  margin-left: 20px;
  float: left;
  margin-top: 30px;
  border-left: solid 2px #9e2924;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 资料下载 */
.zlxz li {
  margin-top: 20px;
  transition: all 0.4s;
}

.zlxz a {
  display: block;
  width: 100%;
  height: 70px;
  background-color: white;
}

.zlxz .date {
  float: left;
  width: 70px;
  height: 70px;
  background-color: #9e2924;
  color: white;
}

.zlxz .date b {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 18px;
  margin-top: 14px;
  font-weight: normal;
}

.zlxz .date span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-top: 13px;
}

.zlxz p {
  float: left;
  width: 790px;
  margin-left: 20px;
}

.zlxz p span {
  display: block;
  float: left;
  width: 640px;
  line-height: 70px;
  color: #9e2924;
  font-size: 20px;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zlxz p i {
  display: block;
  float: right;
  width: 21px;
  height: 24px;
  background: url(../img/download_icon.png) center no-repeat;
  margin-top: 23px;
  transition: all 0.4s;
}

.zlxz li:hover {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}

.zlxz li:hover p i {
  background: url(../img/download_icon_on.png) center no-repeat;
}

/*校长邮箱*/
.email {
  width: 840px;
  margin: 0 auto;
}

.email .emall_sm {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: justify;
  text-indent: 2em;
  padding-top: 25px;
}

.email .emall_sm p {
  margin: 5px 0;
}

.email > div.title {
  position: relative;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 42px;
}

.email > div.title > p.en {
  display: none;
}

.email > div.title:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #9e2924;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -15px;
}

.email .wrap {
  width: 420px;
  height: 30px;
  margin-bottom: 20px;
}

.email .msg_name {
  float: left;
}

.email .msg_e-mail {
  float: right;
  text-align: right;
}

.email .wrap > span {
  display: inline-block;
  width: 40px;
  margin-right: 20px;
  line-height: 30px;
  font-size: 16px;
  color: #9e2924;
}

.email input {
  width: 320px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #9e2924;
  padding: 5px 8px;
  color: #333;
  border-radius: 2px;
}

.email .msg_title {
  width: 100%;
}

.email input[name="title"] {
  width: 780px;
}

.email textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  width: 780px;
  height: 300px;
  border-color: #9e2924;
  padding: 5px 8px;
  border-radius: 2px;
  border: solid 1px #9e2924;
}

.email .msg_main > span {
  display: inline-block;
  width: 40px;
  margin-right: 20px;
  vertical-align: top;
  font-size: 16px;
  color: #9e2924;
}

#send {
  width: 200px;
  height: 34px;
  background-color: #9e2924;
  color: #fff;
  line-height: 34px;
  border-radius: 17px;
  text-align: center;
  margin: 30px auto;
  cursor: pointer;
}

.pageBox input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

.pageBox input:-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.pageBox input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.pageBox input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.pageBox textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

.pageBox textarea:-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.pageBox textarea::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.pageBox textarea:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

/* 教学单位 */
.jxdw {
  box-sizing: border-box;
  padding: 30px 30px 0px 30px;
}

.jxdw li {
  float: left;
  margin-bottom: 33px;
}

.jxdw li:nth-child(even) {
  float: right;
}

.jxdw .imgBox {
  width: 152px;
  height: 112px;
  float: left;
  position: relative;
  overflow: hidden;
}

.jxdw .imgBox img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.jxdw .fontBox {
  width: 238px;
  height: 112px;
  position: relative;
  float: left;
  box-sizing: border-box;
  border: solid 4px #e5e5e5;
  border-left: none;
  transition: all 0.4s;
}

.jxdw .fontBox i {
  display: block;
  float: left;
  margin: 22px;
  width: 26px;
  height: 25px;
  background: url(../img/jxdw_icon1.png) center no-repeat;
}

.jxdw .fontBox span {
  position: absolute;
  left: 22px;
  top: 62px;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jxdw .fontBox em {
  width: 36px;
  height: 20px;
  position: absolute;
  right: 17px;
  top: 59px;
  background: url(../img/jxdw_rightBtn.png) center no-repeat;
  transition: all 0.4s;
}

.jxdw li:hover .fontBox {
  border-color: #9e2924;
}

.jxdw li:hover .fontBox em {
  background-image: url(../img/jxdw_rightBtn_on.png);
}

/* 心理咨询预约登记表 */
.xlzx {
  padding-top: 30px;
}

.xlzx div.title {
  position: relative;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  margin-bottom: 42px;
  font-weight: bold;
}

.xlzx div.title > p.en {
  display: none;
}

.xlzx div.title:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #9e2924;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -15px;
}

/* .input_box{width: 833px;margin: 0 auto;} */
.input_box h3 {
  padding: 0 35px;
  height: 20px;
  line-height: 1;
  font-size: 20px;
  margin-top: 5px;
  position: relative;
  text-indent: 9px;
}

.input_box h3::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #9e2924;
  left: 35px;
}

.input_box hr {
  width: 825px;
  margin: 0 auto;
  margin-top: 20px;
}

.input_box h4 {
  padding: 0 35px;
  height: 20px;
  line-height: 1;
  font-size: 20px;
  color: #9e2924;
  margin-top: 20px;
  margin-bottom: 10px;
}

.input_row {
  box-sizing: border-box;
  padding: 0 35px;
  overflow: hidden;
}

.input_row .wrap {
  float: left;
  width: 380px;
  height: 30px;
  margin-bottom: 20px;
}

.input_row .wrap:nth-child(even) {
  float: right;
}

.input_row .wrap > span {
  display: inline-block;
  width: 40px;
  margin-right: 20px;
  line-height: 30px;
  font-size: 16px;
  color: #9e2924;
}

.input_row input {
  width: 320px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #9e2924;
  padding: 5px 8px;
  color: #333;
  border-radius: 2px;
}

.input_row input[type="radio"] {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin: 10px 0;
  margin-right: 5px;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  cursor: pointer;
  border: solid 2px #999;
  border-radius: 7px;
  transform: translateY(4px);
  transition: all 0.4s;
}

.input_row input[type="radio"]::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 5px;
  background-color: #999;
}

.input_row input[type="radio"]:checked {
  border: solid 2px #9e2924;
  box-shadow: none;
}

.input_row input[type="radio"]:checked::after {
  background-color: #9e2924;
}

.radio_row label {
  display: block;
  float: left;
  margin: 13px 0;
  line-height: 40px;
  margin-right: 44px;
}

.otherMsg {
  display: none;
  width: 833px;
  height: 188px;
  margin: 0 auto;
  margin-top: 10px;
  border: solid 1px #9e2924;
  margin-bottom: 25px;
}

.otherMsg textarea {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.yysj {
  box-sizing: border-box;
  padding: 0 35px;
  margin-top: 30px;
}

.yysj > p {
  float: left;
  line-height: 34px;
  margin-right: 20px;
}

.yysj .select {
  float: left;
  width: 270px;
  height: 34px;
  margin-right: 50px;
  background-color: #ffffff;
  border: solid 1px #9e2924;
  position: relative;
  text-indent: 10px;
}

.yysj .select::after {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 11px #9e2924;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  position: absolute;
  top: 13px;
  right: 10px;
  transition: all 0.4s;
}

.yysj .select p {
  width: 270px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
}

.yysj .select ul {
  display: none;
  z-index: 99;
  width: 100%;
  position: absolute;
  left: -1px;
  top: 34px;
  border: solid 1px #9e2924;
  cursor: pointer;
  background-color: #ffffff;
  line-height: 34px;
}

.yysj .select.on::after {
  transform: rotate(180deg);
}

.colorMust > p {
  color: #9e2924;
}

.w40 {
  width: 40px;
}

.r0 {
  margin-right: 0 !important;
}

#xlzxSend {
  width: 200px;
  height: 34px;
  background-color: #9e2924;
  color: #fff;
  line-height: 34px;
  border-radius: 17px;
  text-align: center;
  margin: 30px auto;
  cursor: pointer;
}

/* 在线报名 */
.baoming {
  background-color: #ffffff;
  box-shadow: 0px 4px 5px 0px rgba(87, 87, 87, 0.1);
  border-radius: 4px;
  border: solid 1px #eeeeee;
  margin: 30px auto;
  padding: 20px 0;
  position: relative;
}
.baoming h1 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  color: #333333;
  margin-top: 20px;
}
.baoming .formDiv {
  width: 360px;
  margin: 0 auto;
}
.baoming .formDiv p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  color: #666666;
}
.baoming .formDiv input {
  width: 320px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  color: #161414;
}
.baoming .selectDiv {
  width: 360px;
  position: relative;
}
.baoming .formDiv select {
  width: 360px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  padding: 0 16px;
  font-size: 16px;
  color: #161414;
}
.baoming .formDiv .selectDiv::after {
  content: "";
  width: 20px;
  height: 11px;
  background-image: url(../img/jt.png);
  position: absolute;
  right: 14px;
  top: 52px;
  display: inline-block;
}
.baoming .subBtn {
  width: 300px;
  height: 44px;
  background-color: #9e2924;
  border-radius: 22px;
  border: solid 1px #e5e5e5;
  margin: 40px auto;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 2px;
  color: #ffffff;
  display: block;
  cursor: pointer;
}
.success {
  display: none;
  width: 300px;
  height: 400px;
  background-color: #eeeeee;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 450px;
  top: 160px;
}
.success p {
  width: 97px;
  height: 97px;
  margin: 0px auto;
  padding-top: 90px;
}
.success span {
  display: block;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  color: #333333;
  margin-top: 30px;
}
.success .fanhui {
  width: 155px;
  height: 44px;
  background-color: #dcdcdc;
  border-radius: 22px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 2px;
  color: #666666;
  margin: 50px auto;
  cursor: pointer;
}
