.main {
    min-height: 400px;
    width: 1200px;
    margin: auto;
}

.dzbox {
    height: 60px;
    min-height: 60px;
    position: relative;
    border-bottom: 1px solid #dd112a;
    font-size: 19px;
}

.dzbox img {
    position: relative;
    top: 12px;
    width: 38px;
    height: 38px;
    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;
}