.news {
  margin-top: 66px;
  padding-bottom: 33px;
}
.news .container .a_list .a_con {
  padding-top: 14px;
}
.news .container .a_list .a_con ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.news .container .a_list .a_con ul li:nth-last-child(1) {
  border-bottom: 0;
  margin-bottom: 7px;
}
.news .container .a_list .a_con ul li .images {
  float: right;
  width: 31.667%;
  overflow: hidden;
}
.news .container .a_list .a_con ul li .images a img {
  transition: all 0.8s;
}
.news .container .a_list .a_con ul li .images a:hover img {
  transform: scale(1.1);
}
.news .container .a_list .a_con ul li .text {
  width: 64%;
  float: left;
}
.news .container .a_list .a_con ul li .text > a {
  padding: 8px 0px;
}
.news .container .a_list .a_con ul li .text > a h3 {
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}
.news .container .a_list .a_con ul li .text > a .t_top {
  margin-bottom: 22px;
}
.news .container .a_list .a_con ul li .text > a .t_top p {
  display: inline-block;
  font-size: 14px;
  color: #999;
}
.news .container .a_list .a_con ul li .text > a .t_top .preview {
  margin-left: 64px;
}
.news .container .a_list .a_con ul li .text > a .t_top .icon {
  display: inline-block;
  width: 15px;
}
.news .container .a_list .a_con ul li .text > a .t_con {
  margin-bottom: 25px;
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  transition: color 0.3s;
}
.news .container .a_list .a_con ul li .text > a .look {
  width: 150px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background-color: #eeeeee;
}
.news .container .a_list .a_con ul li .text > a .look:hover {
  color: #fff;
  background-color: #0f69bd;
}
.news .container .a_list .a_con ul li .text > a:hover h3 {
  color: #0f69bd;
}
.news .container .a_list .a_con ul li .text > a:hover .t_con {
  color: #333;
}
/*news_List*/
.news_List {
  margin-top: 75px;
}
.news_List .container {
  margin-bottom: 47px;
}
.news_List .container .a_list {
  width: 69.5%;
  float: left;
  max-width: 830px;
}
.news_List .container .a_list .a_con {
  margin-bottom: 25px;
  padding: 35px 30px 35px 35px ;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px 0px rgba(3, 0, 0, 0.15);
  background-color: #fff;
}
.news_List .container .a_list .a_con .title {
  text-align: center;
}
.news_List .container .a_list .a_con .title h2 {
  font-size: 20px;
  margin-bottom: 7px;
}
.news_List .container .a_list .a_con .title .t_bottom {
  padding-bottom: 33px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.news_List .container .a_list .a_con .title .t_bottom .preview {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.news_List .container .a_list .a_con .title .t_bottom .time {
  display: inline-block;
  margin-left: 70px;
  font-size: 14px;
  color: #999999;
}
.news_List .container .a_list .a_con .title .t_bottom .icon {
  display: inline-block;
  width: 15px;
  margin-left: 2px;
  vertical-align: text-bottom;
}
.news_List .container .a_list .a_con .con {
  padding-top: 29px;
}
.news_List .container .a_list .a_con .con p {
  padding-top: 27px;
  font-size: 14px;
  line-height: 24px;
}
.news_List .container .a_list .a_con .con p:nth-child(1) {
  padding-top: 0;
}
.news_List .container .a_list .page {
  margin-bottom: 0;
}
.news_List .container .a_list .read {
  margin-top: 43px;
  padding-top: 36px;
  border-top: 1px solid #f0f0f0;
}
.news_List .container .a_list .read a {
  width: 45%;
  font-size: 16px;
}
.news_List .container .a_list .read a:nth-child(1) {
  float: left;
}
.news_List .container .a_list .read a:nth-child(2) {
  float: right;
  text-align: right;
}
.news_List .container .a_list .read a:hover {
  color: #015093;
}
.news_List .container .a_list .read a span {
  display: inline-block;
  max-width: 80%;
}
/*优势分销*/
.cooperation {
  margin-top: 80px;
  padding-bottom: 35px;
}
.cooperation .con ul li {
  float: left;
  width: 18.5%;
  margin-right: 1.8%;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: solid 1px #d9d9d9;
  overflow: hidden;
  transition: all 0.5s;
}
.cooperation .con ul li img {
  transition: all 0.5s;
}
.cooperation .con ul li:nth-child(5n) {
  margin-right: 0;
}
.cooperation .con ul li:hover {
  border-color: #1a50a7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.cooperation .con ul li:hover img {
  transform: scale(1.4);
}
@media (max-width: 1200px) {
  .news_List .container .a_list .read a {
    width: 48%;
  }
  .news_List .container .a_list .read a span {
    max-width: 75%;
  }
}
@media (max-width: 1100px) {
  .news .container .a_list .a_con ul li .images {
    width: 37%;
  }
  .news .container .a_list .a_con ul li .text {
    width: 60%;
  }
  .news .container .a_list .a_con ul li .text > a h3 {
    margin-bottom: 15px;
    line-height: 22px;
  }
  .news .container .a_list .a_con ul li .text > a .t_top {
    margin-bottom: 12px;
  }
  .news .container .a_list .a_con ul li .text > a .t_con {
    margin-bottom: 20px;
  }
  .news .container .a_list .a_con ul li .text > a .look {
    width: 128px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .news .container .a_list .a_con ul li .images {
    width: 42%;
  }
  .news .container .a_list .a_con ul li .text {
    width: 55%;
  }
  .news .container .a_list .a_con ul li .text > a .t_con {
    margin-bottom: 12px;
  }
  .news_List .container .a_list {
    width: 100%;
    margin-bottom: 20px;
  }
  .cooperation .con ul li {
    width: 22.75%;
  }
  .cooperation .con ul li:nth-child(5n) {
    margin-right: 1.8%;
  }
  .cooperation .con ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .news {
    margin-top: 17px;
    padding-bottom: 10px;
  }
  .news .container .a_list .a_con ul li {
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .news .container .a_list .a_con ul li .images {
    width: 100%;
  }
  .news .container .a_list .a_con ul li .text {
    width: 100%;
  }
  .news .container .a_list .a_con ul li .text > a {
    padding: 30px 0px;
  }
  .news .container .a_list .a_con ul li .text > a .t_top .preview {
    margin-left: 42px;
  }
  .news .container .a_list .a_con ul li .text > a .t_con {
    height: 56px;
    font-size: 14px;
    line-height: 28px;
  }
  .news_List {
    margin-top: 30px;
  }
  .news_List .container .a_list .read a {
    width: 100%;
  }
  .news_List .container .a_list .read a:nth-child(2) {
    margin-top: 20px;
    text-align: left;
  }
  .news_List .container {
    margin-bottom: 30px;
  }
  .news_List .container .a_list .a_con {
    padding: 32px 20px 35px 20px;
  }
  .news_List .container .a_list .a_con .title h2 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .news_List .container .a_list .a_con .title .t_bottom {
    padding-bottom: 12px;
  }
  .news_List .container .a_list .a_con .title .t_bottom .time {
    margin-left: 20px;
  }
  .news_List .container .a_list .a_con .con {
    padding-top: 20px;
  }
  .news_List .container .a_list .a_con .con p {
    line-height: 28px;
    padding-top: 18px;
  }
  .news_List .container .a_list .a_con .title .t_bottom .time {
    margin-left: 0;
  }
  .news_List .container .a_list .read a {
    font-size: 14px;
  }
  /*  .Top_position .mainsVw .container .position .p_con a {margin: 0 6px;}*/
  .cooperation {
    margin-top: 40px;
    padding-bottom: 0px;
  }
  .cooperation .con ul li {
    width: 48.5%;
    margin-bottom: 15px;
  }
  .cooperation .con ul li:nth-child(5n) {
    margin-right: 1.8%;
  }
  .cooperation .con ul li:nth-child(2n) {
    margin-right: 0;
  }
}
/* sourceMappingURL=news.css.map */
