@charset "utf-8";
.topTitle {
    padding: 20px 30px;
}

.mainRCon .topTitle h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.mainRCon .topTitle h3 {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

.mainRCon .topTitle div {
    text-align: center;
    color: #999999;
    font-size: 16px;
}

.mainRCon .topTitle div b {
    font-weight: normal;
}

.mCon {
    padding: 20px;
    border-top: 1px dotted #eeeeee;
    border-bottom: 1px dotted #eeeeee;
    font-size: 15px;
    color: #555555;
    line-height: 30px;
    text-align: justify;
}

.mCon div{
    font-size: 15px;
    line-height: 30px;
}

.mCon p {
    text-indent: 2em;
    font-size: 15px;
    color: #555555;
    line-height: 30px;
    text-align: justify;
}


.mCon img {
    max-width: 100%;
    height: auto;
}

/*上一篇、下一篇*/
.subCon {
    padding: 30px 20px 0;
}

.subCon a {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    line-height: 30px;
    display: block;
}

.subCon a b {
    font-weight: normal;
}
.subCon a:hover {
    color: #9c2c29;
}

.subCon a span {
    width: 804px;
}

 .dpTitle {
            font-size: 18px;
            font-weight: bold;
            line-height: 60px;
            text-align: center;
        }

        .dpContent {
            text-indent: 2em;
            font-size: 14px;
            line-height: 26px;
        }

.twListImg {
    display: block;
    width: 207px;
    text-decoration: none;

}

.twListImg div {
    width: 207px;
    height: 240px;
}

.twListImg img {
    width: 207px;
    height: 240px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
}

.twListImg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.twListImg h3 {
    padding: 0 10px;
    border: 1px solid #b2b2b2;
    border-top: none;
    color: #333333;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 36px;
}

.twListImg:hover h3 {
    color: #9c2c29;
}

.twList {
    padding: 30px 0;
}

.twList li {
    margin: 10px;
}