.news_list_content{
	width: 960px;
	margin-left: 120px;
	margin-bottom: 80px;
	
}

.news_list_content .left{
	float: left;
	width: 585px;
	/*height: 1114px;*/
	position: relative;
}


.news_list_content .right{
	float: right;
	width: 365px;
	margin-top: 15px;
}

/*新闻列表*/
.news_list_content .left .left_header{
	display: block;
	height: 33px;
	overflow: hidden;
	position: relative;
	margin-bottom: 13px;
}

.news_list_content .left .line1{
	display: inline-block;
	height: 33px;
	width: 4px;
	background-color: red;
}

.news_list_content .left .title{
	font-size: 16px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	color: red;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 14px;
}

.news_list_content .left .line2{
	display: block;
	width: 490px;
	height: 1px;
	background-color: #FFE7E7;
	position: absolute;
	margin-left: 88px;
	left: 0;
	top: 15px;
}

.news_list{
	margin: 0;
	padding: 0;
	font-size: 0;
	letter-spacing: -2px;
	list-style: none;
	/*height: 990px;*/
	overflow: hidden;
}

.news_list li{
	background: url(../image/activity/activity_detail_line_left.png)  no-repeat left center;
	height: 30px;
}

.news_list li a{
	display: block;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	cursor: pointer;
	text-indent: 12px;
	color: black;
	width: 580px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
}

.news_list li a:hover{
	color: red;
}

/*最新专题内容头*/
 .right_header{
	width: 330px;
	height: 44px;
	margin-left: 25px;
	position: relative;
	border-bottom: 1px dashed #CACACA;
}

 .right_header span.circle{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: black;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

 .right_header > span.title{
	display: inline-block;
	width: 70px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.right ul.zhuanti{
	list-style: none;
	margin-left: 25px;
}

/*最新专题内容*/
.right ul.zhuanti > li{
	display: block;
	width: 330px;
	height: 97px;
	border-bottom: 1px dashed #CACACA;
}

.right ul.zhuanti li:last-child{
	border-bottom: none;
	height: 98px;
}

.right ul.zhuanti li a{
	display: block;
	height: 97px;
	
}

.right ul.zhuanti li a div.right_img{
	float: left;
	width: 105px;
	height: 98px;
	overflow: hidden;
}

.right ul.zhuanti li a div.right_img img{
	/*margin-top: 14px;
	width: 100px;
	height: 70px;*/
		margin-top: 14%;
	width: 95%;
	/*height: 71%;*/
	height: auto;
}


 .right ul.zhuanti li a .right_content{
	float: right;
	width: 200px;
	height: 98px;
	position: relative;
}

 .right ul.zhuanti li a .right_content span.content{
	margin-top: 15px;
	display: block;
	color: black;
	font-size: 12px;
	letter-spacing: 1px;
	height: 60px;
	width: 190px;
	line-height: 20px;
	overflow: hidden;
	
}

 .right ul.zhuanti li a .right_content span.date{
	display: block;
	font-size: 8px;
	line-height: 15px;
	height: 15px;
	width: 190px;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*热门排行按钮*/
.switch_Btn{
	width: 367px;
	height: 23px;
	margin-left: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.switch_Btn a{
	display: inline-block;
	width: 78px;
	height: 23px;
	margin-right: 21px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
	text-align: center;
}

.switch_Btn a:hover{
	background-color: #0587C3;
	color: white;
}

.normal{
	background-color: white;
	color: black;
}

.select{
	background-color: #0587C3;
	color: white;
}


.list{
	border: 1px solid #CACACA;
	margin-bottom: 27px;
}

.list ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 25px;
	padding-bottom: 23px;
}

.list ul li{
	width: 317px;
	height: 23px;
}

.list ul li a{
	color: black;
	font-size: 12px;
	width: 317px;
	height: 23px;
	line-height: 23px;
	display: block;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 2px;
	border: none;
}

.list ul li a:hover{
	text-decoration: none;
	color: red;
}

#shishi1{
	display: block;
}

#shishi2{
	display: none;
}

#shishi3{
	display: none;
}


#remen1{
	display: block;
}

#remen2{
	display: none;
}

#remen3{
	display: none;
}

#custom_pagination{
	position: absolute;
	bottom: 0px;
}

#separator_line{
	position: absolute;
	left: 0;
	margin-top: 20px;
	/*bottom: 60px;*/
	width: 570px;
	border:1px dashed black;
}





.news_list_content .left .bottom_left_header{
	width: 553px;
	height: 65px;
	border-bottom: 1px solid #CACACA;
	margin-bottom: 5px;
}

.news_list_content .left .bottom_left_head{
	margin-top: 20px;
	margin-right: 40px;
}

.news_list_content .left .bottom_left_header p.title{
	margin-top: 25px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 553px;
	height: 45px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list_content .left .bottom_left_header p.date{
	color: black;
	font-size: 13px;
	text-align: center;
	width: 553px;
	/*height: 30px;*/
	line-height: 70px;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
}




