﻿body
{
    background: #eee;
}
.head
{
    width: 960px;
    margin: 0 auto;
    padding: 5px 0;
}
.head .td1 .logo
{
    cursor: pointer;
    width: 302px;
    height: 82px;
    overflow: hidden;
    background: url(/s/img/w/Logo_SinglePage.png) no-repeat 0 0;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image,src='/s/img/w/Logo_SinglePage.png');
}
.head .td1 .logo img
{
    width: 302px;
    height: 82px;
}
.head .td2
{
    text-align: right;
    color: #999;
}
.head .td2 a
{
    margin: 0 10px;
}
/*——*/
.box
{
    width: 960px;
    margin: 0 auto;
}
.view
{
    border: solid 1px #ddd;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 15px 0 #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
}
.SideMenu
{
    padding: 8px 18px 18px;
}
.SideMenu li
{
    height: 36px;
    overflow: hidden;
    font-size: 14px;
    padding-top: 10px;
}
.SideMenu li a
{
    display: block;
    background: #eee url(/s/img/g/arr3.gif) no-repeat 15px center;
    padding-left: 32px;
    line-height: 34px;
    border: solid 1px #C6E8F5;
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    border-radius: 95px;
    color: #777;
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
    font-family: '宋体' , 'Microsoft Yahei' , '微软雅黑' , MSYahei, Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.SideMenu li a:hover
{
    /*background: #409BD6;
    border-color: #409BD6;
    color: #fff;
    box-shadow: 0 0 1px rgba(255,255,255,.2) inset;
    text-decoration: none;*/
    border-color: #ccc;text-decoration: none;
}
.SideMenu li.on a,.SideMenu li.on a:hover
{
    background: #43A7E8;
    border-color: #277CB4;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#58B7F0), to(#409BD6));
    background-image: -webkit-linear-gradient(#58B7F0, #409BD6);
    background-image: -moz-linear-gradient(#58B7F0, #409BD6);
    background-image: -ms-linear-gradient(#58B7F0, #409BD6);
    background-image: -o-linear-gradient(#58B7F0, #409BD6);
    background-image: linear-gradient(#58B7F0, #409BD6);
    box-shadow: 0 1px 2px rgba(255,255,255,.6) inset;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    tranform: rotate(-5deg);
    font-size: 20px;
    font-size/*\**/: 14px\9;
}
.title
{
    font-size: 26px;
    font-family: '黑体' , 'Microsoft Yahei' , '微软雅黑' , MSYahei, Verdana, Arial, Helvetica, sans-serif;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
    border-bottom: solid 1px #eee;
    padding: 10px 5px;
    text-align: right;
    font-weight:bold;
}
.content
{
    padding: 10px 0 15px 0;
    font-size: 14px;
    line-height: 2;
    color: #444;
    word-wrap: break-word;
    word-break: break-all;
    font-family: '宋体' , 'Microsoft Yahei' , '微软雅黑' , MSYahei, Verdana, Arial, Helvetica, sans-serif;
}
/*——*/
.foot
{
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
.foot .copyright
{
    color: #666;
    line-height: 1.8;
    padding: 8px 0 12px;
}
.foot .copyright a, .foot .copyright a:hover
{
    color: #666;
}
.foot .copyright strong a
{
    color: #06c;
}
.foot .copyright strong b
{
    color: #f90;
}
.foot .copyright strong a:hover, .foot .copyright strong a:hover b
{
    color: #c00;
}
/*——*/