.crumb {
  width: 100%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding: 16px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #333333;
}
.crumb > div {
  display: flex;
  align-items: center;
}
.crumb > div a {
  color: #333333;
}
.banner {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.banner img {
  width: 100%;
}
.banner .banner_info {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.banner .banner_info .subtit {
  font-weight: 400;
  text-align: center;
  color: #004ea2;
}
.banner .banner_info .tit {
  font-weight:600;
  text-align: center;
  color: #004ea2;
}
.news_box {
  padding: 100px 0;
}
.news_box .wrap .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #F7F7F7;
  border-radius: 10px;
}
.news_box .wrap .nav > div {
  flex: 1;
}
.news_box .wrap .nav > div a {
  width: 100%;
  display: inline-block;
  padding: 16px 0;
  color: #333;
  text-align: center;
  transition: all 0.2s linear;
}
.news_box .wrap .nav .act a {
  background-color: #004ea2;
  color: #fff;
  border-radius: 10px;
}
.news_box .main {
  margin-top: 50px;
}
.news_box .main .list_box .list {
  padding: 30px 0;
}
.news_box .main .list_box .list:hover {
  background: #F7F7F7;
}
.news_box .main .list_box .list > div {
  display: flex;
}
.news_box .main .list_box .list > div.wrap{
    max-width:1200px;
    
}
.news_box .main .list_box .list > div .image {
  width: 400px;
  height: 300px;
  position: relative;
}
.news_box .main .list_box .list > div .image:hover img {
  transform: scale(1.05);
}
.news_box .main .list_box .list > div .image > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.news_box .main .list_box .list > div .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.news_box .main .list_box .list > div .image .image_layer {
    min-width: 60px;
  padding: 0 32px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff 3px, #2FC2EF 3px, #183996 100%);
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.news_box .main .list_box .list > div .list_r {
  flex: 1;
  padding: 40px 170px 30px 66px;
}
.news_box .main .list_box .list > div .list_r .timer {
  color: #333;
    margin: 26px 0 0 0;
}
.news_box .main .list_box .list > div .list_r .subTitle {
  color: #333;
    margin: 0px 0 20px 0;
}
.news_box .main .list_box .list > div .list_r .tit {
  font-family: Poppins-bold;

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_box .main .list_box .list > div .list_r .tit:hover {
  color: #004ea2;
}
.news_box .main .list_box .list > div .list_r .mes {
  color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.news_box .main .list_box .list > div .list_r .toPage {
  margin-top: 60px;
}
.news_box .main .list_box .list > div .list_r .toPage a {
  color: #0040fd;
  display: flex;
  align-items: center;
}
.news_box .main .list_box .list > div .list_r .toPage a svg {
  margin-left: 20px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.news_box .main .list_box .list > div .list_r .toPage a:hover svg {
  transform: translateX(4px);
}
.news_box .main .list_box .list > div .list_r .toPage a:hover{
    
        text-decoration:underline;
   text-decoration-color: #004ea2;
}
@media only screen and (max-width: 1600px) {
  .news_box {
    padding: 5.2083vw 0;
  }
  .news_box .main {
    margin-top: 2.6042vw;
  }
  .news_box .main .list_box .list {
    padding: 1.5625vw 0;
  }
  .news_box .main .list_box .list > div .list_r {
    padding: 2.0833vw 10.625rem 1.5625vw 3.4375vw;
  }
 .news_box .main .list_box .list > div .list_r .timer{
    margin: 1.3542vw 0 0 0;
  }
  .news_box .main .list_box .list > div .list_r .toPage {
    margin-top: 3.125vw;
  }
  .news_box .main .list_box .list > div .image {
    width: 27.77%;
    height: 20.83%;
  }
  .news_box .main .list_box .list > div .image .image_layer {
    padding: 0 1.6667vw;
  }
}
@media only screen and (max-width: 1440px) {
  .news_box .wrap .nav > div a {
    padding: 10px 0;
  }
  .news_box .main .list_box .list > div .list_r {
    padding: 2.0833vw 3.4375vw 1.5625vw 3.4375vw;
  }
}
@media only screen and (max-width: 1200px) {
  .news_box .main .list_box .list > div .image .image_layer {
    top: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .banner {
    margin-top: 100px;
  }
  .crumb {
    top: 0;
  }
  .crumb > div a {
    flex: 0 0 auto;
  }
  .crumb > div a:last-child {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
     .banner {
    margin-top: 13.33vw;
  }
  .banner img {
    height: 240px;
    object-fit: cover;
  }
    .news_box .wrap .nav{align-items:unset;}
    .news_box .main .list_box .list > div .image .image_layer{
        top: auto;
        left: 10px;
        right: auto;
        bottom: 10px;
    }
  .news_box .main .list_box .list > div .image {
    width: 40%;
  }
  .news_box {
    padding: 40px 0;
  }
  .news_box .main .list_box .list {
    padding: 20px 0;
  }
  .news_box .main .list_box .list > div .list_r {
    padding: 20px 0 20px 20px;
  }
 .news_box .main .list_box .list > div .list_r .timer {
    margin: 10px 0 0 0;
  }
  .news_box .wrap .nav > div a {
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news_box .main {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .news_box .main .list_box .list > div {
    flex-wrap: wrap;
  }
  .news_box .main .list_box .list > div .image {
    width: 100%;
    height: auto;
  }
  .news_box .main .list_box .list > div .list_r {
    padding: 20px 0 0 0;
  }
}
