@charset "utf-8";
#body_l {
	height: auto;
	width: 200px;
	float: left;
}
#organization_list ul li {
	list-style-type: square;
	line-height: 25px;
	font-size: 14px;
	margin-left: 150px;
}


#body_r {
	height: auto;
	width: 960px;
	float: left;
}


#title_l {
	height: 50px;
	width: 220px;
	background-color: #0E9906;
	line-height: 50px;
	float: left;
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	font-family: "Times New Roman";
	text-align: center;
}

#title_r {
	background-color: #0E9906;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #FFF;
	font-family: "宋体", "Times New Roman";
}
#title_r a {
	color: #FFF;
	text-decoration: none;
}
#title_r a:hover {
	font-weight: bold;
	color: #042617;
}


#paper_list {
	height: auto;
	width: 930px;
	min-height: 600px;
	float: left;
	padding-right: 30px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#paper_list ul li {
	width: 650px;
	padding-top: 15px;
	padding-bottom: 7px;
	padding-right: 15px;
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D3C5;
}
#paper_list ul li .time {
	font-size: 12px;
}

#paper_list ul li .thumb {
    width:100px;

    float:left;

    margin-right:12px;
}

#paper_list ul li .thumb img {
    width:100px;
}

#paper_list ul li h3 {
    padding-bottom:5px;
}

#paper_list ul li h3 a {
	color: #042617;
	font-size: 14px;
	text-decoration: none;
}

#paper_list ul li .desc {
    padding-top: 5px;
    font-size:12px;
    color:#555;
    line-height:2em;
}

