@charset "utf-8";

.path_nav{
    width: 100%;
    height: 60px;
    border-top: 1px solid #f7f4f9;
}
.path_nav .path_nav_cont{
    height: 60px;
}
.path_nav .path_nav_cont .place_title{
    width: 100px;
    height: 100%;
    font-size: 14px;
    color: #595757;
    line-height: 60px;
    text-align: center;
}
.path_nav .path_nav_cont .nav_list{
    height: 100%;
}
.path_nav .path_nav_cont .nav_list .nav_of {
    line-height: 60px;
    font-size: 14px;
    color: #595757;
}
.path_nav .path_nav_cont .nav_list .nav_of a{
    color: #595757;
    margin: 0 6px;
}
.path_nav .path_nav_cont .nav_list .nav_of a:hover{
    color: #662680;
    font-weight: bold;
}

.big_box{
    width: 100%;
    background: #f7f7f7;
    border-top: 1px solid #f0ecf1;
}
.big_box .center_box{
    box-sizing: border-box;
    padding:25px 0 40px 100px;
    position: relative;
}
.big_box .center_box .answer_item{
    box-sizing: border-box;
    width: 900px;
    background-color: #fff;
    padding: 0 80px 30px;
}
.big_box .center_box .answer_item .item_title{
    font-size: 20px;
    color: #595757;
    line-height: 100%;
    padding: 25px 0;
}
.big_box .center_box .answer_item p{
    font-size: 14px;
    color: #565656;
    text-indent: 2em;
    line-height: 30px;
}

.big_box .center_box .answer_title{
    margin-bottom: 25px;
    background: url("../images/guide/doubt_v_label_a.png") no-repeat 24px top #fff;
}
.big_box .center_box .answer_title .msg{
    font-size: 14px;
    color: #c1c1c1;
    line-height: 100%;
    text-indent: 0;
}
.big_box .center_box .answer_title .msg .view_num{
    margin-right: 190px;
}

.big_box .center_box .best{
    margin-bottom: 60px;
    background: url("../images/guide/doubt_v_label_b.png") no-repeat 24px top #fff;
}
.big_box .center_box .best p:nth-child(2){
    background: url("../images/guide/doubt_v_label_best.png") no-repeat 0 2px;
}

.big_box .center_box .minor{
    margin-bottom: 55px;
    background: url("../images/guide/doubt_v_label_c.png") no-repeat 24px top #fff;
}
.big_box .center_box .minor .minor_item p:first-child{
    background: url("../images/guide/doubt_v_label_minor.png") no-repeat 0 2px;
}
.big_box .center_box .minor .minor_item{
    padding-bottom: 50px;
    margin-bottom: 45px;
    border-bottom: 1px dashed #e5e5e5;
}
.big_box .center_box .minor .minor_item.last{
    margin-bottom: 0;
    border-bottom: none;
}


.big_box .center_box .minor .btn_box{
    width: 410px;
    margin: 0 auto 40px;
}
.big_box .center_box .minor .btn_box .of_btn{
    width: 160px;
    height: 38px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #888888;
    line-height: 38px;
    position: relative;
}
.big_box .center_box .minor .btn_box .of_btn a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.big_box .center_box .minor .btn_box .of_btn .s1{
    width: 66px;
    text-align: center;
}
.big_box .center_box .minor .btn_box .of_btn .s2{
    width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.big_box .center_box .minor .btn_box .of_btn:hover{
    border: 1px solid #662680;
    color: #662680;
    font-weight: bold;
}
.big_box .center_box .minor .indication{
    font-size: 14px;
    color: #565656;
    line-height: 100%;
    margin-top: 40px;
    text-align: center;
}

.big_box .center_box .related{
    padding-right: 0;
}
.big_box .center_box .related .related_list{
    width: 748px;
    overflow: hidden;
}
.big_box .center_box .related .related_list li{
    width: 176px;
    height: 100px;
    padding-top: 30px;
    border: 1px solid #eeeeee;
    background: url("../images/guide/doubt_v_related_bg.png") no-repeat left top ;
    margin: 0 9px 9px 0;
}
.big_box .center_box .related .related_list li p{
    text-indent: 0;
}
.big_box .center_box .related .related_list li .related_title{
    padding: 0 19px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.big_box .center_box .related .related_list li .related_title a{
    color: #535353;
}
.big_box .center_box .related .related_list li:hover .related_title a{
    color: #662680;
    font-weight: bold;
}
.big_box .center_box .related .related_list li .already {
    padding: 0 19px;
    font-size: 12px;
    color: #535353;
    text-align: center;
    line-height: 100%;
    margin-top: 18px;
}
.big_box .center_box .related .related_list li .already span{
    color: #e94949;
}