body{
    background: #f1f1f2;
}
.t-wrapper{
    width: 100%;
    margin: 0 auto;
}
.t-hea{
    width: 1226px;
    margin: 0 auto;
    padding: 10px 0 0;
    font-size: 12px;
    padding: 10px 5px;
    letter-spacing: 2px;
}

.t-hea a {
    color: #62A8E5;
}
.t-nav{
    width:1226px;
    margin: 0 auto;
}
.t-left{
    width: 20%;
    float: left;
    background: #fff;
    margin: 0 auto;
    padding-left: 7%;
}
.t-right{
    width: 79%;
    float: right;
    background: #fff;
}
.left-tit{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.left-tit span{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}
.left-tit li{
    font-size: 14px;
    padding: 5px 0px;
}
.left-tit li:hover{
    color: #2eb0e8;
    cursor: pointer;
}
.right-text{
    width: 90%;
    margin: 0 auto;
}
.right-text h3{
    display: block;
    font-size: 24px;
    margin-top: 20px;
    color: #999797;
    margin-bottom: 20px;
}
.right-text li{
    list-style: disc;
    color: #ccc;
    padding-bottom: 20px;
}
.right-text li a{
    color: #2eb0e8;
}
.right-text li a:hover{
    color: red;
    text-decoration: underline
}
.t-hit a{
    color: #2eb0e8;
}


.t-left .left-tit .t-tab a.active {
    color: #009eff;
}


.clearfix:after{
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: "";
    clear: both;
}
.clearfix{
    zoom: 1;
}