@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;
}

.path_nav .path_nav_cont .seek_box{
    width: 378px;
    height: 40px;
    border: 1px solid #662680;
    border-radius: 30px 0 0 30px;
    margin: 9px 120px 0 0;
}
.path_nav .path_nav_cont .seek_text{
    width: 280px;
    height: 40px;
    margin-left: 17px;
    font-size: 16px;
    padding-left: 14px;
}
.path_nav .path_nav_cont .seek_btn{
    width: 57px;
    height: 100%;
    background: url("../images/guide/seq_seek.png") no-repeat center #662680;
    cursor: pointer;
}


.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 .doubt_cont{
    box-sizing: border-box;
    width: 900px;
    padding: 50px 80px;
    background: #fff;
}
.big_box .center_box .doubt_cont .doubt_list .item{
    height: 73px;
    padding-top: 30px;
    border-bottom: 1px solid #f7f4f9;
    position: relative;
}
.big_box .center_box .doubt_cont .doubt_list .item .doubt_title{
    font-size: 20px;
    line-height: 100%;
    margin-bottom:28px;
}
.big_box .center_box .doubt_cont .doubt_list .item .doubt_title a{
    color: #595757;
}
.big_box .center_box .doubt_cont .doubt_list .item .msg{
    font-size: 14px;
    color: #c1c1c1;
    line-height: 100%;
}
.big_box .center_box .doubt_cont .doubt_list .item .msg .already b{
    color: #e94949;
    font-weight: normal;
}
.big_box .center_box .doubt_cont .doubt_list .item .mark{
    width: 25px;
    height: 25px;
    position: absolute;
    background: url("../images/guide/doubt_mark.png") no-repeat center;
    top: 27px;
    left: -38px;
}
.big_box .center_box .doubt_cont .doubt_list .item:hover .doubt_title a{
    color: #662680;
}
.big_box .center_box .doubt_cont .doubt_list .item:hover .mark{
    background: url("../images/guide/doubt_mark_active.png") no-repeat center;
}


.page_bar{
    width: 424px;
    height: 40px;
    margin: 60px auto 0;
}
.page_bar a{
    color: #888888;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 38px;
}
.page_bar .first_page,.page_bar .last_page{
    width: 52px;
    height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 2px;
}
.page_bar .previous,.page_bar .next{
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 2px;
}
.page_bar .page_list{
    max-width: 220px;
    max-height: 40px;
    overflow: hidden;
}
.page_bar .page_list li{
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 2px;
}
.page_bar .active{
    border: 1px solid #662680;
    background: #662680;
}
.page_bar .active a{
    color: #fff;
}
.page_bar .page_of:hover{
    border: 1px solid #662680;
}






