body {
  background-color: #f5f5f5;
}

.container {
  position: relative;
  margin: 1.57rem 1.3rem;
}

.container .main {

  display: flex;
  gap: .6rem;
  position: relative;
}

.container .main .info {
  width: 12.24rem;
  background: rgba(255, 255, 255, 1);
  padding: .9rem .7rem;
}

.container .main .info .title {
  font-size: .32rem;
  font-family: 'HarmonyOS Sans SC';
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 1.3;
  margin-bottom: .29rem;
}

.container .main .info .sub_info {
  display: flex;
  justify-content: space-between;
}

.container .main .info .sub_info .left {
  display: flex;
  align-items: center;
  gap: .4rem;
}

.container .main .info .sub_info .left .time {
  display: flex;
  gap: .1rem;
  align-items: center;
}

.container .main .info .sub_info .left .time img {
  width: .2rem;
  height: .2rem;
}

.container .main .info .sub_info .left .time span {
  font-size: .16rem;
  font-weight: 300;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC';
}

.container .main .info .sub_info .left .source {
  display: flex;
  gap: .02rem;
  align-items: center;
}

.container .main .info .sub_info .left .source img {
  width: .2rem;
  height: .2rem;
}

.container .main .info .sub_info .left .source span {
  font-size: .16rem;
  font-weight: 300;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC';
}

.container .main .info .sub_info .right {
  display: flex;
  gap: .14rem;
  align-items: center;
}

.container .main .info .sub_info .right span {
  font-size: .16rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-family: 'Gilroy';
}

.container .main .info .sub_info .right .right_icon {
    position: relative;
}

.container .main .info .sub_info .right .right_icon a {
  border-style: none;
}
.container .main .info .sub_info .right .right_icon .social-share-icon.icon-wechat,
.container .main .info .sub_info .right .right_icon .social-share-icon.icon-weibo{
  /*display: none !important;*/
  background: transparent;
  position: absolute;
  left: 0;
}


.social-share .icon-wechat:before,
.social-share .icon-wechat:after
{
    content: none !important;
}

.social-share .icon-weibo:before,
.social-share .icon-weibo:after
{
    content: none !important;
}



.container .main .info .sub_info .right .right_icon img.normal {
  display: block;
}

.container .main .info .sub_info .right .right_icon img.active {
  display: none;
}

.container .main .info .sub_info .right .right_icon:hover img.normal {
  display: none;
}

.container .main .info .sub_info .right .right_icon:hover img.active {
  display: block;
}


.container .main .info .line {
  border: 1px solid rgba(240, 240, 240, 1);
  margin: .255rem 0 .28rem 0;
}

.container .main .info .content {
  text-align: center;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
  
  color: rgba(102, 102, 102, 1);
  /*font-size: .18rem;*/
  font-size: 14px;
  line-height: .36rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC';
  letter-spacing: 1px;
  /*text-align: start;*/
}

/*.container .main .info .content p {*/
/*  margin-bottom: .4rem;*/
  
/*}*/

.container .main .info .content img {
  width: 8.3rem;
  /*height: 4.73rem;*/
  /*width: 100%;*/
  display: inline;
  /*justify-content: center;*/
  height: auto;
  /*margin: 0 auto .4rem auto;*/
  /*margin-bottom: .4rem;*/
}

.container .main .info .page_footer {
  display: flex;
  justify-content: space-between;
}

.container .main .info .page_footer .left {
  display: flex;
  gap: .14rem;
  align-items: center;
}

.container .main .info .page_footer  span {
  font-size: .16rem;
  font-weight: 400;
  color: rgba(51, 51, 51, .6);
  font-family: 'HarmonyOS Sans SC';
}

.container .main .info .page_footer  a span {
  font-size: .16rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC';
  width: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.container .main .info .page_footer .right {
  display: flex;
  gap: .14rem;
  align-items: center;
}

.container .main .info .page_footer  a:hover span {
  color: rgba(0, 83, 231, 1);
  text-decoration: underline;
}

.container .main .info .page_footer .left img.normal {
  display: block;
}

.container .main .info .page_footer .left img.active {
  display: none;
}

.container .main .info .page_footer .left:hover img.normal {
  display: none;
}

.container .main .info .page_footer .left:hover img.active {
  display: block;
}

.container .main .info .page_footer .right img.normal {
  display: block;
}

.container .main .info .page_footer .right img.active {
  display: none;
}

.container .main .info .page_footer .right:hover img.normal {
  display: none;
}

.container .main .info .page_footer .right:hover img.active {
  display: block;
}

.container .main .slide {
  position: relative;
}

.container .main .slide .menu {
  position: sticky;
  top: .7rem;
}

.container .main .slide .slide_box {
  width: 3.76rem;
  background-color: rgba(255, 255, 255, 1);
  padding: .35rem 0 .4rem 0;
  margin-bottom: .4rem;
}

.container .main .slide .slide_box .slide_box_label {

  height: .37rem;
  border-left: .0263rem solid rgba(0, 89, 255, 1);
  padding: 0 .4rem;

  font-size: 0.24rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(51, 51, 51, 1);
  margin-bottom: .22rem;
}


.container .main .slide .slide_box .slide_box_item {
  color: rgba(51, 51, 51, 1);
  margin: 0  0.4rem  0.31048rem 0.4rem;
  border-bottom: .01rem solid rgba(51, 51, 51, .14);
  padding-bottom: .2rem;
}

.container .main .slide .slide_box .slide_box_item:last-child {
    border-style: none;
}

.container .main .slide .slide_box .slide_box_item.no_bottom {
  border-bottom: 0 solid rgba(51, 51, 51, .14);
  padding-bottom: 0;
}

.container .main .slide .slide_box .slide_box_item span:first-child {
  font-size: 0.16rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(51, 51, 51, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 3.01rem;
  line-height: .25rem;
  
}

.container .main .slide .slide_box .slide_box_item span:first-child:hover {
  color: rgba(0, 89, 255, 1);
  cursor: pointer;
}

.container .main .slide .slide_box .slide_box_item span:last-child {
  font-size: 0.14rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(153, 153, 153, 1);
  margin-top: .2rem;
  display: block;
}

.container .main .slide .slide_box .back {
  background: rgba(0, 89, 255, 1);
  font-size: 0.16rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  height: .5rem;
  line-height: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .21rem;
}

@media (max-width: 767px) {
    .container {
        margin: 1.57rem .4rem;
    }
    .container .main {
        flex-direction: column;
    }
    .container .main .info {
        width: 100%;
        padding: .4rem;
    }
    
    .container .main .info .page_footer span {
        flex-shrink: 0;
    }
    .container .main .info .page_footer {
        flex-direction: column;
        gap: .15rem;
    }
    .container .main .info .page_footer .left {
        justify-content: center;
        width: 100%;
        padding: 0 .3rem;
       
    }
    .container .main .info .page_footer .right {
        justify-content: center;
         width: 100%;
         padding: 0 .3rem;
    }
    .container .main .info .page_footer .left img.normal,
    .container .main .info .page_footer .left:hover img.active,
    .container .main .info .page_footer .right img.normal,
    .container .main .info .page_footer .right:hover img.active {
        display: none;
    }
    
    .container .main .info .page_footer .right a,
    .container .main .info .page_footer .left a {
        width: 100%;
    }
    
    .container .main .info .page_footer span {
        font-size: .2rem;
        line-height: 150%;
    }
    .container .main .info .page_footer a span {
        font-size: .2rem;
        width: 100%;
    }
    .container .main .slide .slide_box {
        width: 100%;
        padding: .35rem .4rem;
    } 
    .container .main .slide .slide_box .slide_box_item {
        width: 100%;
        margin: 0 0 .31048rem 0;
    }
    .container .main .info .title {
        font-size: .34rem;
    }
    .container .main .info .sub_info .left .time span {
        font-size: .2rem;
    }
    .container .main .info .sub_info .left .source span {
        font-size: .2rem;
    }
    .container .main .info .sub_info .left {
        gap: .25rem;
    }
    .container .main .info .sub_info .right .right_icon img {
        width: .25rem;
        height: .25rem;
    }
    .container .main .info .content p {
        font-size: .22rem;
    }
    
    .container .main .slide .slide_box .slide_box_item span:first-child {
        font-size: .22rem;
        line-height: 150%;
        width: unset;
    }
    
    
    .social-share .icon-wechat .wechat-qrcode {
        top: 30px !important;
        left: -90px !important;
        width: 185px !important;
        height: 185px !important;
    }
    .social-share .icon-wechat .wechat-qrcode:after {
        conetnt: unset !important;
        display: none !important;
    }
    
    
}
















