﻿﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    /*font-size: 625%;*/ /*1em=100px*/
    /*font-size: -webkit-calc(100vw / 3.75) !important;
    font-size: -moz-calc(100vw / 3.75) !important;
    font-size: calc(100vw / 3.75) !important;*/ /*375的设计稿;1em=100px*/
    font-size: calc(100vw / 37.5) !important; /*375的设计稿;1em=10px*/
    max-width: 750px;
    margin: 0 auto;
}
@font-face {
    font-family: FZBiaoYS_GBK_YS;
    /*src: url("/font/FZBiaoYS_GBK_YS.ttf");*/
    src: url("http://upimage.xiaodingkeji.com/FZBiaoYS_GBK_YS.ttf");
}
body {
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    box-sizing: border-box;
}
a:link, a:active, a:visited, a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}
.top {
    text-align: center;
    height: 21.1rem;
    background-size: 100% 100%;
    margin-top: 50px;
}
.abstract {
    margin: 1.6rem 1.2rem 0;
    padding-bottom:1.2rem;
    box-shadow: 0px 1px 0px 0px rgba(230,230,230,1);
}
    .abstract .dd {
        color: #333333;
        font-size: 1.6rem;
        font-weight:600;
        margin-bottom:1rem;
    }
    .abstract p {
        font-size: 1.4rem;
        color: #333333;
        line-height: 2rem;
    }
.tagList {
    padding: 1.6rem 2rem;
    /*    overflow-x:scroll;
    white-space:nowrap;
*/
}
    .tagList .tag, .tagList .swiper-slide {
        display: inline-block;
        /*width:60px!important;*/
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.3rem;
        text-decoration: none;
        color: #666666;
        background-color: #EEEEEE;
        border-radius: 1.4rem;
        padding: 4px 7px;
        line-height: 1.8rem;
        margin-right: 0.8rem !important;
        text-align: center;
    }
    .tagList.fixed {
        position: fixed;
        top: 0;
        z-index: 99;
        background: #fff;
        width:100%;
    }
    .tagList .tag.activity {
        background: rgba(233,50,34,0.2);
        color: rgb(233 50 34);
    }
        .newsList {
            margin: 0 2rem!important;
        }
            .newsList .more {
                text-align: center;
                text-decoration: none;
                color: #E93222;
                margin: 0 auto;
                margin-top: 2rem;
                display: block;
                font-size: 1.4rem;
                line-height: 1.4rem;
                width: 9rem;
                position: relative;
            }
                .newsList .more::after {
                    content: ' ';
                    position:absolute;
                    top:0;
                    right:0;
                    width: 1.4rem;
                    height: 1.4rem;
                    background:url(/img//right.png) no-repeat;
                    background-size:1.4rem 1.4rem;

                }
            .newsList .tag {
                color: rgba(153,153,153,1);
                font-size: 1.6rem;
                margin-top: 1rem;
                padding-left: 6px;
                color: #333;
                font-weight: 600;
                border-left: 3px solid #E93222;
                line-height: 2.2rem;
            }
                .newsList .news {
                    padding: 1.6rem 0 1.2em!important;
                    box-shadow: 0px 1px 0px 0px rgba(230,230,230,1);
                    width: 100%;
                    height:auto;
                }
.news .content-bigImg{
    /*line-height:0;*/
}
.news .content-left {
    width:70%;
    float:left;
}
.news .newsImg {
    float:left;
    width: 30%;
    line-height:0;
}
.content .title {
    font-size:1.7em;
    color:#333;
    line-height:2.4rem;
    height:4.8rem;
    overflow:hidden;
   display:-webkit-box;
   -webkit-box-orient:vertical;
   -webkit-line-clamp:2;
}
.content-bigImg .title {
    height:auto;
}
.content img {
    border-radius: 2px;
    padding: 9px 0;
    width: 100%;
    /*width:3.35em;*/
    height: 18rem;
    display: block;
}
.content .imgbg {
    border-radius: 2px;
    margin: 9px 0;
    width: 100%;
    /*width:3.35em;*/
    height: 18rem;
    display: block;
    position:relative;
}
.content .video-play {
    position: absolute;
    width: 43px;
    height: 43px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -21.5px 0 0 -21.5px;
    background: url(/img/play2.png) no-repeat center center;
    background-size: 100% 100%;
}
.content .img_3 {
    margin:0 auto;
    text-align:center;
}
    .content .img_3 img {
        margin-right: .4rem;
        /*width: 31%;*/
        width: 10.865rem;
        height: 7.3rem;
        /*border-radius: 2px;*/
        vertical-align: middle;
        display: block;
        float: left;
    }
        .content .img_3 img:last-child {
            margin-right:0;
        }
.content .info {
    margin-top: .9rem;
    color: #999999;
    font-size: 1.2rem;
    margin-right: 10rem;
    width: 100%;
}
.info span {
    display:inline-block;
}
    .info .source {
        float: right;
    }
.newsImg img {
    width: 100%;
    padding-left: 2rem;
    box-sizing: border-box;
    border-radius: 2px;
    height: 7.3rem;
    object-fit: cover;
}
.viewInApp {
    width: 100%;
    max-width: 677px;
    height: 50px;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 1;
    color: #000;
    vertical-align: middle;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    z-index: 999;
}

#top_download {
    width: 35px;
    vertical-align: middle;
}

.newspaperGroupName {
    font-size: 16px;
}

.informetion {
    font-size: 14px;
}

.openapp {
    width: 60px;
    vertical-align: middle;
    float: right;
    margin-top: 11px;
    border: 0;
    background: #E93222;
    color: #fff;
    padding: 5px;
    border-radius: 20px;
    font-size: 14px;
    outline:none;
}


/*********  屏幕大小控制字体  **********/
@media only screen and (min-width: 750px) {
    html {
         font-size: 18px !important;
    }
}