﻿
.questionLeft {
    float: left;
    position: relative;
    /*background-color:aquamarine;*/
    margin-bottom: 30px;
    width: 20%;
}

.questionRight {
    float: right;
    width: 77%;
    /*height:1000px;*/
    overflow: hidden;
    /*background-color: red;*/
}

.questionLeft ul {
    list-style-type: none;
}

.navigate {
    border: 1px solid #ecf0f1;
}

.hotKey {
    margin-top: 30px;
    border: 1px solid #ecf0f1;
    height: 200px;
}

    .hotKey a, .hotKey a :hover {
        cursor: pointer;
        color: black;
    }

.splice {
    margin-top: 10px;
}

.hotKeyItem {
    float: left;
    margin-top: 5px;
    margin-left: 30px;
}

.hotKeyTitle {
    color: dodgerblue;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 30px;
}

.subNavBox {
    border: 1px solid #ecf0f1;
}

.subNavhead {
    border-bottom: 1px solid #ecf0f1;
    cursor: pointer;
    color: #277fc2;
    line-height: 45px;
    padding: 6px;
    background-position: 95% 50%;
    text-align: center;
    font-size: 24px;
    height: 45px;
}

.subNav {
    border-bottom: 1px solid #ecf0f1;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: rgb(85,85,85);
    background-color: #f3f3f3;
    line-height: 45px;
    /*padding-left: 10px;*/
    background: url(/images/jiantou.png) no-repeat;
    background-position: 95% 50%;
    text-align: center;
}

.subNav1 {
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #999;
    line-height: 45px;
    padding-left: 10px;
    background: url(/images/jiantou.png) no-repeat;
    background-position: 95% 50%;
    text-align: center;
}

    .subNav:hover, .subNav1:hover {
        color: #277fc2;
    }

.currentDd {
    color: #277fc2
}

.currentDt {
    background-image: url(/images/jiantou1.png);
}

.navContent {
    display: none;
    border-bottom: 1px solid #ecf0f1;
}

    .navContent li a {
        display: block;
        height: 40px;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        color: rgb(85,85,85);
        text-decoration: none;
    }

        .navContent li a:hover, .active-li a {
            color: #fff !important;
            background-color: #277fc2;
            text-decoration: none;
        }

.comtentShow {
    overflow: hidden;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #277fc2;
}

    .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
        border: none;
        border-radius: 0;
        border-bottom: 2px solid #277fc2;
    }

.anserMan {
    color: black;
    font-size: 14px;
}

.anserManWrap {
    float: left;
    width: 100%;
    color: gray;
}

.anserManImage {
    display: inline-block;
    margin-right: 10px;
    float: right;
    height: 100%;
}

.backToTopWrap {
    margin: 0 auto;
    text-align: center;
}

.backToTop {
    color: #2863f9;
    cursor: pointer;
}

.resolved {
    width: 40%;
    font-size: 13px;
    color: #27ae60;
    text-align: left;
}


.quesNewWrap {
    margin-top: 20px;
    margin-bottom: 10px;
}

.quesAskWrap {
    border: 1px solid #ecf0f1;
    margin: 20px auto;
    min-height: 300px;
}

.quesAnserWrap {
    border: 1px solid #ecf0f1;
    margin: 10px auto;
    min-height: 300px;
}

.height30 {
    vertical-align: middle;
    border: 1px solid #ecf0f1;
    border-top: none;
    border-left: none;
}

.height70 {
    border: 1px solid #ecf0f1;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.BorderNone {
    border-right: none;
}


.allAnser {
    width: 96%;
    margin-left: 2%;
    border-bottom: 1px solid #ecf0f1;
}

.anserItem {
    width: 96%;
    margin-left: 2%;
    border-bottom: 1px solid #ecf0f1;
}

i {
    margin-right: 4px;
}
