@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%;
    border-top:1px solid #f7f4f9 ;
}
.big_box .center_box{
    box-sizing: border-box;
    padding:25px 0 0 102px;
}

.big_box .center_box .left_cont{
    width: 710px;
}
.big_box .center_box .left_cont .sort{
    width: calc(100% - 2px);
    height: 38px;
    border: 1px solid #ececec;
    background: #fafafa;
}
.big_box .center_box .left_cont .sort div{
    width: 133px;
    height: 100%;
    font-size: 14px;
    color: #888888;
    text-align: center;
    line-height: 38px;
    border-right: 1px solid #ececec;
    position: relative;
}
.big_box .center_box .left_cont .sort div a{
    position: absolute;
    width: 100% ;
    height: 100%;
    top: 0;
    left: 0;
}
.big_box .center_box .left_cont .sort div:last-child{
    border: none;
}
.big_box .center_box .left_cont .sort div.on{
    color: #ff9600;
}

.big_box .center_box .left_cont .article_item{
    padding: 30px 0 ;
    border-bottom: 1px dashed #e5e5e5;
}
.big_box .center_box .left_cont .article_item .img{
    width: 180px;
    height: 135px;
    overflow: hidden;
}
.big_box .center_box .left_cont .article_item .img img{
    width: 100%;
    height: 100%;
}
.big_box .center_box .left_cont .article_item .text{
    width: 505px;
    margin-left: 25px;
}
.big_box .center_box .left_cont .article_item .text .title{
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 16px;
}
.big_box .center_box .left_cont .article_item .text .title a{
    color: #414141;
}
.big_box .center_box .left_cont .article_item:hover .text .title a{
    color: #662680;
    font-weight: bold;
}
.big_box .center_box .left_cont .article_item .text .cont{
    max-height:52px;
    font-size: 14px;
    color: #565656;
    line-height: 26px;
    overflow: hidden;
}
.big_box .center_box .left_cont .article_item .text .cont a{
    color: #ff9e25;
}
.big_box .center_box .left_cont .article_item .text .msg{
    font-size: 14px;
    color: #c1c1c1;
    margin-top: 30px;
    line-height: 100%;
}
.big_box .center_box .left_cont .article_item .text .msg .view_num{
    padding-left: 24px;
    background: url("../images/guide/browse.png") no-repeat left center;
    margin-right: 80px;
}
.big_box .center_box .left_cont .article_item .text .msg .praise_num{
    padding-left: 24px;
    background: url("../images/guide/praise.png") no-repeat left center;
    cursor: pointer;
}

.right_cont{
    width: 278px;
}
.right_cont .right_top{
    margin-bottom: 26px;
    background: #fff;
}
.right_cont .right_top .right_title{
    height: 50px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    background: #eeeeee;
}
.right_cont .right_top .s_title{
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    line-height: 100%;
    margin: 10px auto 18px;
}
.right_cont .right_top  .plan_apply{
    width: 240px;
    margin: 0 auto 19px;
}
.right_cont .right_top  .plan_apply input{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #a0a0a0;
    font-size: 14px;
    color: #5c5c5c;
    padding-left: 8px;
    margin-bottom: 10px;
}
.right_cont .right_top  .plan_apply .submit_btn{
    box-sizing: border-box;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #662680;
    border: 1px solid #dfdfdf;
}
.right_cont .right_top .already{
    font-size: 18px;
    color: #333333;
    line-height: 100%;
    text-align: center;
    margin-bottom: 19px;
}
.right_cont .right_top .already span{
    font-size: 24px;
    font-weight: bold;
    color: #662680;
}
.right_cont .right_top .tel_400{
    height: 58px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 58px;
    background: url("../images/guide/seq_right_top_bg.jpg") repeat-x left bottom #ffd946;
}
.right_cont .right_top .tel_400 span{
    font-size: 24px;
    color: #662680;
}
.right_cont .right_push{
    padding: 0 25px 20px 18px;
    background: #fff;
    position: relative;
}
.right_cont .right_push .push_title{
    padding: 28px 0 14px 0;
    border-bottom: 1px solid #f7f7f7;
    color: #595757;
    margin-bottom: 12px;
}
.right_cont .right_push a{
    color: #595757;
    line-height: 100%;
}
.right_cont .right_push .title{
    font-size: 24px;
}
.right_cont .right_push .go{
    font-size: 14px;
    margin-top: 10px;
}
.right_cont .right_push .push_list li{
    height: 29px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    line-height: 29px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right_cont .right_push .push_list li.brief{
    max-width: 150px;
    position: relative;
}
.right_cont .right_push .img{
    width: 102px;
    height: 76px;
    position: absolute;
    right: 0;
    top: 86px;
}
.right_cont .right_push .img img{
    width: 100%;
    height: 100%;
}
.right_cont .right_push .push_list li a{
    color: #595757;
}
.right_cont .right_push .push_list li:hover{
    border-bottom: 1px solid #662680;
}
.right_cont .right_push .push_list li:hover a{
    color: #662680;
}

.right_cont .activity{
    width: 278px;
    height: 205px;
    position: relative;
}
.right_cont .activity img{
    width: 100%;
    height: 100%;
}
.right_cont .activity a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}



.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;
}
