.sub-title-flex {
    position: relative;
    padding: 20px 0px 20px 30px;
    color: #ffffff;
    font-weight: 500;
    background-color: #005095;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.sub-title-left {
    line-height: 42px;
    font-size: 32px;
    margin-right: 30px;
}

.sub-title-right {
    font-size: 14px;
    white-space: nowrap;
    width: 250px;
}

.sub-title-right .stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-title-right p {
    line-height: 24px;
}

.sub-title-right span {
    display: block;
    height: 24px;
    background: url(/images/morning_star.png) no-repeat center;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.sub-title-right .text {
    line-height: 1.2;
    margin-top: 8px;
}

@media screen and (max-width: 1024px) {
    .sub-title-left {
        font-size: 20px;
        line-height: 1.3;
    }
    .sub-title-right {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .sub-title-flex {
        padding: 15px 15px;
        min-height: 60px;
    }
    .sub-title-left {
        font-size: 18px;
        line-height: 1.3;
        margin-right: 10px;
        /* text-align: right; */
    }
    .sub-title-right {
        font-size: 10px;
        float: right;
        /* margin-top: 5px; */
        width: 204px;
    }
    .sub-title-right .stars span {
        width: 16px;
        height: 16px;
        background-size: contain;
        margin-right: 0;
        margin-left: 3px;
    }
    .sub-title-right .text {
        margin-top: 3px;
    }
}