@charset "utf-8";
/* CSS Document */
.bg { background: url(../images/News/bg.png) no-repeat center; height: 220px;}
body { color: #222;}
/*新闻中心*/
.content { width: 1180px; margin: 0 auto 40px; overflow: hidden;}
.content .title { font-size: 28px; margin: 40px 0;}
.content .title span { font-size: 16px;}
.content .title em { font-size: 14px; float: right; color: #a2a2a2;}
.content .title a { color: #a2a2a2;}
/*新闻开始*/
.content .N_left { width: 900px; float: left;}
.content .N_left h3 { text-align: center;}
.content .N_left .date { text-align: right;}
.content .N_left .date span{ color: #a2a2a2;}
.content .N_left .text { line-height: 2;}
.content .N_left .text p:first-child { border: 1px #999 solid; padding: 10px; margin: 20px 0 30px;}
.content .N_left .text p{ text-indent: 2em;}
.content .N_left .text em { color: #e60717;}
.content .N_left .text .clear { text-indent: 0;}
.content .N_left .text .N_left_l { float: left; width: 460px;}
.content .N_left .text .N_left_r { float: right; width: 420px;}
.content .N_left .text dt { font-size: 18px; margin-bottom: 10px;}
.content .N_left .text dd { background: url(../images/News/list.png) no-repeat left; padding-left: 10px;}
.content .N_left .text a { color: #666;}
.content .N_left .text a:hover { color: #e60717;}
/*右部分热点*/
.content .N_right { width: 240px; float: right; border: 1px #999 solid; line-height: 2;}
.content .N_right dl{ margin: 10px;}
.content .N_right dt { font-size: 16px; color: #e60717;}
.content .N_right dd { background: url(../images/News/list2.png) no-repeat left center; padding-left: 10px; font-size: 12px;}
.content .N_right a { color: #666;}.content .N_right a:hover { color: #e60717;}
.content .N_right p { font-size: 16px; color: #e60717; margin: 0 0 10px 0px;}
.content .N_right ul { margin: 0 auto; overflow: hidden;}
.content .N_right ul li { width: 206px; margin-left: 17px;}
.content .N_right ul li img { display: block; width:206px; height:130px;}
.content .N_right ul li p{ text-align: center; font-size: 14px; margin-bottom: 10px; color: #666;}
.content .N_right ul li p:hover { color: #e60717;}