.csmail{
    width: 800px;
    margin: 10px auto 0 auto;
}

.side{
    margin-bottom: 20px;
    border: 1px solid #f7f7f7;
}
.side h4{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    color: #333;
}
.side h4:before{
    content: '';
    display: block;
    float: left;
    width: 30px;
    height: 30px;

}

.csmail .csMail_right{
    float: left;
    width: 800px;
    margin: 0 auto;
}
.url{
    width: 100%;
    background: #000;
    height: 46px;
    line-height: 46px;
    padding-right: 10px;
    border-bottom: 1px solid #f9f9f9;
}
.url p{
    width: 1100px;
    margin: 0 auto;
    color: #fff;
}
.url p a{
    color: #fff;
}

.csmail h1{
    height: 50px;
    line-height: 50px;
    padding: 20px 0px;
    font-size: 20px;
    text-align: center;
    color: #000;
}
.content table{
    width: 100%;
}

.content table tr td, .content table tr th{
    height: 40px;
    line-height: 40px;
    color: #333;
}
.content table tr:nth-child(odd){
    background: #fbfbfb;
    border: 1px solid #f9f9f9;
}
.content table tr td a{
    color: #828282;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.content table tr td a:hover{
    color: #000;
}
.qita{
    width: 1180px;
    margin: 0 auto;
    clear: both;
    margin-top: 20px;
    border-top: 1px dashed #f5f5f5;
}
.qita h2{
    font-size: 22px;
    text-align: center;
    line-height: 36px;
    color: #333;
    font-weight: normal;
    padding: 30px 0px 20px 0px;
    position: relative;
}
.qita h2:after {
    position: absolute;
    left: 50%;
    width: 46px;
    height: 1px;
    margin-left: -23px;
    background-color: #0c9;
    bottom: 0;
    content: '';
}
.qita .en {
    font-size: 16px;
    color: #949494;
    padding: 10px 0px 30px 0px;
    text-align: center;
    line-height: 42px;
}
.qita ul li{
    float: left;
}
.qita ul li a{
    padding: 30px;
    display: block;
    border: 1px solid rgba(221, 221, 221, .5);
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 222px;
    height: 180px;
}
.qita ul li  a span {
    text-align: center;
    font-size: 18px;
    display: block;
}
.qita ul li a img {
    width: 100px;
    display: block;
    margin: 20px auto;
    transition: all 0.5s;
}
.qita li a span.mise {
    font-size: 14px;
}