body,ul,li,h2,h4{margin: 0;padding: 0;}
img{border:none;}
ul,li{list-style: none;}

.clearfix:after{
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	content: "";
}


*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

a{
	text-decoration: none;
}
table{
   border-collapse:collapse;
   border: 1px solid #aaa !important;
}
table td{
   border: 1px solid #aaa !important;
}

#content{
	margin-top: 50px;
}
/*------ 右侧文章 ------ 开始*/
#mainRight{
	float: right;
	width: 910px;
}
#mainRight .tu{
	width: 910px;
	height: 380px;
}

#mainRight .time{
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 18px;
    padding: 15px 0 20px;
    border-bottom: 1px solid #DDD;
}

#mainRight .article{
	color: #333;
	padding:50px;
	margin-top: 50px;
	background-color: #fff; 
	min-height:500px;
}
#mainRight .article .title{
	font-size: 28px;
	margin-bottom: 28px;
        margin-bottom: 1px;
        text-align: center;
}
#mainRight .article .txt{
	line-height: 30px;
}
/*------ 右侧文章 ------ 结束*/