* {
    box-sizing: border-box;
    font-family: Microsoft YaHei, Î¢ÈíÑÅºÚ;
}

body,
p,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #333;
}

a {
    text-decoration: none;
    /* color: #333; */
}

a:hover {
    color: #008DD2;
}

img,
input {
    vertical-align: middle;
    border: 0 none;
    padding: 0;
    outline-style: none;
}


/* ¸¡¶¯ */

.left {
    float: left;
}

.right {
    float: right;
}


/* Çå³ý¸¡¶¯ */

.clearfix::after {
    content: ;
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clear:after {
    content: ;
    display: block;
    clear: both;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.shadow {
    box-shadow: 0px 4px 29px rgba(169, 169, 169, 0.15);
}

.shadow_up {
    box-shadow: 0px -4px 29px rgba(169, 169, 169, 0.5);
}

.shadow_all {
    box-shadow: 0px 0px 29px rgba(169, 169, 169, 0.5);
}

.sanjiao_up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}

.sanjiao_down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
}

.sanjiao_left {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid fff;
}

.sanjiao_left {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid fff;
}

.popup_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    display: none;
}


/* °æÐÄ */

.w1200 {
    width: 1280px;
    margin: 0 auto;
}

.w {
    width: 1280px;
    margin: 0 auto;
    min-width: 352px;
}

@media screen and (max-width:1360px) {
    .w {
        width: 960px;
    }
    .w1200 {
        width: 960px;
    }
}

@media screen and (max-width: 1000px) {
    .w {
        width: calc(100% - 8%);
    }
    .w1200 {
        width: calc(100% - 8%);
    }
}

@media screen and (max-width:560px) {}

@media screen and (max-width: 375px) {
    .w {
        padding: 0 4%;
    }
    .w1200 {
        padding: 0 4%;
    }
}

.h440 {
    height: 440px;
}

.text-align {
    text-align: center;
}

.artilce {
    overflow: hidden;
    box-sizing: border-box;
}

.artilce h1 {
    color: #388DCD;
    margin: 36px 0;
    /* margin-left: 20px; */
    padding-left: 20px;
    font-size: 30px;
}

.detailContent .article_P {
    height: 36px;
    margin-right: 0;
    text-align: right;
}

.detailContent .article_P span {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
}

.detailContent .article_P span .SkinObject {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
}

.detailContent .article_P span .SkinObject:nth-child(3) {
    color: #555;
}

.detailContent .article_P span .SkinObject:nth-child(4) {
    color: #EC3942;
}

@media screen and (max-width:1200px) {
    .artilce h1 {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width:1200px) {
    .artilce h1 {
        margin-left: auto;
        font-size: 18px;
    }
}

@media screen and (max-width: 560px) {
    .artilce h1 {
        font-size: 18px;
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }
    .detailContent .article_P {
        text-align: left;
    }
    .detailContent .article_P span .SkinObject {
        font-size: 12px !important;
    }
    .detailContent .article_P {
        margin-right: 0;
        float: left;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .detailContent .article_P span {
        display: inline-block;
        font-size: 12px;
        line-height: 36px;
    }
}