#news_detail_content{
	width: 960px;
	margin-left: 120px;
	margin-bottom: 80px;
}

#news_detail_content .content_top{
	width: 960px;
	height: 340px;
	border:1px solid #CACACA;
}


.content_top .left{
	float: left;
}
.content_top .left img{
	margin: 10px;
}


.content_top .right{
	float: right;
	width: 365px;
	height: 340px;
	border-left: 1px solid #CACACA;
}

/*最新专题内容头*/
 .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{
	list-style: none;
	margin-left: 25px;
}

/*最新专题内容*/
.content_top .right ul > li{
	display: block;
	width: 330px;
	height: 97px;
	border-bottom: 1px dashed #CACACA;
}

.content_top  .right ul li:last-child{
	border-bottom: none;
	height: 98px;
}

.content_top  .right ul li a div.right_img{
	float: left;
	width: 105px;
	height: 98px;
	overflow: hidden;
}
.content_top  .right ul li a div.right_img img{
	margin-top: 14%;
	width: 95%;
	/*height: 71%;*/
	height: auto;
}


.content_top .right ul li a .right_content{
	float: right;
	width: 200px;
	height: 98px;
	position: relative;
}

.content_top .right ul 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;
	
}

.content_top .right ul li a .right_content span.date{
	display: block;
	font-size: 8px;
	line-height: 15px;
	height: 15px;
	width: 190px;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*新闻html*/
.content_bottom{
	width: 962px;
}

.content_bottom .left{
	width: 553px;
	border: 1px solid #CACACA;
	float: left;
}

.content_bottom .left .bottom_left_header{
	width: 553px;
	height: 65px;
	border-bottom: 1px solid #CACACA;
	margin-bottom: 5px !important;
}
.content_bottom .left .bottom_left_header p.title{
	margin-top: 25px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 553px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content_bottom .left .bottom_left_header p.date{
	color: black;
	font-size: 13px;
	text-align: left;
	width: 553px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.left .bottom_left_content{
	width: 553px;
	word-wrap:break-word;
	
}

.left .bottom_left_content img{
	width: 100%;
	height: auto;
}


.content_bottom .right{
	float: right;
}

.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;
	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;
	letter-spacing: 2px;
	border: none;
	
}

.list ul li a:hover{
	text-decoration: underline;
	color: red;
}
