.tabTitle {
    margin-top: 0;
}
.topTitle b {
    font-size: 12px;
}
.newsCon {
    width: 754px;
    padding: 20px 0;
}
.newsCon .article {
    width: 702px;
    min-height:814px;
    margin: 0 auto;
    overflow: hidden;
}
.article h2 {
    font-weight: bold;
    line-height: 1.4;
    text-align:center;
    font-size: 24px;
    display:-webkit-box;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    margin-top: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f5f5f5;
}
.article .source {
    padding: 10px 0;
    height: 42px;
    line-height: 42px;
}
.source {
    font-size: 14px;
}
.source .detailWrap,
.source .authorWrap {
    margin-right: 10px;
}
.source .date {
    margin-left: 6px;
    margin-right: 8px;
}
.source .number, .sourceDetail, .source .author {
    margin-left: 6px;
}
.source .setFont {
    display: inline-block;
}
.source .print {
    cursor: pointer;
}
.source .print i {
    background: url("../images/icon_print.png");
    width: 26px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.source .setBtn i {
    padding: 0 4px;
    cursor: pointer;
}
.source .setBtn .normal {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ad1309;
    border-radius: 4px;
}

.article .imgBox {
	margin-top:81px;
    text-align: center;
    margin-bottom: 30px;
}
.article table{
	margin: 0 10px;
}
.article table p{
	padding:0px;
	text-align:center;
	margin-left:0px;
}
.article p span{
	line-height : 30px;
	margin-left:0px;
}
.article img {
    display: inline-block;
    width: 512px;
    height: 314px;
}
.newsCon .article p {
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: justify;
}
.historyWrap {
    margin: 20px 0;
}
.historyWrap div {
    margin-left: 18px;
}
.historyWrap div a {
    margin-left: 12px;
    display: inline-block;
}
.historyWrap div:hover a {
    text-decoration: underline;
}
.historyWrap .preHistory {
    padding-bottom: 6px;
}
.otherLinks {
    margin-top: 20px;
}