/* 公共样式 */
* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  color: #444;
}

body {
  background: #f3f3f3 none repeat 0 0;
}

ul,
li,
dl,
dt,
dd {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
.clearfix{
  *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}


.ellipsismore {
  display: -webkit-inline-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ulTitle_a{
  clear: both;
  width: 100%;
  display: block;

}
.ulTitle_a img{
  float: left;
}
.ulTitle_p_zixun{
  line-height: 24px;
  float: left;
  width: calc(100% - 130px);
  margin-left: 10px;
  display: block;
  white-space: normal;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp:2;
  word-break:break-all;/*追加这一行代码*/
}

.goTop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: calc(calc(calc(100% - 1200px) / 2) - 100px);
  bottom: 200px;
  z-index: 55;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goTop img{
  width: 40px;
}


.main-wrap {
  width: 1200px;
  margin: 0 auto;
}

.main {
  margin-top: 80px;
}

.top {
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #16161a;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 10;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
}

.logo {
  width: 260px;
  font-size: 25px;
  line-height: 70px;
  font-family: FZShangKuS-R-GB-Regular, FZShangKuS-R-GB;
  height: 70px;
  display: flex;
  align-items: center;
}
.logo h1{
  display: flex;
  align-items: center;
}

.logo img {
  width: 100%;
  object-fit: contain;
  height: 60px;
  vertical-align: top;
}

.ul-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 940px;
}


.ul-wrap>div{
  position: relative;
  height: 70px;
  line-height: 70px;
}
.navList {
  position: relative;
  height: 70px;
  line-height: 70px;
  padding: 0 15px;
  display: block;
  color: #16161a;
  transition: all 0.1s;
  border-bottom: 3px solid transparent;
}
.ul-wrap_tab{
  margin-left: 20px;
}
.ul-wrap_tab:nth-of-type(1){
  margin-left: 0;
}
.ul-wrap_tab:hover .navList {
  color: #f21646;
  border-bottom: 3px solid #f21646;
}
.ul-wrap>div:hover .navList{
  color: #C60100;
  background-color: #fff;
}
.ul-wrap_tab_classify{
  position: absolute;
  width: auto;
  min-width: 120px;
  height: auto;
  min-height: 100px;
  background-color: #fff;
  z-index: 11;
  top: 72px;
  left: 50%;
  padding: 0 5px;
  transform: translate(-50%, 0);
  display: none;
  border-radius: 8px;
  box-shadow: 3px 3px 6px -1px #e0e0e0;
  transition: All 0.2s  ease-out;
  -webkit-transition: All 0.2s ease-out;
  -moz-transition: All 0.2s ease-out;
  -o-transition: All 0.2s ease-out;
}
.ul-wrap_tab_classify>div{
  line-height: 25px;
  padding: 10px 10px;
  text-align: center;
  width: auto;
  min-width: 120px;
}
.ul-wrap_tab_classify>div a{
  font-size: 18px;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  min-width: 120px;
}

.ul-wrap>div img.down{
  position: absolute;
  display: block;
  right: -5px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s  ease-out;
  -webkit-transition: All 0.2s ease-out;
  -moz-transition: All 0.2s ease-out;
  -o-transition: All 0.2s ease-out;
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.ul-wrap_tab:hover .ul-wrap_tab_classify{
  display: block;
}
.ul-wrap_tab:hover img.down{
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.ul-wrap>div a.navList{
  font-size: 14px;
  position: relative;
}

/*.ul-wrap>div:nth-child(1) {*/
/*  margin-left: 34px;*/
/*}*/

/*.ul-wrap .ul-wrap_tab:nth-child(1) {*/
/*  margin-left: 34px;*/
/*}*/

.actHdborder {
  color: #f21646;
  border-bottom: 3px solid #f21646;
}

.actBc {
  background-color: #f8eef0;
}

.flex {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}

.qdxq {
  background: url(../images/qdxq.png) no-repeat ;
  background-size: 100% 100%;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
}

.qdxq img {
  width: 51px;
  height: 51px;
  object-fit: contain;
}

.left-main1 {
  width: 780px;
}

.lxsp-box {
  width: 100%;
  display: flex;
}

.lxsp {
  width: 50%;
  height: 48px;
  background: #a5a5a5;
  text-align: center;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
}

.ztz_fllieb {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: none;
}
.ztz_fllieb a{
  display: inline-block;
  width: 100%;
  height: 100%;
}

#test2 {
  display: none;
}

.ztz_fllieb li {
  /*width: 94px;*/
  width: calc(20% - 36px);
  height: 105px;
  border-radius: 4px;
  border: 1px #eee solid;
  text-align: center;
  display: inline-block;
  margin: 0 15px 30px;
}

.ztz_fllieb li span {
  display: block;
  height: 72px;
  overflow: hidden;
}

.ztz_fllieb li img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  padding-top: 8px;
  transition: all 0.5s;
}

.ztz_fllieb > li:hover img {
  transform: scale(1.08);
}

.ztz_fllieb .ztz_dwmc {
  color: #666;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.botm {
  padding-top: 10px;
  min-width: 1200px;
  height: 266px;
  background: #212224;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-top: 30px;
}

.botm1 {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}

.botm1 h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.botm1-ul {
  display: flex;
  align-items: center;
}

.botm1-ul li a {
  margin-left: 30px;
  color: #8d93a1;
}

.botm2-ul a {
  color: #8d93a1;
  display: inline-block;
  padding: 10px 0;
  margin-right: 20px;
  font-size: 14px;
}

.botm2 {
  width: 100%;
  min-height: 80px;
  height: auto;
  padding: 10px 0px;
  border-bottom: solid 1px #161617;
  margin-top: 10px;
}

.botm3 {
  width: 100%;
  height: 60px;

  margin-top: 10px;
}

.botm3 p {
  color: #8d93a1;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.botm3 p a {
  color: #8d93a1;
  font-size: 12px;
  line-height: 30px;
  margin: 0 5px;
}


.search_classify{
  margin: 20px 0;
  padding: 20px 15px ;

}
.search_classify>span{
  width: 100%;
  margin-bottom: 10px;
  color: #444;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.search_classify>span:last-child{
  margin-bottom: 0;
}
.search_classify a{
  color: #f21646;
  display: inline-block;
  width: 86%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.box {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  margin-top: 16px;
  width: 100%;
}

.carousel {
  width: 52%;
  height: 328px;
  position: relative;
  overflow: hidden;
}

.jijin a {
  display: block;
  height: 48px;
  line-height: 48px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eef3f8;
  margin: 0 10px;
}

.jijin li:hover p {
  color: red;
}

.jijinBox {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.jijinBox img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-left: 20px;
}

.jijinTitle {
  padding-top: 10px;
  padding-left: 20px;
}

.jijinInfo {
  padding: 10px 20px 20px 20px;
}

.jijin span {
  color: #999999;
  font-size: 14px;
}
.jijin #qwe span {
  width: 150px;
}
.jijin #qwe p {
  width: calc(100% - 160px);
  margin-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.left-box {
  background: #fff;
}

.right-box {
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
}

.martop {
  margin-top: 16px;
}

.qdzx1 {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #eef3f8;
  font-weight: 600;
  margin-top: -15px;
  font-size: 16px;
  padding-top: 2px;
  position: relative;
}

.yuan {
  min-width: 4px;
  height: 4px;
  background: #959595;
  border-radius: 50%;
  margin: 0 7px;
}

.qdzx1::after {
  position: absolute;
  width: 3px;
  height: 20px;
  background: #f21646;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  content: "";
  left: -20px;
  top: 16px;
}

.qdzx1 span {
  color: #2d3137;
  font-size: 16px;
}

.qdzx {
  width: 137px;
  height: 26px;
  line-height: 26px;
  background: url(../images/navback.png) no-repeat right;
  color: #fff;
  font-weight: 700;
}

.qdzx span {
  margin-left: 13px;
  color: #fff;
  font-weight: 800;
}

.qdzx1 {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #eef3f8;
  font-weight: 600;
  margin-top: -15px;
  font-size: 16px;
}

.xian {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dce1e6;
  box-sizing: border-box;
  padding: 10px;
}

.ul-zxsp li {
  height: 142px;
  margin-top: 15px;
  cursor: pointer;
  border-bottom: 1px solid #eef3f8;
  flex-shrink: 0;
}

.ul-zxsp li:nth-child(1) {
  margin-top: 0;
}

.ul-zxsp li a {
  margin-top: 16px;
  display: flex;
}

.ul-zxsp li img {
  width: 184px;
  height: 125px;
  margin-left: 10px;
  border-radius: 4px;
}

.ul-zxsp1 li {
  height: 88px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.ul-zxsp1 li:hover .right-u-zxsp > p {
  color: #f21646;
}

.ul-zxsp1 li a {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ul-zxsp li:hover .right1-u-zxsp > p {
  color: #f21646;
}

.right-u-zxsp {
  margin-left: 10px;
  height: 88px;
}

.right1-u-zxsp p {
  font-size: 16px;
  font-weight: 600;
  width: 570px;
  height: 20px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tws {
  width: 240px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layui-btn-group{
  margin-left:0 !important;
  display: flex !important;
  justify-content: center;
}

.tags{
  margin: 20px 0;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.tags a{
  margin-right: 15px;
  margin-top: 20px;
  padding: 8px 15px;
  background: #F3F4F7;
  line-height: 20px;
  border-radius: 6px;

}
.tags a:hover{
  color: #EF0166;;
}
.tags strong{
  font-weight: 600;
  margin-right: 5px;
  vertical-align: middle;
  color: #EF0166;
}
.tags_list{

  width: 100%;
  padding: 30px 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.tags_list .tags_ba a{
  padding: 10px 20px;
  margin-right: 15px;
  border: 1px #eee solid;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
.tags_list .tags_ba a:hover{
  color: #C60100;
  border-color: #C60100;
}

.right-u-zxsp span {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  margin-bottom: 6px;
}

.padd {
  padding: 30px;
}

.right1-u-zxsp {
  margin-left: 10px;
  height: 125px;
}

.tws1 {
  width: 570px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 14px;
  margin-bottom: 29px;
}

.fy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
}

.fy1 {
  max-width: 400px;
  box-sizing: border-box;
  padding: 20px;
}

.fy1 a {
  color: #ef0166;
}

.fy1 P {
  margin-top: 15px;
  font-weight: 600;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.fy div {
  width: 380px;
  /*height: 100px;*/
  background-color: #fff;
}

.tws2 {
  width: 538px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 14px;
  margin-bottom: 29px;
}

.right1-u-zxsp span {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

.box-w1 {
  width: 780px;
  overflow: hidden;
  box-sizing: border-box;
}

.box-w2 {
  width: 400px;
  /* max-height: 356px;
    padding: 20px;
    overflow: hidden; */
}

.jcjj li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  padding: 10px;
}

.jcjj li:first-child {
  margin-top: 5px;
}

.jcjj li:last-child {
  /* margin-bottom: 12px; */
}

.jcjj1 li {
  height: 38px;
  line-height: 38px;
  width: 296px;
  background: #f1f3f5;
  margin-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-left: 12px;
}

.jcjj1 li span {
  color: #5c6166;
  margin-left: 10px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rmhf li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  text-overflow: ellipsis;
}

.qh {
  font-size: 14px;

  margin-right: 4px;
}

.qh span {
  color: #707070;
  margin-right: 7px;
}

.rdzbbh {
  height: 90px;
  overflow: hidden;
  line-height: 40px;
  background: #f3f4f7;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  margin-top: 10px;
  padding: 15px 20px 30px 15px;
  color: #fff;
  background: url(../images/rdzbbh.png) no-repeat center;
  display: none;
}

.rdzbbh2 {
  height: 40px;
  line-height: 40px;
  background: #f3f4f7;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  margin-top: 16px;
  overflow: hidden;
}

.rdzbbh4 {
  display: flex;
}

.rdzbbh2 .rdzbbh4 > div:nth-child(1) {
  color: #ef0166;
  margin-left: 20px;
  font-weight: 600;
}

.rdzbbh2 .rdzbbh4 > div:nth-child(2) {
  color: #707070;
  margin-left: 10px;
}

.rdzbbh2 .rdzbbh4 div:nth-child(3) {
  display: flex;
  width: 180px;
  color: #707070;
  margin-left: 10px;
}

.divEllipsis {
  color: #707070;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rdzbbh1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  text-align: center;
}

.rdzbbh1 p {
  color: #fff;
}

.rdzbbh1 img {
  width: 33px;
  height: 33px;
}

.aw {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  text-align: center;
}

.rdzbbh1 a {
  color: #fff;
}

.grayline {
  margin-top: 10px;
  border-bottom: 1px solid #eef3f8;
  width: 100%;
}

.timeLive {
  margin-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #373737;
}

.timeLive::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 5px;
  width: 3px;
  height: 16px;
  background-color: #f21646;
}

.timeLive1 {
  margin-left: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #373737;
}

.timeLive1::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 3px;
  height: 16px;
  background-color: #f21646;
}

.imgSize {
  width: 120px;
  height: 76px;
  border-radius: 4px;
}

.jijinSpanwidth {
  width: 94px;
}

.bcgFFF {
  background-color: #fff !important;
}

.marBtm20 {
  margin-bottom: 20px;
}

.box-outside {
  min-height: 40px;
  padding: 20px;
}

.ulTitle {
  width: 48%;
  padding-left: 10px;
  box-sizing: border-box;
}

.ulTitle li  {
  padding: 10px 2px 6px 0;
  width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.moreA {
  width: 40px;
}
.moreA a{
    display: block;
}

.rightList-new a {
  display: flex;
}

.nodata img {
  width: 780px;
}

.right-u-zxsp p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  width: 240px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* ****************** */
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.ActBrcolor1 {
  border-bottom: 3px solid #c60100 !important;
}
.livesource {
  display: flex;
  justify-content: center;
}

.livesource > li {
  position: relative;
  color: #fff;
  height: 32px;
  line-height: 32px;
  margin: 0 10px;
  font-size: 16px;
  padding: 0 18px 0 32px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.livesource > li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 16px;
  width: 12px;
  height: 12px;
  background: url(../images/livesource.png) no-repeat center center/100% 100%;
}

.gmliveBtm {
  position: absolute;
  bottom: 0px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: linear-gradient(to top, #151a1159, #151a1159);
  display: flex;
  justify-content: center;
}

.gmliveBtmLi {
  cursor: pointer;
}

.gmliveBtm li:nth-child(1) {
  margin-right: 100px;
  padding: 0 20px;
  color: #fff;
}

.gmliveBtm li:nth-child(2) {
  margin-left: 100px;
  padding: 0 20px;
  color: #fff;
}

/* 最新资讯 */
.newinfoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newinfoBox h3 {
  text-align: center;
}

.newinfo {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.newinfo img {
  width: 192px;
  height: 108px;
  border-radius: 4px;
  margin-right: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.newinfo li {
  width: 590px;
  display: flex;
  font-size: 18px;
}

.newinfoDiv {
  padding: 4px 0;
}

.newinfoDiv > p:nth-child(1) {
  margin-bottom: 20px;
  width: 350px;
}

.newinfoDiv p:nth-child(2) {
  font-size: 14px;
  color: #999;
}

.bRadius {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.classfiy_conturn{
  background: #fff;
  width: 100%;
  margin: 10px 0 10px;
  padding: 10px ;
  box-sizing: border-box;
}
.classfiy_conturn .fl{
  float: left;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  height: 45px;
  overflow: hidden;
}

.classfiy_conturn .fl img{
  width: 20px;
  height: 20px;
  object-fit: cover;
  vertical-align: sub;
}
.classfiy_conturn .fl a{
  margin: 10px 15px;
  line-height: 25px;
}
.classfiy_conturn .fr{
  float: right;
  margin: 10px 10px;
  line-height: 25px;
}

.living_title{
  padding: 10px;
  box-sizing: border-box;
  margin-top: 20px;
}
.living_title p{
  margin-bottom: 5px;
  font-size: 16px;
}
.living_title p strong{
  font-size: 16px;
}
.main-liveing{
  display: flex;
  justify-content: space-between;
}
.main-liveing>div{
  width: 49%;
}
.main-liveing>div>div{
  width: 100%;
}

.swiperliving{
  width: 100%;
  height: 222px;
  margin-top: 10px;
  overflow: hidden;
  padding-bottom: 10px !important;
  background-color: #fff;
}
.swiperliving h3{
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #373737;
  border-bottom: 1px solid #f3f3f3;
}
.swiperliving h3::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 3px;
  height: 16px;
  background-color: #C60100;
}
.swiperliving .swiper-slide{
  border-right: 1px solid #f3f3f3;
}
.swiperliving .swiper-slide:last-child{
  border-right: none;
}
.swiperliving .swiper-wrapper{
  height: 152px;
  border-bottom: 1px solid #f3f3f3;
}
.swiperliving .slide-ul{
  width: 290px;
  height: 152px;
  background-color: white;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.swiperliving .livemore{
  text-align: center;
  margin: 10px 0;
  padding-bottom: 10px;
}
.swiperliving .slide-top {
  display: flex;
  justify-content: space-between;
}
.swiperliving .slide-gk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  flex-shrink: 0;
}
.swiperliving .slide-top-1 {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  text-align: left;
}
.swiperliving .slide-top-2 {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
}
.swiperliving .slide-top-1 p {
  color: #8A8D94;
}
.swiperliving .slide-top-1 p:nth-child(1) {
  margin-top: 3px;
}
.swiperliving .slide-top-1 p:nth-child(2) {
  margin-top: 8px;
}
.swiperliving .slide-top-2 img {
  width: 14px;
  height: 10px;
}
.swiperliving .slide-top-2 span {
  color: #7B7E86;
}
.swiperliving .slide-gk img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.swiperliving .slide-sai p:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
}

.swiperliving{
  width: 100%;
  height: 222px;
  margin-top: 10px;
  overflow: hidden;
  padding-bottom: 10px !important;
  background-color: #fff;
}
.swiperliving h3{
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #373737;
  border-bottom: 1px solid #f3f3f3;
}
.swiperliving h3::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 3px;
  height: 16px;
  background-color: #C60100;
}
.swiperliving .swiper-slide{
  border-right: 1px solid #f3f3f3;
}
.swiperliving .swiper-slide:last-child{
  border-right: none;
}
.swiperliving .swiper-wrapper{
  height: 152px;
  border-bottom: 1px solid #f3f3f3;
}
.swiperliving .slide-ul{
  width: 290px;
  height: 152px;
  background-color: white;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.swiperliving .livemore{
  text-align: center;
  margin: 10px 0;
  padding-bottom: 10px;
}
.swiperliving .slide-top {
  display: flex;
  justify-content: space-between;
}
.swiperliving .slide-gk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  flex-shrink: 0;
}
.swiperliving .slide-top-1 {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  text-align: left;
}
.swiperliving .slide-top-2 {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
}
.swiperliving .slide-top-1 p {
  color: #8A8D94;
}
.swiperliving .slide-top-1 p:nth-child(1) {
  margin-top: 3px;
}
.swiperliving .slide-top-1 p:nth-child(2) {
  margin-top: 8px;
}
.swiperliving .slide-top-2 img {
  width: 14px;
  height: 10px;
}
.swiperliving .slide-top-2 span {
  color: #7B7E86;
}
.swiperliving .slide-gk img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.swiperliving .slide-sai p:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
}
