.head_box{
    width: 100%;
    position: relative;
}
.head_box img{
    width: 100%;
    height: 450px;
}

.head_box_cont{
    position: absolute;
    width: 1200px;
    /* top: 60%; */
    top: 230px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.head_box_cont_tit{
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 76px;
    letter-spacing: 1px;
}
.head_box_cont_tit span{
    font-size: 88px;
}

.cont_list{
    padding: 100px 0 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
}

.cont_list_li{
    margin: 0 0px 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    position: relative;
}

.cont_list_li img{
    width: 383px;
    height: 188px;
    object-fit: cover;
}

.cont_list_li p{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align: center;
    margin-right: 9px;
    margin-bottom: 5px;
}
.cont_list_li .cont_list_item{
    padding: 20px 18px 16px 20px;
    background: #fff;
    min-height: 102px;
}
.item_title{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 344px;
}
.item_title div{
    padding: 4px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 5px;
}
.item_title .orange{
    color: #D17F19;
    background: #FAEEDF;
}
.item_title .yellow{
    color: #D5A112;
    background: #FFF3D1;
}
.item_title .purple{
    color: #778AFF;
    background: #EBE8FF;
}
.item_title .blue{
    color: #1E67A4;
    background: #D5E8F8;
}

.cont_list_li_more{
    /* margin: 0 15px 30px; */
    margin: 0 0px 40px;
    width: 383px;
    height: 290px;
    background: #FFF6ED;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont_list_li_more p{
    font-size: 20px;
    font-weight: 400;
    color: #FF8F1E;
    line-height: 28px;

}

.cont_list_li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
