﻿/*  Banner  */
.Banner{
    margin-top: 55px;
    background: #f3f3f3;
    width: 100%;
    height: 150px;}
.Banner-img{
    margin: auto;
    width: 1400px;
    height: 150px;}
/*  Main  */
.Main{
    margin: auto;
    margin-top: 15px;
    margin-bottom: 125px;
    width: 1050px;
    min-height: 650px;
    overaflow: auto;
    zoom: 1;}
/*  aside   */
.Main-aside{
    float: left;
    position: relative;
    top: -50px;
    left: -15px;
    width: 213px;
    min-height: 70px;
    overaflow: auto;
    zoom: 1;
    background: #943232;}
.Main-aside-title{
    padding: 0px 0px 0px 35px;
    color: #fff;
    width: inherit-35px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;}
.Main-aside-list{
    background: #fff;
    width: 200px;
    min-height: 50px;
    margin-left: 13px;}
.Main-aside-list-li{
    height: 20px;
    border-bottom: solid 1px #ddd;}
.Main-aside-list a{
    display: block;
    border-bottom: solid 1px #ddd; 
    font-size: 15px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;}
.Main-aside-list a:hover{
    border-left: 4px solid #ff9600;
    margin-left: -4px;}
/*  content */
.Main-content{
    float: left;
    margin-left: 15px;
    width: 820px;
    min-height: 650px;}
.Main-content-route{
    margin-top: 5px;
    height: 20px;
    color: #999;}
.Main-content-route a{
    color: #999;
    font-family: sans-serif;
    font-size: 12px;}
.Main-content-route a:hover{
    color: #943223;}
.Main-content-title{
    padding-top: 20px;
	border-bottom: solid 1px #ddd;
	min-height: 46px;
	line-height: 30px;
	color: #943232;
	font-size: 28px;}
.Main-content-list{
    width: 820px;
    min-height: 650px;
    margin: auto;
    margin-top: 10px;}