@charset "utf-8";
/*内容*/
.mainRCon{
    padding:0 55px;
}

.topTitle {
    padding: 30px 0 20px;
}

.mainRCon .topTitle h2 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    text-align: center;
    line-height: 50px;
}

.mainRCon .topTitle h3 {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

.mainRCon .topTitle div {
    text-align: center;
    color: #9e9e9e;
    font-size: 14px;
}

.mainRCon .topTitle div b {
    font-weight: normal;
}

.mCon {
    padding: 20px 0;
    border-top: 1px dotted #d9d9d9;
    border-bottom: 1px dotted #d9d9d9;
}

.mCon p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 26px;
    color: #555555;
}

.mCon p + p {
    margin-top: 3px;
}

.mCon img {
    display: block;
    margin: 20px auto;
}

/*上一篇、下一篇*/
.subCon {
    padding: 30px 0 0;
}

.subCon a {
    color: #333333;
    font-size: 15px;
    text-decoration: none;
    line-height: 30px;
    display: block;
}

.subCon a b {
    font-weight: normal;
}

.subCon a:hover {
    color: #046847;
}

.subCon a span {
    width: 754px;
}