.main {
  margin-top: -350px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 10px 0 #17171733;
  padding: 49px 30px;
}
.main .headlines {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 42px;
}
.main .headlines .icon {
  margin-right: 50px;
}
.main .headlines .swiper {
  flex: 1;
  height: 60px;
}
.main .headlines .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.main .headlines .swiper .swiper-slide a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
.main .headlines .swiper .swiper-slide a:hover {
  color: #cb0505;
}
.main .news {
  display: flex;
  height: 385px;
  margin-top: 40px;
}
.main .news .news_l {
  width: 698px;
  height: 100%;
}
.main .news .news_l .swiper {
  width: 100%;
  height: 100%;
}
.main .news .news_l .swiper .swiper-button-prev::after,
.main .news .news_l .swiper .swiper-button-next::after {
  display: none;
}
.main .news .news_l .swiper .swiper-slide {
  width: 100%;
}
.main .news .news_l .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .news .news_r {
  flex: 1;
  padding: 60px 40px;
  background: #eefcff;
}
.main .news .news_r .title {
  font-size: 22px;
  color: #015293;
  margin-bottom: 30px;
}
.main .news .news_r .desc {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.main .module {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.main .module .module_item {
  width: 594px;
}
.main .module .module_item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .module .module_item .top .more {
  font-size: 14px;
  color: #666;
}
.main .module .module_item .top .more:hover {
  color: #015293;
}
.main .module .module_item .head {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.main .module .module_item .head li {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.main .module .module_item .head li.on a {
  color: #015293;
  font-weight: 700;
  border-color: #015293;
}
.main .module .module_item .head li:last-child {
  margin-right: 0;
}
.main .module .module_item .head li:last-child::after {
  display: none;
}
.main .module .module_item .head li::after {
  content: "/";
  color: #666666;
  margin-left: 15px;
}
.main .module .module_item .head li a {
  display: flex;
  justify-content: center;
  width: 130px;
  color: #666666;
  border-bottom: 3px solid transparent;
  padding-bottom: 6px;
}
.main .module .module_item .list {
  margin-top: 20px;
}
.main .module .module_item .list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #dedede;
  padding-left: 24px;
}
.main .module .module_item .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #015293;
  transform: translateY(-50%);
}
.main .module .module_item .list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.main .module .module_item .list li a .date {
  color: #b4b4b4;
}
.main .module .module_item .list li a:hover {
  color: #015293;
}
.main .module .module_item .list li a:hover .date {
  color: #b4b4b4;
}
.main .video {
  margin-top: 49px;
}
.main .video .title {
  display: flex;
  justify-content: center;
  font-size: 30px;
  color: #016bb5;
  font-weight: 700;
}
.main .video .title .text {
  padding-bottom: 6px;
  border-bottom: 3px solid #016bb5;
}
.main .video .swiper {
  width: 100%;
  height: 314px;
  margin-top: 40px;
}
.main .video .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.main .video .swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  width: 98%;
  height: 98%;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 #0000003b;
}
.main .video .swiper .swiper-slide a:hover .name {
  color: #015293;
}
.main .video .swiper .swiper-slide a img {
  width: 100%;
  height: 244px;
}
.main .video .swiper .swiper-slide a .name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 16px;
  color: #666666;
}
