
.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul,
figure {
    margin: 0;
    padding: 0
}

body,
html {
    height: 100%
}

body {
    font-family: 'PingFang SC', "XHW-pzh", 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    outline: 0;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #ff9724 !important
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


body,html {
    font-size: 16px;
    background: #f8f9fa
}

#app {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.wrap {
    width: 1200px;
    margin: 0 auto
}


.detail {
    width: 100%;
    /* margin-right: 90px; */
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    box-sizing: border-box;
    color: #333;
    border: 1px solid #eff2f5
}

.detail video{
    max-width: 100%;
    height: auto;
}

.detail img{
    max-width: 100%;
    height: auto;
}

.articleView {
    padding: 40px 0;
    box-sizing: border-box;
}

.article_title {
    font-size: 38px;
    line-height: 1.6;
    color: #343a40;
    font-weight: 700;
    margin-bottom: 24px
}

.article_auth {
    font-size: 14px;
    color: #333;
    margin-bottom: 54px;
}

.article_auth span {
    margin-right: 20px;
}


.auth {
    display: flex;
    align-items: center;
    margin-right: 32px
}

.auth_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f5f5f5
}

.article_liability {
    text-align: right;
    color: #999;
}

#detailContent p{
    line-height: 1.6;
    margin-bottom: 20px;
}

.xgxw{
    margin-top: 20px;
}

.xgxw .xgxt-collumn{
    font-weight: bold;
    font-size: 22px;
}

.xgxw li{
    clear: both;
    border-bottom: 1px dashed #999;
    padding: 10px 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.xgxw .xgxw-title{
    margin-bottom: 15px;
}

.xgxw li img{
    float: left;
    width: 200px;
    height: auto;
    margin-right: 15px;
}

.xgxw .xgxw-source{
    color: #666;
    font-size: 14px;
}


@media screen and (max-width: 767px)  {
    body,html {
        background: #fff
    }
    .wrap {
        width: 100%;
        margin: 0 auto;
    }
    .articleView {
        padding: 10px 0;
        box-sizing: border-box;
        align-items: flex-start
    }
    .detail {
       padding: 10px; 
       border-radius: 0;
       border: none;
       font-size: 16px;
       line-height: 1.6;
    }
    .detail img {
        max-width: 100%;
        height: auto;
     }
    .article_title {
        font-size: 26px;
        margin-bottom: 16px;
        line-height: 1.6;
    }    
    .article_auth {
        margin-bottom: 20px;
    }

    .xgxw{
        margin-top: 20px;
    }
    
    .xgxw .xgxt-collumn{
        font-weight: bold;
        font-size: 20px;
    }
    
    .xgxw li{
        clear: both;
        border-bottom: 1px dashed #999;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    
    .xgxw li img{
        float: left;
        width: 30%;
        height: auto;
    }
    
    .xgxw .xgxw-source{
        color: #666;
        font-size: 14px;
    }
    .xgxw .xgxw-title{
        margin-bottom: 10px;
    }
}
