.news_list_div {
    padding: 0 4%;
    border-bottom: 0.01rem solid #F3F3F3;
}

.news_list_div:hover {
    background: #f3f3f3;
}

.news_list_div a {
    display: block;
    width: 100%;
    padding: 0.2rem 0;
    font-size: 0;
}

.news_list_div a:visited h4 {
    color: #505050;
    letter-spacing: 0.02rem;
}

.news_about {
    position: relative;
    display: inline-block;
    width: 68%;
    vertical-align: top;
    margin-right: 2%;
    /*float: left;
	height: 18.2vw;*/
}

.news_list_div h4 {
    font-size: 0.17rem;
    color: #505050;
    line-height: 0.21rem;
    letter-spacing: 0.01rem;
    /* word-break: break-all;*/
    /*修改标题占3行后省略  */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_list_div p.news_msg {
    /*position: absolute;
	bottom: 0;
	left: 0;*/
    height: 0.18rem;
    line-height: 0.18rem;
    font-size: 0.1rem;
    color: #949494;
    /* margin-top:10px; */
    padding-top: 0.08rem;
}

.news_list_div p.news_msg span.fr {
    margin-right: 0.01rem;
}

.news_list_div p.news_msg span {
    vertical-align: -0.01rem;
    margin-right: 0.06rem;
}

.news_list_cont .adv {
    display: inline-block;
    height: 0.18rem;
    background: #BABABA;
    padding: 0 0.08rem;
    color: #FFF;
    font-size: 0.1rem;
    border-radius: 0.03rem;
    margin-right: 0.14rem;
}

.news_list_div .sign i {
    font-size: 0.14rem;
    vertical-align: -0.03rem;
    margin-right: 0.03rem;
}

.news_list_div .sign strong {
    display: inline-block;
    font-weight: normal;
    vertical-align: -0.01rem;
}

.news_img {
    display: inline-block;
    /*float: right;*/
    width: 30%;
    height: 0.18rem;
    overflow: hidden;
    vertical-align: middle;
    background: url(../img/default_img.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.news_img {
    /*width: 100%;*/
    border-radius: 0.02rem;
}


/*多图*/

.img_group_div {
    margin: 0.08rem 0;
}

.img_group_div .news_img {
    float: left;
    width: 32.6%;
    height: 0.18rem;
    margin-left: 1%;
}

.img_group_div .news_img:nth-child(1) {
    margin-left: 0;
}

.news_img_group p.news_msg {
    position: static;
}


/*广告*/

.adv_div .news_img {
    float: left;
}

.adv_div .news_about {
    float: right;
}

.adv_div .news_about b {
    position: absolute;
    right: 0;
    bottom: 2px;
    display: inline-block;
    height: 0.18rem;
    line-height: 0.18rem;
    padding: 0 0.04rem;
    font-size: 0.12rem;
    color: #FFF;
    background: rgba(0, 0, 0, .3);
    border-radius: 0.03rem;
}

.adv_div h4 {
    font-weight: normal;
}


/*没图*/

.no_img_news .news_about {
    width: 100%;
    /*height: auto;*/
}


/*词条新闻列表*/

.news_list_out {
    margin-top: 0.46rem;
}

.add_cannel_btn {
    position: absolute;
    right: 4%;
    top: 0.1rem;
    display: inline-block;
    width: 0.64rem;
    height: 0.24rem;
    line-height: 0.24rem;
    text-align: center;
    border: 0.01rem solid #ae2323;
    background: #ae2323;
    border-radius: 0.03rem;
    font-size: 0.12rem;
    color: #FFF;
}

.add_cannel_btn.added {
    background: #df3333;
}

.come_back_btn {
    position: absolute;
    left: 4%;
    top: 0.23rem;
    z-index: 99;
    color: #FFF;
    font-size: 0.4rem;
}


/*广告*/

.adv_img_div {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../img/default_img.png) center center;
    background: cover;
    margin: 0 auto;
    border-radius: 0.02rem;
    margin-bottom: 0.1rem;
}

.adv_img_div a {
    display: block;
    width: 100%;
    height: 100%;
}

.adv_img_div img {
    width: 100%;
    height: 100%;
}

.news_img {
    position: relative;
}

.news_img .play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.36rem;
    height: 0.36rem;
    background: url(../img/play.svg) no-repeat 0 0;
    background-size: 100% 100%;
    margin-left: -0.18rem;
    margin-top: -0.18rem;
}
.swiper-slide1
{
    position: relative;
    height: 100%;
}

.swiper-slide .play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.36rem;
    height: 0.36rem;
    background: url(../img/play.svg) no-repeat 0 0;
    background-size: 100% 100%;
    margin-left: -0.18rem;
    margin-top: -0.18rem;
}

.heat-degree {
    /* width:44px; */
    margin-right: 0.14rem;
}

.heat-degree em {
    font-style: normal;
    color: #FC555E;
}

.heat-degree i {
    width: 0.08rem;
    height: 0.11rem;
    background: url(../img/dis.png) no-repeat 0 0/100% 100%;
    margin-right: 0.04rem;
    vertical-align: -0.01rem;
}


/*使用媒体查询来改变不同屏幕下的font-size  */


/*@media screen and (min-width:640px) {*/

.news_list_div h4 {
    font-size: 0.18rem;
    line-height: 0.2rem;
}

.swiper-slide p {
    font-size: 0.18rem;
}


/*}*/


/*@media screen and (min-width:414px) and (max-width:639px) {
    .news_list_div h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .swiper-slide p {
        font-size: 18px;
    }
}

@media screen and (min-width:375px) and (max-width:413px) {
    .news_list_div h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .swiper-slide p {
        font-size: 16px;
    }
}

@media screen and (min-width:320px) and (max-width:374px) {
    .news_list_div h4 {
        font-size: 17px;
        line-height: 21px;
    }
    .swiper-slide p {
        font-size: 17px;
    }
}*/


/* 视频欢迎页 */

.wel-video {
    height: 100%;
    position: relative;
}

.wel-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.welcome_cont {
    /* position: relative; */
}

.welcome_cont img {
    width: 100%;
    height: 100%;
}

.welcome_cont .skip {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    z-index: 999;
    height: 1rem;
    width: 1rem;
    line-height: 1rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    border: 0.01rem solid #ddd;
    color: #fff;
    font-size: 0.16rem;
}

.welcome_cont .pie_left,
.welcome_cont .pie_right {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
}

.welcome_cont .left,
.welcome_cont .right {
    width: 1rem;
    height: 1rem;
    background: #00aacc;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    /* transition: all 3s linear;
    -moz-transition: all 3s linear;
    -webkit-transition: all 3s linear;
    -o-transition: all 3s linear; */
}

.welcome_cont .pie_right,
.welcome_cont .right {
    clip: rect(0, auto, auto, 0.5rem);
}

.welcome_cont .pie_left,
.welcome_cont .left {
    clip: rect(0, 0.5rem, auto, 0);
}

.mask {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    left: 0.05rem;
    top: 0.05rem;
    background: #FFF;
    position: absolute;
    text-align: center;
    line-height: 0.9rem;
    font-size: 0.24rem;
    color: #00aacc;
}

.wel-swiper {
    width: 100%;
    height: 100% !important;
}

.wel-swiper .swiper-wrapper {}

.wel-swiper .swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    background: #fff;
    height: 100vh !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* .skip{
	text-align: right;
	font-size: 16px;
	color: #666;
	padding: 20px 15px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 9;
} */


/* loadmore */


/*vue*/

[v-cloak] {
    display: none;
}


/*模拟的标题*/

.header {
    z-index: 9990;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    border-bottom: 0.01rem solid #eee;
    background-color: white;
}

.header .btn-left {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.12rem;
    line-height: 0.22rem;
}


/*mescroll滚动的区域*/

.mescroll {
    position: absolute;
    left: 0;
    /* top: 60px; */
    bottom: 0;
    height: auto;
}


/*展示上拉加载的数据列表*/

.data-list li {
    position: relative;
    padding: 0.1rem 0.08rem 0.1rem 1.2rem;
    border-bottom: 0.01rem solid #eee;
}

.data-list .pd-img {
    position: absolute;
    left: 0.18rem;
    top: 0.18rem;
    width: 0.8rem;
    height: 0.8rem;
}

.data-list .pd-name {
    font-size: 0.16rem;
    line-height: 0.2rem;
    height: 0.4rem;
    overflow: hidden;
}

.data-list .pd-price {
    margin-top: 0.08rem;
    color: red;
}

.data-list .pd-sold {
    font-size: 0.12rem;
    margin-top: 0.08rem;
    color: gray;
}

.noMessage {
    margin: 0;
    color: #8e8e93;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.5rem;
}

.site_link {
    overflow-y: auto;
}

.onsite_logo {
    margin: 0 auto;
    /* margin-top: 0.115rem; */
    height: 0.87rem;
    text-align: center;
    font-size: 0;
    padding: 7px 0;
    box-sizing: border-box;
}

.onsite_logo img {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.onsite_title {
    text-align: center;
    font-size: 0.18rem;
    color: #FFF;
    line-height: 0.88rem;
}

.h5search_but {
    float: left;
    font-size: 0;
    width: 82%;
    height: 0.65rem;
    line-height: 0.65rem;
    margin-left: 0.17rem;
    margin-top: 0.115rem;
    border-radius: 0.01rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.h5search_but>div {
    border-radius: 4px;
    border: 0;
    background-color: #F3F3F3;
    font-size: 0.28rem;
    padding-left: 0.41rem;
    padding-right: 0.41rem;
    color: #9A9A9A;
}


/*搜索*/

.search_icon {
    position: absolute;
    top:0;
    right: 0.24rem;
    display: block;
    color: #fff;
    font-size: 0.42rem;
    line-height: 0.87rem;
    text-align: center;
}

.onsite_nav li a {
    display: block;
    height: 100%;
    color: #505050;
    font-size: 0.34rem;
}


/* 小视频列表 */

.daz_small_video_list {
    width: 100%;
    height: 100%;
}

.slideEffect {
    /* transition: height 0.5s; */
}

/* 图片预览 */
.img_preview_cont {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #000;
}

.img_preview_cont img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    margin: 0 auto;
}

.swiper-container, .swiper-wrapper, .swiper-slide {
    height: 100%;
}

.img_preview_cont .swiper-wrapper {
    height: 100%;
}

.preview_decs {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.34rem;
    color: #fff;
}

.preview_decs .item {
    overflow: hidden;
    margin: 0.2rem;
    height: auto;
    word-break: break-all;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
}


/* 图集 */

.video.atlas .videoPic {
    position: relative;
}

.video.atlas .img_num {
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
    text-align: center;
    line-height: 0.42rem;
    min-width: 0.9rem;
    height: 0.4rem;
    color: #fff;
    font-size: 0.24rem;
    background: #000;
    opacity: 0.7;
    border-radius: 0.22rem;
}


.img_preview_cont .swiper-container {
    height: 100%;
}

.swiper-slide {
    position: relative;
    height: 3rem;
}

.img_preview_cont .swiper-slide{
    height: 100%;
}

.urgent ul{
    margin-top: 0.04rem;
}

.urgent ul li{
    overflow: hidden;
    height: 1.45rem;
    padding: 0.29rem 0.21rem;
}

.urgent_audio_icon{
    float: left;
    width: 0.84rem;
    height: 0.84rem;
}

.urgent_audio_icon img {
    float: left;
    width: 0.84rem;
    height: 0.84rem;
}

.urgent_audio_main {
    position: relative;
    width: 84%;
    height: 0.84rem;
    float: right;
}

.urgent_info {
    overflow: hidden;
}

.urgent_title {
    float: left;
    /* margin-top: 0.06rem; */
    font-size: 0.3rem;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(51,51,51,1);
}

.urgent_time {
    float: right;
    /* margin-top: 0.07rem; */
    font-size: 0.2rem;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(153,153,153,1);
}

.urgent_decs {
    position: absolute;
    overflow: hidden;
    /* margin-top: 0.1rem; */
    bottom: 0;
}

.urgent_decs .span {
    font-size: 0.26rem;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(153,153,153,1);
}