.heritage .module_info,
.heritage .module-academia {
  background: #e9e9e7;
}
.relic .module_foreign {
  background: #e9e9e7;
}
.relic .module_foreign .con_left .info a {
  background: #e9e9e7;
}
.module {
  padding: 4% 0;
}
.module .title_box {
  margin: 0 0 4% 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.module .title_box .common_title {
  text-align: center;
  flex: 0 0 266px;
  height: 75px;
  line-height: 37.5px\0;
  margin: 0 2%;
  width: 266px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  background-image: url("../images/title.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: auto\0;
}
.module .title_box .common_title p {
  font-size: 20px;
}
.module .title_box .common_title p.en {
  font-size: 16px;
}
.module .title_box .line {
  display: none\0;
  width: 40%;
  height: 1px;
  background: #841c1c;
}
.module_info .con_right .news_img {
  position: relative;
}
.module_info .con_right .news_img span.img_inner {
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.module_info .con_right .news_img span.img_inner span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.module_info .con_right .news_img span.img_inner span img {
  width: 100%;
  height: 100%;
}
.module_info .con_right .news_inf .detail {
  width: 90px;
  height: 29px;
  display: block;
  margin: 10px 0px 0 20px;
  font: 14px/29px "Microsoft YaHei";
  color: #FFF;
  text-align: center;
  background: #841c1c;
  border-radius: 15px;
}
.module_info .con_right .news_inf .name {
  width: 185px;
  display: block;
  margin: 20px 0px 10px 20px;
  font: 18px/20px "Microsoft YaHei";
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.module_info .con_right .news_inf .res {
  font: 14px/22px "Microsoft YaHei";
  color: #aaa;
  height: 66px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.module_foreign li {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px solid #c5c5c5;
}
.module_foreign li .name {
  font: 18px/20px "Microsoft YaHei";
  color: #333333;
  display: block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.module_foreign li .name:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #841c1c;
  vertical-align: middle;
  margin-right: 16px;
}
.module_foreign li .info {
  margin: 8px 0 0 20px;
  font: 14px/24px "Microsoft YaHei";
  color: #666;
  text-indent: 2em;
  text-align: justify;
  height: 72px;
  overflow: hidden;
}
.module_foreign li .info .detail {
  font: 14px/24px "Microsoft YaHei";
  color: #7b5c2a;
}
.module-academia .item_list {
  padding: 0 20px;
  margin-bottom: 30px;
}
.module-academia .item_list .item_list_inner {
  background: #fff;
  padding: 15px;
}
.module-academia .item_list .img_box .img_inner {
  position: relative;
  display: inline-block;
  padding-top: 72%;
  width: 100%;
  height: 0;
}
.module-academia .item_list .img_box .img_inner span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.module-academia .item_list .img_box .img_inner span img {
  width: 100%;
  height: 100%;
}
.module-academia .item_list .info_box .name {
  font-size: 20px;
  color: #000;
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.module-academia .item_list .info_box .res {
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 63px;
}
.module-academia .item_list .info_box .public {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #dddddd;
}
.module-people .item_list {
  margin-bottom: 30px;
}
.module-people .item_list .item_list_inner {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.module-people .item_list .img_box a {
  display: block;
}
.module-people .item_list .img_box .img_inner {
  height: 0;
  position: relative;
  display: inline-block;
  padding-top: 78%;
  width: 100%;
}
.module-people .item_list .img_box .img_inner span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.module-people .item_list .img_box .img_inner img {
  width: 200%;
  height: 100%;
}
.module-people .item_list .info_box {
  height: 100%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.module-people .item_list .info_box .name {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.module-people .item_list .info_box .des {
  overflow: hidden;
  max-height: 84px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.5;
}

/* .part5{width:100%; overflow:hidden; position:relative; background:#fff; padding:84px 0 173px;} */
.content-next{width:100%;overflow:hidden; margin-top:84px; position:relative;}
.content-next .bd{width:98%; height: 100%; margin:0 auto; overflow:hidden;}
.content-next .ab2{width:582px;margin: 0 auto;}
.content-next .ab3{width:873px;margin: 0 auto;}
.content-next .ab1{width:291px;margin: 0 auto;}
.content-next ul li{width:265px; float:left; margin:0 13px;background: #FFF;padding: 10px 0;}
.content-next .prev{width:24px; height:39px; display:block; background:url(../images/ico.png) no-repeat 0px -156px; position:absolute; top:165px; left:0px;}
.content-next .next{width:24px; height:39px; display:block; background:url(../images/ico.png) no-repeat -46px -156px; position:absolute; top:165px; right:10px;}


@media (min-width: 1200px) {
  .module_info .content {
    position: relative;
    overflow: hidden;
    clear: both;
  }
  .module_info .con_left {
    width: 372px;
    height: 300px;
    padding: 45px 35px;
    float: left;
    box-sizing: content-box;
    background: url(../images/newbg.jpg) no-repeat;
  }
  .module_info .con_left img {
    width: 100%;
    max-height: 112px;
  }
  .module_info .con_left .name {
    width: 100%;
    display: block;
    font: 18px/20px "Microsoft YaHei";
    color: #FFF;
    overflow: hidden;
  }
  .module_info .con_left .info {
    text-align: justify;
    width: 100%;
    margin-top: 20px;
    font: 12px/22px "Microsoft YaHei";
    color: #FFF;
    text-indent: 2em;
    height: 132px;
    overflow: hidden;
  }
  .module_info .con_left .pic_img {
    width: 372px;
    height: 112px;
    display: block;
    margin-top: 15px;
    overflow: hidden;
  }
  .module_info .con_right {
    width: 738px;
    height: 370px;
    float: right;
    position: relative;
  }
  .module_info .con_right .news img {
    width: 100%;
    height: 100%;
  }
  .module_info .con_right .news .news_img {
    width: 273px;
    height: 185px;
    display: block;
    overflow: hidden;
  }
  .module_info .con_right .news .news_img span.img_inner {
    height: 100%;
    padding-top: 0;
  }
  .module_info .con_right .news .news_inf {
    width: 246px;
    height: 182px;
    border-top: 3px solid #f9f9f9;
    position: absolute;
  }
  .module_info .con_right .news .news_inf .name {
    width: 185px;
    display: block;
    margin: 20px 0px 10px 20px;
    font: 18px/20px "Microsoft YaHei";
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .module_info .con_right .news .news_inf .res {
    width: 185px;
    margin: 0 0px 10px 30px;
    font: 12px/22px "Microsoft YaHei";
  }
  .module_info .con_right .news1 {
    width: 492px;
    height: 185px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .module_info .con_right .news1 .news_img {
    float: left;
  }
  .module_info .con_right .news1 .news_inf {
    right: 0px;
    top: 0px;
    background: url(../images/card1.png) no-repeat;
  }
  .module_info .con_right .news2 {
    width: 492px;
    height: 185px;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .module_info .con_right .news2 .news_img {
    float: right;
  }
  .module_info .con_right .news2 .news_inf {
    left: 0px;
    top: 0px;
    background: url(../images/card3.png) no-repeat;
  }
  .module_info .con_right .news3 {
    width: 246px;
    height: 370px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .module_info .con_right .news3 .news_img {
    width: 245px;
    height: 210px;
    padding-left: 1px;
  }
  .module_info .con_right .news3 .news_inf {
    left: 0px;
    bottom: 0px;
    background: url(../images/card2.png) no-repeat;
    border-top: 0;
  }
  .module_info .con_right .news3 .news_inf .res {
    width: 194px;
    margin: 0 26px 10px;
  }
  .module_info .con_right .news3 .news_inf .detail {
    margin: 10px 26px 0;
  }
  .module_foreign .con_left {
    padding-right: 4%;
  }
  .module_foreign .con_left .info {
    position: relative;
  }
  .module_foreign .con_left .info a {
    width: 70px;
    position: absolute;
    font: 14px/24px "Microsoft YaHei";
    color: #7b5c2a;
    bottom: 0;
    right: 0;
    background: #fff;
  }
  .module_foreign .con_right {
    height: 372px;
  }
  .module_foreign .con_right img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .module_info .con_left {
    height: 300px;
  }
  .module_info .con_left .name {
    font: 16px/30px "Microsoft YaHei";
  }
  .module_info .con_left .info {
    height: 78px;
    overflow: hidden;
    font: 14px/26px "Microsoft YaHei";
  }
  .module_info .con_left .pic_img {
    display: inline-block;
    margin-top: 20px;
  }
  .module_info .con_left .pic_img img {
    width: 100%;
    max-height: 100px;
  }
  .module_info .con_right {
    display: flex;
    display: -webkit-flex;
    box-sizing: border-box;
  }
  .module_info .con_right .news {
    box-sizing: border-box;
    display: inline-block;
    background: #fff;
    margin: 0 10px;
  }
  .module_info .con_right .news .news_inf {
    width: 100%;
    height: 182px;
    background-size: 100% 100%;
  }
  .module_info .con_right .news .news_inf .res {
    padding: 0 20px;
  }
  .module_foreign .con_left {
    margin: 0 15px;
    padding: 30px;
    background-image: url("../images/border.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .module-people .item_list {
    padding: 0 20px;
  }
  .content-next{width:100%;  margin-top:80px; }
  .content-next ul{}
}
@media (min-width: 768px) and (max-width: 991px) {
  .module .title_box .common_title {
    flex: 0 0 200px;
    height: 56px;
  }
  .module .title_box .common_title p {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .module-people .item_list:nth-child(2n+1) {
    padding-right: 4%;
  }
  .module-people .item_list:nth-child(2n) {
    padding-left: 4%;
  }
}
/* @media (min-width: 992px) and (max-width: 1199px) {
  .module-academia .item_list:last-child {
    display: none;
  }
} */
@media (max-width: 768px) {
  .module .title_box .common_title {
    flex: 0 0 140px;
    height: 46px;
    background-image: none;
  }
  .module .title_box .common_title p {
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  .module_info .con_right {
    flex-wrap: wrap;
  }
  .module_info .con_right .news {
    width: 100%;
    margin-bottom: 30px;
  }
}


