﻿html, body {
    background-color: #f5f5f6;
}
.m_top {
    position: absolute;
    left: 0;
    top: 342px;
    z-index: -1;
    height: 1px;
    width: 100%;
}
.banner {
    width: 100%;
    height: 442px;
}
.main {
    width: 1000px;
    min-height: 1130px;
    margin: 20px auto;
}
.main .right,
.main .left{
    height: 100%;
    background-color: #fff;
    padding: 20px 0;
    box-sizing: border-box;
}
.main .left{
    float: left;
    width: 254px;
}
.main .right{
    margin-left: 264px;
    min-height: 1325px;
}
.main .left .title {
    background-color: #336fb2;
    color: #fff;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    background: #336fb2 url('../../../images/default/faq/w.png') no-repeat 5px center;
    position: relative;
    padding-left: 36px;
}
.main .left .title .l{
    position: absolute;
    left: -12px;
    top: 0;
}
.main .left .ct{
    padding: 15px 0 30px;
}
.main .left .ct .line{
    display: block;
    padding: 7px 0 7px 20px;
    font-size: 14px;
    color: #909090;
    text-decoration: none;
    margin-top: 1px;
    border-left: 3px solid #fff;
}
.main .left .ct .line.cur,
.main .left .ct .line:hover{
    border-left-color: #336fb2;
    background-color: #f5f5f6;
    color: #404040;
}
.main .right .title{
    padding: 10px 30px 25px;
    font-size: 20px;
    color: #4c4c4c;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.main .right .q{
    margin-left: 30px;
    position: relative;
    padding: 0 30px;
    color: #404040;
    font-size: 14px;
}
.main .right .q .i{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #42b549;
    color: #fff;
    padding: 3px 4px;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px;
}
.main .right .a1 {
    color: #336fb2;
}
.main .right .a{
    margin-left: 30px;
    position: relative;
    padding: 0 30px;
    color: #909090;
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.5em;
}
.main .right .a .i{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #4a90e2;
    color: #fff;
    padding: 3px 4px;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px;
}
.main .right .t {
    color: #909090;
}
.img {
    max-width:100%;
    margin:10px 0;
}