.IndustryContent {
    width: 100%;
    display: flex;
    margin-top: 12px;
}

.LeftIndustry {
    width: 800px;
    margin-right: 12px;
    background-color: #fff;
}

.RightIndustry {
    flex: 1;
    overflow: hidden;
}
.RightIndustry > div:not(:first-child) {
    margin-top: 12px;
}

.weekHotBox {
    background-color: #ffffff;
    border-radius: 4px;
}

.weekDataList > a {
    display: flex;
    align-items: center;
    height: 42px;
    box-sizing: border-box;
    padding: 0 4px 0 14px;
    cursor: pointer !important;
}

.weekDataList > a > span:nth-child(1) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    color: #aaaaaa;
    margin-right: 8px;
}

.weekDataList > a:nth-child(1) > span:nth-child(1) {
    background: #fd0255 !important;
    -webkit-text-fill-color: #ffffff;
}

.weekDataList > a:nth-child(2) > span:nth-child(1) {
    background: #ff7c3d !important;
    -webkit-text-fill-color: #ffffff;
}

.weekDataList > a:nth-child(3) > span:nth-child(1) {
    background: #fdb602 !important;
    -webkit-text-fill-color: #ffffff;
}

.weekDataList > a > span:nth-child(2) {
    flex: 1;
    font-size: 14px;
    color: #4e4e4e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 100%;
    line-height: 42px;
    position: relative;
}

.weekDataList > a:hover span:nth-child(3),
.weekDataList > a:hover span:nth-child(2) {
    color: #2872c9;
}

.weekDataList > a > span:nth-child(3) {
    font-size: 14px;
    color: #4e4e4e;
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
}

.weekDataList > a > span:nth-child(3) img {
    width: 20px;
    height: 20px;
    margin: 0 2px 0 6px;
}

.InfoBox img {
    display: inline-block;
    width: 100%;
    height: 288px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.filter_box {
    margin-left: auto;
    margin-right: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter_box > div {
    position: relative;
    font-weight: normal;
    margin-left: 4px;
}
.filter_box > div > span {
    padding: 0 12px;
    min-width: 77px;
    box-sizing: border-box;
    height: 28px;
    background: #f5f5f5;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 13px;
    color: #666666;
    cursor: pointer;
    user-select: none;
}
.filter_box > div > span i {
    font-style: normal;
}
.filter_box > div > span i:nth-child(2) {
    display: inline-flex;
    width: 10px;
    height: 10px;
    background: url(../img/arrow_down.png) no-repeat center/cover;
}
.filter_box > div > div {
    padding: 20px;
    z-index: 100;
    font-size: 14px;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 100%;
    background: #fff;
    border: 1px solid #e4e7ed;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    display: none;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
    align-items: center;
    gap: 14px;
}
.filter_box > div > div.show {
    display: grid !important;
    animation: show3 0.24s;
}
@keyframes show3 {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
.filter_box > div > div::after {
    content: "";
    position: absolute;
    top: -6px;
    right: 20px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    transform: rotate(45deg);
    border-bottom: none;
    border-right: none;
    border-top-left-radius: 2px;
}
.filter_box > div > div a {
    color: initial;
    word-break: keep-all;
    cursor: pointer !important;
}
.filter_box > div > div a.active {
    font-weight: bold;
    font-size: 14px;
    color: #2872c9;
}

.IndustryListBox {
    box-sizing: border-box;
    margin: 10px 16px 0;
    position: relative;
}
.IndustryListBox::before {
    content: "";
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: calc(100% - 10px);
    border-left: 1px dashed #e2e2e2;
}
.item_industry {
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    padding: 0 14px 10px;
    position: relative;
}
.item_industry::before {
    content: "";
    display: inline-flex;
    position: absolute;
    left: -4px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #2872c9;
    border-radius: 50%;
}
.item_industry > div:nth-child(1) {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    transition: all 0.2s;
}

.industry_time span:nth-child(2) {
    display: inline-flex;
    align-items: center;
}
.industry_time span:nth-child(2) i:nth-child(1) {
    font-style: normal;
}
.industry_time span:nth-child(2) i:nth-child(2) {
    margin-left: 4px;
    display: inline-flex;
    width: 14px;
    height: 10px;
    background: url(../img/arrow_down.png) no-repeat center/cover;
    vertical-align: middle;
    transition: all 0.2s;
}
.line2 {
    max-height: 100px;
    overflow: hidden;
}
.item_industry.expand .line2::before {
    content: "";
    display: block;
    height: 80px;
}
.line2 .more {
    display: none;
    float: right;
    color: #aaaaaa;
    cursor: pointer;
}
.line2 .more.collapse {
    padding-right: 15px;
    background: url(../img/collapse.png) no-repeat right center/14px auto;
}
.item_industry.expand .line2 .more {
    display: inline-block;
}
.item_industry.expand .content {
    margin-top: -80px;
}
.line2 .content {
    line-height: 20px;
}

.detail_links {
    display: flex;
    align-items: center;
}
.detail_links > span {
    font-size: 12px;
    color: #666666;
}
.detail_links > div {
    flex: 1;
    overflow: hidden;
    display: flex;
    gap: 10px;
    margin-left: 4px;
}
.detail_links > div a {
    font-size: 12px;
    color: #2872c9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.industry_time {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666666;
}
.industry_time > div {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.industry_time .tag {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #666666;
    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 0 10px;
    text-decoration: none;
    margin-right: 10px;
}
.industry_time .tag:last-child {
    margin-right: 0;
}
.industry_time .share_btn {
    margin-left: auto;
    padding: 4px 0 4px 20px;
    font-size: 12px;
    color: #3c7bd2;
    font-style: normal;
    background: url(../img/share.png) no-repeat left 1px/20px auto;
    cursor: pointer;
    user-select: none;
    flex-shrink: 0;
}

.share_layer {
    display: none;
    /* position: fixed;
    z-index: 999999;
    left: 100px;
    top: 100px; */
    max-height: 540px;
    overflow: auto;
    font-size: 0;
    width: 375px;
    /* background:
        url(../img/water_logo.png) repeat center/400px auto,
        #fff; */
}
.share_layer::-webkit-scrollbar {
    width: 4px;
}
.share_layer::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
.share_layer::-webkit-scrollbar-thumb {
    background-color: #84addd;
    border-radius: 4px;
}
.share_layer .footer {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.share_layer .content {
    padding: 0 25px;
    background:
        url(../img/share_bg.png) no-repeat center/cover,
        url(../img/water_logo.png) repeat center/400px auto,
        #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 26px;
}

.share_layer .content > img {
    width: 255px;
    height: auto;
    object-fit: cover;
}
.share_layer .content > p {
    font-size: 14px;
    color: #666666;
    margin-top: 17px;
}
.share_layer .content > .line {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin-top: 27px;
}
.share_layer .content > .time {
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    margin-top: 24px;
}
.share_layer .content > .msg {
    font-size: 15px;
    color: #333333;
    line-height: 27px;
    margin-top: 20px;
}
.share_layer .close_share_layer {
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/close_layer_btn.png) no-repeat center/cover;
}
.share_layer .download_img {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 35px);
    width: 70px;
    height: 28px;
    text-align: center;
    line-height: 29px;
    background: #4a4949bd;
    border-radius: 2px;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
}
.share_layer .download_img:hover {
    opacity: 0.8;
}
.layui-layer-page .layui-layer-content {
    overflow: initial;
}
.Pagination {
    margin-top: 12px;
}
.share_layer canvas {
    width: 100% !important;
    height: auto !important;
}
.Pagination > a {
    font-size: 12px;
    padding: 0 10px;
}
.no_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.no_data img {
    width: 220px;
}
