* {
  -webkit-tap-highlight-color: transparent;
}
.position-r {
  position: relative;
}
.position-a {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ts {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fullImg {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex: 0 0 auto;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.fullImg a {
  height: 100%;
  width: 100%;
  display: inline-block;
  background: url() no-repeat center center;
  background-size: cover;
  border-radius: 8px;
}
.fullImg img {
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
  object-fit: scale-down;
  border-radius: 8px;
}
.imgsFix {
  width: 100%;
  padding-bottom: 66.6666666%;
  position: relative;
}
.imgsFix .imgsFix_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list:hover img.ts {
  transform: scale(1.1);
}
.dflex1 {
  display: flex;
  justify-content: flex-start;
}
.dflex2 {
  display: flex;
  justify-content: flex-end;
}
.dflex3 {
  display: flex;
  justify-content: center;
}
.dflex4 {
  display: flex;
  justify-content: space-between;
}
.dflex5 {
  display: flex;
  justify-content: space-around;
}
.dflexItem1 {
  align-items: flex-start;
}
.dflexItem2 {
  align-items: flex-end;
}
.dflexItem3 {
  align-items: center;
}
.dflexItem4 {
  align-items: baseline;
}
.dflexItem5 {
  align-items: stretch;
}
.dfReverse {
  flex-direction: row-reverse;
}
.pTop80 {
  padding-top: 80px;
}
/*.mBottm80 {
  margin-bottom: 80px;
}*/
.mBottm80 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pBottom120 {
  padding-bottom: 120px;
}
.fs24 {
  font-size: 24px;
}
.fs20 {
  font-size: 20px;
  line-height: 28px;
  height: 56px;
}
.fs18 {
  font-size: 18px;
  line-height: 28px;
}
.fs16 {
  font-size: 16px;
  line-height: 32px;
}
.fs14 {
  font-size: 14px;
}
.iconfont {
  display: inline-block;
  font-size: 16px;
  text-align: center;
}
/*详情内容*/
.details-ctn {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
.details-ctn .title {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 48px;
  text-align: center;
}
.details-ctn .resourceAndDate {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #F3E3D4;
  overflow: hidden;
  text-align: center;
  font-style: normal;
  color: #333333;
}
.details-ctn .resourceAndDate i {
  font-style: normal;
  color: #333333;
  display: inline-block;
  text-align: left;
}
.details-ctn .resourceAndDate .resource,
.details-ctn .resourceAndDate .date {
  padding: 0px 20px;
  display: inline-block;
}
.details-ctn .resourceAndDate .date i {
  font-family: arial, arial;
}
.details-ctn #mainTxt {
  padding-top: 40px;
}
.details-ctn #mainTxt p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
  padding-bottom: 20px;
}
.details-ctn #mainTxt img {
  width: 700px;
  max-width: 700px;
  border-radius: 8px;
  margin-top: 20px;
}
.swipers-ctn {
  width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}
#files-swipers {
  position: relative;
  border-bottom: 1px solid #EBD7C3;
  margin-bottom: 40px;
}
#files-swipers .picDesc {
  padding-left: 50px;
  padding-top: 17px;
  padding-bottom: 17px;
}
#files-swipers .swiper-pagination-fraction {
  font-family: arial, arial;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: justify;
  position: absolute;
  top: 482px;
  left: 0;
  word-spacing: -4px;
}
#files-swipers .swiper-pagination-fraction .swiper-pagination-current {
  color: #BD0900;
  font-size: 20px;
}
#thumbs-swiper {
  margin: 0 auto;
  width: 564px;
  height: 90px;
  overflow: hidden;
}
#thumbs-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#thumbs-swiper .swiper-wrapper img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 8px;
  opacity: 0.5;
  margin-top: 45px;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}
#thumbs-swiper .swiper-wrapper .swiper-slide-thumb-active img,
#thumbs-swiper .swiper-wrapper .swiper-slide:hover img {
  opacity: 1;
}
.thumbsSwiper .swiper-slide {
  display: block;
}
.mainSwiper {
  position: relative;
}
.files-swiper-button-prev,
.files-swiper-button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  top: calc((525px - 60px - 40px) / 2);
  color: #BD0900;
  line-height: 34px;
  text-align: center;
  border: 1px solid #E8E8E8;
  cursor: pointer;
}
.files-swiper-button-prev i,
.files-swiper-button-next i {
  font-size: 8px;
}
.files-swiper-button-prev:hover,
.files-swiper-button-next:hover {
  background-color: #BD0900;
}
.files-swiper-button-prev:hover i,
.files-swiper-button-next:hover i {
  color: #ffffff;
}
.files-swiper-button-prev.swiper-button-disabled:hover,
.files-swiper-button-next.swiper-button-disabled:hover {
  cursor: default;
  background-color: #ffffff;
}
.files-swiper-button-prev.swiper-button-disabled:hover i,
.files-swiper-button-next.swiper-button-disabled:hover i {
  color: #BD0900;
}
.files-swiper-button-prev {
  left: -60px;
}
.files-swiper-button-prev .prev-icon {
  transform: rotate(-90deg);
  margin-left: -2px;
}
.files-swiper-button-next {
  right: -60px;
}
.files-swiper-button-next .next-icon {
  transform: rotate(90deg);
  margin-left: 4px;
}
.thumbsSwiper {
  position: relative;
}
.thumbs-swiper-button-prev,
.thumbs-swiper-button-next {
  position: absolute;
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.thumbs-swiper-button-prev i,
.thumbs-swiper-button-next i {
  font-size: 13px;
}
.thumbs-swiper-button-prev {
  left: 0px;
}
.thumbs-swiper-button-next {
  right: 0px;
}
.thumbs-swiper-button-prev.swiper-button-disabled,
.thumbs-swiper-button-next.swiper-button-disabled {
  cursor: default;
  color: #999;
}
.relatedNews {
  border-top: 1px solid #EBD7C3;
  margin-top: 110px;
  padding-top: 40px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.relatedNews .prevNews,
.relatedNews .nextNews {
  width: calc((100% - 54px) / 2);
}
.relatedNews a {
  cursor: pointer;
}
.relatedNews p {
  margin-bottom: 20px;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  height: 24px;
  color: #666666;
  font-weight: bold;
}
.relatedNews .name {
  width: calc(100% - 120px);
  font-weight: normal;
}
.relatedNews .date {
  text-align: right;
  width: 120px;
  font-family: arial, arial;
}
#return {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  background: #BD0900;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  margin: 80px auto 0;
  position: relative;
  padding-top: 20px;
}
#return .icon-lujing {
  font-size: 16px;
  color: #ffffff;
  display: block;
}
