/*#parent{
    height: 100%;
    width: 100%;
    overflow: hidden;
}*/

/*#child{
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-right: 15px; 
}*/


@import url("reset.css");

.news_content {
	height: 612px;
}

.news_list_container {
	height: 480px;
}

.news_list {
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	padding-bottom: 5px;
	margin-top: 25px;
}

	.news_list span {
		color: #000;
		font-size: 14px;
	}

		.news_list span a {
			text-decoration: none;
			color: #000;
			font-size: 14px;
		}

			.news_list span a:hover {
				text-decoration: underline;
			}

		.news_list span:nth-child(2) {
			float: right;
			font-size: 14px;
			color: #000;
		}

/*page*/
.page li {
	float: left;
	margin-right: 20px;
}

	.page li a {
		color: #000;
	}

		.page li a:hover {
			text-decoration: underline;
		}

#parent {
	height: 95%;
	width: 100%;
	overflow: hidden;
}

#child {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 40px;
}
