
.rightMain h1 {
    font-family: "微软雅黑";
    font-size: 20px;
    color: #090909;
    font-weight: normal;
    padding-top: 20px;
    margin-bottom: 16px;
    text-align: center;	
	max-width:830px;
	max-height:50px;
	overflow:hidden;
}
.rightMain p{
	width: 782px;
    
    border-bottom: 1px solid #d0d0d0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #090909;
	margin:0 auto;
	overflow:hidden;
}
.rightMain p span{
	margin:0 40px;
    float: left;
}
.rightMain .article{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #090909;
    margin-top: 12px;
    width: 782px;
    margin-left: 24px;
	background:#fff;
	padding-bottom:20px;
}
.rightMain .article p{
	border:none;
	
}
.rightMain .article img{
    max-width: 100%;
}