.pubCon {
  width: 81%;
  color: #333;
  margin: 0 auto;
}
.newsInformation {
  padding-top: 50px;
  padding-bottom: 138px;
}
.newsInformation ul li {
  position: relative;
  padding: 22px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  cursor: pointer;
}
.newsInformation ul li a {
  display: block;
}
.newsInformation ul li h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.newsInformation ul li h3 p {
  width: 80%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsInformation ul li h3 span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 26px;
  width: 83px;
  height: 26px;
  background-color: #f0eff0;
  border-radius: 3px;
  color: #7f7f7f;
}
.newsInformation ul li h3 span::before {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right-color: #f0eff0;
  left: -16px;
}
.newsInformation ul li .subTitle {
  font-size: 14px;
  width: 80%;
  line-height: 16px;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsInformation ul li .subTitle::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #bdc9d0;
  margin-right: 8px;
}
.newsInformation ul li.active {
  background-color: #fff9f9;
  transform: scale(1.1, 1.2);
  transition: all ease 0.4s;
}
.newsInformation ul li.active h3 p {
  color: #941d37;
}
.newsInformation ul li.active h3 p::before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 16px;
  background-color: #941d37;
  position: absolute;
  left: 0;
  top: 26px;
}
.newsInformation ul li.active h3 span {
  background-color: #fad4d4;
  color: #941d37;
}
.newsInformation ul li.active h3 span::before {
  border-right-color: #fad4d4;
}
.newsInformation ul li:not(:last-child) {
  margin-bottom: 20px;
}
#pageHelp {
  font-size: 14px;
  margin: 120px auto 0;
  display: flex;
  justify-content: center;
}
#pageHelp .layui-laypage a,
#pageHelp .layui-laypage span {
  font-size: 14px;
}
.pagehelpAvtive {
  background-color: #941d37 !important;
  color: #fff !important;
  border-radius: 3px;
}
.firstPage i,
.lastPage i,
.prev i,
.next i {
  color: #d8d8d8;
}
.firstPage:hover i,
.lastPage:hover i,
.prev:hover i,
.next:hover i {
  color: #941d37;
}
@media (max-width: 1600px) {
  .pubCon {
    width: 1260px;
  }
}
.mRec {
  padding: 0 90px 77px;
  border-bottom: #e5e5e5 1px solid;
}
.mRec .label .title {
  font-size: 106px;
  font-family: DISNEYENGLISH-BOLD;
  color: rgba(0, 0, 0, 0.8);
  line-height: 130px;
  margin-left: -5px;
}
.mRec .label .subtitle {
  color: #777;
  font-size: 18px;
  margin-top: -13px;
}
.mRec .content {
  margin-left: 350px;
  padding-top: 28px;
}
.mRec #vrList .date {
  margin-top: 16px;
  margin-right: 8px;
}
.mRec #vrList .date .d {
  font-weight: bold;
  font-family: DISNEYENGLISH-BOLD;
  font-size: 66px;
  color: #999;
  line-height: 100%;
}
.mRec #vrList .date .ym {
  font-weight: bold;
  font-family: DISNEYENGLISH-MEDIUM;
  font-size: 15px;
  color: #858585;
  margin-top: 3px;
  margin-left: 3px;
}
.mRec #vrList .description {
  color: #111;
  font-size: 26px;
  line-height: 56px;
  margin-right: 296px;
  height: 112px;
  display: block;
}
#vrList {
  height: 168px;
}
#vrList .swiper-pagination {
  text-align: left;
}
#vrList .swiper-pagination-bullet {
  margin: 0 9px;
  box-sizing: content-box;
  opacity: 1;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(119, 119, 119, 0.7);
  transition: all ease 0.4s;
}
#vrList .swiper-pagination-bullet-active {
  background: #941d37;
  margin: 0 16px;
}
.content_list {
  margin-top: 93px;
}
.content_list .item_block {
  margin-bottom: 78px;
  float: left;
  width: 27.34375%;
  margin-right: 8.984375%;
}
.content_list .item_block:nth-child(3n) {
  margin-right: 0;
}
.content_list .category {
  font-size: 13px;
  line-height: 20px;
  color: #777;
  text-indent: 2px;
}
.content_list .content {
  display: block;
  margin-top: 3px;
}
.content_list .content .title {
  font-size: 17px;
  line-height: 32px;
  color: #333;
  height: 68px;
  overflow: hidden;
}
.content_list .content .item_img {
  padding-bottom: 57.857143%;
  opacity: 1;
  margin-top: 10px;
}
.content_list .content .item_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all ease 0.4s;
}
.content_list .content .item_footer {
  height: 38px;
  position: relative;
  margin-top: 23px;
  overflow: hidden;
}
.content_list .content .item_footer::before {
  z-index: 9;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 1px;
  height: 1px;
}
.content_list .content .item_footer::after {
  z-index: 10;
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  background-color: #b6232c;
  bottom: 0;
  height: 2px;
  transition: all ease 0.4s;
}
.content_list .content .item_footer .date {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  font-family: DISNEYENGLISH-BOLD;
  color: #999;
  transition: all ease 0.4s;
}
.content_list .content .item_footer .icon_vmore {
  background-position: -22px 0;
  opacity: 0;
  transition: all ease 0.4s;
  transform: translateY(40px);
}
.content_list .content:hover .item_img img {
  transform: scale(1.1);
}
.content_list .content:hover .date {
  color: #b6232c;
}
.content_list .content:hover .item_footer .icon_vmore {
  transform: translateY(0);
  opacity: 1;
}
.content_list .content:hover .item_footer:after {
  width: 100%;
}
