.search-input {
  position: relative;
  height: 40px;
}
.search-input .input-div {
  height: 100%;
  width: 435px;
  padding: 0 25px;
  line-height: 36px;
  position: relative;
}
.search-input .input-div input {
  height: 35px;
  border: none;
  color: #28292b;
  width: 385px;
  border-bottom: 1px solid #ebebeb;
}
.search-input .input-div .search-history {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  padding-top: 9px;
  z-index: 4;
}
.search-input .input-div .search-history .wrp {
  background: #ffffff;
  border: 1px solid #e4e7ed;
  border-radius: 5px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
}
.search-input .input-div .search-history .history-ul {
  padding-top: 9px;
}
.search-input .input-div .search-history .history-ul .history-li {
  line-height: normal;
  cursor: pointer;
}
.search-input .input-div .search-history .history-ul .history-li:hover {
  background-color: #f7f8fa;
}
.search-input .input-div .search-history .history-ul .history-li a {
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  width: 100%;
  padding: 9px 20px;
}
.search-input .input-div .search-history .clear-history {
  padding: 8px 20px 15px;
  text-align: right;
  line-height: normal;
}
.search-input .input-div .search-history .clear-history a {
  color: #999999;
  font-size: 14px;
  line-height: 16px;
}
.search-input .common-search-btn {
  width: 51px;
  height: 28px;
  border-radius: 14px;
  line-height: 28px;
  position: relative;
  top: 4px;
  text-align: center  ;
  color: #191919;
  background: #09c867;
  cursor: pointer;
  color: #fff;
}
.search-input .common-search-btn i {
  font-size: 20px;
}
.search-input .search-kwds {
  width: 100%;
}
.search-input .search-kwds ul {
  padding: 0 35px 0 25px;
}
.search-input .search-kwds ul:last-child {
  padding-bottom: 24px;
}
.search-input .search-kwds ul .brd-tit,
.search-input .search-kwds ul .name-tit {
  height: 20px;
  line-height: 20px;
  color: #191919;
  font-size: 14px;
  padding-top: 15px;
}
.search-input .search-kwds ul .brd-tit i,
.search-input .search-kwds ul .name-tit i {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 6px;
}
.search-input .search-kwds ul .brd-tit i {
  background-image: url('../../images/common/brand-icon.png');
}
.search-input .search-kwds ul .name-tit i {
  background-image: url('../../images/common/name-icon.png');
}
.search-input .search-kwds ul .kwd {
  border-radius: 14px;
}
.search-input .search-kwds ul .kwd a {
  display: block;
  color: #606266;
  padding: 4px 23px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  margin-top: 8px;
}
.search-input .search-kwds ul .kwd a .f-red {
  color: #09C867;
}
.search-input .search-kwds ul .kwd:hover {
  background: #f5f7fa;
}
.search-input .s-i-l {
  font-size: 14px;
  width: 496px;
  background: #ffffff;
  border: 2px solid #09c867;
  border-radius: 20px ;
  position: absolute;
  left: 0;
  top: 0;
}
.search-input .header-r-r {
  position: relative;
  top: 2px;
  margin-left: 510px;
}
.search-input .header-r-r .common-car:hover + .small-cart-wrp {
  display: block;
}
.search-input .header-r-r .small-cart-wrp:hover {
  display: block;
}
.search-input .header-r-r .small-cart-wrp {
  display: none;
  position: absolute;
  padding-top: 10px;
  top: 30px;
  right: 0;
  width: 606px;
}
.search-input .header-r-r .small-cart-wrp .small-cart {
  background: #ffffff;
  border: 1px solid #f7f7f7;
  border-radius: 2px;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.02), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  z-index: 104;
  box-sizing: border-box;
  padding: 10px 20px 20px;
  color: #333;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-nav .itm {
  color: #131313;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  line-height: 22px;
  padding-bottom: 5px;
  transition: all linear 0.1s;
  margin-right: 20px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-nav .itm.active {
  color: #09c867;
  font-weight: 600;
  border-bottom: 2px solid #09c867;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-nav .itm:hover {
  color: #09c867;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table {
  margin-top: 10px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-head {
  background: #f6fcf6;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-head .tb-td {
  color: #999999;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body {
  max-height: 160px;
  overflow: auto;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e3e3e3;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body::-webkit-scrollbar {
  width: 5px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body .bd-wp .tb-tr {
  margin-top: 10px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body .bd-wp .tb-tr.checked .tb-td .tb-check {
  color: #09C867;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body .bd-wp.hide {
  display: none;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td {
  box-sizing: border-box;
  padding-left: 4px;
  line-height: 22px;
  height: 22px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td .tb-check {
  color: #515151;
  cursor: pointer;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td .tb-check.check-all.checked {
  color: #09C867;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td .tb-delete {
  cursor: pointer;
  color: #000;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.red {
  color: #EB222B;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td1 {
  width: 20px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td2 {
  width: 116px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td3 {
  width: 135px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td4 {
  width: 94px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td5 {
  width: 61px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td6 {
  width: 93px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td7 {
  width: 34px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom {
  margin-top: 10px;
  height: 24px;
  background: #f6fcf6;
  color: #131313;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom a {
  height: 24px;
  line-height: 24px;
  width: 56px;
  border-radius: 4px;
  font-size: 12px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom b {
  color: #eb222b;
  line-height: 24px;
  margin-left: 10px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom p {
  line-height: 24px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom .money-div {
  margin-right: 30px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom .num-div {
  margin-right: 10px;
}
.common-car {
  width: 127px;
  height: 37px;
  border: 1px solid #09C867;
  border-radius: 20px;
  line-height: 35px;
  color: #09C867;
}
.common-car img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.common-car span {
  font-size: 14px;
}
.common-car b {
  position: absolute;
  height: 16px;
  border-radius: 8px;
  color: #fff;
  background: #FF5A06;
  line-height: 16px;
  padding: 0 3px;
  font-size: 12px;
  top: -8px;
  right: 0;
}
.big-header {
  height: 199px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #ebebeb;
}
.big-header .top-login {
  height: 35px;
  width: 100%;
  color: #333333;
  line-height: 35px;
  background: #f6f6f6;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 2;
}
.big-header .top-login .top-login-l li {
  margin-left: 10px;
}
.big-header .top-login .top-login-l li.li-1 {
  margin-left: 0;
}
.big-header .top-login .top-login-l li a {
  color: #333;
}
.big-header .top-login .top-login-r li {
  margin-left: 27px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic {
  margin-left: 0;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div {
  margin-left: 27px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li {
  position: relative;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li .user-name-a {
  width: 80px;
  height: 36px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li:hover .user-name-drop {
  display: block;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li .user-name-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -34px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li .user-name-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li .user-name-drop a:hover {
  color: #09C867;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div .register-li {
  color: #09C867;
}
.big-header .top-login .top-login-r li.user-order-li {
  position: relative;
}
.big-header .top-login .top-login-r li.user-order-li .user-order-a {
  height: 36px;
}
.big-header .top-login .top-login-r li.user-order-li i {
  font-size: 24px;
}
.big-header .top-login .top-login-r li.user-order-li:hover .user-order-drop {
  display: block;
}
.big-header .top-login .top-login-r li.user-order-li .user-order-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -10px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.big-header .top-login .top-login-r li.user-order-li .user-order-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.big-header .top-login .top-login-r li.user-order-li .user-order-drop a:hover {
  color: #09C867;
}
.big-header .top-login .top-login-r li a {
  color: #333;
  cursor: pointer;
}
.big-header .header-m {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.big-header .header-m .header-m-l {
  margin-top: 5px;
}
.big-header .header-m .header-m-l img {
  width: 193px;
  height: 48px;
}
.big-header .header-m .header-m-l .web-title {
  position: relative;
  left: 71px;
  top: -10px;
  color: #333;
}
.big-header .header-m .header-m-r .command-searches {
  text-align: left;
  margin-top: 16px;
}
.big-header .header-m .header-m-r .command-searches li {
  cursor: pointer;
  margin-left: 16px;
  line-height: 17px;
  font-size: 12px;
}
.big-header .header-m .header-m-r .command-searches li a {
  color: #333;
}
.big-header .header-m .header-m-r .command-searches li.active a {
  color: #09C867;
}
.big-header .header-m .header-m-r .command-searches li:first-child {
  margin-left: 24px;
}
.big-header .header-m .sc-cms-banner {
  display: none;
}
.big-header .header-btm {
  margin-top: 9px;
}
.big-header .header-btm .all-clsf {
  width: 212px;
  height: 42px;
  background: #09c867;
  border-radius: 16px 16px 0 0 ;
  padding: 8px 16px 8px 15px;
  margin-right: 16px;
}
.big-header .header-btm .all-clsf img {
  width: 24px;
  height: 24px;
  margin-top: 1px;
}
.big-header .header-btm .all-clsf p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  margin-left: 12px;
}
.big-header .header-btm .all-clsf i {
  color: #fff;
  margin-top: 2px;
  font-size: 22px;
}
.big-header .header-btm .nav {
  font-size: 16px;
  margin: 13px 0 0 0;
}
.big-header .header-btm .nav ul li {
  margin-right: 64px;
  line-height: 16px;
}
.big-header .header-btm .nav ul li:last-child {
  margin-right: 0;
}
.big-header .header-btm .nav ul li .hot-i {
  width: 37px;
  height: 15px;
  object-fit: cover;
}
.big-header .header-btm .nav ul li.hot-li a {
  color: #E2402F !important;
  font-weight: 600;
  font-family: Douyin Sans, Douyin Sans-Bold;
}
.big-header .header-btm .nav ul li a {
  color: #333;
  cursor: pointer;
  transition: all linear 0.3s;
}
.big-header .header-btm .nav ul li a.active,
.big-header .header-btm .nav ul li a:hover {
  color: #09c867;
}
.big-header.fixed {
  position: fixed;
  height: 70px;
  min-width: 1190px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.06);
  top: 0;
  left: 0;
  right: 0;
}
.big-header.fixed .top-login {
  display: none;
}
.big-header.fixed .header-m {
  margin-top: 0;
}
.big-header.fixed .header-m .header-m-l {
  margin-top: 9px;
}
.big-header.fixed .header-m .header-m-l img {
  width: 180px;
  height: 45px;
}
.big-header.fixed .header-m .header-m-l .web-title {
  left: 65px;
  top: -15px;
}
.big-header.fixed .header-m .header-m-r .search-input {
  margin-top: 15px;
}
.big-header.fixed .header-m .header-m-r .command-searches {
  display: none;
}
.big-header.fixed .header-m .sc-cms-banner {
  display: block;
  height: 70px;
  width: 180px;
  margin-left: 20px;
}
.big-header.fixed .header-m .sc-cms-banner img {
  width: 100%;
  height: 100%;
}
.big-header.fixed .header-btm {
  display: none;
}
html,
body {
  background: #F2F3F5;
}
.news-list-wrapper {
  min-width: 1190px;
}
.news-list-wrapper .banner-div {
  height: 300px;
}
.news-list-wrapper .banner-div img {
  height: 300px;
  width: 100%;
}
.news-list-wrapper .news-content {
  margin-top: 12px ;
}
.news-list-wrapper .news-content .news-content-l {
  padding-bottom: 10px;
  width: 910px;
  background-color: #fff;
}
.news-list-wrapper .news-content .news-content-l .title {
  font-size: 24px;
  font-family: PingFangTC, PingFangTC-Medium;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin: 25px 0px -3px 32px;
}
.news-list-wrapper .news-content .news-content-l .news-items {
  padding: 0 27px 30px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item {
  height: 207px;
  padding: 20px 0 27px;
  border-bottom: 1px solid #F2F3F5;
  margin-top: 12px;
  display: block;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .img-a {
  width: 264px;
  height: 160px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .img-a img {
  width: 100%;
  height: 100%;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right {
  margin-left: 20px;
  width: 572px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .highlight {
  color: #f06907;
  font-weight: 600;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .title-container .news-right-title a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  max-width: 500px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .title-container .news-right-other-r {
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding: 0 8px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-desc {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 22px;
  height: 88px;
  word-wrap: break-word;
  word-break: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other {
  margin-top: 10px;
  position: relative;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-l {
  color: #999;
  font-size: 14px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-l .name {
  position: relative;
  top: -2px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-l .time {
  margin-left: 10px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-l .num {
  margin-left: 39px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-l .num i {
  font-size: 12px;
  margin-right: 5px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-r {
  position: absolute;
  right: 0px;
  top: -2.5px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-r a {
  background: #eaf6ff;
  color: #2889ff;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  border-radius: 11px;
  padding: 0 14px;
  margin-left: 10px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-r a:first-child {
  margin-left: 0;
}
.news-list-wrapper .news-content .news-content-l .page {
  margin-bottom: 30px;
}
.news-list-wrapper .news-content .news-content-l .page-div {
  padding-bottom: 33px;
}
.news-list-wrapper .news-content .news-content-r {
  width: 268px;
}
.news-list-wrapper .news-content .news-content-r .about-news {
  height: 450px;
  background-color: #fff;
  margin-bottom: 12px;
}
.news-list-wrapper .news-content .news-content-r .about-news .title {
  font-size: 16px;
  color: #333;
  padding: 20px 0 0 20px;
  font-weight: 600;
}
.news-list-wrapper .news-content .news-content-r .about-news .about-news-items {
  margin-top: 12px;
}
.news-list-wrapper .news-content .news-content-r .about-news .about-news-items .about-news-item {
  display: block;
  height: 76px;
  padding: 12px 0 0 10px;
}
.news-list-wrapper .news-content .news-content-r .about-news .about-news-items .about-news-item img {
  width: 78px;
  height: 52px;
}
.news-list-wrapper .news-content .news-content-r .about-news .about-news-items .about-news-item .r {
  width: 150px;
  margin-left: 9px;
}
.news-list-wrapper .news-content .news-content-r .about-news .about-news-items .about-news-item .r .desc {
  line-height: 18px;
  height: 36px;
  color: #000;
  word-wrap: break-word;
  word-break: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-wrapper .news-content .news-content-r .about-news .about-news-items .about-news-item .r .time {
  color: #999;
  margin-top: 4px;
}
.news-list-wrapper .news-content .news-content-r .about-goods {
  height: 600px;
  background-color: #fff;
  margin-bottom: 12px;
}
.news-list-wrapper .news-content .news-content-r .about-goods .title {
  font-size: 16px;
  color: #333;
  padding: 20px 0 0 20px;
  font-weight: 600;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item {
  height: 96px;
  margin-top: 12px;
  padding: 11px 6px 0 12px;
  display: block;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item img {
  width: 72px;
  height: 72px;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r {
  margin-left: 8px;
  width: 170px;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r .good-name {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  word-wrap: break-word;
  word-break: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r .good-name a {
  color: #000;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r .good-desc {
  padding-top: 4px;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r .good-desc a,
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r .good-desc span {
  color: #999;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r .good-price {
  color: #EB222B;
  font-size: 14px;
  padding-top: 4px;
}
.news-list-wrapper .news-content .news-content-r .wx-commnad {
  height: 410px;
  background-color: #fff;
  padding: 0 10px;
}
.news-list-wrapper .news-content .news-content-r .wx-commnad .title {
  font-size: 16px;
  color: #333;
  padding: 20px 0 2px 10px;
  font-weight: 600;
}
.news-list-wrapper .news-content .news-content-r .wx-commnad .qrcode-div {
  text-align: center;
  margin-top: 12px;
}
.news-list-wrapper .news-content .news-content-r .wx-commnad .qrcode-div img {
  height: 314px;
  width: 248px;
}
.news-list-wrapper .news-content .news-content-r .hot-tags {
  margin-top: 12px;
  background-color: #fff;
  padding: 0 10px 10px 10px;
}
.news-list-wrapper .news-content .news-content-r .hot-tags .title {
  font-size: 16px;
  color: #333;
  padding: 20px 0 2px 10px;
  font-weight: 600;
}
.news-list-wrapper .news-content .news-content-r .hot-tags .tags-container {
  padding: 10px;
}
.news-list-wrapper .news-content .news-content-r .hot-tags .tags-container .item {
  height: 28px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-right: 20px;
}
.news-list-wrapper .news-content .news-content-r .hot-tags .tags-container .item:hover {
  color: #09c867;
  cursor: pointer;
}
