[v-cloak] {
    display: none;
}

.section {
    padding-top: 40px;
    background: #f1f1f1;
    padding-bottom: 236px;
}

.section > .container {
    width: 1110px;
    margin: 0 auto;
}

.sideBar {
    float: left;
    background: #fff;
    width: 220px;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

.sideBar .first > li {
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.sideBar .first > li > a {
    display: block;
    font-size: 14px;
    color: #333;
    height: 42px;
    line-height: 42px;
    padding-left: 52px;

}
.bg{
    background: url("https://cdn.rv2go.com/jia.png") no-repeat 23px center;
}
.active1{
    background: url("https://cdn.rv2go.com/jian.png") no-repeat 23px center;
}

.sideBar .first > li.active > a {
    background: url("https://cdn.rv2go.com/jian.png") no-repeat 23px center;
}

.sideBar .first > li > .second {
    /*display: none;*/
}

.sideBar .first li > ul {
    width: 219px;
}

.sideBar .first li > ul > li {
    height: 36px;
    padding-left: 52px;
    font-size: 12px;
    color: #333;
    background: #fffaf0;
    line-height: 36px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sideBar .first li > ul > li:hover,.sideBar .first li > ul > li.hover {
    background-image: -moz-linear-gradient( 180deg, rgb(255,175,2) 0%, rgb(255,204,2) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,175,2) 0%, rgb(255,204,2) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,175,2) 0%, rgb(255,204,2) 100%);
    color: #fff;
}

.sideBar .second {
    /*display: none;*/
}

.rightContent {
    float: right;
    width: 868px;
}

/*鐑棬闂*/
.question {
    background: #fff;
    width: 870px;
    overflow: hidden;
}

.question h1 ,.question h2{
    width: 810px;
    border-bottom: 1px solid #ececec;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 11px;
    margin: 0 30px;
    font-size: 18px;
    color: #333;
    height: 50px;
}
.question h2{
    font-size: 14px;
    line-height: 50px;
}

.question h1 > a {
    display: block;
    color: #333;
    line-height: 48px;
    width: fit-content;
    font-weight: bold;
    text-decoration: none;
}

.question h1 > a.active {
    border-bottom: 2px solid #ffac00;
}

.question > ul {
    padding-top: 20px;
    padding-bottom: 54px;
    overflow: hidden;
    list-style-type: square;
}

.question > ul li {
    float: left;
    margin-left: 37px;
    color: #d7d7d7;
    height:  36px;
    list-style-position: inside;
    cursor:pointer;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:387px;
    overflow:hidden;
}

.question > ul li a {
    font-size: 14px;
    width: 360px;
    color: #0076ef;
    text-decoration: none;
    display: inline-block;
    /*
     overflow:  hidden;
     height: 20px;
     line-height: 28px;
     text-overflow:  ellipsis;
     white-space: nowrap;
      */
}

.question > ul li a:hover {
    color: #ef6000;
    text-decoration: underline;
}

/*鐢ㄨ溅鎸囧崡*/
.userGuide {
    width: 868px;
    padding: 0 30px 60px;
    box-sizing: border-box;
    background: #fff;
}

.userGuide > span {
    height: 60px;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    border-bottom: 1px solid #ececec;
    display: block;
}

.userGuide > span > a {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
}

.userGuide > span > a.guide {
    color: #333;
}

.process {
    margin-top: 35px;
}

.process h3 {
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    padding-left: 6px;
    padding-bottom: 30px;
}

.process dl, .process ul {
    padding-left: 6px;
}

.process dl dt {
    color: #333;
    font-size: 12px;
    margin-bottom: 25px;
}

.process dl dd {
    background: url("../images/processbg.png") no-repeat 0 0;
    background-size: 634px 40px;
    margin-left: 18px;
    height: 40px;
    line-height: 38px;

}

.process ul {
    margin-top: 40px;
}

.process ul > li > em {
    background: url("../images/lIcon.png") no-repeat 0 center;
    background-size: 10px 9px;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    font-style: normal;
    padding-left: 18px;
    width: 100%;
}

.process ul > li > span {
    font-size: 12px;
    color: #333;
    height: 12px;
    display: block;
    line-height: 12px;
    padding: 12px 0 30px 0;
}

.process ul span a {
    color: #0076ef;
    text-decoration: underline;
}
.second li:hover a{
    color:#fff;
}
.rightContent .detail{
    padding: 30px
}
.rightContent .detail .title{
    padding-bottom: 30px;
    font-size: 14px;
    color: #333333;
}