html {
    background: #ffffff !important;
}

.news_main {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 85px;
    margin-bottom: 50px;
}

.clearfix:after {
    content: " ";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.clearfix {
    *zoom: 1;
}

.warpper {
    width: 100%;
    height: auto;
    background: #001966;
    float: left;
    padding: 20px 0 0 0;
}

.toptab_new {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.qirepic {
    width: 100%;
    height: 115px;
    color: #FFFFFF;
    float: left;
    overflow: hidden;
}

.qirepic li {
    width: 100%;
    float: left;
}

.qirepic-silder-img {
    display: block;
    width: 40%;
    height: 115px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px;
    margin-left: 5%;
}

.qirepic-silder-intro {
    height: 115px;
    width: calc(100% - 45% - 15px);
    float: left;
    padding-left: 15px;
    overflow: hidden;
}

.qirepic-silder-title {
    width: 100%;
    line-height: 24px;
    padding: 4px 0;
    float: left;
    margin-bottom: 10px;
}

.qirepic-silder-title h2 {
    width: 100%;
    height: auto;
    float: left;
}

.qirepic-silder-title h2 a {
    color: #FFFFFF;
    font-size: 1.15rem;
    font-weight: normal;
    font-family: "Microsoft Yahei";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    display: block;
}

.qirepic-silder-title h2 a:hover {
    text-decoration: underline;
}

.qirepic-silder-info li, .qirepic-silder-desc {
    font-size: 0.75rem;
    color: #a0a0a0;
}

.qirepic-silder-info li {
    width: auto;
    height: 24px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.qirepic-silder-info li span, .qirepic-silder-desc span {
    color: #CCCCCC;
}

.qirepic-silder-desc {
    display: block;
    width: 94%;
    height: auto;
    line-height: 24px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.num {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin-top: 20px;
    float: left;
    overflow: hidden;
    background: #001451;
}

.num ul {
    width: 94%;
    float: left;
    margin: 0 3%;
}

.num li {
    float: left;
    color: #CCCCCC;
    font-size: 0.85rem;
    font-weight: normal;
    font-family: "Microsoft Yahei";
    width: 26%;
    margin: 5px 1.66%;
    padding: 0 2%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px;
    cursor: pointer;
}

.num li.on {
    color: #000000;
    background: #eeeeee;
}

.news_mainlist {
    width: 100%;
    height: auto;
    float: left;
    background: #ffffff;
}

.news_title {
    width: 92%;
    height: 30px;
    float: left;
    padding: 0 4%;
    margin-top: 10px;
}

.news_title img {
    width: auto;
    height: 20px;
    float: left;
    margin-top: 5px;
}

.news_title p {
    width: auto;
    line-height: 22px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 1.15rem;
    font-weight: bold;
    color: #001451;
    margin: 5px;
}

.news_sort {
    width: auto;
    height: 20px;
    float: right;
}

.news_sort a {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    float: left;
    margin: 5px;
    color: #001451;
}

.news_sort i {
    width: 1px;
    height: 14px;
    float: left;
    background: #001451;
    margin: 8px 5px;
}

.sort_focus {
    color: #CF0A33 !important;
    font-weight: bold !important;
}

.news_list {
    width: 92%;
    height: auto;
    float: left;
    padding: 0 4%;
}

.news_box {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0;
    border-top: 1px #F5F6FA solid;
    margin-top: 10px;
}

.news_right {
    width: 65%;
    height: 70px;
    float: left;
    position: relative;
}

.news_right h2 {
    width: 100%;
    height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 1rem;
    color: #333333;
    font-weight: normal;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 5px;
}

.news_small {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 5px;
    right: 0;
    z-index: 999;
}

.news_small span {
    width: auto;
    height: 20px;
    line-height: 20px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 0.75rem;
    color: #999999;
}

.news_small span:last-child {
    float: right !important;
}

.news_pic {
    width: 30%;
    height: 70px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 5%;
    border-radius: 2px;
}


@keyframes init-circle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*加载动效*/
.load_pic {
    width: auto;
    height: 20px;
    float: left;
    margin-right: 10px;
    display: block;
    animation: init-circle 1s linear infinite;
}

.load_box {
    width: 100%;
    height: 20px;
    line-height: 22px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 0.85rem;
    color: #333333;
    float: left;
    padding: 10px 0;
    margin: 20px auto;
    text-align: center;
    display: none;
}

.load_center {
    width: auto;
    display: table;
    margin: 0 auto;
}

.load_p {
    width: auto;
    float: left;
    line-height: 22px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 0.85rem;
    color: #333333;
}