@charset "UTF-8";
header {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
header .nav1 {
  display: none;
}

.con1 {
  position: relative;
}
.con1 .bd_lg li {
  height: 500px;
  background: no-repeat center center;
  background-size: cover;
}
.con1 .bd_lg li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con1 .hd_lg {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 364px;
  width: 436px;
  height: 500px;
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
}
.con1 .hd_lg .bd_sm {
  height: 100%;
}
.con1 .hd_lg .hd_sm {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  flex-direction: row;
  height: auto;
}
.con1 .hd_lg .hd_sm li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.con1 .hd_lg .hd_sm li.on {
  background-color: #f5ad1b;
}
.con1 .hd_lg .bd_sm_ul {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
}
.con1 .hd_lg .bd_sm_ul li {
  line-height: 28px;
  padding: 10px 0 10px 10px;
  width: 100%;
  transform: translateX(-10px);
}
.con1 .hd_lg .bd_sm_ul li.on {
  background-image: linear-gradient(90deg, #e0241b, rgba(224, 36, 27, 0.3));
  font-size: 105%;
}
.con1 .hd_lg .bd_sm_ul li.on .p-tit2 {
  opacity: 1;
}
.con1 .hd_lg .bd_sm_ul li p {
  padding-left: 25px;
}
.con1 .hd_lg .bd_sm_ul li .p-tit1 {
  font-size: 120%;
  margin-bottom: 6px;
}
.con1 .hd_lg .bd_sm_ul li .p-tit2 {
  opacity: 0.8;
}
.con1 .hd_lg .bd_sm_ul li a {
  color: #fff;
  transition: none;
}

.h2-tit1 {
  border-bottom: none;
}
.h2-tit1 .a-tit {
  align-self: center;
  font-size: 30px;
  padding: 0;
}
.h2-tit1 .tt_type {
  align-self: center;
}
.h2-tit1 .tt_type li.on {
  background: #e52d21;
  color: #fff;
}

.d-page {
  position: absolute;
  right: 5px;
  top: 12px;
  display: flex;
}
.d-page .d-page-con {
  margin: 0 10px;
}
.d-page .prev, .d-page .next {
  padding: 0 5px;
  align-self: center;
  font-family: "宋体";
  font-weight: bold;
  cursor: pointer;
}
.d-page .prev.dis, .d-page .next.dis {
  color: #dbdbdb;
  cursor: not-allowed;
}

.d-info {
  display: flex;
  font-size: 13px;
  color: #5a5757;
}
.d-info .a-toux {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 50%;
}

.img-box {
  position: relative;
  height: 120px;
  border-radius: 5px;
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.img-box .s-time {
  position: absolute;
  right: 8px;
  bottom: 10px;
  padding: 0 6px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.img-box .s-time.s-zb {
  background: rgba(255, 0, 0, 0.7);
}
.img-box .s-time::before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.d-flex {
  display: flex;
  justify-content: space-between;
}

.con2 {
  position: relative;
}
.con2 .con2-con {
  height: 610px;
}
.con2 .p-tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.con2 .video-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.con2 .video-list li {
  position: relative;
  width: 214px;
  cursor: pointer;
}
.con2 .video-list li .p-tit {
  margin: 10px 0;
  line-height: 150%;
}
.con2 .d-videoLg {
  width: 676px;
  height: 380px;
  overflow: hidden;
  cursor: pointer;
}
.con2 .d-videoLg .d-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 18px 18px 30px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.con2 .d-videoLg .d-con .p-tit {
  font-size: 18px;
  margin-bottom: 10px;
}
.con2 .d-videoLg .d-con .p-tit a {
  color: #fff;
}
.con2 .d-videoLg .d-con .d-info {
  color: #fff;
}
.con2 .video-list2 {
  width: 906px;
}
.con2 .video-list2 .img-box {
  height: 298px !important;
}

.con3 {
  position: relative;
}
.con3 .imgs-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 626px;
}
.con3 .imgs-list li {
  cursor: pointer;
  width: 378px;
  margin-bottom: 32px;
}
.con3 .imgs-list .img-box {
  height: 236px;
  margin-bottom: 15px;
}
.con3 .imgs-list .d-flex {
  padding: 0 6px;
}
.con3 .imgs-list .d-flex .d-info {
  font-size: 15px;
  color: #3d3d3d;
}
.con3 .imgs-list .d-flex .d-info .a-toux {
  width: 30px;
  height: 30px;
}
.con3 .imgs-list .d-flex .d-info span {
  align-self: center;
}
.con3 .imgs-list .d-flex .a-guanz {
  align-self: center;
  color: #cd1632;
  padding: 0 10px;
  border: 1px solid #cd1632;
  border-radius: 15px;
  font-size: 12px;
  line-height: 22px;
  cursor: pointer;
}