.main{
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #ffffff;
    padding-top: 30px;
    min-height:400px;
    *clear:both;
}
.leftside{
    background-color: #f8f8f8;
    padding: 0 50px 9999px;
    float: left;
    margin: 0 25px -9999px 0;
}
.leftside ul{
    margin-top: 20px;
}
.leftside  li a{
    display: inline-block;
    margin-bottom: 5px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #2d8bf2;
}
.leftside .on a,.leftside li a:hover{
    background-color: #2d8bf2;
    color: #fff;
}
.rightside{
    padding-bottom: 20px;
    float: left;
    width: 704px;
    background-color: #ffffff;
}
.rightside .title{
    position: relative;
}
.rightside .title span{
    display: inline-block;
    font-size: 18px;
    color: #ff9965;
}
.title:after{
    position: absolute;
    right: 0;
    top: 49%;
    width: 609px;
    content: "";
    display: inline-block;
    background-color: #ff9965;
    height: 3px;
}
.rightside .list{
    padding: 20px 0 30px;
}
.rightside .list li{
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dashed #b9b9b9;
}
.rightside .list li:nth-last-child(1){
    border-bottom-color: transparent;
}
.rightside .list li a{
    float:left;
    font-size: 14px;
    color: #2d8bf2;
}
.rightside .list li a:hover{
    color: #ff9965;
    text-decoration: underline;
}
.rightside .list li span{
    margin-right: 5px;
    float: right;
    font-size: 12px;
    color: #000000;
}