body {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: Microsoft YaHei;
}

.head {
    width: 1200px;
    margin: auto;
    height: 41px;
    display: flex;
    flex-direction: row;
    padding: 7px 0;
}
.cdyeelogo{
    line-height: 41px;
    padding-right: 25px;
}
.nav{
    line-height: 41px;
    font-weight: bolder;
    letter-spacing: 1px;
    padding: 0 5px;
    font-size: 16px;
}
.bigPic{
    height: 320px;
    width: 100%;
}
.content{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.content img{
    object-fit: cover;
}
.left{
    width:790px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
}
.zhuanti-tilte{
    font-size: 30px;
    padding: 20px 20px 20px 0;
    font-weight: bold;
    letter-spacing: 1px;
}
.child-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.child-item{
    height: 45px;
    line-height: 45px;
    background: #f3f4f4;
    padding: 0 20px;
    margin-right: 20px;
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    border-radius: 2px;
}

.zhuanti-item{
    padding-top: 50px;

}
.zhuanti-title{
    font-size: 24px;
    font-weight: bold;
    border-left: 8px solid #7cbdf2;
    padding-left: 10px;
    line-height: 37px;
}

.child-item-list{
    width: 100%;
    border-bottom: 1px solid #dfeded ;
    display: flex;
    flex-direction: row;
}

.child-item-image{
    padding: 25px 25px 25px 8px;
    width: 167px;
    height: 110px;
}
.child-item-desc-image{
    height: 50px;
    padding: 5px 0;
    line-height: 25px;
    font-size: 15px;
}
.child-item-article{
    padding: 25px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.child-item-list-nodesc{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #dfeded ;
    display: flex;
    flex-direction: row;
}
.child-item-article-nodesc{
    padding-top: 25px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dfeded ;
    display: flex;
    flex-direction: row;
    
}
.child-item-title-nodesc{
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
    width: 690px;
    padding-right: 10px;
}

.child-item-title{
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
}
.child-item-desc{
    padding: 5px 0;
    line-height: 25px;
    font-size: 15px;
}
.child-item-time{
    line-height: 25px;
    font-size: 15px;
}
.more{
    text-align: center;
    background-color: #f7f8f8;
    font-size: 14px;
    height: 35px;
}
.more span{
    line-height: 35px;
}

.kailan-content{
    line-height: 32px;
}


.right{
    width: 310px;
    background-color: #f7f8f8;
    padding-bottom: 30px;
    height: fit-content;
}
.zhuanti-tuijian{
    padding: 30px 0 0 10px;
}
.zhuanti-tuijian-list{
    padding: 30px 8px 0 8px;
}
.zhuanti-tuijian-title{
    font-weight: 500;
}


.onerow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tworow {
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.footer {
    margin-top: 70px;
    height: 200px;
    width: 100%;
    background-color: #ebebeb;
}
.copyright {
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
