@charset "utf-8";
/* CSS Document */

.article .title {font-size: 24px;color: #333;text-align: center;margin: 10px 0 22px;font-weight: bold;}
.article .mark {color: #999;height: 38px;line-height: 38px;text-align: center;margin-bottom: 20px;border-top: 1px dashed #e5e5e5;border-bottom: 1px dashed #e5e5e5;}
.article .mark span {margin: 0 10px;}
.article .showContxt {color: #666;padding: 0 0 30px;line-height: 30px;}
.article .showContxt img {max-width: 100%;}
.reLink {width: 100%;height: 25px;border-top: 1px solid #d7d6d6;padding: 15px 0 20px;margin-top: 20px;}
.reLink .nextLink, .reLink .prevLink {width: 50%;line-height: 25px;color: #666;float: left;}
.reLink .nextLink {text-align: right;float: right;}
.reLink a:hover {color: #C70A28;}