HTML,
body,
div,
h1,
h2,
h3,
div,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
    border: none;
    font-size: 14px;
    margin: 0px;
    padding: 0px;

}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Arial, "PingFang SC", "Noto Sans", Roboto, "Microsoft Yahei", sans-serif;
    font-weight: 400;
}

button:active:focus,
button:focus {
    outline: none;
}

html,
body {
    width: 100%;
    /* min-width: 1200px;
    max-width: 1960px; */
    margin: 0 auto;
    background: #f6f6f6;
}

em {
    display: block;
    overflow: hidden;
    font-style: normal;
}

button {
    cursor: pointer;
}

body,
div,
td {
    font-size: 14px;
    font-family: "Microsoft yahei", "simsun", "SimHei", Tahoma, Verdana, Arial, sans-serif;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #333333;
    text-decoration: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input {
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=submit],
input[type=button] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

img {
    border: none;
}

ul,
ol,
li {
    list-style-type: none;
}

i {
    font-style: normal
}

/*公共方法*/
.clear {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.cursor {
    cursor: pointer;
}

.box_shadow {
    -webkit-box-shadow: 0 2px 5px #E6E6E6;
    box-shadow: 0 2px 5px #E6E6E6;
    border: 1px solid rgba(221, 221, 221, .7);
}

.ovhi {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.w_1200 {
    width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.w_1200 .main {
    /* background-color: #fff; */
    margin-top: 20px;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


.The_article_box {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    overflow: hidden;
    text-indent: 24px;
}

.The_article_box .The_body h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.The_article_box .The_body .content-bd {
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    word-break: break-all;
}

.The_article_box .The_body .content-bd p {
    font-size: 16px;
}

.The_article_box .The_body p{
    line-height: 25px;
    font-size: 16px;
    margin: 5px;
    padding-bottom: 10px;
}

.The_article_box .The_body p span{
    font-weight: 500;
    color: #333222;
}

.The_article_box .The_body .content-bd img {
    display: block;
    margin:20px auto;
}

.The_article_box .The_body .content-bd .link {
    text-align: center;
}

.content-ft {
    text-align: center;
    line-height: 0;
    font-size: 0;
    margin-top: 10px;
    padding: 20px 0;
    color: #666;
}

.content-ft li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 110px;
    height: 105px;
    text-align: center;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}


.content-ft li .it {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    background: url(../img/conit.png) no-repeat;
}

.content-ft li .txt {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    text-indent: 0;
    margin-top: 20px;
}

.content-ft li .bad {
    background-position: -60px 0;
}

.content-ft li .good {
    background-position: 0 0;
}

.content-ft li .share {
    background-position: -120px 0;
}

.content-ft li .fav {
    background-position: -180px 0;
}

/*  */
.content-ft li .bad.on {
    background-position: -60px -60px;
}

.content-ft li .good.on {
    background-position: 0 -60px;
}

.content-ft li .share.on {
    background-position: -120px -60px;
}

.content-ft li .fav.on {
    background-position: -180px -60px;
}


@media (max-width: 720px) {
    .w_1200 .main {
        margin: 0;
    }
    .The_article_box.box_shadow{
        box-shadow: none;
        border: none;
    }

    .w_1200 {
        width: auto;
        padding: .15rem;
    }

    .The_article_box {
        padding: .2rem;
        border-radius: .1rem;
        text-indent: 0;
        margin: .4rem 0;
    }

    .The_article_box .The_body h2 {
        font-weight: 600;
        margin-bottom: .25rem;
        font-size: .4rem;
    }

    .The_article_box .The_body .content-bd {
        font-size: .28rem;
        line-height: 1.7;
    }

    .The_article_box .The_body .content-bd p {
        font-size: .28rem;
        line-height: 1.7;
        margin-top: .2rem;
    }

    .The_article_box .The_body .content-bd img {
        width: 100%;
        margin: .2rem auto;
    }

    .content-ft li {
        width: 18vw;
    }

}