.zuo {
    width: 300px;
    margin-top: -60px;
    z-index: 999;
    position: relative;
    margin-right: 70px;
}

.zuo_bt {
    height: 160px;
    background:#223BA0;
    text-align: center;
}

.zuo_bt h1 {
    font-size: 36px;
    font-family: "Î¢ÈíÑÅºÚ" ;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 60px;
}

.zuo_bt p {
    height: 14px;
    font-size: 16px;
    font-family: "Î¢ÈíÑÅºÚ" ;
    font-weight: 100;
    color: #FFFFFF;
    line-height: 26px;
}

.zuo li+li {
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #E6E6E6;
}

.zuo li+li a {
    padding-left: 37px;
    font-size: 18px;
    font-family: "Î¢ÈíÑÅºÚ" ;
    font-weight: 400;
    color: #333333;
}

.zuo li+li:hover a {
    color: #223BA0;
}

.zuo li+li:hover {
    background: url(/statics/srzy/2024gb/images/list_jt.png)no-repeat 272px 20px;
    background-size: 30px 25px;
}

.you {
    width: 1030px;
    margin-top: 40px;
}

.you_top {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}

.you_top h1 {
    /*width: 200px;*/
    font-size: 36px;
    font-family: "Î¢ÈíÑÅºÚ" ;
    font-weight: 500;
    color: #333333;
    display: inline-block;
}

/* -------------- */
.you_list ul {
    margin-top: 40px;
}

.you_list ul .you_list_img {
    height: 203px;
    width: 1026px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(43, 43, 43, 0.1);
    border-radius: 4px;
    margin-bottom: 40px;
}

.you_list_img a {
    display: block;
}

.list_img_fl {
    width: 315px;
    height: 203px;
    /* margin-right: 30px; */
    overflow: hidden;
}

.list_img_fl img {
    width: 100%;
        height: 203px;
    transition: all 1s;
}

.list_img_fr {
    width: 711px;
    padding: 25px 30px 21px 30px;
}

.list_img_fr span {
    display: block;
}

.list_img_fr .text_day {
    height: 20px;
    font-size: 16px;
    font-family: "Î¢ÈíÑÅºÚ" ;
    font-weight: 400;
    color: #223BA0;
    transition: all ease-out 0.5s;
}

.list_img_fr .text_con {
    height: 20px;
    font-size: 18px;
    font-family: "Î¢ÈíÑÅºÚ" ;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
    transition: all ease-out 0.5s;
}

.list_img_fr .text_p {
    height: 50px;
    font-size: 14px;
    font-family: "Î¢ÈíÑÅºÚ" ;
    font-weight: 300;
    color: #808080;
    line-height: 26px;
    margin-top: 20px;
    transition: all ease-out 0.5s;
}

.list_img_fr .text_jt {
    width: 24px;
    height: 16px;
    background: url(/statics/srzy/2024gb/images/list_jt.png)no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
    transition: all ease-out 0.5s;
}

.you_list ul .you_list_img:hover .list_img_fl img {
    transition: all 1s;
    transform: scale(1.1);
}

.you_list ul .you_list_img:hover .list_img_fr {
    background-color:#223BA0;
    transition: all ease-out 0.5s;
}

.you_list ul .you_list_img:hover .list_img_fr .text_day {
    color: rgb(255 255 255 / 80%);
    transition: all ease-out 0.5s;
}

.you_list ul .you_list_img:hover .list_img_fr .text_con {
    color: #fff;
    transition: all ease-out 0.5s;
}

.you_list ul .you_list_img:hover .list_img_fr .text_p {
    color: rgb(255 255 255 / 70%);
    transition: all ease-out 0.5s;
}

.you_list ul .you_list_img:hover .list_img_fr .text_jt {
    background: url(/statics/srzy/2024gb/images/list_jt2.png)no-repeat;
    background-size: 100% 100%;
    transition: all ease-out 0.5s;
}

.you_list_text {
    width: 1026px;
    height: 202px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(43, 43, 43, 0.1);
    border-radius: 4px;
    margin-bottom: 40px;
}

.you_list_text .list_img_fr {
    width: 1025px;
    padding: 25px 30px 22px 30px;
}

.you_list ul .you_list_text:hover {
    background-color: #223BA0;
    transition: all ease-out 0.5s;
}

.you_list ul .you_list_text:hover .list_img_fr .text_day {
    color: rgb(255 255 255 / 80%);
    transition: all ease-out 0.5s;
}

.you_list ul .you_list_text:hover .list_img_fr .text_con {
    color: #fff;
    transition: all ease-out 0.5s;
}

.you_list ul .you_list_text:hover .list_img_fr .text_p {
    color: rgb(255 255 255 / 70%);
    transition: all ease-out 0.5s;
}

.you_list ul .you_list_text:hover .list_img_fr .text_jt {
    background: url(/statics/srzy/2024gb/images/list_jt2.png)no-repeat;
    background-size: 100% 100%;
    transition: all ease-out 0.5s;
}