/* @font-face {
  font-family: SourceHanSansSC-Regular;
  src: url(../font/SourceHanSansSC-Regular_1.woff);
}
* {
  font-family: SourceHanSansSC-Regular !important;
} */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
}
header.active {
  background: rgba(0, 0, 0, 0.9);
}
header .bg {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 10.416667vw;
  background: rgba(50, 50, 50, 0.9);
}
header .navbar-toggler svg {
  width: 3.125vw;
  height: 3.125vw;
  color: #fff;
}
header .logo {
  width: 5.989583vw;
  height: 4.583333vw;
}
header .navbar-nav .nav-link {
  font-size: 0.833333vw;
  font-weight: 700;
  color: #fff;
}
header .navbar-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header .navbar-nav .nav-item {
  margin-right: 3.645833vw;
}
header .navbar-nav .dropdown-toggle {
  display: none;
}
header .navbar-nav .pc-nav-link {
  display: block;
}
header .navbar-nav .dropdown-menu {
  padding-top: 3.645833vw;
  margin-top: 0;
  border: none;
  width: 100% !important;
  min-width: auto !important;
  background-color: transparent;
}
header .navbar-nav .dropdown-menu .dropdown-item {
  padding-left: 0.5rem;
  padding-right: 0;
  margin-bottom: 0.520833vw;
  line-height: 1.2;
  white-space: normal;
  font-weight: 700;
  border-left: 0.104167vw solid transparent;
  color: #999;
}
header .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #ea3c21;
  border-left-color: #ea3c21;
  background: transparent;
}
header .language {
  display: inline-block;
  vertical-align: middle;
}
header .language .nav-link {
  padding: 0.5rem 0.3rem;
  border-bottom: 0.104167vw solid #f3f5f7;
  color: #fff;
}
header .language .dropdown-menu {
  left: 50%;
  top: 3.90625vw;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(50, 50, 50, 0.9);
  min-width: 7.291667vw;
  padding: 0.78125vw 0;
  text-align: center;
}
header .language .dropdown-menu .dropdown-item {
  font-size: 0.833333vw;
  padding: 0.4rem 1.5rem;
  color: #fff;
}
header .language .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #fff;
  text-decoration: underline;
}
header .form-search {
  margin-left: 1.302083vw;
  display: inline-block;
}
header .form-search .flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 62.5vw;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .form-search .flex input {
  padding-left: 1.927083vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  background: transparent;
  border: none;
  line-height: 4.0625vw;
  height: 4.0625vw;
  border-radius: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
header .form-search .flex svg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.041667vw;
  height: 0.9375vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  opacity: 0.6;
}
header .form-search .dropdown-menu {
  right: 0;
  left: auto;
}
header .form-search button,
header .form-search input {
  display: inline-block;
}
header .form-search .dropdown-menu {
  position: fixed;
  top: 5.729167vw;
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  padding: 2.083333vw 0 2.604167vw;
  background: rgba(50, 50, 50, 0.9);
  white-space: nowrap;
}
header .form-search .dropdown-menu input {
  outline: none !important;
  margin-right: 0.416667vw !important;
  color: #fff;
}
header .form-search .dropdown-menu input:focus {
  box-shadow: none;
}
header .search-btn {
  color: #fff;
}
footer {
  padding: 2.083333vw 0;
  background: #dedede;
}
footer .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .brand,
footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
footer .brand {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .brand .name {
  font-size: 0.833333vw;
  font-weight: 700;
  color: #666;
}
footer .brand .logo {
  margin-right: 1.5625vw;
  width: 4.53125vw;
  /* height: 2.03125vw; */
  /* -o-object-fit: contain;
  object-fit: contain; */
}
footer .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .right .name {
  margin-right: 1.510417vw;
  font-size: 0.833333vw;
  font-weight: 700;
  color: #666;
}
footer .right .copyright {
  font-size: 0.833333vw;
  padding-right: 2.864583vw;
  color: #666;
}
footer .right .icon-list {
  margin-left: 1.5625vw;
}
footer .right .icon {
  width: 1.302083vw;
  height: 1.041667vw;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .right .wechat-img {
  width: 7.291667vw;
  height: 7.291667vw;
  display: block;
  margin: 0 auto;
  background: #f2f2f2;
}
footer .right .dropdown-menu {
  left: -4.166667vw !important;
}
.banner {
  position: relative;
}
.banner .kv-info {
  position: absolute;
  width: 47.65625vw;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.banner .title {
  font-size: 2.604167vw;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.520833vw;
  color: #fff;
}
.banner .text {
  margin-top: 1.458333vw;
  font-size: 0.9375vw;
  line-height: 2;
  color: #fff;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner2 .kv-info {
  top: 54%;
}
.banner2 .title {
  font-size: 3.125vw;
  letter-spacing: 0.625vw;
}
.select-comm {
  margin-bottom: 1.5625vw;
}
.select-comm .btn {
  position: relative;
  text-align: left;
  width: 5.208333vw;
  background: transparent !important;
  padding: 0;
  font-size: 0.833333vw;
  color: #333 !important;
  font-weight: 700;
  border: none;
  box-shadow: none !important;
}
.select-comm .btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagination {
  margin-top: 2.083333vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-link {
  width: 2.604167vw;
  height: 2.604167vw;
  line-height: 2.5vw;
  text-align: center;
  padding: 0;
  border-color: transparent;
  background: transparent;
  font-size: 0.833333vw;
  border-radius: 50% !important;
  color: #666;
}
.page-item.active .page-link {
  background: transparent;
  border-color: #ea3c21;
  color: #ea3c21;
}
.page-item.disabled .page-link {
  color: #999;
  border-color: transparent;
  background: transparent;
}
.body-en .banner .title {
  letter-spacing: 0;
}
@media (min-width: 2000px) {
  header .navbar-nav .nav-item {
    margin-right: 30px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
  }
  header .logo {
    max-width: 115px;
    height: 88px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  footer {
    padding: 40px 0;
  }
  footer .brand .name {
    font-size: 16px;
  }
  footer .brand .logo {
    margin-right: 30px;
    width: 87px;
    height: 39px;
  }
  footer .right .name {
    margin-right: 29px;
    font-size: 16px;
  }
  footer .right .copyright {
    font-size: 16px;
    padding-right: 55px;
    color: #666;
  }
  footer .right .icon-list {
    margin-left: 30px;
  }
  footer .right .icon {
    max-width: 25px;
    max-height: 20px;
  }
  footer .right .wechat-img {
    max-width: 140px;
    max-height: 140px;
  }
  footer .right .dropdown-menu {
    left: -80px !important;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 1700px) {
  header .navbar-nav .nav-item {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  header .navbar-nav .nav-item {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  header .search-btn {
    display: none;
  }
  header .form-search .dropdown-menu {
    display: block;
    position: static;
  }
  header .language {
    vertical-align: top;
  }
  header .bg {
    display: none;
  }
  header .navbar-nav .dropdown-toggle {
    display: block;
    font-size: 16px;
  }
  header .navbar-nav .nav-link {
    font-size: 16px;
  }
  header .navbar-nav .pc-nav-link {
    display: none;
  }
  header .navbar-nav .dropdown-menu {
    padding: 0.5rem 0;
  }
  .dropdown-toggle:after {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 17px;
  }
  .select-comm .btn {
    width: 100px;
    font-size: 14px;
  }
  .page-link {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  header .form-search {
    display: block;
    margin-left: 0;
  }
  header .form-search .dropdown-menu {
    background: transparent;
  }
  header .form-search .dropdown-menu .flex {
    margin-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  header .form-search .dropdown-menu .flex svg {
    width: 20px;
    height: 18px;
    position: inherit;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 640px) {
  header {
    background: rgba(0, 0, 0, 0.9);
  }
  header .navbar-collapse {
    padding: 15px 0;
  }
  header .form-search .dropdown-menu .flex {
    width: 100%;
  }
  header .language {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 20px 0;
    border: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header .language .dropdown-menu {
    display: block !important;
    position: static;
    background: transparent;
    padding: 0;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    border: none;
  }
  header .language a {
    padding: 0 !important;
    border: none !important;
    display: inline-block;
    width: 100px;
    font-size: 16px !important;
    text-align: center;
    line-height: 30px;
  }
  header .language a.nav-link {
    background: #f3f5f7;
    border-radius: 10px;
    color: #ea3c21;
  }
  header .language a:after {
    display: none;
  }
  header .form-search .dropdown-menu input {
    height: 30px;
    line-height: 30px;
  }
  header .navbar-nav {
    margin-top: 10px;
  }
  header .logo {
    width: 45px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .navbar-brand {
    padding: 0;
  }
  header .navbar-toggler svg {
    width: 30px;
    height: 30px;
  }
  header .search-btn {
    display: none;
  }
  header .form-search .dropdown-menu {
    display: block;
    position: static;
  }
  header .language {
    vertical-align: top;
  }
  .banner .kv-info {
    top: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    max-height: 46%;
    overflow-y: scroll;
  }
  .banner .text {
    font-size: 14px !important;
  }
  .banner img {
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .banner .title {
    font-size: 25px !important;
    line-height: 1.1 !important;
    letter-spacing: 12px;
  }
  .banner2 .kv-info {
    top: 54%;
  }
  .banner2 .title {
    font-size: 30px;
    letter-spacing: 12px;
  }
  .banner2 img {
    height: 250px;
  }
  footer {
    padding: 25px 0;
  }
  footer .brand,
  footer .container,
  footer .right {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .brand,
  footer .right {
    width: 100%;
  }
  footer .brand {
    margin-bottom: 10px;
  }
  footer .brand .logo {
    width: 60px;
    height: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  footer .right .icon {
    width: 25px;
    height: 25px;
    margin-top: 10px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  footer .right .wechat-img {
    width: 130px;
    height: 130px;
  }
  footer .right .copyright {
    width: 100%;
    font-size: 14px;
  }
  .select-comm {
    margin-bottom: 15px;
  }
  footer .brand .name,
  footer .right .name {
    font-size: 14px;
    width: 100%;
    padding-bottom: 5px;
  }
}
body {
  background: #f1f1f1;
}
.module {
  padding: 5.208333vw 0;
}
.module .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1.5625vw;
  margin: 0 -1vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.module .news  .imgbox{
  width: 100%;
  height: 14.583333vw;
  overflow: hidden;
}
.module .news .list {
  width: 33.33%;
  padding: 0 1vw;
  margin-top: 2.083333vw;
  overflow: hidden;
  transition: all 0.4s;
}
.module .news .list:hover .title {
  color: #ea3c21;
}
.module .news .list:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.module .news .list .img {
  display: block;
  width: 100%;
  height: 14.583333vw;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-size: cover;
}
.module .news .list .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -o-object-fit: cover;
  object-fit: cover;
}
.module .news .list .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1.302083vw;
}
.module .news .list .day {
  font-size: 1.041667vw;
  color: #666;
}
.module .news .list .year {
  font-size: 0.833333vw;
  color: #666;
}
.module .news .list .title {
  display: inline-block;
  margin-top: 0.78125vw;
  font-size: 1.041667vw;
  line-height: 1.8;
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hot-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 2.083333vw;
}
.hot-new:hover {
  text-decoration: none !important;
}
.hot-new:hover .read-btn,
.hot-new:hover .title {
  color: #ea3c21;
}
.hot-new:hover .read-btn:after {
  width: 100%;
  background: #ea3c21;
}
.hot-new:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hot-new .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
  width: 66%;
  margin-left: 4.6875vw;
  overflow: hidden;
}
.hot-new .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -o-object-fit: cover;
  object-fit: cover;
}
.hot-new .info {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.hot-new .day {
  font-size: 1.041667vw;
  color: #666;
}
.hot-new .year {
  font-size: 0.833333vw;
  color: #666;
}
.hot-new .title {
  display: block;
  margin-top: 2.447917vw;
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 500;
  min-height: 10.416667vw;
  overflow: hidden;
  color: #333;
}
.hot-new .read-btn {
  position: relative;
  margin-top: 2.083333vw;
  display: inline-block;
  font-size: 0.833333vw;
  font-weight: 700;
  padding-bottom: 1.041667vw;
  color: #333;
}
.hot-new .read-btn,
.hot-new .read-btn:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hot-new .read-btn:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 1.041667vw;
  height: 1px;
  background: #010101;
}
@media (max-width: 640px) {
  .module .news {
    padding-bottom: 20px;
  }
  .module .news .list {
    width: 48%;
    margin-top: 20px;
  }
  .module .news .list .img {
    height: 100px;
  }
  .module .news .list .title {
    font-size: 14px;
  }
  .module .news .list .day,
  .module .news .list .year {
    font-size: 13px;
  }
  .hot-new {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hot-new .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    margin-left: 0;
  }
  .hot-new .info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .hot-new .info .time {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .hot-new .info .title {
    min-height: auto;
    font-size: 14px;
  }
  .hot-new .read-btn {
    font-size: 14px;
  }
  .hot-new .read-btn:after {
    width: 20px;
  }
}
/*# sourceMappingURL=map/news.css.map */
