@charset "UTF-8";

.zy-newContent {
    width: 1200px;
    margin: 0 auto;
}

.zy-newContent>h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    color: #333333;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 37px;
    font-weight: 600;
}

.zy-daoDu {
    width: 1200px;
    height: 98px;
    background-color: #fafafa;
    padding-left: 35px;
    margin-bottom: 30px;
}

.zy-daoDu h2 {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #8ec31f;
    padding-top: 20px;
    padding-bottom: 16px;
}

.zy-daoDu p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #666666;
}

.zy-midC {
    width: 1200px;
    height: 126px;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.zy-midC>div {
    width: 1160px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zy-midC>div>div {
    width: 90%;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #666666;
}

.zy-midC>div>img:nth-child(1) {
    align-self: flex-start;
}

.zy-midC>div>img:last-child {
    align-self: flex-end;
}

.zy-pxDiv {
    width: 13px;
    height: 30px;
    transform: skew(-20deg);
    background-color: #8ec31f;
    margin-right: 15px;
}

.zy-dt{
    position: relative;
    height: 1450px;
}
.zy-dtList {
    width: 1200px;
    display: flex;
}
.zy-dtList:nth-child(2n){
    flex-direction: row-reverse;
    justify-content: space-between;
    
}
.zy-dtList:nth-child(2){
    position: relative;
    top: -90px;
}
.zy-dtList:nth-child(3){
    position: relative;
    top: -180px;
}
.zy-dtList:nth-child(4){
    position: relative;
    top: -270px;
}

.zy-dtListC {
    padding-left: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zy-dtListC>div:nth-child(1) {
    display: flex;
    font-family: YouSheBiaoTiHei;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.zy-dtListC>div:nth-child(2) {
    font-family: YouSheBiaoTiHei;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #cdcdcd;
    padding-left: 20px;
    padding-top: 6px;
} 
.zy_content_list {
    width: 100%;
    height: 313px;
    /* margin: 0 auto; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 39px;
    background-color: #f5f5f5;
    margin-bottom: 40px;
}

.zy_list_left {
    width: 8.1%;
    height: 215px;
    text-align: center;
}

.zy_list_left h1 {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 1;
    color: #999999;
    padding-top: 50px;
    padding-bottom: 31px;
}

.zy_list_left h2 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1;
    color: #999999;
    padding-top: 28px;
}

.zy_list_right {
    height: 215px;
    width: 51%;
}

.zy_list_right p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    padding-bottom: 53px;
}

.zy_list_right h1 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    letter-spacing: 0px;
    color: #333333;
    line-height: 1;
    padding-top: 9px;
    padding-bottom: 28px;
}

.zy_list_hr1 {
    width: 100%;
    height: 1px;
    background-color:#8ec31f;;
}

.zy_list_hr2 {
    width: 100%;
    height: 1px;
    background-color: #c9c9c9;
}

.zy_list_rb {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
}

.zy_list_eye {
    height: 32px;
    width: 85px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.zy_list_eye img {
    position: relative;
    top: 5px;
}

.zy_list_eye svg path {
    fill: #f5f5f5
}

.zy_list_eye span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #999999;
}

.zy_list {
    width: 1200px;
    margin: 0 auto;
}

.zy-dtPage {
    display: flex;
    width: 160px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 80px;
}

.zy-dtPageL,
.zy-dtPageR {
    width: 32px;
    height: 30px;
    border: solid 1px #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.zy-dtPageNum {
    width: 31px;
    height: 30px;
    background-color: #8ec31f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.zy-dtPage>div:last-child {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}
.zy_list_right h1{
    color: #8ec31f;
}
.zy_list_left h1{
    color: #8ec31f;
}
.zy_list_hr1{
    color: #8ec31f;
}
.zy_list_left h2{
    color: #8ec31f;
}

@media (max-width:1920px) {
}
@media (max-width:1599px) {
}
@media (max-width:1400px) {}

@media (max-width:1365px) {}

@media (max-width:1200px) {
    .zy-newContent{
        width: 100%;
    }
    .zy-daoDu{
        width: 100%;
    }
    .zy-midC{
        width: 100%;
    }
    .zy-midC>div{
        width: 95%;
    }
    .zy-dtList{
        width: 100%;
    }
    .zy-newContentImg img{
        width: 100%;
    }
    .zy-dtList img{
        width: 100%;
    }
    .zy-dtList:nth-child(2){
        position: relative;
        top: -0px;
    }
    .zy-dtList:nth-child(3){
        position: relative;
        top: -0px;
    }
    .zy-dtList:nth-child(4){
        position: relative;
        top: -0px;
    }
    .zy-dtListC{
        padding-left: 5%;
    }
    .zy-dt{
        height: unset;
        margin-bottom: 50px;
    }
    .zy-dtListC>div:nth-child(2){
        max-width: 360px;
    }
    .zy_list{
        width: 100%;
    }
    .zy_content_list{
        flex-direction: column;
        height: unset;
        padding-bottom: 20px;
        width: 100%;
    }
    .zy_list_right{
        width: 80%;
    }
    .zy_list_left{
        width: unset;
    }

}

@media (max-width:990px) {}

@media (max-width:767px) {
    .zy-dtList{
        flex-direction: column;
    }
    .zy-dtList:nth-child(2n){
        flex-direction: column;
        justify-content: unset;
    }
    .zy-dtListC{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .zy-daoDu{
        height: unset;
    }
    .zy-midC{
        height: 185px;
    }
}