.main{
	width: 1065px;
	margin: 55px auto 0;
}
body{
	color: #ffffff;
}
.main_left{
	width: 767px;
}
.header{
	padding: 18px 23px;
	background-color: #aadadb;
}
.header h3{
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 6px;
}
.header p{
	padding-left: 3px;
	line-height: 25px;
}

.news_list{
}
.years{
	padding: 36px 6px 20px 6px;
}
.years_list{
	font-size: 26px;
	color: #aadadb;
	margin-right: 50px;
	cursor: pointer;
}
.fontColor{
	color: #6d6d6c;
}
.none{
	display: none;
}
.news{
	height: 430px;
	overflow: auto;
}
.news ul{
	width: 694px;
}
.news ul li{
	border-top: 1px solid #e2f4f5;
	padding-bottom: 12px;
	padding-top: 15px;
}
.news_cont{
	width: 568px;
	border-right: 1px solid #e2f4f5;
}
.news_cont h3{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
}
.news_cont h3{
	color: #8ad2d6;
}
.position:hover a{
	text-decoration: underline;
}
.news_cont p{
	line-height: 23px;
	color: #6d6d6c;
    WORD-WRAP: break-word;
}
.news_time{
	padding-left: 28px;
	color: #6d6d6c;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.position{
	position: relative;
}
._mCS_1 .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #cccccc;/*改为白色滚动条就没有贯穿线了*/
}
._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 11px;
	background-color: #aadadb;
}
.upOrdown{
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 4px;
	margin-right: 8px;
	background: url("../images/news-img/down.jpg") 0 0 no-repeat;
}
.height_p{
	overflow: hidden;
	height: 10em;
	text-overflow: ellipsis;
	overflow: hidden;
}