/* 轮播banner样式 */
.swiper-container-top {
  width: 100%;
  height: auto;
  position: relative;
}
.swiper-container-top .swiper-wrapper {
  width: 100% !important;
  height: auto;
}
.swiper-container-top .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
}
.swiper-container-top .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
/* 内容标题样式 */
.content_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.content_title_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.content_title_text {
  /* font-size: 37px; */
  font-size: 43px;
}
.content_title_text_1 {
  font-size: 43px;
  color: #c50000;
}
.content_title_line {
  flex: 1;
  margin: 0 10px;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 20px;
}
.content_title_more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 12px;
  color: #c50000 !important;
  border: 1px solid #c50000;
  margin-bottom: 8px;
  transition: all 0.2s;
}
.content_title_more:hover {
  color: #fff !important;
  background-color: #c50000;
}
/* 新闻资讯 */
.content_news_con {
  display: flex;
}
.content_news_con_left {
  display: flex;
  justify-content: space-between;
  width: 750px;
}
.content_news_con_right {
  flex: 1;
  margin-left: 20px;
  padding-top: 10px;
  border-top: 1px solid #c50000;
}
/* 通知公告 */
.content_notice_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* 活动速递 */
.content_activity_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.activity_list_item {
  width: calc(30%);
}
.activity_list_img {
  width: 100%;
  /* height: 163px; */
}
.activity_list_text {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
  transition: all .2s;
}
.activity_list_item:hover .activity_list_text {
  color: #c50000;
}
/* 办事流程 & 下载中心 */
.content1_box {
  width: 100%;
  height: auto;
  padding-top: 20px;
  margin-bottom: 20px;
}
.item_4 {
  display: flex;
  justify-content: space-between
}
.content1_con {
  width: 49%
}
.content1_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  background-color: #c50000;
}
.content1_title_text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.content1_title_more {
  color: #fff !important;
  font-size: 15px !important;
}
.content1_title_more:hover {
  text-decoration: underline;
}
.content1_list_con {
  background-color: #fff;
  padding: 20px 20px 0 20px;
  overflow: hidden;
}
/* 友情链接 */
.link_box {
  padding: 0 50px;
}
.link_line {
  width: 100%;
  height: 5px;
  background-color: #c50000;
}
.link_con {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.link_icon {
  width: 178px;
  height: 53px;
  background: url(../new_images/friends-tt.png) center center no-repeat;
  background-size: contain;
  margin-right: 25px;
}
