.pd25 {
    padding: 25px 25px;
    margin-top: 60px;
}

body {
    background: #282828;
}

/*文章详情*/
.con-box {
    background: #fff;
}
.container {
    margin-top: 0px;
}

.detail_con {
    width: 100%;
    margin: 0 auto;
    min-height: 400px;
    box-sizing: border-box;
}

.detail_tit {
    font-weight: bold;
    color: #333;
    text-align: center;
    font-size: 28px;
    margin: 43px 0 32px;
    line-height: 30px;
}

.detail_extend {
    height: 40px;
    background: #f2f6f9;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

#fontzoom {
    padding: 32px 34px 50px;
}

#fontzoom h2 span {
    display: block;
}

#fontzoom p,
#fontzoom p font {
    margin-bottom: 1em;
    margin-top: 0px;
}

#fontzoom p img,
#fontzoom img {
    margin: 0 auto;
    display: block;
}

#fontzoom,
#fontzoom p,
#fontzoom span,
#fontzoom font,
#fontzoom p strong,
#fontzoom p span,
#fontzoom p font {
    font-size: 16px;
    color: #333;
    font-family: "Microsoft YaHei";
    line-height: 36px;
}

.detail_con .close {
    float: right;
    color: #134a9c;
    font-size: 14px;
    margin-bottom: 40px;
}