.nav {
    border-bottom: 2px solid #1f88e4;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    width: 1200px;
	text-align:right;
	}
.main {
    margin: 0 auto;
    min-height: 500px;
    width: 1198px;
	border:1px solid #e2e2e2;
	border-top:none;
}
.maintit {
    border-bottom: 1px dashed #c8c8c8;
    margin-bottom: 10px;
    text-align: center;
    width: 1200px;
}
.maintitone {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 0;
}
.maintittwo {
    color: #666;
    padding: 10px 0;
}
.mainnews {
    color: #333;
    line-height: 26px;
    padding: 10px;
}
.mainnews p {
    padding: 10px 0;
    text-indent: 28px;
}
.newsbj {
    color: #707070;
    height: 50px;
    line-height: 50px;
    padding-right: 30px;
    text-align: right;
}
img{
    max-width:90%;
}
.mainnews table{
    margin: 0 auto;
}