.cont {
  width: 1230px;
  background-color: #fff;
  margin: 0 auto;
}
.cont .news-cont {
  width: 1200px;
  margin: 0 auto;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}
.cont .news-cont .left-swiper {
  width: 570px;
  height: 373px;
  position: relative;
  overflow: hidden;
}
.cont .news-cont .left-swiper .swiper-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.cont .news-cont .left-swiper .swiper-item .swiper-pic {
  width: 100%;
  height: 100%;
}
.cont .news-cont .left-swiper .swiper-item .swiper-play {
  width: 62px;
  height: 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cont .news-cont .left-swiper .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 14px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 16px;
}
.cont .news-cont .left-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #fff;
}
.cont .news-cont .left-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c30000;
}
.cont .news-cont .right-news {
  width: 600px;
  height: 373px;
}
.cont .news-cont .right-news .title {
  width: 100%;
  height: 44px;
  background: url(../img/title-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.cont .news-cont .right-news .title span {
  display: inline-block;
  width: 4px;
  height: 23px;
  background: url(../img/1.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 7px;
  margin-top: 11px;
  margin-right: 5px;
}
.cont .news-cont .right-news .title .zhuanti-logo {
  width: 108px;
  margin-top: 8px;
}
.cont .news-cont .right-news .title .more {
  text-decoration: none;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.cont .news-cont .right-news .dj-news {
  width: 100%;
  margin-top: 21px;
}
.cont .news-cont .right-news .dj-news .news-item {
  display: block;
  text-decoration: none;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e0e0e0;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  margin-bottom: 8px;
}
.cont .news-cont .right-news .dj-news .news-item .news-title {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cont .news-cont .right-news .dj-news .news-item .time {
  display: inline-block;
  float: right;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-top: 2px;
}
.cont .news-cont .right-news .dj-news .news-item::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 28%;
  background-color: #c4c4c4;
}
.cont .news-cont .right-news .dj-news .news-item:last-child {
  border-bottom: none;
}
.cont .news-cont .right-news .dj-news .news-item:hover .news-title {
  font-size: 20px;
  color: #ce161c;
}
.cont .news-cont .right-news .dj-news .news-item:hover .time {
  color: #ce161c;
}
.cont .news-cont .right-news .dj-news .news-item:hover::before {
  background-color: #ce161c;
}
.cont .nav-container {
  width: 1200px;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  margin-bottom: 30px;
}
.cont .nav-container .nav-wrapper {
  width: 1100px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.cont .nav-container .nav-wrapper .nav-scroll {
  display: flex;
  transition: transform 0.3s ease;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
}
.cont .nav-container .nav-wrapper .nav-scroll .shiting-nav-item {
  flex-shrink: 0;
  padding: 0 12px;
  margin-right: 14px;
  background-color: #f0f0f0;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
.cont .nav-container .nav-wrapper .nav-scroll .active {
  background-color: #c30000;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.cont .nav-container .nav-wrapper .nav-scroll:active {
  cursor: grabbing;
}
.cont .nav-container .nav-wrapper .nav-scroll::-webkit-scrollbar {
  width: 0rem;
  display: none;
}
.cont .nav-container .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 40px;
  background-color: #fff5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
}
.cont .nav-container .nav-btn .arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #c30000;
  border-right: 2px solid #c30000;
}
.cont .nav-container .prev {
  left: 5px;
}
.cont .nav-container .prev .arrow {
  transform: rotate(-135deg);
  margin-left: 4px;
}
.cont .nav-container .next {
  right: 5px;
}
.cont .nav-container .next .arrow {
  transform: rotate(45deg);
  margin-right: 4px;
}
.cont .shiting-cont {
  width: 1200px;
  margin: 0 auto;
}
.cont .shiting-cont .video-cont1 {
  width: 100%;
  height: 332px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.cont .shiting-cont .video-cont1 .big-video-item {
  display: block;
  width: 590px;
  height: 332px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.cont .shiting-cont .video-cont1 .big-video-item img {
  width: 100%;
  height: 100%;
}
.cont .shiting-cont .video-cont1 .big-video-item .video-title {
  width: 100%;
  height: 72px;
  background: url(../img/video-title-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 72px;
  box-sizing: border-box;
  padding-left: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cont .shiting-cont .video-cont1 .big-video-item .video-title::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/video-play.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  bottom: 25px;
}
.cont .shiting-cont .video-cont1 .video-cont2 {
  width: 590px;
  height: 332px;
}
.cont .shiting-cont .video-cont1 .video-cont2 .video-item {
  display: block;
  text-decoration: none;
  width: 285px;
  height: 160px;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 13px;
}
.cont .shiting-cont .video-cont1 .video-cont2 .video-item img {
  width: 100%;
  height: 100%;
}
.cont .shiting-cont .video-cont1 .video-cont2 .video-item .video-title {
  width: 100%;
  height: 62px;
  background: url(../img/video-title-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 70px;
  box-sizing: border-box;
  padding-left: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cont .shiting-cont .video-cont1 .video-cont2 .video-item .video-play {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
}
.cont .shiting-cont .video-cont1 .video-cont2 .video-item .video-play img {
  width: 100%;
  height: 100%;
}
.cont .shiting-cont .video-cont1 .video-cont2 .video-item:nth-child(2n) {
  margin-right: 0;
}
.cont .shiting-cont .video-cont1 .video-cont2 .video-item:nth-child(n+3) {
  margin-bottom: 0;
}
.cont .shiting-cont .video-cont3 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 62px;
}
.cont .shiting-cont .video-cont3 .video-item {
  display: block;
  text-decoration: none;
  width: 285px;
  height: 160px;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 13px;
}
.cont .shiting-cont .video-cont3 .video-item img {
  width: 100%;
  height: 100%;
}
.cont .shiting-cont .video-cont3 .video-item .video-title {
  width: 100%;
  height: 62px;
  background: url(../img/video-title-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 70px;
  box-sizing: border-box;
  padding-left: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cont .shiting-cont .video-cont3 .video-item .video-play {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
}
.cont .shiting-cont .video-cont3 .video-item .video-play img {
  width: 100%;
  height: 100%;
}
.cont .shiting-cont .video-cont3 .video-item:nth-child(4n) {
  margin-right: 0;
}
.cont .shiting-cont .video-cont3 .video-item:nth-child(n+5) {
  margin-bottom: 0;
}
