@charset "utf-8";


.adds_lists_notab {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #9F9F9F;
    font-size: 13px;
    margin-top: 95px;
}


.page-main {
    background: #f5f5f5;
}
.page-main .width1200 {
    overflow: hidden;
    padding: 35px 0 80px;
}

nav {
    min-height: 420px;
}
.help .lists_content {
    min-height: 420px;
}
.help .lists_content .help_lists img{
    padding: 10px 0;
    cursor: pointer;
}

nav .item .item_tit {
    transition: all .4s;
}
nav .item a {
    color: #333333;
}
.item_hid .link {
    padding: 0 20px 0 65px;
}
.page_tit {
    margin-bottom: 22px;
}
.navigation {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 5px;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.navigation .item {
    display: flex;
    align-items: center;
}
.navigation .item a {
    color: #333333;
}
.navigation .item::after {
    content: ">";
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333333;
    height: 20px;
    margin: 0 5px;
}
.navigation .item:last-child a {
    color: #014DA1;
}
.navigation .item:last-child::after {
    display: none;
}
.problem_lists_con {
    margin-bottom: 25px;
}
.problem_lists .list {
    padding: 9px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .4s;
}
.problem_lists .list a {
    width: calc(100% - 79px);
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
}
.problem_lists .list_time {
    width: 79px;
    font-size: 13px;
    transition: all .4s;
}
.pagination {
    border-top: 1px solid #f4f4f4;
    padding-top: 25px;
}
.pagination_list {
    max-width: 42%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
}
.pagination_list:hover a {
    color: #014DA1;
}
.problem_lists .list:hover {
    background: #014DA1;
    color: #fff;
    padding: 9px 8px;
    box-sizing: border-box;
}
.problem_lists .list:hover a,
.problem_lists .list:hover .list_time {
    color: #fff;
}

@media only screen and (max-width: 750px) {
    .page-main .width1200 {
        padding: 30px 0 30px;
    }

    .adds_lists_notab {
        margin-top: 45px;
    }
}