#all #this_col {
  background-color: #fff;
}
#all #this_col #banner {
  position: relative;
  overflow: hidden;
}
#all #this_col #banner > .img_b {
  overflow: hidden;
}
#all #this_col #banner > .img_b img {
  width: 100%;
}
#all #this_col #banner .banner_text .banner_text_in {
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#all #this_col #banner .banner_text .banner_text_in h6 {
  font-size: 22px;
  color: #fff;
}
#all #this_col #banner .banner_text .banner_text_in h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 60px;
  padding-bottom: 5px;
}
#all #this_col #banner .banner_text .banner_text_in h5 {
  color: #FFF;
  font-size: 30px;
  margin-bottom: 1vw;
}
#all #this_col #banner .banner_text .banner_text_in button {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  transition: all 300ms;
  padding: 0.3vw 3vw;
  border-radius: 8px;
}
#all #this_col #banner .banner_text .banner_text_in button:hover {
  border: 1px solid #db7c19;
}
#all #this_col #banner .banner_text .banner_text_in .hvr-sweep-to-right:before {
  border-radius: 8px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #db7c19;
}
#all #this_col #content #see,
#all #this_col #content #industry {
  width: 70vw;
  margin: auto;
  margin-top: 120px;
}
#all #this_col #content #see .top_text,
#all #this_col #content #industry .top_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col #content #see .top_text h5,
#all #this_col #content #industry .top_text h5 {
  color: #155e8a;
  font-size: 16px;
}
#all #this_col #content #see .top_text h3,
#all #this_col #content #industry .top_text h3 {
  padding: 15px 20px;
  font-size: 35px;
  font-weight: 700;
}
#all #this_col #content #see .top_text span,
#all #this_col #content #industry .top_text span {
  font-size: 14px;
  color: #888888;
}
#all #this_col #content #news {
  width: 100%;
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
}
#all #this_col #content #news h3 {
  /*text-align: center;*/
  text-align: left;
  font-size: 35px;
  font-weight: 700;
  
  margin-top: 30px;
  margin-bottom: 10px;
}

#all #this_col #content #news h2 {
    margin-top: 15px ;
    margin-bottom: 10px;
    font-weight: bold;
    /*font-size: 28px;*/
}

#all #this_col #content #news .newsTheContent h2 {
    font-size: 24px;
}

/*#all #this_col #content #news .newsTheContent h2 > span {*/
/*    font-size: 24px;*/
/*}*/

#all #this_col #content #news p {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
}


#all #this_col #content #news p font {
    font-size: 18px;
}

#all #this_col #content #news p b {
    font-size: 20px;
}


#all #this_col #content #news ul li {
    line-height: 1.5;
}

#all #this_col #content #news .this_in .tab_top {
  display: flex;
  justify-content: center;
  margin: auto;
  border-bottom: 1px solid #f5f5f5;
}
#all #this_col #content #news .this_in .tab_top ul {
  display: flex;
  margin-bottom: 0;
}
#all #this_col #content #news .this_in .tab_top ul li {
  width: 180px;
  padding: 0 10px;
  padding-bottom: 1vw;
  cursor: pointer;
  text-align: center;
}
#all #this_col #content #news .this_in .tab_top ul li p {
  display: inline-block;
}
#all #this_col #content #news .this_in .tab_top ul .on {
  border-bottom: 5px solid #155e8a;
}
#all #this_col #content #news .this_in .tab_content {
  width: 70vw;
  margin: auto;
  margin-top: 30px;
}
#all #this_col #content #news .this_in .tab_content .news_content {
  display: flex;
  justify-content: space-between;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content {
  width: 45vw;
  display: flex;
  flex-wrap: wrap;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child {
  margin-top: 2vw;
  border-bottom: #f5f5f5 1px solid;
  padding-bottom: 1vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child > .img_b {
  width: 13vw;
  overflow: hidden;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child > .img_b img {
  width: 100%;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text {
  padding: 1vw 0;
  width: 31vw;
  display: flex;
  flex-direction: column;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text h5 {
  font-weight: 700;
  font-size: 1.3vw;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text p {
  padding: 1vw 0;
  font-size: 14px;
  line-height: 24px;
  color: #7d7d7d;
  text-indent:2em;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text .time_more {
  display: flex;
  justify-content: space-between;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text .time_more .this_time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text .time_more .this_time .img_b {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text .time_more .this_time .img_b img {
  width: 100%;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text .time_more .this_time span {
  margin-left: 0.5vw;
  color: #949494;
  font-size: 14px;
  line-height: 20px;
}
#all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text .time_more button {
  margin-right: 2vw;
  background: #155e8a;
  padding: 5px 20px;
  color: #fff;
}
#all #this_col #content #news .this_in .tab_content .news_content .right_headline {
  width: 20vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col #content #news .this_in .tab_content .news_content .right_headline .this_top {
  margin-top: 2.5vw;
  margin-bottom: 1.5vw;
  font-size: 20px;
  padding: 3px 8px;
  background-color: #135d88;
  color: #fff;
}
#all #this_col #content #news .this_in .tab_content .news_content .right_headline .this_child {
  margin-bottom: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col #content #news .this_in .tab_content .news_content .right_headline .this_child h5 {
  font-size: 1vw;
  line-height: 25px;
  font-weight: 600;
}
#all #this_col #content #news .this_in .tab_content .news_content .right_headline .this_child .this_time {
  margin-top: 0.5vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#all #this_col #content #news .this_in .tab_content .news_content .right_headline .this_child .this_time .img_b {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col #content #news .this_in .tab_content .news_content .right_headline .this_child .this_time .img_b img {
  width: 100%;
}
#all #this_col #content #news .this_in .tab_content .news_content .right_headline .this_child .this_time span {
  margin-left: 5px;
  color: #949494;
  font-size: 14px;
  line-height: 20px;
}
#all #this_col #content #news .this_in .tab_content .news_content .right_headline button {
  padding: 10px 15px;
  background-color: #135d88;
  display: flex;
}
#all #this_col #content #news .this_in .tab_content .news_content .right_headline button span {
  font-size: 16px;
  color: #fff;
}
#all #this_col #content #news .this_in .tab_content .news_content .right_headline button .img_b {
  margin-left: 5px;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
#all #this_col #content #news .this_in .tab_content .news_content .right_headline button .img_b svg {
  width: 100%;
  line-height: 20px;
  height: 20px;
}
#all #this_col #content #news .this_in .tab_content .video_content {
  display: flex;
  width: 70vw;
}
#all #this_col #content #news .this_in .tab_content .video_content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#all #this_col #content #news .this_in .tab_content .video_content ul li {
  margin-top: 1vw;
  width: 30%;
  overflow: hidden;
}
#all #this_col #content #news .this_in .tab_content .video_content ul li .default__controls.ckin__controls {
  display: none;
}
#all #this_col #content #news .this_in .tab_content .video_content ul li iframe {
  height: 16vw;
  width: 100%;
  overflow: hidden;
}
#all #this_col #content #news .this_in .tab_content .video_content ul li .this_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col #content #news .this_in .tab_content .video_content ul li .this_text p {
  font-size: 24px;
  line-height: 30px;
  color: #202020;
}
#all #this_col #content #news .this_in .tab_content .video_content ul li .this_text .this_time {
  margin-top: 0.5vw;
  padding: 3px 10px;
  background-color: #155e8a;
}
#all #this_col #content #news .this_in .tab_content .video_content ul li .this_text .this_time span {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #all #this_col #banner .banner_text .banner_text_in {
    transform: translate(0, -40%);
  }
  #all #this_col #banner .banner_text .banner_text_in h2 {
    font-size: 40px;
  }
  #all #this_col #banner .banner_text .banner_text_in h5 {
    font-size: 28px;
  }
  #all #this_col #content #news .this_in .tab_content {
    width: 90vw;
  }
  #all #this_col #content #news .this_in .tab_content .video_content {
    width: 90vw;
  }
  #all #this_col #content #news .this_in .tab_content .video_content ul li {
    width: 48%;
    margin-top: 3vw;
  }
  #all #this_col #content #news .this_in .tab_content .video_content ul li video {
    height: 33vw;
  }
  #all #this_col #content #news .this_in .tab_content .video_content ul li .this_text p {
    font-size: 16px;
    line-height: 24px;
  }
  #all #this_col #content #news .this_in .tab_content .news_content .left_content {
    width: 50vw;
  }
  #all #this_col #content #news .this_in .tab_content .news_content .right_headline {
    width: 35vw;
  }
}
@media screen and (max-width: 768px) {
 
  #all #this_col #banner .banner_text .banner_text_in {
    transform: translate(0, -30%);
  }
  #all #this_col #banner .banner_text .banner_text_in h2 {
    font-size: 28px;
    padding-bottom: 5px;
  }
  #all #this_col #banner .banner_text .banner_text_in h5 {
    font-size: 18px;
  }
  #all #this_col #content #news .this_in .tab_content .video_content ul li .this_text p {
    font-size: 16px;
    line-height: 24px;
  }
  
  #all #this_col #content #news .this_in .tab_content .news_content .left_content {
    width: 100%;
}
  #all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child {
    flex-wrap: wrap;
  }
  #all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child > .img_b { 
    width: 100%;
  }
  #all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text {
    
    width: 100%;
  }
  #all #this_col #content #news .this_in .tab_content .news_content .right_headline { 
    display: none;
}
  #all #this_col #content #news .this_in .tab_content .news_content .right_headline .this_child h5 {
    font-size: 20px;
    line-height: 24px;
  }
  
  
  
  
  
  #all #this_col #content #news .newsTheContent h2 {
    font-size: 22px;
}

/*  #all #this_col #content #news .newsTheContent h2 > span{*/
/*    font-size: 22px;*/
/*}*/

}
@media screen and (max-width: 640px) {
  #all #this_col #content #news .this_in .tab_content .video_content ul li {
    width: 100%;
    margin-top: 3vw;
  }
  #all #this_col #content #news .this_in .tab_content .video_content ul li video {
    height: 70vw;
  }
}
@media screen and (max-width: 400px) {
  #all #this_col #banner .banner_text .banner_text_in h2 {
    font-size: 20px;
  }
  #all #this_col #banner .banner_text .banner_text_in h5 {
    font-size: 16px;
  }
  #all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text h5 {
    font-weight: 600;
    font-size: 18px;
  }
  #all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text .time_more .this_time span {
    margin-left: 0.5vw;
    color: #949494;
    font-size: 12px;
    line-height: 14px;
  }
  #all #this_col #content #news .this_in .tab_content .news_content .left_content .this_child .right_text .time_more button {
    margin-right: 2vw;
    background: #155e8a;
    padding: 0px 3px;
    color: #fff;
    font-size: 14px;
  }
  #all #this_col #content #news .this_in .tab_content .news_content .right_headline .this_child h5 {
    font-size: 14px;
    line-height: 18px;
  }
}/*# sourceMappingURL=news_video.css.map */