/* 初始化 */
html,
body,
div,
span,
iframe,
fieldset,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
table {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
  border: 0;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
}
body a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
}
body a:hover {
  cursor: pointer;
  color: #f30404;
}
img {
  max-width: 100%;
  vertical-align: top;
}
body {
  margin: 0 auto;
  min-width: 1100px;
  max-width: 1920px;
}
@media (max-width: 1100px) {
  body {
    min-width: inherit;
  }
}
video {
  width: 100%;
}

/* footer */
.footer {
  margin-top: 20px;
  padding: 50px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #cc2827;
}
@media (max-width: 1100px) {
  .footer {
    margin-top: 15px;
    padding: 30px;
  }
}

/* index */
.indexTop {
  width: 1200px;
  height: 70px;
}
.indexTop ul {
  overflow: hidden;
}
.indexTop li:last-child {
  margin-right: 0;
}
.indexTop li {
  float: left;
  width: 13%;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ddd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 52px;
  border-radius: 5px;
}
.indexTop li a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  padding: 8px 0;
  width: 100%;
}
.indexTop li a:hover {
  color: #ffffff;
  background-color: #cc0e0e;
}
.indexTop li a.active {
  color: #ffffff;
  background-color: #cc0e0e;
}
.tabSub {
  display: none;
  position: relative;
}
.subClose {
  position: absolute;
  right: 9px;
  top: 0px;
}
.tabCon {
  display: none;
  padding: 20px 30px;
  color: #000;
  border-radius: 2px;
  border: 1px solid #ddd;
}
.tabCon h4 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.tabCon p {
  color: #999;
  padding-left: 15px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.tabCon p img {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 10px;
}
@media (max-width: 1100px) {
  /* index */
  .indexTop {
    width: 100%;
    height: auto;
    background: none;
    margin-bottom: 10px;
  }
  .indexTop ul {
    padding: 0 5px;
    width: 90%;
    margin: 0 auto;
  }
  .indexTop li {
    float: left;
    width: 31%;
    white-space: nowrap;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .indexTop li a {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    border-radius: 2px;
    padding: 4px;
  }
  .tabSub {
    margin: 0 10px;
  }
  .tabCon {
    padding: 10px 20px;
  }
  .tabCon h4 {
    font-size: 16px;
  }
  .tabCon p {
    font-size: 16px;
  }
}
/* banner */
.logoYs {
  width: 1200px;
  margin: 0 auto;
}
.logoYsImg {
  width: 1050px;
  height: 376px;
  position: absolute;
  top: 93px;
  margin-left: 83px;
}
.banner {
  text-align: center;
  height: 778px;
  background: url(banner.png) no-repeat center bottom;
  width: 100%;
}
.bannerM {
  display: none;
  text-align: center;
}
.bannerM img {
  width: 100%;
}
@media (max-width: 1100px) {
  .logoYs {
    width: auto;
    background: none;
  }
  .logoYsImg {
    width: auto;
    height: auto;
    position: absolute;
    top: 85px;
    padding: 0 10px;
    margin-left: 0;
  }
  .banner {
    display: none;
  }
  .bannerM {
    display: block;
  }
}
/* 导航 */
.bgCon {
  position: relative;
  margin-top: -155px;
}
.nav {
  margin: 0 auto;
  padding: 9px 0 4px 0;
  width: 1200px;
  box-sizing: border-box;
  height: 129px;
  background: url(daohang.png) no-repeat;
  background-size: 100%;
}
.nav ul {
  width: 90%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin: 0px auto;
}
.nav li a {
  display: inline-block;
  padding: 0 10px;
  font-size: 24px;
  line-height: 75px;
  font-weight: 400;
  color: #ffffff;
  width: auto;
  height: 66px;
}
.nav li a:hover,
.nav li .active {
  color: #ffd95d;
  border-bottom: 3px solid #ffea5d;
}
.navBtn {
  display: none;
}
.navImg {
  display: block;
}
@media (max-width: 1100px) {
  .bgCon {
    margin-top: 0;
    background: none;
  }
  .navBtn {
    display: block;
    width: 25px;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .nav {
    padding: 0;
    width: auto;
    display: none;
    background: #cc2827;
    height: auto;
  }
  .nav ul {
    width: 100%;
    height: auto;
    flex-flow: column;
  }
  .nav li {
    width: 100%;
    text-align: center;
  }
  .nav li a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border-bottom: 1px dashed #ffffff;
    border-radius: 0;
    height: auto;
  }
  .nav li a:hover,
  .nav li .active {
    color: #fff;
    background: none;
    border-bottom: 1px dashed #ffffff;
  }
  .navImg {
    display: none;
  }
}

/* 首页 */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 头条 */
.bgTopNews {
  background: url(zyjsbj.png) center top no-repeat;
  width: 1200px;
  margin: 0 auto;
}
.topNews {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 30px 70px 30px;
  box-sizing: border-box;
}
.topNews .title {
  padding-bottom: 10px;
  text-align: center;
}
.topNews .title a {
  font-size: 38px;
  color: #d80405;
  text-align: center;
  font-weight: bold;
}
.topNews .title a:hover {
  color: #bb1a1a;
}
.topNews .summary {
  font-weight: 400;
  font-size: 18px;
  color: #513535;
  text-indent: 2em;
}
.topNews .summary a {
  font-weight: 400;
  font-size: 16px;
  color: #9f0000;
}
@media (max-width: 1100px) {
  .bgTopNews {
    width: auto;
    margin: 0 auto;
    background: none;
  }
  .topNews {
    width: auto;
    margin: 15px;
    padding: 15px;
  }
  .topNews .title a {
    font-size: 22px;
    line-height: 1.2;
  }
}
/* 外框 */
.rowBox {
  overflow: hidden;
  width: 1200px;
  margin: 0px auto;
  margin-bottom: 70px;
}
@media (max-width: 1100px) {
  .rowBox {
    width: auto;
    margin-bottom: 20px;
  }
}
/* 标题 */
.titleIndex {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
.titleN {
  margin-top: 34px;
}
.titleIndex .more {
  position: absolute;
  bottom: 23px;
  right: 8px;
  background: #be020c;
  border-radius: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  width: 87px;
  height: 28px;
  line-height: 28px;
  z-index: 1;
}
@media (max-width: 1100px) {
  .titleIndex {
    margin-bottom: 10px;
  }
  .titleN {
    margin-top: 10px;
  }
  .titleIndex h3 {
    margin: 0 auto;
    width: 90%;
  }
  .titleIndex .more {
    display: none;
  }
}
/* 轮播图 */
.slider {
  float: right;
  width: 602px;
  height: 363px;
  position: relative;
}
.slider .swiper-pagination.swiper-pagination-bullets {
  width: 14%;
  left: auto;
  position: relative;
  bottom: 22px;
  z-index: 100;
  left: 86%;
}
.slider .swiper-pagination .swiper-pagination-switch {
  margin: 0px 4px;
  cursor: pointer;
  background-color: #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
}
.slider .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 20px;
}
.slider .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #ce0011;
  border-radius: 20px;
}
.slider .swiper-slide {
  position: relative;
}
.slider .swiper-slide img {
  width: 602px;
  height: 323px;
}
.slider .swiper-slide .title {
  display: block;
  padding: 0 80px 0 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 18px;
  background-color: #dfdfdf;
}
.yidong {
  display: block;
}
.yidongM {
  display: none;
}
@media (max-width: 1100px) {
  .slider {
    float: none;
    width: 100vw;
    height: auto;
  }
  .slider .swiper-pagination {
    margin-bottom: 10px;
  }
  .slider .swiper-slide .title {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .slider .swiper-slide img {
    width: 100vw;
    height: auto;
  }
  .yidong {
    display: none;
  }
  .yidongM {
    display: block;
  }
}
/* 特别报道 */
.ttNews {
  height: 363px;
  float: left;
  width: 555px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.ttNews .title {
  border-bottom: 1px dotted #999;
  flex: 1 1 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.ttNews .title .dot {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #ce0011;
  left: 8px;
  top: 10px;
  margin-left: 10px;
  flex: 0 0 auto;
}
.ttNews .title a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  text-indent: 1em;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .ttNews {
    float: none;
    width: 100%;
    height: 200px;
    margin: 0;
  }
  .ttNews .title a {
    width: 95%;
  }
}
/* 精彩瞬间 */
#jdpl {
  width: 1200px;
  background: url(jcsjbj.png) no-repeat;
  background-size: 100% 100%;
  height: 720px;
  overflow: hidden;
}
/* .jdpl-swiper-pagination { text-align: right; margin-top: 50px; box-sizing: border-box; padding: 0 80px;} */
/* .swiper-pagination-bullet-active { background: #ff0000;} */
.jdpl {
  margin: 0 auto;
  width: 110%;
  height: auto;
  padding-left: 120px;
  box-sizing: border-box;
  padding-top: 40px;
}
.jdpl .imgDH {
  margin-right: 150px;
  margin-bottom: 20px;
  float: left;
  width: 400px;
}
.jdpl .imgDH .img {
  border: 1px solid #ffa2a2;
  display: inline-block;
  padding: 5px;
}
.jdpl .imgDH img {
  width: 395px;
  height: 256px;
}
/* .jdpl .imgDH:last-child { margin-top: 0; margin-bottom: 0;} */
.jdpl .imgDH .title {
  text-align: center;
  margin-top: 4px;
  height: 40px;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.jdpl .jcsjzuo {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1100px) {
  #jdpl {
    width: auto;
    height: auto;
  }
  .jdpl {
    width: auto;
    background: none;
    height: auto;
    padding: 50px 0px;
    margin: 0px;
  }
  .jdpl .imgDH {
    width: 80%;
    margin: 0px auto;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    float: none;
    margin-bottom: 20px;
  }
  .jdpl .imgDH img {
    width: 100%;
    height: 100%;
  }
  /* .jdpl .imgDH:last-child { margin-top: 0; margin-bottom: 0;} */
  .jdpl .imgDH .img {
  }
  .jdpl .imgDH .title {
    text-align: center;
    height: 25px;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .jdpl .jcsjzuo {
    float: none;
    margin-left: 0;
  }
  .jdpl-swiper-pagination {
    text-align: center;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
/* 寻迹70年 */
.videoModel {
  width: 1200px;
  height: auto;
  border-radius: 5px;
  background: #fbdbaf;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.videoModel img {
  width: 100%;
  height: auto;
}
.videoModel .playIcon {
  width: 92px;
  height: 92px;
  background: url(playIcon.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -46px;
  top: 50%;
  margin-top: -46px;
}
.videoTitle {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  display: block;
  margin-top: 15px;
}
@media (max-width: 1100px) {
  .videoModel {
    width: 100%;
  }
  .videoTitle {
    font-size: 16px;
    margin-top: 0;
  }
  .videoModel .playIcon {
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
  }
}
/* 时光档案 */
.videoGroup {
  width: 1200px;
}
.videoGroup .halfContent {
  width: 50%;
  height: 400px;
  float: left;
}
.videoGroup .videoCover {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 400px;
  overflow: hidden;
  display: block;
}
.videoGroup .halfContent img {
  width: 100%;
  height: 100%;
}
.videoGroup .halfContent .videoTit {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.padR10 {
  padding-right: 10px;
}
.marB10 {
  margin-bottom: 10px;
}
.wid100_10 {
  width: calc(100% - 10px) !important;
}
.videoGroup .videoCover .litCover {
  width: 49%;
  height: 195px;
  position: relative;
  box-sizing: border-box;
  float: left;
  display: block;
}
.videoGroup .videoCover .litCover:nth-child(2n + 1) {
  float: left;
}
.videoGroup .videoCover .litCover:nth-child(2n) {
  float: right;
}
.videoGroup .videoCover .playIcon {
  width: 92px;
  height: 92px;
  background: url(playIcon.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -46px;
  top: 50%;
  margin-top: -46px;
}
.videoGroup .videoCover .litCover .playIcon {
  width: 46px;
  height: 46px;
  margin-left: -23px;
  margin-top: -23px;
}
@media (max-width: 1100px) {
  .videoGroup {
    width: 100%;
  }
  .videoGroup .halfContent {
    width: 92%;
    height: 210px;
    float: none;
    margin: 0 auto;
  }
  .wid100_10 {
    width: 100% !important;
  }
  .videoGroup .halfContent img {
    height: 200px;
  }
  .videoGroup .videoCover .litCover img {
    height: 100%;
  }
  .padR10 {
    padding: 0;
  }
  .videoCover {
    height: auto !important;
  }
  .litCover {
    height: 100px !important;
  }
  .videoGroup .videoCover .playIcon {
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
  }
  .litCover .playIcon {
    width: 23px;
    height: 23px;
    margin-left: -12px;
    margin-top: -12px;
  }
}

/* 700字说70年 */
.xxdtbt .imgtitle {
  width: 1200px;
  height: 598px;
  background: url(jcskbj.png) no-repeat;
  background-size: 100% 100%;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  display: flex;
  padding: 40px;
  margin: 0 auto;
}
.xxdtbt .imgtitle img {
  width: 16.22px;
  height: 16px;
  position: absolute;
  right: -34px;
  top: 19px;
}
.xxdtbt .imgtitle div {
  width: 1030px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 34px;
  position: relative;
  float: left;
  height: 100%;
}
.xxdtbt .imgtitle div a {
  position: absolute;
  bottom: 10px;
  right: 0;
  background: #ce0011;
  border-radius: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  width: 70px;
  height: 22px;
  line-height: 22px;
  z-index: 0;
  text-indent: 0;
  text-align: center;
}
.xxdtbt .imgtitle .divZuo {
  width: 120px;
  border-right: 1px solid #dcbf9b;
  margin-right: 30px;
}
.imgtitleZuo {
  margin-top: 19px;
  margin-left: 20px;
}
.imgtitleZuo li {
  font-size: 16px;
  line-height: 48px;
  color: #000;
  padding-left: 14px;
}
.imgtitleZuo img {
  display: none;
}
.selectedLi {
  position: relative;
  width: 75px;
  height: 55px;
  background: #d40010;
  border-radius: 7px;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 55px !important;
}
.selectedLi img {
  display: block;
}
.xianYin {
  display: none;
  width: 1030px;
  text-align: center;
  overflow: auto;
}
.xianYin span {
  font-weight: 600;
}
.xianYin1 {
  display: block;
}
@media (max-width: 1100px) {
  .xxdtbt {
    padding: 0 15px;
  }
  .xxdtbt .imgtitle img {
    width: 100%;
    height: auto;
    float: inherit;
  }
  .xxdtbt .imgtitle div {
    width: 100%;
    margin-left: 0;
    text-indent: 0;
    float: inherit;
  }
  .xxdtbt .imgtitle div a {
    bottom: -20px;
  }
  .xxdtbt .imgtitle .divZuo {
    width: 100%;
    margin-top: 25px;
  }
  .xxdtbt .imgtitle {
    width: auto;
    height: auto;
    display: block;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .imgtitleZuo {
    margin-top: 0;
    margin-left: 0;
  }
  .imgtitleZuo li {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding-left: 14px;
    padding-left: 0;
    float: left;
    margin: 0 10px;
    width: 14%;
    text-align: center;
  }
  .imgtitleZuo img {
    display: none;
  }
  .selectedLi {
    position: relative;
    width: auto;
    height: 30px;
    background: none;
    border-radius: 7px;
    color: #d40010 !important;
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .selectedLi img {
    display: none;
  }
  .xianYin {
    display: none;
    width: auto;
    text-align: center;
    overflow: auto;
  }
  .xianYin1 {
    display: block;
    padding-top: 20px;
  }
}
/* 辉煌历程 */
.indexBg1 {
  width: 100%;
  background: url(hhlsbj.png) no-repeat;
  background-size: 100% 100%;
}
.xxzl {
  margin: 15px 0;
}
.xxzl .imgtitle {
  width: 1176px;
  height: auto;
  display: flex;
  margin: 0 auto;
  position: relative;
}
.xxzl ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.xxzl li {
  flex: 0 0 auto;
  width: 50%;
  border-bottom: 1px dashed #d0d0d0;
  height: 60px;
}
.xxzl li:nth-child(1) {
  padding-top: 0;
}
.xxzl li:nth-child(2) {
  padding-top: 0;
}
.xxzl li .title {
  line-height: 1.5;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.xxzl li .title img {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 28px;
  border-radius: 10px;
}
.xxzl li .title a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 60px;
  width: 95%;
}
.xxzl li .title a:hover {
  color: #d80405;
}
.xxzl li .summary {
  font-size: 16px;
  color: #656565;
  line-height: 28px;
}
.xxzl li .summary a {
  color: #d80405;
}
.xxzl li:nth-last-child(1),
.xxzl li:nth-last-child(2) {
  border-bottom: 0 dashed #d0d0d0;
}
.box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center {
  width: 92%;
  height: auto;
  margin: 0 auto;
} /*display: flex;justify-content: center;*/
.titleDiv {
  position: absolute;
  border-bottom: 1px solid #979797;
  width: 1115px;
  top: 8px;
  left: 28px;
}
.items {
  width: 16px;
  height: 16px;
  background: url(hhlsyd1.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  position: relative;
  margin-right: 92px;
  float: left;
}
/* 步骤圆形的激活样式 */
.colorshow {
  background: url(hhlsyd.png) no-repeat;
  background-size: 100% 100%;
}
.showNew {
  display: inherit !important;
}
.yinCNew {
  display: none;
}
.borederColor {
  border-color: transparent transparent transparent #1e6adb !important;
}
.triangle {
  border-style: solid;
  border-width: 1vw 1vw 1vw 1vw;
  border-color: transparent transparent transparent #333;
  position: absolute;
  right: -3vw;
  top: 7vh;
}
/* 让最后一个盒子没有border 这是元素的三角箭头*/
.items:last-child .triangle {
  border: none;
  margin-right: 10px;
}
.items:last-child {
  margin-right: 10px;
}
/*显示隐藏*/
.show {
  display: inherit !important;
}
.fanYe {
  width: 22px;
  height: 22px;
}
.yinc {
  display: none;
}
.yiany {
  position: absolute;
  top: -37px;
  font-weight: 600;
  font-size: 24px;
  left: -20px;
}
@media (max-width: 1100px) {
  .xxzl {
    padding: 0 15px;
  }
  .xxzl .imgtitle {
    width: auto;
    height: auto;
    display: block;
  }
  .xxzl li {
    width: 100%;
    margin-bottom: 0;
  }
  .xxzl li:first-child {
    padding-top: 0;
  }
  .xxzl li .title a {
    font-size: 18px;
  }
  .xxzl li:nth-last-child(2) {
    border-bottom: 1px dashed #d0d0d0;
  }
  .xxzl li:last-child {
    border-bottom: 0 dashed #d0d0d0;
  }
}
/* 首页结束 */

/* 内页 */
.content {
  margin: 50px auto 0 auto;
  width: 1200px;
}
@media (max-width: 1100px) {
  .content {
    margin: 0;
    width: auto;
  }
}
.subTit {
  padding: 15px 10px;
  border-bottom: 1px solid #dddddd;
}
.subTit h3 {
  padding-left: 15px;
  color: #cc0000;
  border-left: 5px solid #cc2827;
  font-size: 24px;
  line-height: 26px;
}
@media (max-width: 1100px) {
  .subTit {
    padding: 15px;
  }
  .subTit h3 {
    padding-left: 10px;
    font-size: 20px;
    line-height: 22px;
  }
}

/* 列表 */
.list li {
  padding: 20px 5px;
  border-bottom: 1px solid #dddddd;
}
.list li h3 {
  position: relative;
  padding-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list li h3 a {
  font-size: 18px;
}
.list li h3 span {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 16px;
  color: #999;
  font-weight: normal;
}
.list li p {
  margin-top: 5px;
  color: #666666;
}
.list li p a {
  font-size: 15px;
  color: #cc2827;
}
.list-img {
  padding-top: 5px;
}
.list-img ul {
  overflow: hidden;
}
.list-img li {
  float: left;
  width: 380px;
  margin: 20px 30px 0 0;
  text-align: center;
  overflow: hidden;
}
.list-img li:nth-child(3n) {
  margin-right: 0;
}
.list-img li p {
  padding-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-img li img {
  width: 100%;
  height: 285px;
}
.list-img li img:hover {
  opacity: 0.8;
}
.list-video {
  overflow: hidden;
  padding-top: 5px;
}
.list-video dl {
  float: left;
  margin: 10px 0;
  width: 380px;
  margin: 20px 30px 0 0;
}
.list-video dl:nth-child(3n) {
  margin-right: 0;
}
.list-video dt {
  position: relative;
}
.list-video img {
  width: 380px;
  height: 228px;
}
.list-video span img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
}
.list-video dd {
  margin-top: 10px;
  text-align: center;
  color: #454545;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1100px) {
  .list {
    padding: 0 10px;
  }
  .list li h3 {
    padding-right: 0;
    white-space: normal;
  }
  .list li h3 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
  }
  .list li p {
    font-size: 16px;
    line-height: 24px;
  }
  .list li p a {
    font-size: 16px;
  }
  .list li span {
    display: none;
  }
  .list-img {
    padding: 5px 15px 0 0;
  }
  .list-img li {
    margin: 10px 0 0 0;
    width: 50%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }
  .list-img li p {
    padding-top: 5px;
    font-size: 16px;
  }
  .list-img li img {
    width: 100%;
    height: auto;
  }
  .list-img li img:hover {
    opacity: 1;
  }
  .list-video {
    overflow: hidden;
    padding: 5px 15px 0 0;
  }
  .list-video dl {
    margin: 10px 0 0 0;
    width: 50%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }
  .list-video img {
    width: 100%;
    height: auto;
  }
  .list-video dd {
    margin-top: 5px;
    font-size: 16px;
  }
}
/* 分页 */
.page {
  clear: both;
  margin: 50px 0;
  text-align: center;
}
.page li {
  display: inline;
  margin-right: 2px;
  font-size: 16px;
}
.page li a {
  display: inline-block;
  margin-top: 5px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.page li a:hover,
.page .NormalRed {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  background-color: #cc2827;
  opacity: 1;
  border-radius: 3px;
}
.page .specificPage {
  padding: 0 10px;
}
.page b {
  color: #f00;
}
.page .currentPage,
.page .jumpTo {
  display: none;
}
.page .pageInput {
  width: 40px;
  border: 1px solid #ddd;
  font-size: 16px;
  text-align: center;
}
.page .pageGo {
  padding-left: 15px;
}
@media (max-width: 1100px) {
  .page {
    display: block;
    margin-top: 30px;
  }
  .page li a {
    border: 0;
  }
  .page .specificPage,
  .page .firstPage,
  .page .lastPage {
    display: none;
  }
  .page .jumpTo,
  .page .currentPage {
    display: inline;
  }
}
/* 详情 */
.detail {
  padding: 40px 30px;
}
.detailTit {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.detailDate {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.detailDate span {
  margin: 0 10px;
}
.detailCon {
  margin-top: 30px;
  font-size: 16px;
  color: #3f3e3e;
}
.detailCon p {
  margin-top: 15px;
  min-height: 30px;
}
.detailCon img {
  display: block;
  margin: 0 auto;
}
.detailCon video {
  margin: 0 auto;
  max-width: 100%;
}
.detailAuthor {
  text-align: right;
  padding: 30px 15px 0 0;
  color: #999;
}
@media (max-width: 1100px) {
  .detail {
    padding: 40px 15px;
  }
  .detailTit {
    font-size: 20px;
  }
  .detailDate {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #999;
  }
  .detailDate span {
    margin: 0 5px;
  }
  .detailCon {
    margin-top: 30px;
    font-size: 16px;
    color: #3f3e3e;
  }
  .detailCon p {
    min-height: 30px;
  }
  .detailCon img {
    display: block;
    margin: 0 auto;
  }
  .detailAuthor {
    text-align: right;
    padding: 30px 15px 0 0;
    color: #999;
  }
}

/*表格正文*/
.listContent {
  width: 1200px;
  position: relative;
  z-index: 1;
  height: auto;
  overflow: hidden;
  margin: -200px auto 50px;
  background: url(contentBg.png) top center no-repeat;
  background-size: 100% auto;
  padding-top: 30px;
}
.listContent h3 {
  display: block;
  box-sizing: content-box;
  height: 50px;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  margin: 0 20px;
}
.listContent h3 img {
  width: auto;
  height: 100%;
}
.listWrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.listWrapper ul {
  width: 100%;
}
.listWrapper ul.normal li {
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.listWrapper ul.normal li .imgBox {
  width: 260px;
  height: 175px;
  float: left;
  margin-right: 30px;
  display: block;
}
.listWrapper ul.normal li .textBox {
  width: calc(100% - 290px);
  height: auto;
  float: right;
}
.listWrapper ul.normal li .textBox .titName {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: justify;
  font-size: 16px;
}
.listWrapper ul.normal li .textBox .dec {
  width: 100%;
  height: auto;
  line-height: 24px;
  margin-top: 10px;
  text-align: justify;
  font-size: 16px;
}
.listWrapper ul.hhlcTimeLine {
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  background: url(timeLineBg.png) top left no-repeat;
  margin-top: 30px;
}
.listWrapper ul.hhlcTimeLine li {
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.listWrapper ul.hhlcTimeLine li:first-child {
  padding-top: 0;
}
.listWrapper ul.hhlcTimeLine li .yearBox {
  width: 70px;
  height: auto;
  float: left;
  margin-right: 30px;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.listWrapper ul.hhlcTimeLine li .textBox {
  width: calc(100% - 100px);
  height: auto;
  float: right;
}
.listWrapper ul.hhlcTimeLine li .textBox .titName {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: justify;
  font-size: 16px;
}
.timeline {
  color: #999;
  margin-top: 10px;
  font-size: 12px;
}
.timeline i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-style: normal;
  border-radius: 3px;
  background: #d7001e;
}
.timeline a {
  float: right;
  color: #d7001e;
  display: flex;
  align-items: center;
}

.listWrapper ul.picList {
  width: 110%;
  padding-top: 30px;
  margin-left: 15px;
}
.listWrapper ul.picList li {
  width: 348px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 40px;
}
.listWrapper ul.picList li .imgBox {
  width: 348px;
  height: 175px;
  display: block;
}
.listWrapper ul.picList li .playIcon {
  width: 60px;
  height: 60px;
  background: url(playIcon.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 60px;
}
.listWrapper ul.picList li .textBox {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.detailWrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.detailWrapper .newTit {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.detailWrapper .otherDec {
  font-size: 16px;
  color: #999;
  text-align: center;
}
.detailArt {
  width: 90%;
  margin: 30px auto 0;
  height: auto;
  overflow: hidden;
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
}
.detailArt img {
  max-width: 100% !important;
  height: auto !important;
}
.detailArt p {
  margin-bottom: 10px;
  justify-content: center;
}
.detailAuthor {
  text-align: right;
  padding: 30px 15px 0 0;
  color: #999;
}
.waterImg {
  width: 100%;
  height: 200px;
  background: url(bodyBanner.png) center no-repeat;
  background-size: auto 100%;
  position: relative;
  z-index: 0;
  margin-top: -100px;
}
@media (max-width: 1100px) {
  .detailWrapper {
    padding: 0px;
  }
  .listContent {
    width: 92%;
    margin: -50px auto 50px;
    padding-top: 15px;
  }
  .listContent h3 {
    height: 30px;
    border-bottom: 0.5px dashed rgba(0, 0, 0, 0.5);
    padding: 8px 0;
    margin: 0 10px;
  }
  .listWrapper {
    padding: 0px;
  }
  .listWrapper ul.normal li {
    padding: 10px 0;
    border-bottom: 0.5px solid #ddd;
  }
  .listWrapper ul.normal li .imgBox {
    width: 100%;
    height: auto;
  }
  .listWrapper ul.normal li .textBox {
    margin-top: 10px;
    width: 100%;
  }
  .listWrapper ul.hhlcTimeLine {
    padding: 0;
    background: none;
    margin: 0;
  }
  .listWrapper ul.hhlcTimeLine li {
    padding: 10px 0;
    border-bottom: 0.5px solid #ddd;
  }
  .listWrapper ul.hhlcTimeLine li:first-child {
    padding: 10px 0;
  }
  .listWrapper ul.hhlcTimeLine li .yearBox {
    width: auto;
    border-radius: 3px;
    background: #cc2827;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
  }
  .listWrapper ul.hhlcTimeLine li .textBox {
    margin-top: 10px;
    width: 100%;
  }
  .listWrapper ul.picList{
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .listWrapper ul.picList li {
    width: 100%;
    padding: 10px 0;
    margin: 0px;
    float: none;
  }
  .listWrapper ul.picList li .imgBox {
    width: 100%;
    height: auto;
  }
  .detailAuthor {
    text-align: right;
    padding: 30px 15px 0 0;
    color: #999;
  }
  .waterImg {
    height: 100px;
  }
}