/* 通用 */

.banner a {
  display: block;
}
.bai {
  position: relative;
}
.ny-main .more {
  position: relative;
  /* background: url(../images/ny-zhe.png) no-repeat center center; */
}
.banner {
  position: relative;
}
.ny-main .banner img {
  width: 100%;
}
.banner .zhe {
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.ny-main .more p {
  position: absolute;
  bottom: 90px;
  left: 13.4%;
  margin-left: 48px;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  z-index: 2;
}
.ny-main .more .po {
  position: absolute;
  bottom: 90px;
  right: 13.3%;
  z-index: 2;
}
.ny-main .more .po span {
  font-size: 16px;
  line-height: 33px;
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
}
.ny-main .more .po a {
  font-size: 16px;
  line-height: 33px;
  color: #fff;
  vertical-align: middle;
}
.ny-main .ny-nav p {
  position: relative;
  padding: 5px 0;
  background-color: #93080c;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: none;
  margin-bottom: 25px;
}
.ny-main .ny-nav p span {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 4px;
  background: url(../images/nyej1.png) no-repeat center center;
}
.ny-main p span.on {
  background: url(../images/nyej2.png) no-repeat center center;
}
.ny-main .ny-nav ul {
  position: absolute;
  width: 86.6%;
  z-index: 2;
  bottom: 0;
  background-color: #f6f4f3;
  opacity: 0.9;
  margin-left: 13.4%;
}
.ny-main .ny-nav ul li {
  display: inline-block;
  font-size: 22px;
  line-height: 44px;
}
.ny-main .ny-nav ul li a {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 34px;
  margin-left: 47px;
  color: #333;
}
.ny-main .ny-nav ul li a.active {
  color: #93080c;
  border-bottom: 4px solid #93080c;
}

/* lists */
/* section  */
.section .ts li a {
  display: block;
  overflow: hidden;
}
.section .ts {
  padding-top: 20px;
  margin-bottom: 55px;
}
.section .ts .date {
  float: left;
  border: 1px solid #c4c4c4;
  text-align: center;
}
.section .ts .date .day {
  /* padding-top: 7px; */
  /* padding: 7px 40px 0 42px; */
  padding-left: 42px;
  padding-right: 40px;
  font-size: 40px;
  line-height: 82px;
  color: #93080c;
  /* font-weight: 600; */
}
.section .ts .date .year {
  font-size: 16px;
  color: #93080c;
  padding-bottom: 15px;
}
.section .ts li {
  margin-top: 30px;
}
.section .ts li:hover {
  background-color: #93080c;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 2s;
}
.section .ts li:hover .date {
  border: 0;
}
.section .ts li:hover .day,
.section .ts li:hover .year {
  color: #fff;
}
.section .ts .zi {
  overflow: hidden;
  padding-left: 2.1%;
  padding-right: 23px;
}
.section .ts .zi h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 13px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 32px;
  color: #333;
}
.section .ts .zi p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  height: 48px;
  overflow: hidden;
  margin-bottom: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section .ts li:hover .zi h4,
.section .ts li:hover .zi p {
  color: #fff;
}

/* 图片列表 */
.section .lsim {
  padding-top: 20px;
  /* padding-bottom: 70px; */
}
.section .lsim li a {
  display: block;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 32px;
}
.section .lsim li:nth-child(2n) a {
  border-top: 1px solid #dbadae;
  border-bottom: 1px solid #dbadae;
}
.section .lsim li:hover a {
  background-color: #93080c;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: all 2s;
}
.section .lsim li:hover .date {
  border: 0;
}
.section .lsim li:hover .day,
.section .lsim li:hover .year {
  color: #fff;
}
.section .lsim li:hover .top-l {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.section .lsim li:hover .bottom-r {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.section .lsim li:hover .zi h4,
.section .lsim li:hover .zi p {
  color: #fff;
}
.section .lsim li:hover h4::after {
  background-color: #fff;
}
.section .lsim .date1 {
  float: left;
  position: relative;
  margin-left: 2%;
  margin-right: 3%;
}
.section .lsim .date1 .bor-span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}
.section .lsim .date1 .top-l {
  top: 1px;
  left: 1px;
  border-top: 1px solid #93080c;
  border-left: 1px solid #93080c;
}
.section .lsim .date1 .bottom-r {
  bottom: 1px;
  right: 1px;
  margin-top: 75px;
  border-bottom: 1px solid #93080c;
  border-right: 1px solid #93080c;
}
.section .lsim .date1 .day {
  font-size: 40px;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
}
.section .lsim .date1 .year {
  font-size: 16px;
  color: #93080c;
  padding-left: 5px;
  padding-right: 10px;
}
.section .lsim .imgs {
  float: left;
  /* width: 22.7%; */
  width: 318px;
}
.section .lsim .imgs img {
  width: 100%;
}
.section .lsim .zi {
  overflow: hidden;
  padding-left: 3%;
  padding-right: 35px;
  padding-top: 28px;
}
.section .lsim .zi h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 32px;
  color: #333;
}
.section .lsim .zi h4::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 25px;
  background-color: #93080c;
}
.section .lsim .zi p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #808080;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 内容页 */

.bgcb {
  background-color: #f8f6f1;
  padding-top: 52px;
  padding-bottom: 83px;
}
.ny-main .ch {
  position: relative;
}
.ny-main .ny-nav .move {
  bottom: 52px;
}
.ny-main .ch p {
  bottom: 142px;
}
.ny-main .ch .po {
  bottom: 142px;
}
.section .context {
  position: relative;
  background-color: #fff;
}
.section .context h3 {
  padding-top: 70px;
  padding-bottom: 45px;
  text-align: center;
  font-size: 28px;
  color: #93080c;
  border-top: 3px solid #93080c;
}
.section .context .titl {
  text-align: center;
  margin: 0 32px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.section .context .titl span {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 33px;
  color: #666666;
}
.section .context .zhu {
  font-size: 16px;
  color: #333;
  text-indent: 2em;
  padding-left: 3%;
  padding-top: 50px;
  padding-right: 35px;
  padding-bottom: 175px;
  text-align: justify;
}
.section .context .zhu p {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 30px;
}
.section .context .zhu .ny-slick img {
  /* width: 100%; */
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
  margin: 0 auto;
}
.section .context .slick-prev {
  background: url(../images/ny-al.png) no-repeat center center;
}
.section .context .slick-prev:before,
.section .context .slick-next:before {
  content: "";
}
.section .context .slick-prev,
.section .context .slick-next {
  width: 54px;
  height: 54px;
  top: 93%;
  /* bottom: 55px; */
  z-index: 9;
}
.section .context .slick-slider {
  position: static;
}
.section .context .slick-prev {
  left: 41.2%;
}
.section .context .slick-next {
  right: 44.2%;
  /* margin-left: 45px; */
}
.section .context .slick-next {
  background: url(../images/ny-ar.png) no-repeat center center;
}
/* 分页 */
.pagination {
  text-align: center;
  font-size: 0;
  padding-bottom: 55px;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 12px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #666;
  margin: 0 7px;
}

.pagination a.active {
  background: #9b0d14;
  color: #fff;
  border: 1px solid #9b0d14;
}

.pagination a:hover {
  background: #9b0d14;
  color: #fff;
  border: 1px solid #9b0d14;
}

.pagination span {
  display: inline-block;
  font-size: 14px;
}
 