.h-top-div {
    display: flex;
    margin-top: 15px;
}

.h-img-div {
    width: 33.3%;
    /*background-color: #c10202*/
}

.h-top-div-div {
    width: 66.7%;
    margin-left: 5px;
}

.h-top-blue-div {
    display: flex;
    background-color: #083b7b;
    color: #fff;
    height: 35px;
}

.h-left-title {
    width: 50%;
    font-size: 17px;
    padding: 5px 13px;
}

.h-right-title {
    width: 50%;
    text-align: right;
    position: relative;
    bottom: -15px;
    padding-right: 5px;
}

.h-line-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.h-line-1 {
    -webkit-line-clamp: 1;
}

.h-line-2 {
    -webkit-line-clamp: 2;
}

.h-line-3 {
    -webkit-line-clamp: 3;
}

.h-line-4 {
    -webkit-line-clamp: 4;
}

.h-line-5 {
    -webkit-line-clamp: 5;
}

.h-df {
    display: flex;
}

.h-w100 {
    width: 100%;
}

.h-w10 {
    width: 10%;
}

.h-w20 {
    width: 20%;
}

.h-w25 {
    width: 25%;
}

.h-w70 {
    width: 70%;
}

.h-w80 {
    width: 80%;
}

.h-w50 {
    width: 50%;
}

.h-fs-18 {
    font-size: 18px;
}

.h-fs-17 {
    font-size: 17px;
}

.h-fs-16 {
    font-size: 16px;
}

.h-tig1 {
    padding: 4px 10px;
    background-color: #f5a824;
    color: #fff
}

.h-tig2 {
    padding: 4px 10px;
    background-color: #fa0e0c;
    color: #fff
}

.h-tig3 {
    padding: 4px 10px;
    background-color: #1eaef6;
    color: #fff
}

.h-align-right {
    text-align: right;
}

.h-mt-5 {
    margin-top: 5px;
}

.h-mt-10 {
    margin-top: 10px;
}

.h-mt-15 {
    margin-top: 15px;
}

.h-mt-20 {
    margin-top: 20px;
}

.h-ml-20 {
    margin-left: 20px;
}

.h-mb-20 {
    margin-bottom: 20px;
}

.h-notice-div {
    border: 1px solid #999;
    padding: 10px 0 20px 50px;
    height: 170px;
    overflow: hidden;
}

.h-fw-bold {
    font-weight: bold;
}

.h-center {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.h-right {
    text-align: right;
}

.h-novel-tig0 {
    color: #999;
    border: 1px solid #999;
    padding: 2px 4px;
}

.h-novel-tig1 {
    color: #ffc107;
    border: 1px solid #ffc107;
    padding: 2px 4px;
}

.h-novel-tig2 {
    color: #7bc96b;
    border: 1px solid #7bc96b;
    padding: 2px 4px;
    margin-left: 5px;
}

.h-novel-tig3 {
    color: #2ea1ff;
    border: 1px solid #2ea1ff;
    padding: 2px 4px;
    margin-left: 5px;
}

.h-sale-buy {
    width: 120px;
    background-color: #3593f8;
    color: #fff;
    margin-top: 20px;
    padding: 10px 0px;
    border-radius: 20px;
    margin-left: 30px;
    cursor: pointer;
}

.h-fl {
    float: left;
}

.h-fr {
    float: right;
}

.h-red {
    color: #c10202;
}

.h-gray {
    color: gray;
}

.h-154c80 {
    color: #154c80;
}

.h-2bc0d6 {
    color: #2bc0d6;
}

.h-cp {
    cursor: pointer;
}

.h-right-tig-action {
    background-color: #083b7b;
    color: #fff;
}

.h-pt-5 {
    padding-top: 5px;
}

.h-hide {
    display: none;
}

.h-buy {
    background-color: #c10202;
    color: #fff;
    cursor: pointer;
    padding: 4px 0
}

.h-right-tig-div {
    color: #083b7b;
    height: 35px;
    border-bottom: 3px solid #083b7b
}

.h-cb{
    clear: both;
}

.h-df-fw{
    display: flex;
    flex-wrap: wrap;
}