.main {
    min-height: 400px;
    width: 1200px;
    margin: auto;
    background: #fff;
    padding: 0 15px;
}
body{
    background: #eee;
}
.dzbox {
    height: 50px;
    min-height: 50px;
    position: relative;
    border-bottom: 2px solid #dd112a;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.dzbox img {
    position: relative;
    padding-right: 10px;
}

.content_title {
    padding: 55px 100px 15px;
    text-align: center;
    font-size: 26px;
    line-height: 1.4;
    color: #cc0000;
    font-weight: normal;
}

.subtitle {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    color: #7c7cdc;
    font-weight: normal;
}

.content_attr {
    color: #666666;
    padding: 6px 12px;
    background: #f5f5f5;
    margin: 0 4.5%;
    font-size: 14px;
    border-bottom: #e5e5e5 1px solid;
    text-align: center;
}

.content_attr ul li {
    display: inline-block;
    padding: 0 25px;
}

.content {
    padding: 0 6%;
}

.content_article {
    clear: both;
    padding: 20px;
    line-height: 1.9;
    font-size: 16px;
    font-family: "宋体";
    overflow: hidden;
    min-height: 400px;
}

.gbox{
    text-align: center;
    padding: 15px 0;
}


.fontsize img, .fontsize span {
    margin: 0 5px;
    cursor: pointer;
}
.fontsize span.on {
    color: #BD1A2D;
}
.fontsize .big {
    font-size: 24px;
}
.fontsize .middle {
    font-size: 18px;
}
.fontsize .small {
    font-size: 14px;
}