/* flex配置 */
.flex {
  display: flex;
  flex-wrap: nowrap;
}

.flex-center {
  justify-content: center;
  align-items: center;
}




.news-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.news-content .news-left {
  background-color: #eeeeee;
  width: 40%;
}

.news-content .news-right {
  width: 55%;
}

.news-content .news-left .img1 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  position: relative;
}

.news-content .news-left .img1 img {
  width: 100%;
  height: 100%;
}

.news-content .news-left .img1-title {
  position: absolute;
  top: 5px;
  left: 10px;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #8b8b8b;
  color: #ffffff
}

.news-content .news-left .img1-time {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 20px;
  background-color: #c0c0c0;
  color: #ffffff;
  padding: 7px 15px;
}

.news-content .news-left .news-list1 {
  padding: 35px 30px;
}

.news-content .news-left .news-list1 p:first-child {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}

.news-content .news-left .news-list1 p:last-child {
  padding: 20px 100px 0 0;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  text-align: left;
}

.news-content .news-right .news-top {
  display: flex;
  justify-content: space-between;
}

.news-content .news-right .news-top .news-nav1 {
  width: 48%;
}

.news-content .news-right .news-top .news-nav1 .img2 {
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: relative;
}

.news-content .news-right .news-top .news-nav1 .img2 img {
  width: 100%;
  height: 100%;
}

.news-content .news-right .news-top .news-nav1 .img2 .img2-title {
  position: absolute;
  top: 5px;
  left: 10px;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #8b8b8b;
  color: #ffffff
}

.news-content .news-right .news-top .news-nav1 .img2 .img2-time {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 20px;
  background-color: #c0c0c0;
  color: #ffffff;
  padding: 7px 15px;
}

.news-content .news-right .news-top .news-nav1 .news-list2 {
  padding: 20px;

}

.news-content .news-right .news-top .news-nav1 .news-list2 p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}

.news-content .news-buttom {
  padding: 36px 20px 0;
}

.news-content .news-buttom .newlast {
  height: 182px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-content .news-buttom .news-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  text-align: left;
}

.news-content .news-buttom .news-list .newsLIst-left {
  width: 80%;
}

.news-content .news-buttom .news-list .newsLIst-left p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}

.icon-triggle-sm {
  background: url(../images/triangle_sm.png) 0 50% no-repeat;
  padding-left: 20px;
  line-height: 40px;
  font-size: 12px;
  color: #b3b3b3;
}

.videoed {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 99;
  border-radius: 100%;
}

.videos {
  display: none;
  border: 1px solid #080808;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
  width: 1200px;
  /* height: 600px; */
}

.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
}

#video {
  margin: 0 auto;
  width: 1200px !important;
  position: relative;

}