[v-cloak] { display: none !important; } 
.mainer{
    padding-top: 50px;
}
#news-nav-menu{
    
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    
}

#news-nav-menu .news-m-title{
  display:none;
}
#news-nav-menu .news-nav-bar{
    text-align: center;

    background: #fff;

    
}
#news-nav-menu .news-nav-bar .category{
        
    width: 100%;
        
    line-height: 50px;
}

#news-nav-menu .news-nav-bar .category .category-detail{
        
    width: 168px;
        
    height: 20px;
        
    padding: 20px 0;
        
    line-height: 20px;
        
    text-align: center;
        
    font-size: 18px;
        
    color: #424242;
        
    display: inline-flex;
}
#news-nav-menu .news-nav-bar .category .category-detail span{
    width: 170px;
    display: block;
    cursor: pointer;
    border-right: 1px solid #e0e0e0;
}

#news-nav-menu .news-nav-bar .category .category-detail:last-child span{
    border-right: none;
}

#news-nav-menu .news-nav-bar .category .category-detail span.active{
    color:var(--blred);
}

.new-list{
    width: 90%;
}
.info_list {
   /* width: 100%;*/
    clear: both;
    overflow: hidden;
}
.info_list li {
    padding: 0 5px;
    width: 100%;
    /*border-bottom: 1px solid #b7b7b7;*/
}
.info_list li .items-box {
    padding: 20px 0;
    /*border-bottom: 1px solid #f4f4f4;*/
}
.info_list li .img {
    width: 20%;
    text-align: center;
    overflow: hidden;
}
.info_list li .img img {
    vertical-align: middle;
}
.info_list li .des {
   /* width: 78%;*/
    overflow: hidden;
}
.info_list li .des{
    /**/display: flex;
    align-items: center;
}
.info_list li .des_time {
    font-size: 1em;
    color: #aaa5a5;
    line-height: 2.2em;
}
.info_list li .des_time {
    width: 15%;
    min-width: 80px;
    text-align: center;
    float: left;
}
.info_list li .des_cont {
   /* width: 80%;
    float: left;*/
}
.info_list li .des_time h2 {
    font-size: 48px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #c6c4c5;
}
.info_list li .des_time p {
    color: #c6c4c5;
}
.info_list li .des_title {
    
    font-size: 1.2em;
    color: #333;
    line-height: 2.5em;
}
.info_list li .des_brief {
    color: #6e6e6e;
    white-space: normal;
    line-height: 2.2em;
    height: 4.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.nullResult {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    color: #8a8a8a;
}
.mainer .newsinfo-item{
   position: fixed;
    background: rgba(232,232,237,.4);
    width: 100vw;
    display: flex;
    justify-content: center;
    /* height: 100%; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 0;
    z-index: 99;
    align-items: center;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    overflow-y: auto;
}

.mainer .newsinfo-item .item-box{
    height: 100vh;
    padding: 100px 0;
}
.mainer .newsinfo-item .newsbox{
    position: relative;
    width: 100%;
    padding: 25px;
    max-width:60vw;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 16%);/**/
    box-sizing: border-box;
    margin-bottom: 100px;
    border-radius: 5px;
}
.mainer .newsinfo-item .newsbox i.iconclose {
    float: right;
    margin: 10px;
    line-height: 16px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.mainer .newsinfo-item .newsbox i.iconclose:hover{
    transform:scale(1.3,1.3);
    -webkit-transform:scale(1.3,1.3);
    -moz-transform:scale(1.3,1.3);
}
.mainer .newsinfo-item .newsbox .info_box {
    width: 100%;
    margin: 0 auto;
}
.mainer .newsinfo-item .newsbox .info_box .info_header {
    border-bottom: 1px solid rgba(60,60,60,.26);
}
.mainer .newsinfo-item .newsbox .info_box .title{
    
    color: #333;
    padding-top: 15px;
    font-weight: 600;
    text-align: center;
}
.mainer .newsinfo-item .newsbox .info_box .info_header .date {
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #777;
    text-align: center;
}
.mainer .newsinfo-item .newsbox .info_box .content {
    margin: 0 auto;
    background-color: #FFFFFF;
    width: 100%;
    padding: 20px 30px;
}
.mainer .newsinfo-item .newsbox .info_box .content img{
  /*  width:100%;*/
}
.news-progress-wrap {
    position: sticky;
    float: right;
	margin: -20px;
	bottom: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	background: lightgray;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.news-progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.news-progress-wrap::before {
    position: absolute;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #000;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.news-progress-wrap:hover::before {
	background-image: linear-gradient(298deg, var(--red), var(--red));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.news-progress-wrap svg path { 
	fill: none; 
}
.news-progress-wrap svg.news-progress-circle path {
	stroke: rgb(255 0 0 / 50%);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


.newsinfo .news-nav-bar {
    display: flex;
    background: #fff;
    width: 100%;
    top: 50px;
    height: 50px;
    position: sticky;
    z-index: 88;
    justify-content: center;
    border-bottom: 1px solid #f4f4f4;
}

.newsinfo .news-nav-bar .page_meun {
    width: 90%;
    
}
.newsinfo .news-nav-bar .page_meun a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    font-size: 16px;
    /* color: #d5d5d5; */
}
.newsinfo .news-nav-bar .page_meun .news-cat{
    color: #64666c;
}

.newsinfo .news-nav-bar .page_meun .news-cat:hover{
    color: #000000;
}
.newsinfo .news-nav-bar .page_meun .news-cat:after {
    content: '|';
    padding: 0 15px;
    color: #d5d5d5;
}
.mainer.newsinfo .topline {
    position: relative;
    padding: 25px 50px;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 16%);
    box-sizing: border-box;
    margin-bottom: 100px;
}
.mainer.newsinfo .infocontent{padding:50px 0}
.mainer.newsinfo .topline .info_box { width: 85%; margin: 0 auto;  }
.mainer.newsinfo .topline .info_header{    border-bottom: 1px solid rgba(60,60,60,.26);}
.mainer.newsinfo .topline .info_header h1 { font-size: 25px; color: #333; padding-top: 15px; font-weight: 600; text-align: center; }
.mainer.newsinfo .topline .info_header .date {display: flex;justify-content: center;font-size: 12px;font-weight: 500;color: #777;text-align: center; }

.mainer.newsinfo .topline .content { width: 100%; font-size: 16px;}
.mainer.newsinfo .topline .content-article {  }
.mainer.newsinfo .topline .content img{ max-width:100%; width:auto !important;height:auto !important}
.mainer.newsinfo .topline .content-article p { line-height: 28px; font-size:16px; }
@media only screen and (max-width: 1000px) {
  .mainer{
    padding-top: 50px;
  }
  .mainer .news-main {
        padding-top: 100px;
    }
    
    .mainer .newsinfo-item{
        padding:0;
    }
    .mainer .newsinfo-item .item-box{
        padding:0;
        padding:50px 0;
    }
    .mainer .newsinfo-item .newsbox{
        padding:0;
        margin: 0;
        max-width: 100%;
    }
    .mainer .newsinfo-item .newsbox .info_box{
        width:100%;
        padding: 25px;
    }
    .news-progress-wrap{
        
        margin: 0px;
    }
  #news-nav-menu{
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 88;
    background: #fff;
  }
    #news-nav-menu .news-m-title{
      
        width: 100%;
        height: 50px;
        line-height: 50px;
        display: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-weight: bold;
        border-bottom: 1px solid #f4f4f4;
    }
    #news-nav-menu .news-m-title .iconfont{
        display: block;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: -o-transform .3s;
        -moz-transition: transform .3s,-moz-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        position: absolute;
        right: 10px;
        line-height: 50px;
    }
    
    #news-nav-menu.open .news-m-title .iconfont {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #news-nav-menu .news-nav-bar {
        overflow: hidden;
        height: auto;
        max-height: 0;
        
        transition: max-height .3s;
        -webkit-transition: max-height .3s;
        -moz-transition: max-height .3s;
        -ms-transition: max-height .3s;
        -o-transition: max-height .3s;
    }
    
  #news-nav-menu.open .news-nav-bar{
    max-height: 100vh;
    height: auto;
    transition: max-height .3s;
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    -ms-transition: max-height .3s;
    -o-transition: max-height .3s;
  }
    #news-nav-menu .news-nav-bar .category{
        display:flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
    }
    #news-nav-menu .news-nav-bar .category .category-detail{
        display: flex;
        width: 100%;
        justify-content: center;
        height: 50px;
        line-height: 50px;
        padding: 0;
        align-items: center;
    }
    #news-nav-menu .news-nav-bar .category .category-detail span{
        display: block;
        width:100%;
        border: none;
        font-size: 13px;
        line-height: 30px;
        height: 30px;
    }
    .mainer.newsinfo .infocontent{padding: 0}
    .newsinfo .news-nav-bar .page_meun {
        width: 100%;
        padding:0 25px;
        
    }
    .mainer.newsinfo .topline {
        padding: 25px;
        width: 100%;
        margin: 0 auto
    }
    .mainer.newsinfo .topline .info_box { width: 100%; }
}
