/***本项目中所有文件可复用样式*********************************************************************************************************/
img {
    width: 100%;
    display: block;
  }
  video {
    width: 100%;
  }
  .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .margin {
    margin-bottom: 1.8rem;
  }
  * {
    word-break: break-all;
  }
  .tag-advertise {
    border: 1px solid #1819EB!important;
    color: #1819EB!important;
  }
  .part-comment {
    padding: 0 0.25rem;
    margin-top: .6rem;
  }
  .part-comment h3 {
    font-size: .34rem;
    color: #222;
    font-weight: 800;
  }
  .part-comment .list li {
    border-bottom: 1px solid #dfdfdf;
    padding: .3rem 0;
  }
  .part-comment .list li .portrait {
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
  }
  .part-comment .list li .portrait img {
    border-radius: .35rem;
  }
  .part-comment .list li .text {
    width: 6.1rem;
  }
  .part-comment .list li .text .top {
    height: .7rem;
    line-height: .7rem;
  }
  .part-comment .list li .text .top .nickname {
    font-size: .24rem;
    color: #60c5ff;
    width: 2.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .part-comment .list li .text .top .time {
    font-size: .24rem;
    color: #c1c1c1;
  }
  .part-comment .list li .text .bottom {
    font-size: .3rem;
    color: #222;
    line-height: .38rem;
  }
  .part-comment .btn {
    width: 5.2rem;
    height: .7rem;
    line-height: .7rem;
    border: 1px solid #60c5ff;
    font-size: .3rem;
    color: #60c5ff;
    text-align: center;
    margin: 0 auto;
    margin-top: .5rem;
    border-radius: .1rem;
  }
  .part-recommend {
    padding: 0 0.25rem;
    margin-top: .6rem;
  }
  .part-recommend h3 {
    font-size: .34rem;
    color: #222;
    font-weight: 100;
  }
  .part-recommend .list p {
    font-size: .34rem;
    color: #222;
    height: .88rem;
    line-height: .88rem;
    border-bottom: 1px solid #eee;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .part-recommend .list .notes {
    height: .32rem;
    line-height: .32rem;
    margin-top: .13rem;
    font-weight: 100;
  }
  .part-recommend .list .notes .notes-1 {
    border-radius: 0.04rem;
    display: inline-block;
    padding-left: .07rem;
    padding-right: .07rem;
    line-height: .14rem;
    font-size: 0.14rem;
    margin-right: .2rem;
    background: #FF617E;
    font-weight: 100;
    color: #fff;
    padding: 0.09rem 0.07rem;
  }
  .part-recommend .list .notes .notes-2,
  .part-recommend .list .notes .notes-3 {
    font-size: .22rem;
    color: #999;
    margin-right: .2rem;
    line-height: .32rem;
  }
  .part-recommend .list .title {
    font-size: .33rem;
    font-weight: 100;
    line-height: .5rem;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .part-recommend .list .item {
    padding: .35rem 0;
    border-bottom: 1px solid #dfdfdf;
  }
  .part-recommend .list .item:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
  }
  .part-recommend .list .threeImg .title {
    font-size: .33rem;
    font-weight: 100;
    line-height: .5rem;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .part-recommend .list .threeImg .imgs img {
    width: 2.2rem;
    margin-right: .06rem;
    margin-bottom: .06rem;
  }
  .part-recommend .list .threeImg .notes {
    font-size: .33rem;
    font-weight: 100;
    line-height: .5rem;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .part-recommend .list .oneImg .img{
    position: relative;
  }
  .part-recommend .list .oneImg .title {
    font-size: .33rem;
    font-weight: 100;
    line-height: .5rem;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .part-recommend .list .oneImg .notes {
    font-size: .33rem;
    font-weight: 100;
    line-height: .5rem;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .part-recommend .list .oneVideo .title {
    font-size: .33rem;
    font-weight: 100;
    line-height: .5rem;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .part-recommend .list .oneVideo .notes {
    height: .32rem;
    line-height: .32rem;
    margin-top: .13rem;
    font-weight: 100;
  }
  .part-recommend .list .oneVideo .notes .notes-1 {
    border-radius: 0.04rem;
    display: inline-block;
    padding-left: .07rem;
    padding-right: .07rem;
    line-height: .14rem;
    font-size: 0.14rem;
    margin-right: .2rem;
    background: #FF617E;
    font-weight: 100;
    color: #fff;
    padding: 0.09rem 0.07rem;
  }
  .part-recommend .list .oneVideo .notes .notes-2,
  .part-recommend .list .oneVideo .notes .notes-3 {
    font-size: .22rem;
    color: #999;
    margin-right: .2rem;
    line-height: .32rem;
  }
  .part-recommend .list .oneVideo .video {
    position: relative;
  }
  .part-recommend .list .oneVideo .video video {
    width: 100%;
    background: #000;
  }
  .part-recommend .list .oneVideo .video i {
    display: inline-block;
    width: .75rem;
    height: .36rem;
    font-size: .22rem;
    line-height: .36rem;
    border-radius: .1rem;
    background: rgba(0, 0, 0, 0.6);
    color: #e2e2e2;
    text-align: center;
    position: absolute;
    bottom: .9rem;
    right: .2rem;
  }
  .part-recommend .list .oneImgRight .text {
    width: 4.45rem;
  }
  .part-recommend .list .oneImgRight .text .title {
    font-size: .33rem;
    font-weight: 100;
    line-height: .5rem;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 1rem;
    box-sizing: border-box;
  }
  .part-recommend .list .oneImgRight .text .notes {
    height: .32rem;
    line-height: .32rem;
    margin-top: .13rem;
    font-weight: 100;
    color: #999;
  }
  .part-recommend .list .oneImgRight .text .notes .notes-1 {
    border-radius: 0.04rem;
    display: inline-block;
    padding-left: .07rem;
    padding-right: .07rem;
    line-height: .14rem;
    font-size: 0.14rem;
    margin-right: .2rem;
    background: #FF617E;
    font-weight: 100;
    color: #fff;
    padding: 0.09rem 0.07rem;
  }
  .part-recommend .list .oneImgRight .text .notes .notes-2,
  .part-recommend .list .oneImgRight .text .notes .notes-3 {
    font-size: .22rem;
    color: #999;
    margin-right: .2rem;
    line-height: .32rem;
  }
  .part-recommend .list .oneImgRight .text .notes .notes-1,
  .part-recommend .list .oneImgRight .text .notes .notes-2 {
    margin-right: .1rem;
  }
  .part-recommend .list .oneImgRight .img {
    width: 2.3rem;
    height: 1.45rem;
  }
  .part-recommend .list .oneImgRight .img img {
    width: 2.3rem;
    height: 1.45rem;
    border-radius: 4px;
  }
  .part-appBar {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.28rem;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .part-appBar .logo {
    width: 3.2rem;
    height: .94rem;
    position: absolute;
    top: 50%;
    margin-top: -0.47rem;
    left: .25rem;
  }
  .part-appBar .openApp {
    width: 1.7rem;
    height: .564rem;
    position: absolute;
    top: 50%;
    right: .8rem;
    /* margin-top: -0.32rem;
      border: 1px solid #fff; */
    color: #fff;
    font-size: .28rem;
    transform: translateY(-50%);
    display: inline-block;
    text-align: center;
    line-height: .564rem;
    border-radius: 4px;
    border: 1px solid transparent;
    background: #21A5FF;
  }
  .part-appBar .close {
    width: .32rem;
    height: .32rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
    right: .2rem;
  }
  .page-video .part-video {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: .37rem;
  }
  .page-video .part-video .video {
    background: #000;
    width: 100%;
    height: 4.22rem;
  }
  .page-video .part-video .video video {
    width: 100%;
    height: 4.22rem;
  }
  .page-video .part-video .title {
    font-size: .4rem;
    color: #222;
    margin: .25rem 0;
    padding: 0 0.25rem;
  }
  .page-video .part-video .description {
    font-size: .24rem;
    line-height: .4rem;
    color: #999;
    padding: 0 0.25rem;
  }
  .page-news .part-news,
  .page-paper .part-news {
    padding: 0 0.25rem;
  }
  .page-news .part-news h2,
  .page-paper .part-news h2 {
    font-size: .40765rem;
    color: #333;
    font-weight: 500;
    line-height: .6rem;
    text-align: left;
    padding: .3rem 0 0 0;
  }
  .page-news .part-news h4,
  .page-paper .part-news h4 {
    font-size: .3rem;
    color: #777;
    line-height: .4rem;
    padding: .2rem 0 0;
    text-align: center;
  }
  .page-news .part-news h4.sub1,
  .page-paper .part-news h4.sub1 {
    padding: .2rem 0 0 0;
  }
  .page-news .part-news .title-wrap h2,
  .page-paper .part-news .title-wrap h2 {
    text-align: center;
  }
  .page-news .part-news .notes,
  .page-paper .part-news .notes {
    margin: .3rem 0;
    height: .3rem;
    line-height: .3rem;
  }
  .page-news .part-news .notes span,
  .page-paper .part-news .notes span {
    margin-right: .1rem;
  }
  .page-news .part-news .notes .notes-1,
  .page-paper .part-news .notes .notes-1 {
    border-radius: 0.04rem;
    display: inline-block;
    padding-left: .07rem;
    padding-right: .07rem;
    line-height: .14rem;
    font-size: 0.14rem;
    margin-right: .2rem;
    background: #FF617E;
    color: #fff;
    padding: 0.09rem 0.07rem;
  }
  .page-news .part-news .notes .notes-2,
  .page-paper .part-news .notes .notes-2 {
    font-size: .22rem;
    color: #999;
    line-height: .32rem;
  }
  .page-news .part-news .digest,
  .page-paper .part-news .digest {
    font-size: .31rem;
    color: #666;
    line-height: .42rem;
    margin-bottom: .32rem;
    padding: .23rem .2rem;
    background-color: #F7F8FA;
  }
  .page-news .part-news .section,
  .page-paper .part-news .section {
    max-height: 10rem;
    overflow: hidden;
    padding-bottom: .6rem;
    text-align: justify;
  }
  .page-news .part-news .section .content,
  .page-paper .part-news .section .content {
    font-size: 0.33rem;
    font-weight: 100;
    word-break: normal;
    text-align: justify;
  }
  .page-news .part-news .section .content p,
  .page-paper .part-news .section .content p {
    font-size: 0.33rem!important;
    color: #222!important;
    line-height: .56rem!important;
    word-break: normal!important;
    text-align: justify!important;
  }
  .page-news .part-news .section .content *,
  .page-paper .part-news .section .content *{
    font-family: "sans-serif", "PingFang-SC", "Microsoft Yahei"!important;
    font-weight: 100!important;
  }
  .page-news .part-news .section .content p span,
  .page-paper .part-news .section .content p span {
    font-size: 0.33rem!important;
    font-weight: 100;
    color: #222;
    line-height: .56rem;
    word-break: normal;
    text-align: justify;
  }
  .page-news .part-news .opensection,
  .page-paper .part-news .opensection {
    position: relative;
    display: none;
  }
  .page-news .part-news .opensection .openblock,
  .page-paper .part-news .opensection .openblock {
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(255, 255, 255, 0.5)), color-stop(0.5, #ffffff), to(#ffffff));
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.5), #ffffff, #ffffff);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.5), #ffffff, #ffffff);
    background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.5), #ffffff, #ffffff);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), #ffffff, #ffffff);
    width: 100%;
    height: 1.8rem;
    text-align: center;
    margin: 0 auto;
  }
  .page-news .part-news .opensection .openblock .opencontent,
  .page-paper .part-news .opensection .openblock .opencontent {
    position: absolute;
    bottom: 0;
    color: #21A5FF;
    font-size: .3rem;
    margin: 0 auto;
    width: 100%;
    height: .4rem;
    font-weight: 100;
  }
  .page-news .part-news .opensection .openblock .opencontent img,
  .page-paper .part-news .opensection .openblock .opencontent img {
    width: 0.35rem;
    display: inline-block;
    margin-bottom: .05rem;
  }
  .page-paper .part-news .title-wrap {
    border-bottom: 1px solid #DFDFDF;
    padding: .32rem 0;
  }
  .page-paper .content {
    color: #222;
    border-bottom: none!important;
    font-weight: lighter!important;
    padding-bottom: .2rem!important;
    padding-top: 0.32rem;
    font-size: 0.34rem;
    text-align: justify;
  }
  .page-paper .content p {
    font-size: 0.34rem;
    font-weight: lighter!important;
  }
  .page-photos .part-photos {
    padding: 0 0.25rem;
  }
  .page-photos .part-photos h2 {
    font-size: .44rem;
    color: #222;
    font-weight: 600;
    line-height: .5rem;
    padding: .4rem 0 .3rem;
  }
  .page-photos .part-photos .notes {
    margin-bottom: .1rem;
    height: .3rem;
    line-height: .3rem;
  }
  .page-photos .part-photos .notes span {
    margin-right: .1rem;
  }
  .page-photos .part-photos .notes .notes-1 {
    border-radius: 0.04rem;
    display: inline-block;
    padding-left: .07rem;
    padding-right: .07rem;
    line-height: .14rem;
    font-size: 0.14rem;
    margin-right: .2rem;
    background: #FF617E;
    color: #fff;
    padding: 0.08rem 0.07rem;
  }
  .page-photos .part-photos .notes .notes-2 {
    font-size: .22rem;
    color: #999;
    line-height: .32rem;
  }
  .page-photos .part-photos .digest {
    font-size: .3rem;
    color: #222;
    line-height: .37rem;
    padding: .25rem;
    background-color: #e6e6e6;
    margin-bottom: .3rem;
  }
  .page-photos .part-photos .content {
    padding-bottom: .6rem;
    border-bottom: 1px solid #dfdfdf;
    padding-top: .15rem;
  }
  .page-photos .part-photos .content img {
    margin: .15rem 0;
  }
  .page-photos .part-photos .content p {
    font-size: .34rem;
    color: #222;
    line-height: .5rem;
  }
  .page-zhengwuhao img,
  .page-zhuanti img {
    display: inline;
  }
  .page-zhengwuhao .zhengwuhao-title,
  .page-zhuanti .zhengwuhao-title {
    font-size: .36rem;
    line-height: .5rem;
    color: #222;
    margin-bottom: .2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-zhengwuhao .zhengwuhao-notes,
  .page-zhuanti .zhengwuhao-notes {
    height: .32rem;
    line-height: .32rem;
    margin-top: .15rem;
    text-align: center;
  }
  .page-zhengwuhao .zhengwuhao-notes .notes-1,
  .page-zhuanti .zhengwuhao-notes .notes-1 {
    border-radius: 0.04rem;
    display: inline-block;
    padding-left: .07rem;
    padding-right: .07rem;
    line-height: .14rem;
    font-size: 0.14rem;
    margin-right: .2rem;
    background: #FF617E;
    color: #fff;
    padding: 0.08rem 0.07rem;
  }
  .page-zhengwuhao .zhengwuhao-notes .notes-2,
  .page-zhuanti .zhengwuhao-notes .notes-2,
  .page-zhengwuhao .zhengwuhao-notes .notes-3,
  .page-zhuanti .zhengwuhao-notes .notes-3 {
    font-size: .22rem;
    color: #999;
    margin-right: .2rem;
    line-height: .32rem;
  }
  .page-zhengwuhao .part-introduce,
  .page-zhuanti .part-introduce {
    padding: 0.4rem 0.25rem 0.6rem;
  }
  .page-zhengwuhao .part-introduce .top,
  .page-zhuanti .part-introduce .top {
    position: relative;
    margin-bottom: .35rem;
  }
  .page-zhengwuhao .part-introduce .top .portrait,
  .page-zhuanti .part-introduce .top .portrait {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: .25rem;
  }
  .page-zhengwuhao .part-introduce .top .portrait img,
  .page-zhuanti .part-introduce .top .portrait img {
    border-radius: .08rem;
  }
  .page-zhengwuhao .part-introduce .top .name,
  .page-zhuanti .part-introduce .top .name {
    font-size: .34rem;
    color: #222;
    margin-top: .2rem;
  }
  .page-zhengwuhao .part-introduce .top .note,
  .page-zhuanti .part-introduce .top .note {
    font-size: .24rem;
    color: #999;
    margin-top: .1rem;
  }
  .page-zhengwuhao .part-introduce .top .focus,
  .page-zhuanti .part-introduce .top .focus {
    width: 1.05rem;
    height: .45rem;
    border-radius: 4px;
    color: #d60310;
    font-size: .24rem;
    line-height: .45rem;
    text-align: center;
    border: 1px solid #d60310;
    position: absolute;
    top: 50%;
    margin-top: -0.225rem;
    right: 0;
  }
  .page-zhengwuhao .part-introduce .bottom,
  .page-zhuanti .part-introduce .bottom {
    font-size: .24rem;
    color: #999;
    line-height: .32rem;
  }
  .page-zhengwuhao .line,
  .page-zhuanti .line {
    width: 100%;
    background: #f6f6f6;
    height: .18rem;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
  .page-zhengwuhao .part-newzhengwu h3,
  .page-zhuanti .part-newzhengwu h3 {
    display: none;
  }
  .page-zhengwuhao .part-newzhengwu .desc,
  .page-zhuanti .part-newzhengwu .desc {
    display: none;
  }
  .page-zhengwuhao .part-newzhengwu .openmore,
  .page-zhuanti .part-newzhengwu .openmore {
    margin: 0.4rem 1.65rem 1.7rem 1.65rem;
    width: 4.2rem;
    height: .66rem;
    background: #21A5FF;
    color: #fff;
    border-radius: .04rem;
    text-align: center;
    line-height: .66rem;
    font-size: .28rem;
  }
  .page-zhengwuhao .list,
  .page-zhuanti .list {
    padding: 0 0.25rem;
  }
  .page-zhengwuhao .list .item,
  .page-zhuanti .list .item {
    padding: .4rem 0;
    border-bottom: 1px solid #dfdfdf;
  }
  .page-zhengwuhao .list .threeImg .title,
  .page-zhuanti .list .threeImg .title {
    font-size: .36rem;
    line-height: .5rem;
    color: #222;
    margin-bottom: .2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-zhengwuhao .list .threeImg .imgs img,
  .page-zhuanti .list .threeImg .imgs img {
    width: 2.2rem;
    margin-right: .06rem;
    margin-bottom: .06rem;
  }
  .page-zhengwuhao .list .threeImg .notes,
  .page-zhuanti .list .threeImg .notes {
    height: .32rem;
    line-height: .32rem;
    margin-top: .15rem;
    text-align: center;
  }
  .page-zhengwuhao .list .threeImg .notes .notes-1,
  .page-zhuanti .list .threeImg .notes .notes-1 {
    border-radius: 0.04rem;
    display: inline-block;
    padding-left: .07rem;
    padding-right: .07rem;
    line-height: .14rem;
    font-size: 0.14rem;
    margin-right: .2rem;
    background: #FF617E;
    color: #fff;
    padding: 0.08rem 0.07rem;
  }
  .page-zhengwuhao .list .threeImg .notes .notes-2,
  .page-zhuanti .list .threeImg .notes .notes-2,
  .page-zhengwuhao .list .threeImg .notes .notes-3,
  .page-zhuanti .list .threeImg .notes .notes-3 {
    font-size: .22rem;
    color: #999;
    margin-right: .2rem;
    line-height: .32rem;
  }
  .page-zhengwuhao .list .oneImg .title,
  .page-zhuanti .list .oneImg .title {
    font-size: .36rem;
    line-height: .5rem;
    color: #222;
    margin-bottom: .2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-zhengwuhao .list .oneImg .notes,
  .page-zhuanti .list .oneImg .notes {
    height: .32rem;
    line-height: .32rem;
    margin-top: .15rem;
    text-align: center;
  }
  .page-zhengwuhao .list .oneImg .notes .notes-1,
  .page-zhuanti .list .oneImg .notes .notes-1 {
    border-radius: 0.04rem;
    display: inline-block;
    padding-left: .07rem;
    padding-right: .07rem;
    line-height: .14rem;
    font-size: 0.14rem;
    margin-right: .2rem;
    background: #FF617E;
    color: #fff;
    padding: 0.08rem 0.07rem;
  }
  .page-zhengwuhao .list .oneImg .notes .notes-2,
  .page-zhuanti .list .oneImg .notes .notes-2,
  .page-zhengwuhao .list .oneImg .notes .notes-3,
  .page-zhuanti .list .oneImg .notes .notes-3 {
    font-size: .22rem;
    color: #999;
    margin-right: .2rem;
    line-height: .32rem;
  }
  .page-zhengwuhao .list .oneVideo .title,
  .page-zhuanti .list .oneVideo .title {
    font-size: .36rem;
    line-height: .5rem;
    color: #222;
    margin-bottom: .2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-zhengwuhao .list .oneVideo .notes,
  .page-zhuanti .list .oneVideo .notes {
    height: .32rem;
    line-height: .32rem;
    margin-top: .15rem;
    text-align: center;
  }
  .page-zhengwuhao .list .oneVideo .notes .notes-1,
  .page-zhuanti .list .oneVideo .notes .notes-1 {
    border-radius: 0.04rem;
    display: inline-block;
    padding-left: .07rem;
    padding-right: .07rem;
    line-height: .14rem;
    font-size: 0.14rem;
    margin-right: .2rem;
    background: #FF617E;
    color: #fff;
    padding: 0.08rem 0.07rem;
  }
  .page-zhengwuhao .list .oneVideo .notes .notes-2,
  .page-zhuanti .list .oneVideo .notes .notes-2,
  .page-zhengwuhao .list .oneVideo .notes .notes-3,
  .page-zhuanti .list .oneVideo .notes .notes-3 {
    font-size: .22rem;
    color: #999;
    margin-right: .2rem;
    line-height: .32rem;
  }
  .page-zhengwuhao .list .oneVideo .video,
  .page-zhuanti .list .oneVideo .video {
    position: relative;
  }
  .page-zhengwuhao .list .oneVideo .video video,
  .page-zhuanti .list .oneVideo .video video {
    width: 100%;
    height: 4.4rem;
    background: #000;
  }
  .page-zhengwuhao .list .oneVideo .video i,
  .page-zhuanti .list .oneVideo .video i {
    display: inline-block;
    width: .75rem;
    height: .36rem;
    font-size: .22rem;
    line-height: .36rem;
    border-radius: .1rem;
    background: rgba(0, 0, 0, 0.6);
    color: #e2e2e2;
    text-align: center;
    position: absolute;
    bottom: .9rem;
    right: .2rem;
  }
  .page-zhengwuhao .list .oneImgLeft .text,
  .page-zhuanti .list .oneImgLeft .text {
    width: 4.45rem;
  }
  .page-zhengwuhao .list .oneImgLeft .text .title,
  .page-zhuanti .list .oneImgLeft .text .title {
    font-size: .36rem;
    line-height: .5rem;
    color: #222;
    margin-bottom: .2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: .8rem;
    overflow: hidden;
    margin-bottom: .35rem;
  }
  .page-zhengwuhao .list .oneImgLeft .text .notes,
  .page-zhuanti .list .oneImgLeft .text .notes {
    height: .32rem;
    line-height: .32rem;
    margin-top: .15rem;
    text-align: center;
  }
  .page-zhengwuhao .list .oneImgLeft .text .notes .notes-1,
  .page-zhuanti .list .oneImgLeft .text .notes .notes-1 {
    border-radius: 0.04rem;
    display: inline-block;
    padding-left: .07rem;
    padding-right: .07rem;
    line-height: .14rem;
    font-size: 0.14rem;
    margin-right: .2rem;
    background: #FF617E;
    color: #fff;
    padding: 0.08rem 0.07rem;
  }
  .page-zhengwuhao .list .oneImgLeft .text .notes .notes-2,
  .page-zhuanti .list .oneImgLeft .text .notes .notes-2,
  .page-zhengwuhao .list .oneImgLeft .text .notes .notes-3,
  .page-zhuanti .list .oneImgLeft .text .notes .notes-3 {
    font-size: .22rem;
    color: #999;
    margin-right: .2rem;
    line-height: .32rem;
  }
  .page-zhengwuhao .list .oneImgLeft .text .notes .notes-1,
  .page-zhuanti .list .oneImgLeft .text .notes .notes-1,
  .page-zhengwuhao .list .oneImgLeft .text .notes .notes-2,
  .page-zhuanti .list .oneImgLeft .text .notes .notes-2 {
    margin-right: .1rem;
  }
  .page-zhengwuhao .list .oneImgLeft .img,
  .page-zhuanti .list .oneImgLeft .img {
    width: 2.3rem;
    height: 1.45rem;
  }
  .page-zhengwuhao .list .oneImgRight .text .title {
    font-size: .34rem;
    line-height: 0.5rem;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
 
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .page-zhengwuhao .list .oneImgRight .text .notes {
    height: .32rem;
    line-height: .32rem;
    margin-top: .13rem;
    color: #999;
  }
  .part-recommend .list .oneImgRight .text .notes .notes-1,.page-zhengwuhao .list .oneImgRight .text .notes .notes-1 {
    border-radius: 0.04rem;
    display: inline-block;
    padding-left: .07rem;
    padding-right: .07rem;
    line-height: .14rem;
    font-size: 0.14rem;
    margin-right: .2rem;
    background: #FF617E;
    color: #fff;
    padding: 0.09rem 0.07rem;
  }
  .page-zhengwuhao .list .oneImgRight .text .notes .notes-2,
  .page-zhengwuhao .list .oneImgRight .text .notes .notes-3 {
    font-size: .22rem;
    color: #999;
    margin-right: .2rem;
    line-height: .32rem;
  }
  .page-zhengwuhao .list .oneImgRight .text .notes .notes-1,
  .page-zhengwuhao .list .oneImgRight .text .notes .notes-2 {
    margin-right: .1rem;
  }
  .page-zhengwuhao .list .oneImgRight .img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .page-zhengwuhao .list .oneImgRight .img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .page-zhuanti .banner {
    width: 100%;
    margin-bottom: .35rem;
  }
  .page-zhuanti .digest {
    margin: 0 0.25rem;
    padding: 0.25rem;
    background: #F7F8FA;
    color: #666;
    font-size: .3rem;
  }
  .page-zhuanti .part-newzhengwu h3 {
    display: block;
    font-size: .34rem;
    color: #222;
    padding-left: 0.25rem;
    margin-top: .35rem;
    font-weight: bold;
  }
  .page-zhuanti .liveItem .img{
    position: relative;
  }
  .page-zhuanti .liveItem .liveTags{
    position: absolute;
    left: .2rem;
    bottom: .2rem;
    font-size: .22rem;
    color: #fff;
  }
  .page-zhuanti .liveItem .liveTags .yuyue{
    padding: 2px 4px;
    background: #21A5FF;
    color: #fff;
    border-radius: 2px;
  }
  .page-zhuanti .liveItem .liveTags .num{
    padding: 2px 4px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    color: #fff;
    margin-left: .1rem;
  }
  .page-zhuanti .liveItem .liveTags svg{
    width: .22rem;
    height: .22rem;
    color: #fff;
    fill: #fff;
  }
  .page-zhuanti .liveItem .liveTags .huigu{
    background: #999;
    border-radius: 2px;
    padding: 2px 4px;
    display: inline-block;
  }
  .page-zhuanti .liveItem .liveTags .zhibo{
    background: #FF617E;
    border-radius: 2px;
    padding: 2px 4px;
    display: inline-block;
  }
  .page-zhuanti .liveItem .liveTags .zhibo svg{
    width: .3rem;
    height: .2rem;
  }
  .page-zhuanti .oneImgRight.liveItem .liveTags{
    position: absolute;
    left: auto;
    right: .15rem;
    bottom: .15rem;
    font-size: .22rem;
    color: #fff;
  }
  .page-zhuanti .oneImgRight .hlmark,.page-zhuanti .oneImg .hlmark{
    z-index: 999;
    color: #fff;
    position: absolute;
    bottom: .15rem;
    right: .15rem;
    font-size: .22rem;
    text-align: center;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    padding: .04rem .08rem;
  }