@charset "utf-8";
.article {
	margin:10px;
	width:960px;
	height:auto;
	overflow:hidden;
}

.article .firsttitle { 
    margin:10px 10px 0; 
	line-height:20px; 
	font-size:16px; 
	font-weight:bold;
	color:#9c042b;
}

.article .title { 
    margin:10px 10px 0; 
	line-height:20px; 
	font-size:14px; 
	font-weight:bold;
	color:#333;
}
.article .photo { 
    width:305px;
	float:left;
	margin:5px;
}
.article .text {
	float:left;
	width:600px;
	padding:0 15px;
}
.article .text p{ 
	padding:5px; 
	line-height:22px; 
	font-size:13px; 
	color:#333;
}
.border2 { padding:4px; border:1px solid #ccc;}
/* CSS Document */

