﻿@charset "utf-8";
/* 全局开始 */
* {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.cl {
    clear: both;
}
ul,
li,
ol {
    list-style: none;
}
a {
    color: #4a4a4a;
    text-decoration: none;
}
a:hover {
    color: #c00;
}
img {
    border: none;
}
.clearfix {
    overflow: auto;
    zoom: 1;
}
s {
    font-size: 12px;
    text-decoration: none;
}
em {
    font-style: normal;
}
table {
    border-collapse: collapse;
}
input,
selcet {
    vertical-align: middle;
}
body {
    color: #4a4a4a;
    font: 12px "宋体", sans-serif Arial;
    background: #f0f0f0;
}
.blank5 {
    clear: both;
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    overflow: hidden;
}
.blank10 {
    clear: both;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    overflow: hidden;
}
#wrapper {
    width: 100%;
    margin: 0 auto;
}
.begin {
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding-right: 30px;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
}
#Main {
    width: 1000px;
    margin: 0 auto;
}
.Content_sub {
    min-height: 700px;
    background: #fff;
}
.Con {
    padding: 20px;
    min-height: 500px;
}
.Con .title {
    height: auto;
    border-bottom: 2px solid #cc0000;
    line-height: 150%;
    text-align: center;
    font-size: 28px;
    color: #cc0000;
    font-weight: bold;
    padding: 10px 20px;
}
.Con .time {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
    background: #f5f5f5;
    margin: 5px;
}
.Con .time span {
    padding: 0 10px;
}
.Con_Con {
    padding: 10px 30px;
    line-height: 180%;
    font-size: 16px;
    text-indent: 2em;
}
#backtop {
    width: 60px;
    position: fixed;
    right: 30px;
    bottom: 90px;
    height: auto;
}
#backtop ul {
}
#backtop li {
    height: 60px;
    margin: 5px 0;
    background: #ff3333;
    cursor: pointer;
}
#backtop li.on {
    background: #cc0000;
}
/*页脚*/
.footer {
    height: 150px;
    background: #fff;
    border-top: 3px solid #cc0000;
}
.footer .site {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #cc0000;
    font-size: 14px;
    font-weight: bold;
}
.footer .site a {
    margin: 0 3px;
    color: #fff;
}
.footer .footinfo {
    width: 600px;
    margin: 0 auto;
    padding-left: 20px;
}
.footer .anni {
    width: 80px;
    float: left;
    padding-top: 10px;
}
.footer .anni a {
    margin: auto;
}
.footer .annb {
    float: left;
    width: 350px;
}
.footer .annb p {
    color: #000;
    margin: 5px 0;
    text-align: center;
    line-height: 22px;
}
.footer .annc {
    width: 115px;
    padding-top: 20px;
}