@charset "UTF-8";
/*外层容器*/
.page-container {
  width: 100vw;
}

header {
  height: 80px;
  z-index: 8848 !important;
  background-color: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.08), 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}
header .f-active > a {
  color: #EC1B23 !important;
}
header .f-active > img:nth-child(2) {
  display: none;
}
header .f-active > img:nth-child(3) {
  display: block !important;
}
header .active-icon {
  display: none;
}
header .box-active {
  background-color: #EC1B23 !important;
}
header .left .logo {
  width: 64px;
  height: 64px;
  margin-right: 60px;
}
header .left .page-navbar-list {
  display: flex;
  align-items: center;
}
header .left .page-navbar-list .nav-item {
  margin-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
header .left .page-navbar-list .nav-item > img:nth-child(3) {
  display: none;
}
header .left .page-navbar-list .nav-item div .active {
  color: rgba(255, 255, 255, 0.9) !important;
}
header .left .page-navbar-list .nav-item .nav-link {
  margin-right: 4px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}
header .left .page-navbar-list .nav-item img {
  width: 24px;
  height: 24px;
}
header .left .page-navbar-list .more-content {
  position: relative;
  height: 100%;
  z-index: 123456;
  /*默认全部隐藏*/
  /*每一个子项样式*/
  /*二级*/
  /*三级等*/
  /*限制高度*/
}
header .left .page-navbar-list .more-content .content-item-first, header .left .page-navbar-list .more-content .content-item-other {
  display: none;
}
header .left .page-navbar-list .more-content .item-detail {
  display: flex;
  justify-content: space-between;
  width: 155px;
  height: 34px;
  align-items: center;
  background-color: white;
  padding: 0 14px;
  cursor: pointer;
}
header .left .page-navbar-list .more-content .item-detail a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
header .left .page-navbar-list .more-content .content-item-other .item-detail {
  width: 200px;
}
header .left .page-navbar-list .more-content .content-item-first {
  position: absolute;
  top: 100%;
  left: -8px;
}
header .left .page-navbar-list .more-content .content-item-other {
  position: absolute;
  top: 0;
  right: -200px;
}
header .left .page-navbar-list .more-content .content-item-other .content-item-other {
  max-height: 500px;
  overflow-x: scroll;
}
header .left .page-navbar-list .more-content .content-item-other .content-item-other::-webkit-scrollbar {
  width: 6px;
  height: 2px;
}
header .left .page-navbar-list .more-content .content-item-other .content-item-other::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}
header .left .page-navbar-list .more-content .content-item-other .content-item-other::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 1px;
}
header .left .page-navbar-list .more-content .content-item-other .content-item-other .item-detail {
  width: 200px;
}
header .right .search-input {
  border-bottom: 2px solid #C7291D;
  font-size: 18px;
  color: #999999;
  line-height: 26px;
  width: 210px;
  display: none;
}
header .right .search-icon, header .right .internet-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  cursor: pointer;
}
header .right .change-lan span {
  font-size: 18px;
  color: #000000;
}
header .right .change-lan .select-icon {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
header .right .lan-select {
  background-color: #fff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  top: 100%;
  z-index: 12345;
}
header .right .lan-select a {
  width: 140px;
  height: 34px;
  padding: 6px 14px;
  cursor: pointer;
}
header .right .lan-select a:hover {
  background-color: #EC1B23 !important;
  color: #ffffff;
}

/*banner*/
.page-banner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-banner > img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
}
.page-banner .banner-text {
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
}
.page-banner span {
  margin: 0 12px;
}
.page-banner .left-line, .page-banner .right-line {
  width: 60px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

/*底部下划线*/
.bottom-line {
  position: relative;
}
.bottom-line::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #EC1B23;
  bottom: -8px;
  left: calc(50% - 20px);
  border-radius: 2px 2px 2px 2px;
}

/*备案*/
footer {
  background: #120D11;
  padding: 22px 0;
}
footer p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

/*侧边四个小模块*/
.side-bar-box {
  position: fixed;
  right: 7px;
  z-index: 1234567;
  top: calc(50% - 100px);
  text-align: right;
}
.side-bar-box .item {
  width: auto;
  height: 68px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  transition: ease 450ms;
}
.side-bar-box .item .left {
  width: 0;
  overflow: hidden;
  padding-right: 0;
  transition: ease 450ms;
  white-space: nowrap;
  font-size: 16px;
  color: #FFFFFF;
}
.side-bar-box .item .right {
  width: 68px;
}
.side-bar-box .item .right img {
  width: 30px;
  height: 30px;
  margin: 0 auto 6px;
}
.side-bar-box .item .right p {
  width: 100%;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
.side-bar-box .item:hover {
  background-color: #B5261F;
}
.side-bar-box .item:hover > .left {
  width: 180px;
  padding-right: 25px;
  padding-left: 20px;
}

/*分页器样式调整*/
.layui-laypage a, .layui-laypage span {
  margin: 0 6px 6px;
}
.layui-laypage .layui-laypage-next:hover, .layui-laypage .layui-laypage-curr :hover, .layui-laypage .layui-laypage-prev:hover, .layui-laypage a:hover {
  color: #b5261f;
}

/*每一块间距默认60*/
.container-fluid {
  padding: 60px 0;
}

/*背景图片*/
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  object-fit: cover;
}

/*更多按钮*/
.more-btn {
  font-size: 14px;
  color: #F3F3F3;
  border-radius: 4px;
  display: inline-block;
  transition: ease 300ms;
  overflow: hidden;
}
.more-btn div {
  border-radius: 4px;
  cursor: pointer;
}
.more-btn a {
  border-radius: 4px;
  border: 1px solid #B5261F;
  padding: 8px 40px;
  display: block;
  background: #B5261F;
  transition: linear 300ms;
}

.more-btn div:hover {
  color: #B5261F;
}
.more-btn div:hover a {
  background: #F3F3F3;
}

/*二级导航*/
.page-tabbar-second .same-nav {
  padding-left: 24%;
  display: flex;
  align-items: center;
  width: max-content;
}
@media (max-width: 1440px) {
  .page-tabbar-second .same-nav {
    padding-left: 12px;
  }
}
.page-tabbar-second .top1-nav {
  width: 100%;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.08), 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  overflow-x: scroll;
}
.page-tabbar-second .top1-nav::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}
.page-tabbar-second .top1-nav::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}
.page-tabbar-second .top1-nav::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 2px;
}
.page-tabbar-second .top1-nav .item {
  padding: 22px 0;
  margin-right: 70px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.page-tabbar-second .top1-nav .active {
  color: rgba(236, 27, 35, 0.9);
  position: relative;
}
.page-tabbar-second .top1-nav .active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  background-color: rgb(238, 50, 57);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .page-tabbar-second .top1-nav .active::after {
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
  }
}
.page-tabbar-second .top2-nav {
  background-color: rgb(239, 238, 241);
  width: 100%;
  overflow-x: scroll;
}
.page-tabbar-second .top2-nav::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}
.page-tabbar-second .top2-nav::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}
.page-tabbar-second .top2-nav::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 2px;
}
.page-tabbar-second .top2-nav .item {
  padding: 14px 0;
  margin-right: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-tabbar-second .top2-nav .item a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}
.page-tabbar-second .top2-nav .item img {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  display: none;
}
.page-tabbar-second .top2-nav .active span {
  color: rgba(236, 27, 35, 0.9);
}

/*顶部小导航*/
.top-nav {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  color: rgb(102, 102, 102);
}
.top-nav::before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background-color: rgb(181, 38, 31);
  margin-right: 12px;
}

/*顶部标题*/
.container-top-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.container-top-title img {
  width: 140px;
  height: 28px;
}
.container-top-title img:last-child {
  transform: rotate(180deg);
}
.container-top-title span {
  margin: 0 20px;
  font-size: 30px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}

/*联系我们*/
.connect-with {
  background-color: rgb(51, 51, 51);
  padding: 40px 0;
}
.connect-with .form {
  max-width: 463px;
}
.connect-with .form img {
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
}
.connect-with .form .conventional:nth-child(odd) {
  margin-right: 24px;
}
.connect-with .form .conventional {
  width: calc(50% - 12px);
  padding: 6px 6px;
  background: #5E5E5E;
  border-radius: 2px 2px 2px 2px;
  margin-bottom: 8px;
}
.connect-with .form .conventional input::placeholder {
  color: #FFFFFF;
}
.connect-with .form .conventional input {
  width: 100%;
  color: white;
  background-color: transparent;
}
.connect-with .form .msg {
  width: 100%;
  height: 70px;
}
.connect-with .form .msg textarea {
  width: 100%;
  height: 100%;
  color: white;
  padding: 6px 6px;
  background: #5E5E5E;
}
.connect-with .form .msg textarea::placeholder {
  color: white;
}
.connect-with .form .submit-box a {
  font-size: 16px;
  color: #F3F3F3;
  background: #B5261F;
  border-radius: 2px 2px 2px 2px;
  padding: 9px 46px;
  display: inline-block;
  margin-top: 18px;
}
.connect-with .about-us-bottom-list {
  max-width: 500px;
}
.connect-with .about-us-bottom-list .lit-title {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 36px;
}
.connect-with .about-us-bottom-list a {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  color: #FFFFFF;
}
.connect-with .about-us-bottom-list .about-c-text {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  color: #FFFFFF;
}
.connect-with .about-us-bottom-list a:hover {
  color: #EC1B23 !important;
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  *::-webkit-scrollbar {
    display: none !important;
  }
  .container-fluid {
    padding: 16px 0;
  }
  .top-sate {
    width: 100%;
    height: 52px;
  }
  header {
    height: auto !important;
    padding: 0 !important;
  }
  header .top {
    padding: 6px 20px;
    background: #FFFFFF;
  }
  header .top img:first-child {
    width: 39px;
    height: 39px;
  }
  header .top .state .navbar-state {
    width: 30px;
    height: 30px;
  }
  header .top .state img:last-child {
    display: none;
  }
  header .mb-select-list {
    display: none;
    height: calc(100vh - 52px);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 3px;
    background: white;
    overflow-y: scroll;
    /*折叠*/
    /*默认折叠*/
  }
  header .mb-select-list .t0 {
    min-height: calc(100% + 1px);
  }
  header .mb-select-list .t0 > li {
    border-bottom: 1px solid #B5B5B5;
  }
  header .mb-select-list .t0 > li .t0-item {
    padding: 16px 0;
  }
  header .mb-select-list .t0 > li .t0-item a {
    font-weight: bold;
  }
  header .mb-select-list li {
    font-size: 16px;
  }
  header .mb-select-list li .icon {
    width: 20px;
    height: 20px;
  }
  header .mb-select-list li .icon img {
    width: 100%;
    height: 100%;
  }
  header .mb-select-list li .icon img:last-child {
    display: none;
  }
  header .mb-select-list .t1 li {
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }
  header .mb-select-list .t1 li .t1-item {
    padding: 14px 0 14px 18px;
  }
  header .mb-select-list .t1 li:last-child {
    padding-bottom: 0;
  }
  header .mb-select-list .t2 li {
    font-size: 14px;
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
  }
  header .mb-select-list .t2 li .t2-item {
    padding: 14px 0 14px 36px;
  }
  header .mb-select-list .t3 li {
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }
  header .mb-select-list .t3 li .t2-item {
    padding: 14px 0 14px 54px;
  }
  header .mb-select-list .t1, header .mb-select-list .t2, header .mb-select-list .t3 {
    display: none;
  }
  .bottom-line::after {
    width: 20px;
    height: 2px;
    bottom: -4px;
    left: calc(50% - 10px);
  }
  footer p {
    font-size: 14px !important;
  }
  footer p:first-child {
    width: 100%;
    margin-bottom: 8px;
  }
  .page-banner .left-line, .page-banner .right-line {
    width: 20px;
    height: 2px;
  }
  .page-banner .banner-text {
    font-size: 14px;
  }
  .page-tabbar-second .top1-nav .item {
    padding: 10px 0;
    font-size: 14px;
    margin: 0 20px;
  }
  .page-tabbar-second .top2-nav .item {
    font-size: 14px;
    padding: 5px 0;
    margin: 0 16px;
  }
  .top-nav {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .top-nav::before {
    margin-right: 4px;
  }
  .more-btn a {
    padding: 4px 20px;
  }
  .connect-with {
    padding: 16px 0 !important;
  }
  .connect-with .conventional {
    margin-right: 0 !important;
    margin-bottom: 8px;
    width: calc(50% - 6px) !important;
  }
  .connect-with .conventional:nth-child(even) {
    margin-left: 12px;
  }
  .connect-with .msg {
    margin-right: 0 !important;
  }
  .connect-with .form {
    width: 100% !important;
    max-width: 100% !important;
  }
  .connect-with .form > img {
    margin-bottom: 12px !important;
  }
  .connect-with .form ul {
    width: 100%;
  }
  .connect-with .submit-box a {
    margin-top: 20px !important;
    padding: 4px 20px !important;
    font-size: 12px !important;
  }
}
.banner {
  height: 586px;
  width: 100vw;
}
.banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .swiper-pagination li {
  display: block;
  width: 60px;
  height: 4px;
  background: rgba(0, 0, 0, 0.26);
  border-radius: 2px 2px 2px 2px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #EC1B23;
}

.products-container {
  padding: 60px 0;
  background: #EFEEF1;
}
.products-container .title {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 25px;
  text-transform: uppercase;
}
.products-container .product-content-box + .product-content-box {
  border-top: 1px solid #C5C5C5;
}
.products-container .product-content-box {
  padding-top: 25px;
  padding-bottom: 36px;
}
.products-container .product-content-box > div {
  width: 50%;
}
.products-container .product-content-box > div.start-pic {
  padding-right: 6%;
}
.products-container .product-content-box > div.end-pic {
  padding-left: 6%;
}
.products-container .product-content-box .product-text-content {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
  margin-bottom: 54px;
}

.about-container {
  padding: 40px 0;
}
.about-container .title {
  margin-bottom: 52px;
  font-size: 30px;
}
.about-container .bottom-line:after {
  background-color: white;
}
.about-container .about-centent {
  font-size: 18px;
  color: #F3F3F3;
  line-height: 1.4;
}
.about-container .more-btn .more-white-btn {
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  color: #F3F3F3;
  margin: 28px auto 20px;
  display: inline-block;
  cursor: pointer;
  transition: ease 300ms;
}
.about-container .more-btn .more-white-btn a {
  padding: 8px 40px;
  display: block;
}
.about-container .more-btn .more-white-btn:hover {
  background: white;
}
.about-container .more-btn .more-white-btn:hover a {
  color: #B5261F;
}

.title {
  font-size: 30px;
  margin-bottom: 52px;
}

.marketing-network-container {
  padding-top: 60px;
  padding-bottom: 125px;
  background: #EFEEF1;
}
.marketing-network-container .info {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
.marketing-network-container .send-email img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.marketing-network-container .send-email .send-email-btn {
  border-radius: 2px 2px 2px 2px;
  padding: 8px 20px;
  background: #B5261F;
  color: #F3F3F3;
  border: 1px solid #B5261F;
  margin-bottom: 20px;
  transition: ease 300ms;
}
.marketing-network-container .send-email .send-email-btn > img:nth-child(2) {
  display: none;
}
.marketing-network-container .send-email .send-email-btn:hover {
  background: #F3F3F3;
  color: #B5261F;
}
.marketing-network-container .send-email .send-email-btn:hover > img:nth-child(2) {
  display: block;
}
.marketing-network-container .send-email .send-email-btn:hover > img:nth-child(1) {
  display: none;
}

.news-container {
  padding: 60px 0;
}
.news-container .list-box .left {
  margin-right: 24px;
}
.news-container .list-box .left > .box {
  margin-bottom: 10px;
}
.news-container .list-box .left .box {
  width: 342px;
  height: 194px;
  cursor: pointer;
}
.news-container .list-box .left .box p {
  color: #F3F3F3;
}
.news-container .list-box .left .box .more-nav {
  margin-top: 24px;
  display: none !important;
}
.news-container .list-box .left .box .more-nav span {
  font-size: 20px;
  color: #F3F3F3;
}
.news-container .list-box .left .box .more-nav img {
  width: 30px;
  height: 30px;
  margin-left: 2px;
}
.news-container .list-box .left .box.active {
  background: #AC332B;
  border-radius: 5px;
  overflow: hidden;
}
.news-container .list-box .left .box.active .more-nav {
  display: flex !important;
}
.news-container .list-box .right {
  flex: 1;
}
.news-container .list-box .right .new-list .new-item {
  padding-bottom: 14px;
  padding-top: 16px;
  border-bottom: 1px solid #E8E9EC;
  position: relative;
  overflow: hidden;
}
.news-container .list-box .right .new-list .new-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #C7291D;
  transition: linear 450ms;
}
.news-container .list-box .right .new-list .new-item .gray-icon-red {
  display: none;
}
.news-container .list-box .right .new-list .new-item span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  transition: linear 450ms;
}
.news-container .list-box .right .new-list .new-item .time {
  margin-right: 20px;
}
.news-container .list-box .right .new-list .new-item .join {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.news-container .list-box .right .new-list .new-item .join img {
  width: 35px;
  height: 35px;
}
.news-container .list-box .right .new-item:hover span {
  color: #C7291D;
}
.news-container .list-box .right .new-item:hover::after {
  width: 1500px;
}

@media (max-width: 768px) {
  .title {
    font-size: 16px !important;
    margin-bottom: 18px !important;
  }
  .banner {
    height: auto !important;
  }
  .banner .swiper-pagination li {
    width: 20px;
    height: 2px;
  }
  .products-container {
    padding: 16px 0;
  }
  .products-container .product-content-box {
    margin-top: 8px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .products-container .product-content-box .start-pic {
    padding-right: 0 !important;
  }
  .products-container .product-content-box .end-pic {
    padding: 8px !important;
  }
  .products-container .product-content-box > div {
    width: 100%;
  }
  .products-container .product-content-box .product-title {
    text-align: center;
    margin-bottom: 12px !important;
    margin-top: 8px !important;
    font-size: 16px !important;
  }
  .products-container .product-content-box .product-text-content {
    margin-bottom: 8px !important;
  }
  .products-container .product-content-box .more-btn {
    width: 100%;
    text-align: center;
  }
  .products-container .product-content-box .more-btn a {
    display: inline-block;
    padding: 4px 20px !important;
    border-radius: 2px;
  }
  .about-container {
    padding: 20px 0 !important;
  }
  .about-container .more-white-btn {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    border: 1px solid white;
  }
  .about-container .more-white-btn a {
    padding: 4px 20px !important;
    font-size: 12px;
  }
  .about-container .about-centent {
    font-size: 14px;
  }
  .marketing-network-container {
    padding: 20px 0 !important;
  }
  .marketing-network-container .send-email a {
    padding: 6px 10px !important;
  }
  .marketing-network-container .send-email a img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .marketing-network-container .send-email a span {
    font-size: 14px;
  }
  .news-container {
    padding: 20px 0 !important;
  }
  .news-container .left {
    margin: 0 !important;
    width: 100% !important;
  }
  .news-container .left .box {
    width: 50%;
    height: 86px !important;
  }
  .news-container .left .box .more-nav {
    margin-top: 4px !important;
  }
  .news-container .left .box p {
    font-size: 14px !important;
  }
  .news-container .left .box span {
    font-size: 12px !important;
  }
  .news-container .left .box img {
    width: 12px;
    height: 12px;
  }
  .news-container .left .box:first-child {
    margin-right: 1px;
  }
  .news-container .right {
    padding: 0 !important;
  }
  .news-container .right .new-item {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .news-container .right span {
    font-size: 14px !important;
  }
  .news-container .right img {
    width: 20px;
    height: 20px;
  }
}

/*# sourceMappingURL=index.css.map */
