.crumbs{
    width: 100%;
    height: 75px;
    background-color: #efefef;
    color: #727272;
}
.dqwz{
    padding-left: 30px;
    position: relative
}
.dqwz>i{
    width: 15px;
    height: 19px;
    background: url(/images/dw.png) no-repeat;
    position: absolute;
    top: 0;
    left: 7px;

}
.crumbs>div{
    display: flex;
    height: 100%;
    align-items: center;
}
/* 重点领域内容 */
.zdly_con{
 margin-top: 52px;
 margin-bottom: 52px;
}
.zdly_con>ol{
    width: 100%;
   display: grid;
   grid-template-columns: repeat(5,20%);
    justify-content: space-between;
    /* flex-wrap: wrap; */

}
.zdly_con>ol>li{
    width: 224px;
    height: 258px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 2px 3px #f2f2f2;
    margin-bottom:23px;
    padding-top: 28px;
    padding-bottom: 26px;
    padding-left: 50px;
    text-align: center;
    padding-right: 50px;
    box-sizing: border-box;
}
.zdly_con>ol>li>a{
    width: 100%;
    height: 100%;
     display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    color: #343434;
    font-size: 20px;

}
.item_img{
 width: 78px;
    height: 78px;
    /* background-color: #feeeec; */
}
.zdly_con>ol>li>img{
   width: 100%;
   height: 100%;
}
.zdly_con>ol>li .more{
        width: 104px;
        height: 31px;
        line-height: 31px;
        text-align: center;
        background-color: #bd1b2d;
        border-radius: 20px;
        color: #fff;
        font-size: 14px;

}