﻿@charset "utf-8";
/* CSS Document */
html{ overflow-x:hidden}

#main{ width:1920px; height:auto; margin:0 auto; background:#fff; position:relative; left:50%; margin-left:-960px;}


#header{ width:1920px; height:auto; margin:0 auto;}


#center{ width:1020px; height:auto; margin:15px auto;}


#footer{ clear:both;width:1920px; height:auto; margin:0 auto; border-top:2px solid #ed3a00}
#footer .bg{ width:1020px; height:auto; margin:0 auto;}
#footer .ment{ width:100%; height:63px; line-height:63px; text-align:center; color:#333333; font-size:14px; background:#f0f0f0;}
#footer .ment a{ color:#333; font-size:14px;}
#footer .ment a:hover{ color:#ef3b00}
#footer .link{ width:100%; height:auto; background:#c7c7c7; padding-top:16px; padding-bottom:16px;}
#footer .link .bt{ width:70px; float:left; height:32px; line-height:32px; color:#333333; font-size:14px; font-weight:bold;}
#footer .link .txt{ margin-left:70px;}
#footer .link .txt ul li{ width:auto; height:32px; float:left; margin-right:10px; margin-bottom:8px;}
#footer .link .txt ul li a{ display:block; height:32px; line-height:32px; color:#333333; font-size:14px; background:#f0f0f0; padding-left:7px; padding-right:7px;}
#footer .link .txt ul li a:hover{ background:#ed3a00; color:#fff;}
#footer .bq{ background:#f0f0f0; padding-top:10px; padding-bottom:10px;}


/*分页*/
div.pager
{
	 clear:both; 
	 margin-top:10px;
	 width:100%;
     text-align:center;
	 margin:0 auto;
	 padding-bottom:3px;
}

div.pager a
{
	display:inline-block;
	 margin-left:2px;
	 margin-right:2px;
	 line-height:18px;
	 border:1px solid #d3d3d4;
	 width:auto;
	 height:18px;
	 padding-left:5px;
	 padding-right:5px;
	 color:#666666;
	 font-size:12px;
	text-decoration:none;
	background:#f8f8f8;
}
div.pager a:hover{ background:#ed3a00; border:1px solid #ed3a00; color:#fff;}
div.pager a.active{ background:#ed3a00; border:1px solid #ed3a00; color:#fff;}










 
/*下载*/
ul.downloads
{
	clear:both;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

ul.downloads li
{
	margin-bottom:5px;
}

ul.downloads li a
{
	text-decoration:none;
}

div{ overflow:hidden;}


.newstitle{ text-align:center; font-weight:bold;}