body {
    position: relative;
    padding-top: 70px;
    background-color: #f1f1f1;
}

.ignore-color-line {
    width: 50px;
    height: 3px;
    background: linear-gradient(-90deg, #34b5ff, #39e274);
    border-radius: 2px;
}

.ignore-product-header {
    z-index: 2;
    width: 100%;
    height: 390px;
    background: url("../images/news/bg.jpg") no-repeat;
    background-size: 100% 320px;
    background-color: #f1f1f1;
    -webkit-transform: translateZ(0);
    left: 0;
}

.ignore-product-tab {
    margin-top: 68px;
    width: 1500px;
    height: 100px;
    background: #fff;

    border-radius: 6px;

}

.ignore-type-item {
    height: 100px;
    position: relative;

}

.ignore-active-bg {
    position: absolute;
    top: 0;
    height: 100px;
    margin: 0 auto;
    /*水平居中*/
    left: 0;
    /*此处不能省略，且为0*/
    right: 0;
    /*此处不能省略，且为0*/
}

.active-pro-show {
    width: 100%;
    animation: moveShow 0.7s;
}

.active-pro-none {
    width: 0px;
    animation: moveNone 0.7s;
}

.active-pro-no {
    width: 0px;
}

@keyframes moveShow {
    0% {
        width: 10px;
    }

    100% {
        width: 100%;
    }
}

@keyframes moveNone {
    0% {
        width: 100%;
    }

    100% {
        width: 0px;
    }
}

.ignore-news-body {
    width: 100%;
    min-height: 500px;
    background: #f1f1f1;
    box-sizing: content-box;
    padding-bottom: 40px;

}

.ignore-news {
    width: 1500px;
}

.ignore-detail-list {
    width: 500px;
    height: 400px;
    background: #ffffff;
    border-radius: 6px;
    margin-right: 20px;
    padding: 30px;
    overflow: auto;
    padding-bottom: 0;
}

.input-box {
    width: 440px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 25px;
    padding: 0 20px;
}

.search-img {
    width: 17px;
    height: 17px;
    margin-left: 20px;
}

.my-input-box {
    width: 380px;
}

.input-box input {
    border: none;
    outline: none;
}

.ignore-detail-item {
    width: 100%;
    padding: 14px 0;
    background: #ffffff;
    border-bottom: 1px solid #e2e2e2;
}

.ignore-detail-item:last-child {
    border-bottom: none;
}

.ignore-detail-active {
    width: 4px;
    height: 102px;
    background: #39e274;
}

.ignore-detail-box {
    width: 980px;
    min-height: 320px;
    background: #ffffff;
    border-radius: 6px;
    padding: 30px;
}

.ignore-detail-icon {
    height: 400px;
    margin: 58px auto;
}

.ignore-html {
    width: 100%;
}

.ignore-html>>>img {
    max-width: 100%;
    margin: 0 auto;
}

.ignore-html>>>p {
    line-height: 1.5em;
    font-size: 16px;
}

.ignore-grey-line {
    height: 1px;
    width: 100%;
    background: #e2e2e2;
    margin-top: 30px;
}

.ignore-list-box {
    padding: 20px 30px;
    width: 980px;
    background: #ffffff;
    border-radius: 6px;
    min-height: 300px;
}

.ignore-list {
    max-height: 1079px;
    overflow: auto;
}

.ignore-list-item-box {
    width: 100%;
    height: 140px;
    background: #ffffff;
    border-bottom: 1px solid #e2e2e2;
}

.ignore-list-item {
    width: 100%;
    height: 139px;
    background: #ffffff;
}

.ignore-list-icon {
    width: 160px;
    height: 101px;
    margin-right: 30px;
}

.ignore-list-item-box:last-child {
    border-bottom: none;
}

.ignore-watch-icon {
    width: 20px;
    height: 14px;
    margin-right: 8px;
}

@media (max-width: 1366px) {
    .ignore-product-header {
        height: 310px !important;
        background-size: 100% 260px !important;
    }

    .ignore-product-tab {
        margin-top: 48px !important;
        width: 900px !important;
        height: 70px !important;
    }

    .ignore-type-item {
        height: 70px !important;
    }

    .ignore-active-bg {
        height: 70px !important;
    }

    .ignore-product-header .ignore-mt120 {
        margin-top: 100px !important;
    }

    .ignore-product-header .ignore-mt30 {
        margin-top: 12px !important;
    }

    .ignore-product-header .ignore-fz32 {
        font-size: 26px !important;
    }

    .ignore-news {
        width: 900px !important;
    }

    .ignore-detail-list {
        width: 230px !important;
        max-height: 440px !important;
        padding: 20px 12px 0px 12px !important;
        margin-right: 16px !important;
        height: 350px !important;
    }

    .ignore-detail-list .ignore-mb10 {
        margin-bottom: 0px !important;
    }

    .ignore-detail-list .ignore-mt26 {
        margin-top: 18px !important;
    }

    .ignore-detail-list .ignore-fz16 {
        font-size: 14px !important;
    }

    .ignore-detail-list .ignore-fz20 {
        font-size: 16px !important;
    }

    .ignore-detail-list .ignore-mt20 {
        margin-top: 12px !important;
    }

    .ignore-list-box {
        width: 654px !important;
        padding: 12px 20px !important;
    }

    .ignore-list-box .ignore-fz24 {
        font-size: 20px !important;
    }

    .ignore-list-item-box {
        height: 110px !important;
    }

    .ignore-list-item {
        height: 109px !important;
    }

    .ignore-list-icon {
        width: 140px !important;
        height: 80px !important;
        margin-right: 16px !important;
    }

    .ignore-list-item .ignore-fz16 {
        font-size: 14px !important;
    }

    .ignore-list-item .ignore-fz18 {
        font-size: 16px !important;
    }

    .ignore-list-box .ignore-mt40 {
        margin-top: 24px;
    }

    .ignore-detail-box {
        width: 654px !important;
    }

    .ignore-detail-box .ignore-mt40 {
        margin-top: 26px !important;
    }

    .ignore-detail-box .ignore-fz24 {
        font-size: 20px !important;
    }

    .ignore-detail-box .ignore-mt14 {
        margin-top: 6px !important;
    }

    .ignore-detail-box .ignore-fz16 {
        font-size: 14px !important;
    }

    .ignore-grey-line {
        margin-top: 14px !important;
    }

    .ignore-detail-box .ignore-mt30 {
        margin-top: 20px !important;
    }

    .ignore-html>>>p {
        line-height: 1.2em;
        font-size: 14px !important;
    }

    .ignore-html>>>span {
        line-height: 1.2em;
        font-size: 14px !important;
    }

    .ignore-grey-line {
        margin-top: 30px;
    }

    .my-input-box {
        width: 120px;
    }
    .input-box{
        width: 200px;
    }
}

.pagination>li>a,
.pagination>li>span {
    color: #39e274;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #39e274;
    border-color: #39e274;
}