body{
    background: url("../img/help_bg.jpg") top center no-repeat;
}
.list_title{
    margin: 100px 0 60px 0;
}
.list_title_t1{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
.list_title_t2{
    font-size: 18px;
    margin-bottom: 50px;
}
.search-count{
    font-size: 20px;line-height: 40px;padding-top: 20px;
}
.list_nav{
    width: auto;
    /*height: 60px;*/
    /*background-color: rgba(255, 255, 255, 0.35);*/
    border-radius: 4px;
    /*border: solid 1px rgba(63, 104, 245, 0.35);*/
    padding: 5px;
    margin-bottom: 30px;
}
.list_nav li{
    float: left;
    width: calc(100%/8 - 5px);
    height: 50px;
    margin-right: 5px;
    border: solid 1px rgba(63, 104, 245, 0.35);
    border-radius: 4px;
}
.list_nav li a{
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #374567;
}
.list_nav li.active a{
    background-image: linear-gradient(90deg,
    #5f87f8 0%,
    #3860f4 100%);
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
}
.list_con_left{
    float: left;
    width: calc(100% - 380px);
    background-color: #ffffff;
    box-shadow: 2px 4px 10px 0px
    #ebeffc;
    border-radius: 4px;
    padding: 0 35px;
}
.list_con_left_d{
    padding: 15px 0;
    border-bottom: 1px solid rgba(55, 69, 103, 0.1);
}
.list_con_left_d_l{
    float: left;
    padding: 24px 0;
    width: 135px;
    border-right: 1px solid rgba(55, 69, 103, 0.1);
}
.list_con_left_d_l .sp1{
    float: left;
    font-size: 36px;
    margin-right: 10px;
}
.list_con_left_d_l .sp2{
    font-size: 14px;
    line-height: 18px;
}
.list_con_left_d_r{
    float: left;
    width: calc(100% - 135px);
    padding-left: 40px;
}
.list_con_left_d_r .p1{
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_con_left_d_r .p2{
    color: rgba(55, 69, 103, 0.6);
    line-height: 30px;
    max-height: 60px;
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
}
.list_con_left_d_r a{
    font-size: 18px;
    color: #3861f4;
}
.list_con_right{
    float: right;
    width: 360px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #ecebf6;
    overflow: hidden;
}
.list_con_right_tit{
    height: 56px;
    background-color: #f7f8fc;
    padding-left: 20px;
    line-height: 56px;
    font-size: 18px;
    font-weight: bold;
}
.list_con_right_tit img{
    vertical-align: middle;
    margin-right: 16px;
}
.list_con_right_lis{
    padding: 20px;
}
.list_con_right_lis li{
    /*padding-bottom: 20px;*/
}
.list_con_right_lis li a{
    display: inline-block;
    font-size: 14px;
    color: #374567;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: 100%;
}
.list_con_right_lis li p{
    font-size: 14px;
    color: #b3b9c7;
}
.list_con_right_more{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #3861f4;
    font-size: 14px;
}