.relevant {
  float: right;
}
.relevant .r_list {
  border-left: 0;
}
.news {
  margin-top: 56px;
}
.news .container .a_list {
  width: 69.5%;
  float: left;
}
.news .container .a_list .a_con {
  padding-top: 14px;
}
.news .container .a_list .a_con ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d0d0d0;
}
.news .container .a_list .a_con ul li:nth-last-child(1) {
  border-bottom: none;
}
.news .container .a_list .a_con ul li .images {
  width: 270px;
  float: left;
  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: 66.1%;
  float: right;
}
.news .container .a_list .a_con ul li .text a {
  padding: 8px 17px;
}
.news .container .a_list .a_con ul li .text a h3 {
  margin-bottom: 24px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}
.news .container .a_list .a_con ul li .text a .t_con {
  margin-bottom: 20px;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  transition: color 0.3s;
}
.news .container .a_list .a_con ul li .text a .t_bottom p {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.news .container .a_list .a_con ul li .text a .t_bottom .time {
  margin-left: 64px;
}
.news .container .a_list .a_con ul li .text a .t_bottom .icon {
  display: inline-block;
  width: 15px;
}
.news .container .a_list .a_con ul li .text a:hover h3 {
  color: #1481f1;
}
.news .container .a_list .a_con ul li .text a:hover .t_con {
  color: #333;
}
.news .container .a_list .page {
  padding-top: 10px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .news .container .relevant {
    display: none;
  }
}
/*news_Detail*/
.news_Detail {
  margin-top: 55px;
}
.news_Detail .container {
  margin-bottom: 47px;
}
.news_Detail .container .a_list {
  width: 69.5%;
  float: left;
  max-width: 830px;
  padding-top: 16px;
}
.news_Detail .container .a_list .a_con {
  margin-bottom: 25px;
  padding: 32px 35px 35px 35px ;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px 0px rgba(3, 0, 0, 0.15);
  background-color: #ffffff;
}
.news_Detail .container .a_list .a_con .title {
  text-align: center;
}
.news_Detail .container .a_list .a_con .title h2 {
  font-size: 20px;
  margin-bottom: 28px;
}
.news_Detail .container .a_list .a_con .title .t_bottom {
  padding-bottom: 31px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.news_Detail .container .a_list .a_con .title .t_bottom .preview {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.news_Detail .container .a_list .a_con .title .t_bottom .time {
  display: inline-block;
  margin-left: 70px;
  font-size: 14px;
  color: #999999;
}
.news_Detail .container .a_list .a_con .title .t_bottom .icon {
  display: inline-block;
  width: 15px;
  margin-left: 2px;
  vertical-align: text-bottom;
}
.news_Detail .container .a_list .a_con .con {
  padding-top: 34px;
}
.news_Detail .container .a_list .a_con .con p {
  padding-top: 31px;
  font-size: 14px;
  /*text-indent:30px;*/
  line-height: 30px;
}
.news_Detail .container .a_list .a_con .con p:nth-child(1) {
  padding-top: 0;
}
.news_Detail .container .a_list .page {
  margin-bottom: 0;
}
.news_Detail .container .a_list .read {
  margin-top: 43px;
  padding-top: 36px;
  border-top: 1px solid #f0f0f0;
}
.news_Detail .container .a_list .read a {
  width: 45%;
  font-size: 14px;
}
.news_Detail .container .a_list .read a:nth-child(1) {
  float: left;
}
.news_Detail .container .a_list .read a:nth-child(2) {
  float: right;
  text-align: right;
}
.news_Detail .container .a_list .read a:hover {
  color: #1481f1;
}
.news_Detail .container .a_list .read a span {
  display: inline-block;
  max-width: 80%;
}
@media (max-width: 1200px) {
  .news .container .a_list .a_con ul li .images {
    width: 37%;
  }
  .news .container .a_list .a_con ul li .text a .t_con {
    font-size: 13px;
  }
  .news .container .a_list .a_con ul li .text {
    width: 60%;
  }
  .news_Detail .container .a_list .read a {
    width: 48%;
  }
  .news_Detail .container .a_list .read a span {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  .news .container .a_list {
    width: 100%;
  }
  .news .container .a_list .page {
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .news_Detail .container .a_list {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .news {
    margin-top: 20px;
  }
  .news .container .a_list {
    width: 100%;
  }
  .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: 8px 0px;
  }
  .news .container .a_list .a_con ul li .text a h3 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 16px;
  }
  .news .container .a_list .a_con ul li .text a .t_bottom .time {
    margin-left: 16px;
  }
  .page a span {
    padding: 5px 8px;
  }
  .news_Detail {
    margin-top: 30px;
  }
  .news_Detail .container .a_list .read a {
    width: 100%;
  }
  .news_Detail .container .a_list .read a:nth-child(2) {
    margin-top: 20px;
    text-align: left;
  }
  .news_Detail .container {
    margin-bottom: 30px;
  }
  .news_Detail .container .a_list .a_con {
    padding: 32px 20px 35px 20px;
  }
  .news_Detail .container .a_list .a_con .title h2 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .news_Detail .container .a_list .a_con .title .t_bottom {
    padding-bottom: 12px;
  }
  .news_Detail .container .a_list .a_con .title .t_bottom .time {
    margin-left: 20px;
  }
  .news_Detail .container .a_list .a_con .con {
    padding-top: 20px;
  }
  .news_Detail .container .a_list .a_con .con p {
    line-height: 28px;
    padding-top: 18px;
  }
  .news_Detail .container .a_list .a_con .title .t_bottom .time {
    margin-left: 0;
  }
  .news_Detail .container .a_list .read {
    margin-top: 20px;
    padding-top: 15px;
  }
  .relevant {
    margin-bottom: 0;
  }
}
/* sourceMappingURL=news.css.map */
