.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;
}
.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 img {
  width: 100%;
  height: 100%;
}
.cont .news-cont .left-swiper .swiper-item p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url(../img/title-bg2.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 130px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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 .left-swiper .swiper-button-next {
  right: 0;
}
.cont .news-cont .left-swiper .swiper-button-prev {
  left: 0;
}
.cont .news-cont .left-swiper .swiper-button-next::after {
  content: '';
  width: 23px;
  height: 44px;
  background: url(../img/next.png) no-repeat;
  background-size: 100% 100%;
}
.cont .news-cont .left-swiper .swiper-button-prev::after {
  content: '';
  width: 23px;
  height: 44px;
  background: url(../img/prev.png) no-repeat;
  background-size: 100% 100%;
}
.cont .news-cont .right-news {
  width: 600px;
  height: 373px;
}
.cont .news-cont .right-news .title {
  width: 100%;
  height: 44px;
  background: url(../img/title-bg1.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: 53px;
  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 .news-list-cont {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 59px;
}
.cont .news-list-cont .news-list {
  width: 386px;
}
.cont .news-list-cont .news-list .title {
  width: 100%;
  height: 44px;
  background: url(../img/title-bg1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.cont .news-list-cont .news-list .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;
  vertical-align: top;
}
.cont .news-list-cont .news-list .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-list-cont .news-list .news {
  width: 100%;
  margin-top: 21px;
}
.cont .news-list-cont .news-list .news .main-news-item {
  display: block;
  width: 100%;
  height: 104px;
  margin-bottom: 15px;
  background-color: #f6f6f6;
}
.cont .news-list-cont .news-list .news .main-news-item .news-img {
  width: 150px;
  height: 100%;
  float: left;
}
.cont .news-list-cont .news-list .news .main-news-item .news-title {
  width: 200px;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cont .news-list-cont .news-list .news .main-news-item .time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #CE161C;
  float: left;
  margin-top: 14px;
  margin-left: 20px;
}
.cont .news-list-cont .news-list .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-list-cont .news-list .news .news-item .news-title {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: 251px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cont .news-list-cont .news-list .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-list-cont .news-list .news .news-item::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 28%;
  background-color: #c4c4c4;
}
.cont .news-list-cont .news-list .news .news-item:last-child {
  border-bottom: none;
}
.cont .news-list-cont .news-list .news .news-item:hover .news-title {
  font-size: 18px;
  color: #ce161c;
}
.cont .news-list-cont .news-list .news .news-item:hover .time {
  color: #ce161c;
}
.cont .news-list-cont .news-list .news .news-item:hover::before {
  background-color: #ce161c;
}
.cont .news-list-cont .yaowen .logo {
  width: 55px;
  margin-top: 8px;
}
.cont .news-list-cont .shxw .logo {
  width: 110px;
  margin-top: 8px;
}
.cont .news-list-cont .mtdj .logo {
  width: 109px;
  margin-top: 8px;
}
