/*文章部分开始*/

.article_cont {
    width: 1200px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: 900px;
    background-color: #f9f9f9;
}

.article_cont {
    width: 1200px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: 65px;
    margin-top: 28px;
}

.article_cont a {
    color: #999999;
}

.article_cont {
    width: 1200px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.con_title {
    margin-top: 20px;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
}

.underline {
    width: 900px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.namer {
    width: 1200px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.namer p {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    line-height: 22px;
    text-align: center;
    margin-top: 15px;
}

.share {
    position: absolute;
    right: -105px;
}

.share img {
    margin-left: 5px;
    width: 5%;
    height: 5%;
    float: left;
}

.article {
    width: 950px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.article p {
    font-size: 17px;
    line-height: 40px;
    color: #333;
    text-indent: 2em;
}

.article p:nth-child(2) {
    margin: 60px auto;
}

.download {
    width: 950px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: 36px;
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
}

.download p {
    color: red;
    line-height: 36px;
    padding: 0px 10px;
}

.download p a {
    color: #1c5bb8;
}

.changpage {
    width: 950px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.changpage div {
    margin-bottom: 5px;
}


/*文章部分结束*/