* {
    margin: 0;
    padding: 0;
}


.hr {
    width: 100%;
    height: 1px;
    background-color: #999;
    margin-top: 5px;
    margin-bottom: 20px
}

.header {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.header>span:nth-child(1) {
    font-size: 24px;
}

.conbox {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.connew-top {
    width: 60%;
    /* height: 470px; */
    /* display: flex; */
}

.connew-top-left {
    width: 100%;
}

.connew-top-left>img {
    width: 100%;
    height: 100%;
}

.connew-top-right {
    width: 100%;
    height: 500px;
    margin-left: 3%;
    margin-top: 95px;
    float: left;
    overflow: hidden;
}

a {
    color: #010e2d;
}

.lbt {
    width: 100%;
    height: 62%;
}

.lbt img {
    width: 100%;
    height: 100%;
}

.nav {
    margin-top: 10px;
}

.nav>p>a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    /* color: #010e2d; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.connew-bottom {
    width: 39%;
    display: flex;
    flex-wrap: wrap;
}

.connew-bottom-left {
    width: 100%;
    height: 100%;
}

.connew-bottom-right {
    width: 100%;
    height: 100%;
    margin-left: 3%;
}

.connew-bottom-right-top {
    padding: 12px;
    font-size: 17px;
    font-weight: 400;
    background-color: #f2f2f2;
}

.connew-bottom-right-bottom {
    width: 100%;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
}

.connew-bottom-right-bottom>div {
    width: 100%;
    height: 110px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    position: relative;
    padding-left: 10px;
}

.connew-bottom-right-bottom>div>div {
    width: 37%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.connew-bottom-right-bottom>div:hover>div>img {
    transform: scale(1.2);
}

.connew-bottom-right-bottom>div>div>img {
    height: 100%;
    transition: all 1s;
}

.connew-bottom-right-bottom>div>span {
    display: flex;
    float: right;
    width: 60%;
    height: 100%;
    align-items: center;
    margin-left: 10px;
}

.youxichuhai {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 20px;
}

.youxichuhai>span:nth-child(2) {
    color: #199cd5;
}

.connew-foot {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.connew-foot>p {
    font-size: 24px;
}

.connew-foot-child {
    width: 1200px;
    background-color: #f2f4fc;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
    margin-top: 10px;
}

.connew-foot-child>div {
    width: 19%;
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd4d9;
    margin-left: 5px;
}

.connew-foot-child>div:nth-child(1) {
    margin-left: 0px;
}

.connew-foot-child>div:hover {
    box-shadow: 5px 5px 15px 4px #ccc;
}

.connew-foot-child>div>img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.connew-foot-child>div>h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 10px;
    color: #010e2d;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.connew-foot-child>div>p>span:nth-child(1) {
    padding-left: 10px
}

.connew-foot-child>div>p>span:nth-child(2) {
    float: right;
    padding-right: 10px;
}

.tpbt {
    position: absolute;
    padding: 4px 10px;
    background-color: #f00;
    border-radius: 0px 15px 15px 0px;
    top: 10%;
}

.active a {
    color: #0fabf1;
}

.sticky {
    position: fixed;
    top: 0px;
}

.nxdw {
    position: sticky;
    top: 0px;
}

.ppgcp {
    margin-top: 6px;
}

@media screen and (max-width: 1200px) {
    .conbox {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }

    .header {
        width: 100%;
    }

    .connew-top {
        width: 100%;
    }

    .connew-top-left {
        width: 100%;
    }

    .connew-top-left img {
        width: 100%;
    }

    .connew-top-right {
        width: 100%;
    }

    .connew-bottom {
        display: flex;
        flex-wrap: wrap;
    }

    .connew-top-right {
        margin-left: 0%;
        margin-top: 30px;
    }

    .connew-bottom {
        width: 100%;
        padding-top: 30px;
    }

    .connew-bottom-left {
        width: 100%;
    }

    .connew-bottom-right {
        width: 100%;
        height: auto;
        margin-left: 0px;
        padding-top: 30px;
    }

    .connew-bottom-right-top {
        width: 100%;
    }

    .connew-bottom-right-bottom {
        width: 100%;
    }

    .connew-foot {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
    }

    .connew-foot-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .connew-foot-child>div {
        width: 32%;
    }

    .connew-bottom-right-bottom>div>span {
        width: 66%;
    }

    .youxichuhai {
        box-sizing: border-box;
        padding: 0px 10px;
    }
}

@media screen and (max-width: 820px) {
    .connew-bottom-right-bottom>div {
        width: 50%;
    }

    .connew-foot-child>div {
        width: 32%;
        margin-top: 10px;
    }

    .lbt {
        width: 75%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 400px) {
    .header {
        display: flex;
        flex-wrap: wrap;
    }

    .header>div {
        padding-bottom: 10px;
    }

    .header>span:nth-child(1) {
        font-size: 14px;
    }

    .connew-foot-child>div {
        width: 100%;
    }

    .connew-foot-child>div>img {
        height: 250px;
        width: 100%;
    }

    .lbt {
        width: 100%;
    }

    .connew-bottom-right-bottom>div>span {
        width: 222px;
    }

    .connew-bottom-right-bottom>div {
        width: 100%;
    }
}