main {
    padding-bottom: 100px;
}

.news_between {
    justify-content: space-between;
}

.news > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_selector {

}

.news_selector > img {

}

.news_selector > div {

}

.news_selector > div > span {

}

.news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_left > .title_class_2 {
    font-size: 22px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #DD3333;
    margin: 40px 0 25px;
}

.news_left > .title_class_2:nth-child(1) {
    margin: 0 0 10px;
}

.news_left > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news_left > ul > li {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.news_left > ul > li:nth-last-child(1) {
    border-bottom: none;
}

.news_left > ul > li > a {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: ArialMT;
    color: #333333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.news_left > .share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.news_left > .share > a > img {
    width: 35px;
}

.related_search {
    position: relative;
}

.related_search > img {
    position: absolute;
    top: 20.5px;
    left: 7px;
    width: 20px;
}

.related_search > form > input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #979797;
    padding: 16px 16px 16px 33px;
    font-size: 18px;
    font-family: ArialMT;
    color: #000;
}

.related_search > form > input::-moz-placeholder {
    color: #999999;
}

.news_right > div {
    margin-top: 50px;
}

.news_right > div:nth-child(1) {
    margin-top: 0;
}

.news_right > div > h2 {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
}

.news_right > div > h3 {
    font-size: 18px;
    font-family: ArialMT;
    color: #666666;
}

.news_text {
    display: flex;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.news_text:nth-last-child(1) {
    border-bottom: none;
}


.news_text_img {
    margin: 0 20px 0 0;
    position: relative;
}

.news_text_img > img {
    width: 200px;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.news_text_float {
    position: absolute;
    top: 0;
    right: 0;
    background: #DD3333;
    text-align: center;
    border-top-right-radius: 4px;
}

.news_text_float_title {
    font-size: 32px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 37px;
    padding: 4px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news_text_float_text {
    font-size: 16px;
    font-family: ArialMT;
    color: #FFFFFF;
    line-height: 18px;
    padding: 0 14px 4px;
}

.news_text_div {
    position: relative;
}

.news_text_div > h3 {
    margin: 0;
}

.news_text_div > h3 > a {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.news_text_div > h3 > a:hover, .news_text_div > h3 > a:focus {
    color: #DD3333;
}

.news_text_div > div {
    font-size: 18px;
    font-family: ArialMT;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical; /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 2; /**显示的行数**/
    overflow: hidden; /**隐藏超出的内容**/
    margin: 15px 0 30px;
}

.news_text_div > a {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-family: ArialMT;
    color: #DD3333;
    text-decoration: underline;
}

@media (max-width: 992px) {
    main {
        padding-bottom: 30px;
    }

    .news > div {

    }

    .news_selector {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 20px 0;
        box-shadow: 0px 1px 0px 0px #EAEAEA, 0px -1px 0px 0px #EAEAEA;
        display: flex;
        justify-items: center;
    }

    .news_selector > img {
        height: 20px;
        margin-right: 10px;
    }

    .news_selector > div {
        font-size: 14px;
        font-family: ArialMT;
        color: #333333;
    }

    .news_selector > div > span {
        color: #DD3333;
    }

    .news_selector_menu {
        padding: 0;
        margin: 0;
        list-style: none
    }

    .news_selector_menu > li {
        border-top: 1px solid #eaeaea;
        padding: 20px 0;
    }

    .news_selector_menu > li > a {
        background: none;
        border: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        font-size: 16px;
        font-family: ArialMT;
        color: #333333;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_left > .title_class_2 {

    }

    .news_left > .title_class_2:nth-child(1) {

    }

    .news_left > ul {

    }

    .news_left > ul > li {

    }

    .news_left > ul > li:nth-last-child(1) {

    }

    .news_left > ul > li > button {

    }

    .news_left > .share {

    }

    .news_left > .share > a > img {

    }

    .related_search {

    }

    .related_search > img {

    }

    .related_search > form > input {

    }

    .related_search > form > input::-moz-placeholder {

    }

    .news_right > div {
        margin-top: 30px;
    }

    .news_right > div:nth-child(1) {
        margin-top: 0;
    }

    .news_right > div > h2 {
        font-size: 16px;
    }

    .news_right > div > h3 {
        font-size: 14px;
    }

    .news_text {
        display: block;
        margin-top: 15px;
        padding-bottom: 0;
        border-bottom: none;
        border-radius: 4px;
    }

    .news_text:nth-last-child(1) {
        border-bottom: none;
    }

    .news_text > div {
        background: #F2F2F2;
    }

    .news_text_img {
        margin: 0;
    }

    .news_text_img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    .news_text_float {

    }

    .news_text_float_title {
        font-size: 24px;
        line-height: 28px;
        padding: 5px 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .news_text_float_text {
        font-size: 13px;
        line-height: 15px;
        padding: 4px 13px;
    }

    .news_text_div {
        padding: 15px 10px;
    }

    .news_text_div > h3 {
        font-size: 16px;
    }

    .news_text_div > h3 > a {
        font-size: 16px;
    }

    .news_text_div > div {
        font-size: 18px;
        margin: 10px 0 30px;
    }

    .news_text_div > a {
        bottom: 15px;
        left: 10px;
        font-size: 14px;
    }
}
{"msg":"SUCCESS","code":20000,"data":null}