/* 新闻 */
.news {
  margin-top: 20px;
}
.news .news_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.news .news_box .news_box_left {
  width: 862px;
}
.news .news_box .news_box_left .news_box_title {
  background: #FFFFFF;
  padding: 20px;
}
.news .news_box .news_box_left .news_box_title h1 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.news .news_box .news_box_left .news_box_title > div {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.news .news_box .news_box_left .news_box_title > div p {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.news .news_box .news_box_left .news_box_title > div p time {
  color: #666666;
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.news .news_box .news_box_left .news_box_title > div span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.news .news_box .news_box_left .news_box_content {
  padding: 30px 43px 40px;
  background: #FFFFFF;
  margin-top: 10px;
}
.news .news_box .news_box_left .news_box_content img {
  max-width: 100%;
}
.news .news_box .news_box_left .news_box_page {
  background-color: #FFFFFF;
  height: 54px;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.news .news_box .news_box_left .news_box_page .tcdPageCode {
  display: flex;
  align-items: center;
}
.news .news_box .news_box_left .news_box_page .tcdPageCode a {
  font-size: 14px;
  margin-left: 30px;
  padding: 8px 13px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}
.news .news_box .news_box_left .news_box_page .tcdPageCode span {
  margin-left: 30px;
}
.news .news_box .news_box_left .news_box_page .tcdPageCode .current {
  font-size: 14px;
  padding: 8px 13px;
  background-color: #007AFF;
  border-radius: 4px;
  border: 1px solid #007AFF;
  color: #FFFFFF;
}
.news .news_box .news_box_left .news_box_page .tcdPageCode .disabled {
  font-size: 14px;
  padding: 8px 13px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}
.news .news_box .news_box_right {
  width: 328px;
}
.news .news_box .news_box_right .fast {
  background: #FFFFFF;
  padding: 20px 20px 15px;
  margin-bottom: 20px;
}
.news .news_box .news_box_right .fast .fast_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0;
  border-bottom: 1px solid #F5F7FD;
}
.news .news_box .news_box_right .fast .fast_title h1 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 2px solid #007AFF;
}
.news .news_box .news_box_right .fast .fast_title a {
  color: #007AFF;
  font-size: 14px;
}
.news .news_box .news_box_right .fast .fast_content ul {
  margin-left: 4px;
  margin-top: 20px;
  border-left: 1px solid #F5F7FD;
}
.news .news_box .news_box_right .fast .fast_content ul li {
  margin-left: -10px;
  margin-bottom: 15px;
}
.news .news_box .news_box_right .fast .fast_content ul li a {
  display: flex;
}
.news .news_box .news_box_right .fast .fast_content ul li a span {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border: 3px solid #007AFF;
  border-radius: 50%;
}
.news .news_box .news_box_right .fast .fast_content ul li a p {
  line-height: 22px;
  margin-left: 9px;
}
.news .news_box .news_box_right .fast .fast_content ul li a p time {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.news .news_box .news_box_right .fast .fast_content .fast_list {
  background: #FFFFFF;
  margin-top: 20px;
}
.news .news_box .news_box_right .fast .fast_content .fast_list a {
  display: flex;
}
.news .news_box .news_box_right .fast .fast_content .fast_list a .fast_list_img {
  height: 60px;
  width: 107px;
  overflow: hidden;
}
.news .news_box .news_box_right .fast .fast_content .fast_list a > div img {
  max-height: 60px;
  width: 100%;
}
.news .news_box .news_box_right .fast .fast_content .fast_list a > div p {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  /*文本超出隐藏*/
  display: -webkit-box;
  /*盒子模型微弹性伸缩模型*/
  -webkit-box-orient: vertical;
  /*伸缩盒子的子元素垂直排列*/
  -webkit-line-clamp: 2;
  /*文本显示2行*/
}
.news .news_box .news_box_right .fast .fast_content .fast_list a > div p:nth-of-type(2) {
  font-size: 12px;
  color: #999;
}
.news .news_box .news_box_right .fast .fast_content .fast_list a > div:nth-of-type(2) {
  margin-left: 10px;
  width: 178px;
}
.news .news_box .news_box_right .fast .fast_content .fast_solve {
  width: 288px;
  height: 163px;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}
.news .news_box .news_box_right .fast .fast_content .fast_solve img {
  width: 100%;
  min-height: 163px;
}
.news .news_box .news_box_right .fast .fast_content .fast_solve p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
}
/* 动画  放大 缩小 */
@keyframes narrow {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes enlarge {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
