﻿
body {
 
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
	
	
	

}
a {
    color: black;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style:none;
}


#hearder {
	
	width:100%;
  
}
#hearder .container {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	background: url(top_bg.png) no-repeat center top;
  
  
}


#nav {
   
   
    height:68px;
    width: 100%;
	background-color: #c00000;
	border-top:2px solid #ffa211;
	
	
	
	
}
#nav .container,#section .container,#link .container,#bottom .container
{
	width: 1200px;
	margin: 0 auto;
	
}

#nav ul {
    list-style-type: none;
    padding: 0;
  display: flex;
	justify-content: space-around;
   zoom:1;
   
   margin:0 auto;
   
}
#nav ul li {
    float: left;
    height: 68px;
    line-height: 68px;
 
    position: relative;
	
}
#nav ul li a {

    display: block;
    text-decoration: none;
	color: #fff;
	 font-size:20px;
}
#nav ul li a:hover
{
	color: #fffd08;
}
#nav ul li span {
   
  
    padding-left:5em;
    padding-right:5em;
	
}



#section {
	
	
	
   background: url(bg.png);
	background-size: cover;
	background-position: left center;
	
	
	
}
#section >.container
{
	
padding-top: 40px;

	
}



.imgNews
{
	
}




.news {  
 
   
}
.news_top {
    text-align: left;
	position:relative;
	border-bottom:4px solid #c00000;
	height:65px;
	background: url(title_bg.png) no-repeat;

}
.news_title
{
	
	display: inline-block;
	
	text-align:center;
	padding-left:3.6em;
	font-weight:700;
	
	height:55px;
	line-height:55px;
	float:left;
	font-size: 20px;
	color:#c00000;	
	
}

.more
{
	float:right;
	display: inline-block;
	position:absolute;
	right:5px;
	bottom:20px;
	font-size: 14px;
	color: #666666

	
}

.news_body {
  
    text-align: left;
	padding-top:10px;
	
}
.news_body ul
{
	margin-left:1em;
	
}

.news_body ul li
{
	height:36px;
	line-height:36px;
	list-style-image:url(lxyz_11.png);
}
.news_body ul li a
{
	display:inline-block;
	font-size: 16px;
	color: #333;
	
}
.news_body ul li a:hover{
	
	color: #C00000;font-weight: bold;
}

#link
{
	width:100%;
	height:45px;
	line-height:45px;
	border: 1px solid #c00000;
}
#link span
{
	padding-left:1em;
	padding-right:1em;
	background-color:#C00000;
	font-size:16px;
	color:#fff;
	float:left;
	margin-right: 1em;font-weight: bold;
}


#link ul
{
	
}
#link ul li
{
	float:left;
	margin-right:3em;
	
	
	
}
#link ul li a
{
	font-size: 16px;
	color: #333;
}
.list,.news_content
{
	padding-bottom: 30px;
	
	
}

.postion
{
	height: 50px;
	border-bottom: 4px solid #C00000;
	line-height: 50px;
}
h2 {
	
	float: left;
	margin: 0;
	padding: 0;
	color:  #C00000;
	
	font-weight: bold;
	
	font-size: 22px;
}
.postion span
{
	float: right;
	color: #666;
	font-size: 14px;
}
.postion a
{
	color: #666;
	font-size: 14px;
}
.list ul
{
	padding-top: 15px;
	
}
.list ul li
{
	text-align: left;
	background:  url(list_style.png) no-repeat left center;
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
}
.list ul li a
{
	font-size: 16px;
	color: #333;
}
.list ul li a:hover
{
	
	color: #930a0a;
}
h1
{
	color: #333;
	font-size: 28px;
	padding: 0.8em 0;
	
}
.pub_time
{
	color: #666;
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
}
.news_body
{
	
	font-size: 18px;
	color: #000;
}
#bottom {
	
  
    height:120px;
    width: 100%;
	background-color:#c00000;
}
#bottom p {
    margin: 0;
    padding: 0;
	color: #f5f5f5;
	font-size: 14px;
}




.time {
   
    float: right;
	color: #666;
	font-size: 14px;
}

.clear {
    clear: both;
}
.w1
{
	width:585px;
}
.h1
{
	height:385px;
}
.w2
{
	width:100%;
}
.h2
{
	height: 310px;
}

.fr {
    float: right;
}
.fl {
    float: left;
}
.mr {
	margin-right:30px;
    
}

.mb {
    margin-bottom:40px;
}