﻿@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}

body {
	
	font-size:12px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;

}

a {
	text-decoration:none;
	color:#000;
}



#main {
	width:910px;
	height:auto;
	margin:0 auto;
	background:#EFECE7;
}

#head {
	height:73px;
	width:910px;
}

#head #logo {
	height:68px;
	width:193px;
	background:url(../_image/logo1.jpg);
	border-top:5px solid #B6494F;
	float:left;
}

#head #links {
	height:68px;
	width:717px;
	border-top:5px solid #CCCCCC;
	float:right;
}


#m1,#m2,#m3,#m4,#m5 {
	display:none;
	line-height:25px;
	color:#787878;
}
#m1 a,#m2 a,#m3 a,#m4 a,#m5 a {
	color:#787878;
}

#main #head #links ul{
	margin:11px 0 0 25px;
	padding:0 16px;
	width:612px;
	height:32px;
	background:#B6494F;
	
}
#main #head #links ul li{
	line-height:32px;
	list-style:none;
	float:left;	
	
}
#main #head #links ul li a {
	font: 黑体;
	font-size:14px;
	color:#FFF;
	width:80px;
	display:block;
	text-align:center;
	letter-spacing: 1px;
}
#main #head #links ul li a:hover {
	font-weight:bold;
}
.line1 {
	height:15px;
	width:1px;
	margin-top:7px;
	background:#fff;
}

.titleico {
	height:20px;
	width:auto;
	line-height:20px;
	text-indent:14px;
	background:url(../_image/dot.jpg);
	background-repeat:repeat-x;
	background-position:0px 19px;
}
.clearfix:after {   
      content: ".";   
      display: block;   
      height: 0;   
      clear: both;   
      visibility: hidden;   
      }   
      /* Hides from IE-mac \*/   
      * html .clearfix {height: 1%;}   
      /* End hide from IE-mac */  


  #main #content #right  #newstitle1
        {
            line-height:40px;
            font-size:16px;
            font-weight:bold;
            text-align:center;
            }
#main #banner1 {
	height:124px;
	width:850px;
	margin:0 auto 20px 12px;
	background:url(../_image/banner-xw.jpg);
}
#main #content {
	
	width: 898px;
	margin:0 auto 0 12px;
	min-height:436px;
    overflow:visible;
    display:table;
	
}
#main #content #left {
	height: auto;
	width: 217px;
	float:left;
}
#main #content #left a {
	color:#666666;
	font-weight:bold;
}

#main #content #left a:hover {
	color:#B6494F;
}
#main #content #right {
	height:auto;
	width: 617px;
	float:right;
	margin-right:38px;
}
#main #content #right #class1 {
	height: 39px;
	width: 628px;
	border: 3px solid #E0DDD8;
	background:#E0DDD8;
	
}
#main #content #right #class1 #class2 {
	height: 39px;
	line-height:39px;
	width:100%;
	border:3px solid #fff;
	background:URL("../_image/dot2.gif");
	background-position:10px 15px;
	background-repeat:no-repeat;
	text-indent:26px;
	font-size:14px;
	font-weight:bold;

}
#newscontent 
{
    width:640px;
    height:auto;
    
    display:table;
    overflow:hidden;
}
#main #footer {
	height:50px;
	width:910px;
	border-top:1px solid #A6A5A1;
}
#main #footer #copyright {
	height:50px;
	line-height:50px;
	width:205px;
	color:#fff; 
	font-weight:bold; 
	text-align:center;
	background:#969693;
	border-right:1px solid #A6A5A1;
	float:left;
	
}

#main #footer #addr {
	height:50px;
	width:704px;
	line-height:50px;
	color:#666; 
	font-weight:bold; 
	text-align:center;
	background:#D1CFCA;
	float:right;
}

