﻿.main-top
{
    width:976px;
    height:26px;
    margin:0px auto auto auto;
    background:url(../images/icon-5.jpg) no-repeat;
    overflow:hidden;
    }
.main-bottom
{
    width:976px;
    height:15px;
    margin:0px auto auto auto;
    background:url(../images/icon-6.jpg) no-repeat;
    overflow:hidden;
    }
.main
{
	width:970px;
	margin:0px auto auto auto;
	padding:0px 3px;
	background:url(../images/icon-7.jpg) repeat-y;
	background-color:#FFFFFF;
	}
    	
/*left*/
.left-layout
{
    position:relative;
	float:left; 
	display:inline; 
	width:227px;
	padding-top:40px;
	}
.left-layout .heard
{
    position:absolute;
    left:3px;
    top:0px;
	width:200px;
	height:42px;
	line-height:35px;
	padding-left:35px;
	background:url(../images/icon-8.jpg) no-repeat;
	font-size:16px;
	color:#FFFFFF;
	}

.left-layout .left-nav
{
	width:210px;
	margin:0px auto auto auto;
	}
.left-layout .left-nav dt
{
	float:left;
	display:inline;
	width:210;
	height:50px;
	border-bottom:1px solid #ECECEC;
	font-size:14px;
	}
.left-layout .left-nav dt a
{
	display:block;
	width:185px;
	height:50px;
	line-height:50px;
	background:url(../images/icon-10.jpg) 13px 22px no-repeat;
	padding-left:25px;
	color:#393939;
	}
.left-layout .left-nav dt a:hover,.left-layout .left-nav dt .selected
{
	color:#FB7F12;
	background:url(../images/icon-9.jpg) 13px 22px no-repeat;
	}

/*二级右边*/
.right-layout 
{
	float:right; 
	display:inline;
	width:720px; 
	margin-right:6px;
	}
.right-layout .location
{
	width:700px;
	height:35px;
	line-height:35px;
	margin:0px auto auto auto;
	padding-right:20px;
	border-bottom:1px solid #C8C8C8;
	color:#878787;
	text-align:right;
	}
.right-layout .location .top-column
{
    float:left;
	width:80px;
	height:35px;
	line-height:35px;
	margin:0px auto auto auto;
	padding-left:34px;
	background:url(../images/icon-11.jpg) 18px 12px no-repeat;
	text-align:left;
	font-size:14px;
	color:#393939;
	}
.right-layout .location a
{
	
	color:#FB7F12;
	}

/*文章内容*/
.single-page 
{
	width:700px; 
	margin:20px auto auto auto;
	line-height:28px; 
	font-size:14px;
	color:#656565; 
	}
.single-page p{ line-height:28px; margin:5px auto auto auto;}
.single-page span{ line-height:28px; margin:5px auto auto auto;}


/*新闻列表*/
.news-list 
{
	width:685px;
	margin:10px auto auto auto;
	}
.news-list li 
{
	float:left;
	display:inline;
	width:100%;  
	height:32px;
	border-bottom:1px dashed #F6F6F6;
	}
.news-list li a 
{
	float:left;
	display:block;
	width:580px;
	height:32px;
	line-height:32px;
	padding-left:12px;
	overflow:hidden;
	background:url(../images/icon-9.jpg) 0px 12px no-repeat;
	color:#5B5B5B;
	font-size:12px;
	}
.news-list li a:hover
{
	text-decoration:underline;
	}
.news-list li span 
{
	float:right;
	display:block;
	width:80px;
	height:32px;
	line-height:32px;
	text-align:right;
	color:#5B5B5B;
	font-size:12px;
	}
	
.page
{
	width:100%;
	height:32px;
	margin:10px auto 20px auto;
	text-align:center;
	}
.page a ,.page span
{
	display:inline-block;
	line-height:32px;
	padding:0px 8px;
	color:#000000;
	}
.page a:hover
{
	text-decoration:underline;
	}
.page span
{
	color:#FF4A00;
	}
	
.img-news-list
{
	width:702px;
	margin:20px auto auto auto;
	padding-top:10px;
	}
.img-news-list li
{
    float:left;
	display:inline;
	width:234px;
	height:154px;
	margin-bottom:24px;
	}
.img-news-list li .img
{
	width:210px;
	height:144px;
	margin:0px auto auto auto;
	padding:4px;
	border:1px solid #E7E7E7;
	}
.img-news-list li .img img
{
	width:210px;
	height:144px;
	}

/*详细页*/
.detail-page
{
    width:700px; 
    margin:16px auto auto auto;
    }
.detail-page .head
{
    width:700px;
    padding:10px 0px;
    }
.detail-page .detail-title 
{
	width:700px; 
	line-height:32px;
	font-size:18px;
	text-align:center;
	color:#202122; 
	}
.detail-page .detail-time 
{
	width:700px; 
	height:22px;
	line-height:22px;
	margin:8px auto auto auto;
    text-align:center;
    font-size:12px;
    color:#202122;
    }
.detail-page .detail-content 
{
	width:700px; 
	line-height:28px; 
	margin:10px auto auto auto;
	font-size:14px;
	color:#6F7376; 
	}
.detail-page .detail-content p{ line-height:28px;  margin:5px auto auto auto;}
