﻿
.jy_box {
    width: 1200px;
    margin: 66px auto;
}

.s_tap {
    /*width: 880px;*/
    height: 38px;
    margin: 80px auto 50px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 60px;
}

.btn {
    width: 130px;
    height: 38px;
    font-size: 16px;
    color: #333;
    outline: none;
    border: 0 solid #fff;
    background: #fff;
    cursor: pointer;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

    .btn:hover {
        width: 130px;
        height: 38px;
        background: rgba(250,121,17,1);
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: rgba(255,255,255,1);
        outline: none;
        cursor: pointer;
        box-sizing: border-box;
    }

.btn1 {
    width: 130px;
    height: 38px;
    background: rgba(250,121,17,1);
    display: inline-block;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,1);
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

.btn:last-child {
    margin-right: 0;
}

.check {
    text-align: center;
}

    .check > a {
        width: 130px;
        height: 35px;
        border: 1px solid rgba(170,170,170,1);
        display: inline-block;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: rgba(78,78,78,1);
        margin-bottom: 40px;
        margin-top: 50px;
    }

        .check > a:hover {
            background: rgba(250,121,17,1);
            color: #fff;
            border: none;
        }

.zs_box {
    height: 400px;
    display: flex;
    justify-content: space-between;
}

.zc_left {
    width: 357px;
    height: 100%;
}

.zc_lin {
    width: 365px;
    height: 45px;
    line-height: 45px;
    /* background: yellow; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(78, 78, 78, 1);
    position: relative;
    padding-left: 25px;
}

    .zc_lin a:hover {
        color: #FA7911;
        cursor: pointer;
    }

    .zc_lin::before {
        position: absolute;
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background: rgba(245, 152, 59, 1);
        left: 5px;
        top: 20px;
    }

.zc_content {
    width: 340px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(118,118,118,1);
    padding-left: 25px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zc_time {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(165,165,165,1);
    line-height: 34px;
    padding-left: 25px;
    box-sizing: border-box;
}

.zc_left img {
    padding-left: 25px;
    box-sizing: border-box;
    width: 357px;
    height: 192px;
    margin-top: 46px;
}

.zc_right div {
    width: 750px;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zclc_a {
    width: 100%;
    height: 127px;
    background: rgba(244,245,248,1);
}

.zclc_b {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    padding-top: 28px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.zclc_b h3 {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: rgba(81,81,81,1);
    }
    .zc_hq {
        width: 900px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .zc_hq p {
        min-width: 150px;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: rgba(120,120,120,1);
    }


