.theme{
    width: 229px;
    height: 56px;
    margin: 10px auto;
}
.theme_zwgk{
    height: 1070px;
    height: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.zwgk_ld{
    width: 676px;
}
.zwgk_bs{
    width: 394px;
}
.zwgk_theme_bs{
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
	box-sizing: border-box;
}
.zwgk_theme_bs ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.zcwj_list{
    margin-top: 10px;
}
.zcwj_list ul li{
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #efefef;
    font-size: 18px;
    color: #464545;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    background: url(./20230627_icon.png)no-repeat left;
}
.zcwj_list ul li:hover a{
	color: #cbb486;
}
.zcwj_list ul li span{
    font-size: 16px;
    color: #b4b4b4;
    float: right;
}
.zfxxgk{
    height: 414px;
    width: 100%;
}
.zfxxgk ul li{
    margin-bottom: 9px;
    float: right;
}
.zczxx{
    width: 364px;
    height: 245px;
    margin-top: 18px;
    padding: 10px;
    box-sizing: border-box;
	margin-left: 30px;
	background: url(./20230703wyzzc_bg.png)no-repeat;
}
.zczxx span{
    font-size: 30px;
    color: #b92c3c;
    margin-left: 10px;
}
.zczxx_xx_s{
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #383838;
}
.zczxx_button{
    height: 40px;
    width: 336px;
    line-height: 40px;
    margin: 0 auto;
    background-color: #b41e2e;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/* 定义单选按钮的样式 */
input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    }
    /* 定义单选按钮的外观 */
    label {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    }
    /* 定义单选按钮的样式 */
    input[type="radio"] + label:before,
    input[type="radio"]:checked + label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: white;
    vertical-align: middle;
    }
    /* 定义单选按钮被选中后的样式 */
    input[type="radio"]:checked + label:before {
    content: "\2713";
    color: white;
    background-color: #b71410;
    font-weight: bold;
	font-size: 10px;
	line-height: 12px;
    text-align: center;
    vertical-align: middle;
    }
    select{
       width: 268px;
       height: 28px; 
       border: #dcdcdc solid 1px;
       border-radius: 5px;
       background-color: #fff;
       font-size: 16px;
       color: #383838;
       padding-right: 10px;
    }
    .zdly{
        width: 1070px;
        height: 262px;
    }