﻿@charset "utf-8";
.hudong_box {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/hudong_bj.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.hudong_item.active {
  background-color: #57a4ee;
}

.hudong_item.active a .list_con h2,
.hudong_item.active a .list_con h3,
.hudong_item.active a .list_con p {
  color: #fff;
}

.hudong_item {
  /*width: 100%;*/
  display: block;
  height: 12em;
  text-decoration: none;
  margin: 10px 0;
  border-right: 1px solid #dadada;
}

.hudong_box .hudong_item:last-child {
  border: none;
}

.hudong_item a .list_con {
  padding: 5px 0;
  width: 100%;
}

.hudong_item a .list_con h2 {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #8a8a8a;
  margin-bottom: 15px;
}

.hudong_item a .list_con h3 {
  font-size: 1.2em;
  line-height: 18px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #2d71b3;
  margin-bottom: 20px;
}

.hudong_item a .list_con p {
  font-size: .8em;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  color: #323131;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .hudong_item {
    height: auto;
  }
  .hudong_item a .list_con p {
    display: none;
  }
}

.info-box {
  margin: 20px 0 40px;
}

.list_kuai {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}

.list {
  width: 96%;
  margin: 20px 2%;
}

.list .list_title_box .list_left {
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #626262;
}

.list .list_left span {
  color: #fff;
  padding: 6px 8px;
  margin-right: 10px;
  background-color: #256edf;
}

.list .list_title_box .list_right {
  float: right;
  font-size: 14px;
  text-align: right;
  line-height: 26px;
  color: #929292;
}

.list .list_cont {
  width: 100%;
  background-color: #f3f8ff;
}

.list .list_cont p {
  width: 100%;
  padding: 8px;
  font-size: 12px;
  line-height: 26px;
  color: #1d4f76;
}

.list .list_cont a {
  width: 100%;
  padding: 8px;
  font-size: 12px;
  line-height: 26px;
  color: #1d4f76;
}

.huifu .list_left span {
  background-color: #d20d50;
}

.huifu .list_cont {
  width: 100%;
  background-color: #fff8fb;
}

.huifu .list_cont p {
  color: #7d2644;
}

@media (min-width: 767px) {
  .hudong_box {
    margin-top: 50px;
  }
  .hudong_item {
    width: 16%;
    margin: 30px 0;
    height: 240px;
  }
  .hudong_item.active {
    width: 20%;
  }
  .hudong_item a .list_con {
    padding: 3em 0 0;
    width: 100%;
  }
  .hudong_item a .list_con p {
    /*font-size: em;*/
    padding: 0 10px;
  }
}