﻿.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blue {
  color: #004b8d;
}
.red {
  color: #A20F1A;
}
.red_more:hover {
  background-color: #A20F1A !important;
}
.banner {
  height: 710px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-container .swiper-slide img {
  max-width: 1920px;
}
.banner .swiper-container .swiper-slide a {
  position: relative;
  top: -30%;
  color: #fff;
  font-size: 24px;
  left: 20%;
}
.banner .swiper-container .swiper-button-white {
  top: 45%;
  width: 50px;
  height: 80px;
  background-color: #333333;
  border-radius: 5px;
  opacity: 0.6;
  display: none;
}
.banner .swiper-container .swiper-button-prev {
  left: 3%;
  background-size: 40% 40% !important;
}
.banner .swiper-container .swiper-button-next {
  right: 3%;
  background-size: 40% 40% !important;
}
.banner:hover .swiper-button-white {
  display: block;
  transition: 0.5s;
}
.new_top {
  overflow: hidden;
  border-bottom: 1px solid #DEDEDE;
  height: 50px;
  margin-bottom: 20px;
}
.new_top .new_left {
  display: inline-block;
  vertical-align: middle;
}
.new_top .new_left .title_wrap {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 38px;
}
.new_top .new_left .title_wrap .title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.new_top .new_right {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  font-size: 14px;
  width: 85px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #DEDEDE;
  border-radius: 20px;
  text-align: center;
  float: right;
}
.new_top .new_right:hover {
  background-color: #004b8d;
}
.new_top .new_right:hover a {
  color: #fff;
}
.content_wrap {
  margin: 0 auto;
  max-width: 1920px;
}
.content_wrap .content {
  width: 1400px;
  margin: 0 auto;
}
.content_wrap .content .new_wrap {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
}
.content_wrap .content .new_wrap .item_wrap .item {
  margin-bottom: 25px;
}
.content_wrap .content .new_wrap .item_wrap .item .title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content_wrap .content .new_wrap .item_wrap .item .title:hover a {
  color: #94070a;
}
.content_wrap .content .new_wrap .item_wrap .item .content {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content_wrap .content .new_wrap .item_wrap .item .time {
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #9b9b9b;
  margin-bottom: 25px;
}
.content_wrap .content .new_wrap .item_wrap .item .time a {
  color: #9b9b9b;
}
.content_wrap .content .new_wrap .item_wrap .item .time span {
  float: right;
}
.content_wrap .content .new_wrap .item_wrap .item .time span:first-child {
  float: left;
}
.content_wrap .content .new_wrap .item_wrap .item_img {
  margin-bottom: 25px;
}
.content_wrap .content .new_wrap .item_wrap .item_img .img img {
  width: 100%;
  height: 176px;
  overflow: hidden;
}
.content_wrap .content .new_wrap .item_wrap .item_img a:hover .title,
.content_wrap .content .new_wrap .item_wrap .item_img a:hover .content,
.content_wrap .content .new_wrap .item_wrap .item_img a:hover .time span {
  color: #004b8d;
}
.content_wrap .content .new_wrap .item_wrap .item_img a:hover .time .more {
  background-image: url(../images/more-active.png);
}
.content_wrap .content .new_wrap .item_wrap .item_img .title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content_wrap .content .new_wrap .item_wrap .item_img .title:hover a {
  color: #94070a;
}
.content_wrap .content .new_wrap .item_wrap .item_img .content {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #8D8D8D;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content_wrap .content .new_wrap .item_wrap .item_img .time {
  font-size: 16px;
  font-weight: 400;
  color: #9b9b9b;
  overflow: hidden;
  margin-bottom: 25px;
}
.content_wrap .content .new_wrap .item_wrap .item_img .time a {
  color: #9b9b9b;
}
.content_wrap .content .new_wrap .item_wrap .item_img .time span {
  float: right;
}
.content_wrap .content .new_wrap .item_wrap .item_img .time span:first-child {
  float: left;
}
.content_wrap .content .new_wrap .item_wrap .item_img .time .more {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../images/more.png);
  background-repeat: no-repeat;
}
.content_wrap .content .new_wrap .item_wrap .swiper-jiantou {
  display: inline-block;
  top: 2px;
  right: 120px;
  position: absolute;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.content_wrap .content .new_wrap .item_wrap .swiper-prev {
  right: 160px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
}
.content_wrap .content .new_wrap .item_wrap .swiper-prev:hover {
  background-image: url(../images/left-active.png);
}
.content_wrap .content .new_wrap .item_wrap .swiper-next {
  background-image: url(../images/right.png);
}
.content_wrap .content .new_wrap .item_wrap .swiper-next:hover {
  background-image: url(../images/right-active.png);
}
.content_wrap .tongzhi_warp {
  background-image: url(../images/tongzhi_bg.png);
  height: 345px;
  background-repeat: no-repeat;
}
.content_wrap .tongzhi_warp .tongzhi {
  width: 1400px;
  margin: 0 auto;
}
.content_wrap .tongzhi_warp .new_top {
  padding: 40px 20px 0px 20px;
  margin: 20px 0;
  border: 0;
}
.content_wrap .tongzhi_warp .new_top .new_right {
  border: 1px solid #A20F1A;
}
.content_wrap .tongzhi_warp .new_top .new_right:hover {
  background-color: #A20F1A;
  color: #fff;
}
.content_wrap .tongzhi_warp .tongzhi_content {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.content_wrap .tongzhi_warp .tongzhi_content .tongzhi_item {
  width: 300px;
  background-color: #fff;
  height: 85px;
  padding: 18px 12px;
  border-top-right-radius: 20px;
  border-bottom: 3px solid #A20F1A;
}
.content_wrap .tongzhi_warp .tongzhi_content .tongzhi_item .item_top {
  height: 50px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
.content_wrap .tongzhi_warp .tongzhi_content .tongzhi_item .item_down {
  font-size: 14px;
  color: #8d8d8d;
}
.content_wrap .tongzhi_warp .tongzhi_content .tongzhi_item .item_down::before {
  position: relative;
  top: 3px;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/time.png);
  background-repeat: no-repeat;
  float: left;
  margin-right: 5px;
}
.content_wrap .tongzhi_warp .tongzhi_content .tongzhi_item .item_down_left {
  float: left;
  font-size: 16px;
}
.content_wrap .tongzhi_warp .tongzhi_content .tongzhi_item .item_down_right {
  float: right;
  width: 19px;
  height: 19px;
  background-image: url(../images/more.png);
  background-repeat: no-repeat;
}
.content_wrap .tongzhi_warp .tongzhi_content .tongzhi_item:hover {
  background-color: #A20F1A;
  transition: 0.8s;
}
.content_wrap .tongzhi_warp .tongzhi_content .tongzhi_item:hover .item_down {
  color: #fff;
}
.content_wrap .tongzhi_warp .tongzhi_content .tongzhi_item:hover .item_top {
  color: #fff;
}
.content_wrap .tongzhi_warp .tongzhi_content .tongzhi_item:hover .item_down::before {
  background-image: url(../images/time-active.png);
}
.content_wrap .tongzhi_warp .tongzhi_content .tongzhi_item:hover .item_down_right {
  background-image: url(../images/more-red.png);
}
.content_wrap .middle_wrap {
  max-width: 1920px;
}
.content_wrap .middle_wrap .content {
  width: 1400px;
  padding: 50px 0 30px 0;
  margin: 0 auto;
}
.content_wrap .middle_wrap .content .left {
  width: 840px;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 420px;
}
.content_wrap .middle_wrap .content .left .fengcai {
  display: flex;
  justify-content: space-between;
}
.content_wrap .middle_wrap .content .left .fengcai .fengcai_item {
  width: 264px;
}
.content_wrap .middle_wrap .content .left .fengcai .fengcai_item .fengcai_top {
  height: 276px;
  font-size: 18px;
}
.content_wrap .middle_wrap .content .left .fengcai .fengcai_item .fengcai_top p {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content_wrap .middle_wrap .content .left .fengcai .fengcai_item .fengcai_top img {
  width: 264px;
  height: 174px;
}
.content_wrap .middle_wrap .content .left .fengcai .fengcai_item .time {
  color: #8d8d8d;
  font-size: 16px;
}
.content_wrap .middle_wrap .content .left .fengcai .fengcai_item .time::before {
  content: "";
  float: left;
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
  margin-right: 6px;
  background-image: url(../images/time.png);
  background-repeat: no-repeat;
}
.content_wrap .middle_wrap .content .left .fengcai .fengcai_item:hover .fengcai_top {
  color: #004b8d;
}
.content_wrap .middle_wrap .content .left .fengcai .fengcai_item:hover .time {
  color: #004b8d;
}
.content_wrap .middle_wrap .content .left .fengcai .fengcai_item:hover .time::before {
  background-image: url(../images/time-blue.png);
}
.content_wrap .middle_wrap .content .right {
  width: 450px;
  vertical-align: top;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  height: 420px;
  float: right;
}
.content_wrap .middle_wrap .content .right .new_top {
  margin-bottom: 10px;
}
.content_wrap .middle_wrap .content .right .juan_content {
  display: inline-block;
  vertical-align: top;
}
.content_wrap .middle_wrap .content .right .juan_content .table {
  width: 450px;
  box-sizing: border-box;
}
.content_wrap .middle_wrap .content .right .juan_content .table .item {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  color: #333333;
  box-sizing: border-box;
}
.content_wrap .middle_wrap .content .right .juan_content .table .item div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.content_wrap .middle_wrap .content .right .juan_content .table .item .t_left {
  width: 76%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 18px;
}
.content_wrap .middle_wrap .content .right .juan_content .table .item .t_left::before {
  content: "";
  float: left;
  width: 20px;
  height: 20px;
  position: relative;
  top: 10px;
  margin-right: 6px;
  background-image: url(../images/heart.png);
  background-repeat: no-repeat;
}
.content_wrap .middle_wrap .content .right .juan_content .table .item .t_right {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  color: #A20F1A;
  text-align: right;
}
.content_wrap .middle_wrap .content .right .juan_content .img {
  margin-top: 20px;
}
.content_wrap .link_wrap {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 50px;
}
.content_wrap .link_wrap .new_top {
  border: none;
}
.content_wrap .link_wrap .link {
  padding: 20px;
  padding-bottom: 50px;
}
.content_wrap .link_wrap .link .link_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align-last: left;
}
.content_wrap .link_wrap .link .link_content .link_item a {
  display: inline-block;
  width: 300px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 42px;
  margin-top: 15px;
  margin-right: 40px;
  font-size: 18px;
}
.content_wrap .link_wrap .link .link_content .link_item a:hover {
  color: #004b8d;
  border-bottom: 1px solid #004b8d;
  transition: 0.4s;
}
.content_wrap .content .bin-xiaoyouhui,
.content_wrap .content .bin-jijinhui,
.bin-juan-qiye-box,
.bin-xiaoyoufengcai {
  display: none;
}