﻿﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, hr, blockquote, dl, dt, dd, ul, ol, li, pre, form, th, td {
	margin: 0;
	padding: 0;
}
body {
	color: #333333;
	font-size: 12px;
}
html, body {
	color: #333333;
	font: 12px tahoma, arial, 宋体, sans-serif,;
}
ul, ol {
	list-style: none outside none;
}
img {
	border: 0;
 *border: 0;
}
a {
	color: #333333;
	text-decoration: none;
}
.c {
	margin: 0 auto;
}
.clear {
	clear:both;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
.l {
	float: left;
}
.r {
	float: right;
}
.layoutHeader, .layoutFooter {
    background-color: #900000;
    height: 40px;
    text-align: center;
    width: 100%;
}
.layoutMain {
    background-color: #ffffff;
    border: 5px solid #eeeeee;
    height: auto;
    width: 100%;
}
.Main_tit {
    background-color: #ffffff;
    border-bottom: 2px solid #930;
    float: left;
    height: 28px;
    padding-top: 8px;
    text-align: left;
    width: 70%;
}
.Main_tit h2 {
	color: #900;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
.Main_more {
    background-color: #fff;
    border-bottom: 2px solid #930;
    float: right;
    height: 28px;
    padding-top: 8px;
    text-align: right;
    width: 30%;
}
.Main_more a {
    color: #666;
    font-size: 14px;
    padding-right: 10px;
    text-decoration: none;
}
.Main_item ul li {
	width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 2;
    text-decoration: none;
	float: left;
}
.Main_txt {
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
    width: auto;
}
