.main .infos .info_out .info {
  width: 1400px;
  display: block;
  margin: auto;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #999;
  position: relative;
}
.main .infos .info_out .info .data {
  float: left;
  line-height: 140px;
  margin-left: 45px;
  font-size: 16px;
}
.main .infos .info_out .info .data::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #999;
  margin: -6px 65px -6px 40px;
}
.main .infos .info_out .info .txt {
  float: left;
  color: #333;
  line-height: 140px;
  font-size: 18px;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .infos .info_out .info .img {
  float: left;
  margin-left: 125px;
  width: 256px;
  height: 142px;
}
.main .infos .info_out .info .img img {
  width: 100%;
  height: 100%;
}
.main .infos .info_out .info .look {
  width: 120px;
  height: 36px;
  line-height: 36px;
  float: right;
  background: url("../img/zx_right.png") no-repeat right center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main .infos .info_out .info::after {
  content: "";
  display: block;
  clear: both;
}
.main .infos .info_out:hover {
  background-color: #f7f7f7;
}
.main .infos .info_out:hover .data {
  color: #333;
}
.main .infos .info_out:hover .txt {
  color: #ed1d26;
}
.main .infos .info_out:hover .look {
  color: #ed1d26;
  background-image: url("../img/zx_right2.png");
}
.main #noDate .img {
  margin-left: 300px;
}
.main_two {
  color: #333;
}
.main_two .banner {
  margin-bottom: 60px;
}
.main_two .unit {
  width: 1400px;
  margin: auto;
}
.main_two .unit .unit_name {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.main_two .unit .unit_name .unit_title {
  font-size: 32px;
  margin-bottom: 15px;
}
.main_two .unit .unit_name .unit_time {
  font-size: 16px;
  color: #999;
  margin-bottom: 30px;
}
.main_two .unit .unit_msg {
  font-size: 16px;
  color: #717171;
  padding: 0 40px;
}
.main_two .unit .unit_msg p {
  margin-top: 30px;
}
.main_two .unit .unit_msg .img {
  text-align: center;
  margin-top: 30px;
}
.main_two .unit .back {
  display: block;
  font-size: 14px;
  color: #717171;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  user-select: none;
  margin: 80px auto 50px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
}
.main_two .unit .news .new {
  border: solid #e5e5e5;
  border-width: 1px 0 1px 0;
  margin-bottom: 50px;
}
.main_two .unit .news .new .new_info {
  display: block;
  float: right;
  width: 50%;
  padding: 14px 20px;
  position: relative;
  color: #333;
}
.main_two .unit .news .new .new_info .img {
  width: 200px;
  height: 110px;
  float: left;
  margin-right: 14px;
}
.main_two .unit .news .new .new_info .img img {
  width: 100%;
  height: 100%;
}
.main_two .unit .news .new .new_info .text {
  position: absolute;
  top: 50%;
  left: 234px;
  transform: translateY(-50%);
}
.main_two .unit .news .new .new_info .text .go span {
  color: #999;
  font-size: 14px;
}
.main_two .unit .news .new .new_left {
  float: left;
  border-right: 1px solid #e5e5e5;
}
.main_two .unit .news .new::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .main_two {
    color: #333;
  }
  .main_two .banner {
    margin-bottom: 0.6rem;
  }
  .main_two .unit {
    width: 100%;
  }
  .main_two .unit .unit_name {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.3rem;
    padding: 0 10px;
  }
  .main_two .unit .unit_name .unit_title {
    font-size: 0.5rem;
    line-height: 0.7rem;
    margin-bottom: 0.15rem;
  }
  .main_two .unit .unit_name .unit_time {
    font-size: 0.3rem;
    color: #999;
    margin-bottom: 0.3rem;
  }
  .main_two .unit .unit_msg {
    font-size: 0.35rem;
    color: #717171;
    padding: 0 10px;
  }
  .main_two .unit .unit_msg p {
    margin-top: 0.3rem;
  }
  .main_two .unit .unit_msg .img {
    text-align: center;
    margin-top: 0.3rem;
  }
  .main_two .unit .back {
    font-size: 0.3rem;
    color: #717171;
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    user-select: none;
    cursor: pointer;
    margin: 0.8rem auto 0.5rem;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
  }
  .main_two .unit .news .new {
    border: solid #e5e5e5;
    border-width: 1px 0 1px 0;
    margin-bottom: 0.5rem;
  }
  .main_two .unit .news .new .new_info {
    float: left;
    width: 100%;
    padding: 14px 20px;
    position: relative;
  }
  .main_two .unit .news .new .new_info .img {
    width: 2rem;
    height: 1.1rem;
    float: left;
    margin-right: 14px;
  }
  .main_two .unit .news .new .new_info .img img {
    width: 100%;
    height: 100%;
  }
  .main_two .unit .news .new .new_info .text {
    position: absolute;
    top: 50%;
    left: 2.7rem;
    transform: translateY(-50%);
  }
  .main_two .unit .news .new .new_info .text .go a {
    color: #999;
    font-size: 0.3rem;
  }
  .main_two .unit .news .new .new_info .text .text_name {
    height: 0.6rem;
    width: 4.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main_two .unit .news .new .new_left {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .main_two .unit .news .new::after {
    content: "";
    display: block;
    clear: both;
  }
  .main .banner {
    margin-bottom: 0.5rem;
  }
  .main .infos {
    padding: 10px;
  }
  .main .infos .info_out .info {
    width: 100%;
    display: block;
    margin: auto;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #999;
    position: relative;
  }
  .main .infos .info_out .info .data {
    float: left;
    line-height: 0.4rem;
    margin-left: 0;
    width: 0.9rem;
    font-size: 0.3rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .main .infos .info_out .info .data::after {
    content: none;
  }
  .main .infos .info_out .info .txt {
    float: left;
    width: 2.7rem;
    height: 1.854rem;
    margin-left: 1rem;
    padding-left: 0.2rem;
    color: #333;
    line-height: 0.48rem;
    font-size: 0.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
    border-left: 1px solid #e5e5e5;
  }
  .main .infos .info_out .info .img {
    float: right;
    margin-left: 0;
    width: 3rem;
    height: 1.854rem;
  }
  .main .infos .info_out .info .look {
    display: none;
  }
  .main .infos .info_out .info::after {
    content: "";
    display: block;
    clear: both;
  }
  .main #noDate .info {
    width: 100%;
    display: block;
    margin: auto;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #999;
    position: relative;
  }
  .main #noDate .info .txt {
    float: left;
    width: 3.8rem;
    height: 1.854rem;
    margin-left: 0rem;
    padding-left: 0;
    color: #333;
    line-height: 0.48rem;
    font-size: 0.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
    border: none;
  }
  .main #noDate .info .img {
    float: right;
    margin-left: 0;
    width: 3rem;
    height: 1.854rem;
  }
  .main #noDate .info .look {
    display: none;
  }
  .main #noDate .info::after {
    content: "";
    display: block;
    clear: both;
  }
}
