* {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu !important;
}

.news_left {
    height: auto;
    padding-top: 20px;
}

.news_left .news_dt {
    margin: 0px;
    padding: 0px 50px;
    height: auto;
}

.news_left .news_dt .first:hover {
    background-color: #1d66c7;
}

.news_left .news_dt .first {
    display: flex;
}

.news_left .news_dt .first a {
    padding-left: 5px;
    font-weight: bold;
    flex: 80%;
}

.news_left .news_dt .first .icon-up {
    display: none;
}

.news_left .news_dt .first:hover a {
    color: white;
}

.news_left .news_dt .first:hover i {
    color: white;
}

.news_left .news_dt ul {
    margin: 0px;
    display: none;
}

.news_content a {
    text-decoration: none;
}

.news_left .news_dt ul li {
    height: 40px;
    line-height: 40px;
}

.news_left .news_dt ul li:hover {
    background-color: #1d66c7 transparent(0.6);
}

.hlepul li {
    list-style: disc;
}

.hlepul li::marker {
    color: #1d66c7;
}

.helppages {
    /* position: absolute; */
    /* right: 30px; */
    /* bottom: 50px; */
    margin: 50px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagination>li>a, .pagination>li>span {
    margin: 0 10px;
}

.news_right h1 {
    padding-left: 30px;
    margin-top: 10px;
    font-size: 24px;
    color: #666666;
    height: 21px;
}

.help-hr {
    height: 2px;
    width: 90%;
    background-color: #ddd;
    margin: 20px 50px;
}

.news_right p {
    padding: 20px 50px;
}

.news_right li {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}

#inputpages {
    width: 50px;
}

.helppages .page-span {
    display: inline-block;
    height: 35px;
    width: auto;
    text-align: center;
    line-height: 35px;
    margin: 0px 15px;
    color: #666666;
}

.helppages .page-input {
    width: 50px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #ddd;
}

.helppages .page-btn {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-left: 0px;
    color: #666666;
}

.news_right ul {
    margin-top: 0px !important;
}

.news_right .pagination {
    margin: 0px;
    padding: 0px;
}

.news_left .news_dd:hover {
    background: #1d66c7 !important;
    font-size: 14px !important;
    font-weight: 400;
    cursor: pointer;
    color: #fff !important;
}