
.content_right_bott{
    margin-top: 21px;
}
.list_item{
    margin-bottom: 20px;
    background-color: #FFFFFF;
}
.list_item:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05); /*Safari 和 Chrome*/
    -moz-transform: scale(1.05); /*Firefox*/
    -ms-transform: scale(1.05); /*IE9*/
    -o-transform: scale(1.05); /*Opera*/
}
.list_item_left{
    background-color: #FFFFFF;
    padding: 10px;
    width: 110px;
    height: 110px;
}
.list_item_left_con{
    width: 110px;
    height: 110px;
    justify-content: center;
    align-items: center;
}
.list_item_left_con_title{
    font-size: 16px;
    color: #253C98;
}
.list_item_left_con_title1{
    font-size: 38px;
    color: #253C98;
    margin-top: 16px;
}
.list_item_right{
    /* width: 820px; */
    padding: 20px 0 0 20px;
    height: 110px;
}
.list_item_right_title{
    font-size: 18px;
    font-weight: bold;
    color: #1D1C1C;
}
.list_item_right_con{
    font-size: 16px;
    line-height: 32px;
    color: #979797;
    margin-top: 10px;
}

.content_img_size{
    justify-content: space-between;
    margin-top: 20px;;
}
.content_img_size>img{
    width: 30%;
    height: 200px;
}


