﻿.subject a {
    text-decoration: none;
}

.subject h2,
h3 {
    font-weight: 500;
}

.subject .list {
    background: white;
}

.subject .w {
    /* width: 1200px; */
    /* margin: 0 auto; */
}

.subject .tab-list {
    width: 290px;
    float: left;
}

.subject .tab-list .tab-item {
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 72px;
    text-align: center;
    font-size: 22px;
    color: #999;
}

.subject .active a {
    color: #FF212A;
}

.subject .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #999999;
    display: inline-block;
    vertical-align: super;
    margin-right: 16px;
    margin-bottom: -4px;
}

.subject .active .dot {
    background-color: #FF212A;
}

.subject .list-content {
    margin-left: 30px;
    width: 880px;
    float: left;
}



.subject .navigate {
    margin-top: 13px;
    width: 100%;
    height: 58px;
    line-height: 38px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 16px;
}

.subject .navigate h2 {
    font-size: 38px;
    color: #000;
    float: left;
}

.subject .guide-list {
    float: right;
    zoom: 1;
    height: 40px;
}

.subject .guide-item {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    float: left;
}

.subject .arrows {
    margin: 0 9px;
}

.subject .guide-item:last-of-type {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

.subject .left-time,
.right-info {
    float: left;
}

.subject .subjectMore {
    display: none;
}

.subject .left-time {
    width: 143px;
    height: 183px;
    color: #e4e4e4;
}

.subject .day {
    font-size: 58px;
    line-height: 43px;
    margin-top: 40px;
    margin-left: 25px;
}

.subject .line1 {
    width: 113px;
    height: 2px;
    background-color: #e4e4e4;
    margin: 16px 0 10px 0;
}

.subject .year-month {
    font-size: 26px;
    line-height: 26px;
    margin-left: 7px;
}

.subject .right-info {
    width: 737px;
}

.subject .info-title {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 13px;
}

.subject .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.subject .content {
    font-size: 18px;
    color: #666;
    line-height: 28px;
}



@media screen and (max-width: 1200px) {
    .subject .tab-list .tab-item {
        font-size: 16px;
        font-weight: bold;
    }

    .subject .tab-list {
        width: 100%;
        float: initial;
    }

    .subject .list-content {
        width: 100%;
        float: initial;
        margin-left: 0px;
    }

    .subject .w {
        width: auto;
        min-width: 320px;
    }

    .subject .navigate {
        margin-top: 0px;
        height: auto;
    }

    .subject .guide-list {
        float: none;
        padding-left: 15px;
        background-color: #99999914;
        min-width: 320px;
    }

    .subject .navigate h2 {
        float: none;
        padding-left: 15px;
        padding-top: 16px;
        font-size: 32px;
    }

    .subject .content {
        font-size: 16px;
    }

    .subject .right-info {
        flex: 1;
    }

    .subject .info-title {
        margin-top: 15px;
        font-size: 18px;
    }

    .subject .day {
        margin-left: 15px;
    }

    .subject .left-time {
        width: initial;
        margin-right: 10px;
        margin-left: 10px;
        height: initial;
    }

    .subject .line1 {
        width: 103px;
    }

    .subject .year-month {
        font-size: 16px;
        text-align: center;
    }

    .subject .right-info {
        padding-right: 10px;
    }

    .subject .right-info .subjectMore {
        display: none;
    }

    .subject .tab-list {
        display: flex;
    }

    .subject .tab-list em {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .am-btn-join-us {
        font-size: 14px;
        width: 100px;
        height: 30px;
    }

    .industry_title {
        font-size: 22px !important;
    }

    .industry_right_title {
        font-size: 18px;
        margin: 0 0 0.6rem 0 !important;
    }

    .industry_right_title2 {
        font-size: 14px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .industry_right p{
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 1200px) {
    .text-center {
        margin-bottom: 40px;
    }
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #FF212A;
    border-color: #FF212A;
}

/*
下面是inner_content.html*/

.inner_content a {
    text-decoration: none;
}



.inner_content .list {
    background: white;
}

.inner_content .w {
    width: 1200px;
    margin: 0 auto;
}

.inner_content .tab-list {
    width: 290px;
    float: left;
}

.inner_content .tab-list .tab-item {
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 72px;
    text-align: center;
    font-size: 22px;
    color: #999;
}

.inner_content .active a {
    color: #FF212A;
}

.inner_content .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #999999;
    display: inline-block;
    vertical-align: super;
    margin-right: 16px;
    margin-bottom: -4px;
}

.inner_content .active .dot {
    background-color: #FF212A;
}

.inner_content .list-content {
    margin-left: 30px;
    width: 100%;
    float: left;
}

.inner_content .navigate {
    display: flex;
    margin-top: 13px;
    width: 100%;
    height: 58px;
    line-height: 38px;
    padding-bottom: 16px;
}

.inner_content .guide-list {
    float: right;
    zoom: 1;
    height: 40px;
}



.inner_content .guide-item {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    float: left;
}

.inner_content .arrows {
    margin: 0 9px;
}

.inner_content .guide-item:last-of-type {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

.inner_content .left-time,
.right-info {
    float: left;
}

/* .inner_content .subjectMore {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #666 !important;
    float: right;
} */

.inner_content .right-info {
    width: 737px;
}

.inner_content .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inner_content .content {
    font-size: 18px;
    color: #666;
    line-height: 28px;
}

@media screen and (max-width: 1200px) {



    .inner_content .tab-list .tab-item {
        font-size: 16px;
        font-weight: bold;
    }



    .inner_content .tab-list {
        width: 100%;
        float: initial;
    }

    .inner_content .list-content {
        width: 100%;
        float: initial;
        margin-left: 0px;
    }

    .inner_content .w {
        width: auto;
        min-width: 320px;
    }

    .inner_content .navigate {
        margin-top: 0px;
        height: auto;
    }

    .inner_content .guide-list {
        float: none;
        padding-left: 15px;
        background-color: #99999914;
        min-width: 100%;
    }

    .inner_content .navigate h2 {
        float: none;
        padding-left: 15px;
        padding-top: 16px;
        font-size: 32px;
    }

    .inner_content .right-info {
        flex: 1;
    }

    .inner_content .tab-list {
        display: flex;
    }

    .inner_content .tab-list em {
        display: none;
    }
}

/* 新加样式 */
.industry_item {
    display: flex;
    height: 234px;
    margin-bottom: 26px;
    border-radius: 16px;
}

.industry_item .industry_left {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF212A;
    width: 35%;
    height: 234px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.industry_item .industry_right {
    width: 65%;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 22px 18px;
    height: 234px;
}

.industry_right_title {
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 660px;
}

.industry_right_title2 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.subjectMore {
    display: none;
}

.industry_right a:hover {
    color: #FF212A;
}

@media screen and (max-width: 500px) {
    .am-btn-join-us {
        font-size: 14px;
        width: 100px;
        height: 30px;
    }

    .industry-trends .industry_title {
        font-size: 22px !important;
        margin-top: 20% !important;
    }

    .industry_right_title {
        font-size: 18px;
    }

    .industry_right_title2 {
        font-size: 14px;
    }

    .industry_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 332px;
        margin-bottom: 26px !important;
    }

    .industry_item .industry_left {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FF212A;
        width: 100%;
        height: 234px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0;
        padding: 20px 0;
    }

    .industry_item .industry_right {
        width: 100%;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 0;
        padding: 10px 8px !important;
    }

    .subject .subjectMore {
        display: block;
        width: 100px;
        height: 35px;
        background: #FF212A;
        border-radius: 35px;
        text-align: center;
        color: #fff;
        line-height: 35px;
    }

    .text-center {
        margin-bottom: 26px !important;
    }
}