@charset "utf-8";
/*内容*/
.topTitle {
    padding: 30px 0 20px;
}

.mainRCon .topTitle h2 {
    font-size: 22px;
    color:#5e068c;
    text-align: center;
    line-height: 50px;
}

.mainRCon .topTitle h3 {
    font-size: 18px;
    text-align: center;
    color:#444;
    line-height: 30px;
    margin-bottom: 15px;
}

.mainRCon .topTitle div {
    text-align: center;
    color: #777777;
    font-size: 15px;
}

.mainRCon .topTitle div b {
    font-weight: normal;
}

.mCon {
    padding: 20px 30px;
    border-top: 1px dotted #d9d9d9;
    border-bottom: 1px dotted #d9d9d9;
   word-wrap: break-word;
}

.mCon p {
    text-indent: 2em;
    font-size: 15px;
    line-height: 26px;
    color: #555555;
}

.mCon p + p {    text-align: justify;
    margin-top: 20px;
    text-justify:distribute;
}
.mCon p + p a{    white-space: nowrap;}
.mCon img {
    display: block;
    margin: 20px auto;
}
.mainR ul{
    padding:30px 30px 30px;
}
/*上一篇、下一篇*/
.subCon {
    padding: 30px 30px 0;
}

.subCon a {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    line-height: 35px;
    display: block;
}

.subCon a b {
    font-weight: normal;
}

.subCon a:hover {
    color: #5e068c;
}