/*专题部分*/
.dlf{display: flex;}
.dlf_center{display: flex;justify-content: center;align-items: center;}
.dlf_br{display: flex;flex-wrap: wrap;}
.dlf_br_fk{display: flex;flex-wrap: wrap;justify-content: space-between;}
.dlf_cz{display: flex;align-items: center;}
.dlf_fk{display: flex;justify-content: space-between;}

#zy_container{width: 1200px;margin: 0 auto;justify-content: center;}
#zy_container .zy_line{color: #000000;font-size: 16px;width: 380px;background: #fff;box-shadow: 0px 0px 8px 0px #acacac;border-radius: 8px;overflow: hidden;margin-bottom: 30px;margin-right: 30px;}
#zy_container .zy_line:last-child{margin-right: 0;}
#zy_container .zy_line:nth-child(3n){margin-right: 0;}
#zy_container .zy_line .zyl_title{background: #fff4ed;height: 57px;line-height: 57px;padding: 0 14px;}
#zy_container .zy_line .zyl_tit{font-size: 20px;font-weight: bold;}
#zy_container .zy_line .zyl_content{padding: 20px 14px 25px 14px;line-height: 1.6;}
#zy_container .zy_line .zyl_con{margin-bottom: 20px;}
#zy_container .zy_line .zyl_but1{width: 120px;height: 40px;border-radius: 8px;border: solid 1px #ee5b02;color: #ee5b02;text-align: center;line-height: 40px;margin-right: 40px;}
#zy_container .zy_line .zyl_but2{width: 120px;height: 40px;border-radius: 8px;border: solid 1px #ee5b02;background: #ee5b02;color: #ffffff;text-align: center;line-height: 40px;}



/*新闻部分*/
#zy_container {
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
}
.newsbox{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.newsbox_flexN{
    flex: none;
    width: 360px;
}

.newsbox_flexN1 .img{
    height: 230px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}
.newsbox_flexN1 .img img{
    width: 100%;
    transition: .5s;
}
.newsbox_flexN1:hover img{
    transform: scale(1.1,1.1);
    transition: .5s;
}
.newsbox_flexN1:hover .font h1>a{
    color: #ee5b02;
}
.newsbox_flexN1 .font{
    padding: 20px 15px;
    background: #F5F5F5;
}
.newsbox_flexN1 a{
    display: block;
    width: 100%;
}
.newsbox_flexN1 .font h1>a{
    font-size: 18px;
    color: #333;
    line-height: 28px;
    font-weight: bold;
}
.newsbox_flexN1 .font p{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-top: 10px;
}

.newsbox_flexN2 a{
    display: block;
    color: #171717;
    font-size: 16px;
    line-height: 16px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 24px;
}
.newsbox_flexN2 a:last-child{
    margin-bottom:0px;
}
.newsbox_flexN2 a:hover{
    color: #ee5b02;
    border-left: 3px solid #ee5b02;
}

.newsbox .font a{overflow: hidden;text-overflow: ellipsis;width: 330px;display: block;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.newsbox .font p{overflow: hidden;text-overflow: ellipsis;width: 330px;display: block;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

/*其他*/

