.topTip .time {
    color: #2a498e;
}
.topTip li a {
    color: #2a498e;
}
.topTip .setIndex {
    border-bottom-color: #f5b142;
}
.topTip .setIndex a {
    color: #f5b142;
}
.banner .logo {
    background: url("../images/logo3.png") no-repeat;
}
.main {
    font-size: 12px;
}
/*左边*/
.main .mainLeft {
    width: 872px;
}
.mainLeft .yourPosition {
    padding-left: 20px;
    background: #e8e8e8;
    margin-bottom: 10px;
}
.mainLeft .yourPosition p {
    font-size: 14px;
    padding-left: 24px;
    height: 38px;
    line-height: 38px;
    background: url("../images/position.png") no-repeat left center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
}
/*文章*/
.article {
    border: 1px solid #c3c3c3;
}
.article h3 {
    text-align: center;
    color: #1172b7;
    font-size: 24px;
    line-height: 70px;
}
.article .line {
    display: block;
    height: 1px;
    width: 832px;
    margin: 0 auto;
    background: #c3c3c3;
}
.article .source {
    padding: 10px 0;
    height: 42px;
    line-height: 42px;
}
.source {
    text-align: center;
    font-size: 15px;
}
.source span {
    display: inline-block;
    margin: 0 10px;
}
.source .date {
    margin-left: 6px;
    margin-right: 8px;
}
.source .number, .sourceDetail, .source .author {
    margin-left: 6px;
}
.source .print {
    position: relative;
    cursor: pointer;
}
.source .print i {
    display: none;
    position: absolute;
    top: 34px;
    left: 5px;
    width: 18px;
    height: 16px;
    background: url("../images/print.png") no-repeat;
}
.source .print:hover i{
    display: block;
}
.source .setFont {
    position: relative;
    display: inline-block;
}
.source .setFont .setBtn {
    position: absolute;
    top: 22px;
    left: 0;
}
.source .setFont span {
    float: none;
}
.source .setFont i {
    float: left;
    margin: 0 1px;
    cursor: pointer;
    display: none;
}
.source .setFont:hover i {
    display: block;
}
.source .big {
    font-size: 17px;
}
.source .middle {
    font-size: 15px;
    color: #1278c1;
}
.source .small {
    font-size: 13px;
}
.article p {
    padding: 0 50px;
    text-align: justify;
    font: 15px/160% "Microsoft YaHei";
    margin-bottom: 20px;
}
.article table{
	margin: 0 50px;
}
.article table p{
	padding:0px;
	text-align:center;
	margin-left:0px;
}
.article p span{
	line-height : 30px;
	margin-left:0px;
}
.article .imgBox {
    text-align: center;
 }
.article img {
    display: inline-block;
    width:680px;
    height:480px;
}
.article .imgBox span {
    display: block;
    height: 44px;
    font: 15px/44px "Microsoft YaHei";
}
.otherLinkBox {
    height: 62px;
    line-height: 62px;
    font-size: 14px;
    border: 1px solid #c3c3c3;
    border-top: none;
}
.otherLinkBox .fl {
    padding-left: 56px;
}
.otherLinkBox .active {
    color: #1172b7;
}
.otherLinkBox .active a {
    color: inherit;
    text-decoration: underline;
}
.otherLinkBox .fr {
    padding-right: 56px;
}
/*右边*/
.main .mainRight {
    width: 280px;
    min-height: 400px;
    margin-left: 20px;
}
.main .mainRight .speederNav {
    min-height: 406px;
}
.linkBox {
    margin-top: 12px;
}