#aboultYDZ{
    font-family:'SourceHanSansCN-Regular';
}
#aboultYDZ .top{
    /*height: 290px;*/
    padding: 0  8.3%;
}
#aboultYDZ .title{
    text-align: center;
height:24px;
font-size:22px;
font-weight:500;
color:rgba(51,51,51,1);
line-height:36px;
margin-top: 40px;
margin-bottom: 30px;
}

#aboultYDZ .top p{
height:24px;
font-size:15px;
font-weight:400;
color:rgba(102,102,102,1);
line-height:24px;
margin-bottom: 22px;
}

#aboultYDZ .top #showYYZZ{
font-size:16px;
font-family:SourceHanSansCN-Normal;
font-weight:400;
color:rgba(73,105,156,1);
line-height:36px;
text-decoration: underline;
cursor: pointer;
}
#aboultYDZ .top #YYZZ{
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    z-index: 997;
    margin-left: -230px;
    margin-top: -300px;
    width: 400px;
}
#aboultYDZ .line{
    width:1440px;
height:18px;
background:rgba(243,246,248,1);
}

.ydzList .ydzList-body{
    display: flex;
    background:rgba(243,246,248,1);
    position: relative;
    overflow: hidden;
}

.ydzList .ydzList-tit{
   text-align: center;
    font-size:22px;
    color:rgba(51,51,51,1);
    line-height:36px;
    margin-top: 68px;
    margin-bottom: 20px;
}
.ydzList .ydzList-info{
    width: 50%;
    padding: 0px 50px; 
    display: flex;
    align-items:center;
    line-height: 40px;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.ydzList-img{
    width: 50%;
}
.ydzList-img img{
    height: 100%;
}

.ydzList-left{
    position: relative;
    left: 50%;
    transition: all 1.5s ;
}
.ydzList-right{
    position: relative;
    right: 50%;
    transition: all 1.5s ;
}
.ydzList .ydzList-body .leftShow{
    left: 0;
}
.ydzList .ydzList-body .rightShow{
    right: 0;
}