
.yyzx{
position: fixed;
    width: 23.13vw;
    height: 23.13vw;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.21vw 0.19vw rgba(9, 65, 22, 0.58);
    right: 2.67vw;
    bottom: 70vw;
    border-radius: 50%;
    display: flex;
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.yyzx img{
	width: 9.2vw;
	height: auto;
margin-bottom: 1.7vw;
}

.yyzx span{
font-size: 2.91vw;
	letter-spacing: 0.17vw;
	color: #000000;
}

body {
    height: 100vh;
    background-size: contain;
        background-color: #F6F6F6;
}
.fh{
    width: 10px;
    position: fixed;
    left: 4%;
    top: 2%;
}
.ls_box{
    display: flex;
    padding: 0 4%;
    box-sizing: border-box;
    padding-top: 15%;
    padding-bottom: 6%;
    justify-content: space-between;
    background: url(../images/jsxq_bgc.png) no-repeat top center;
    background-size: 100% 100%;
}
.ls_box .ls_left{
    width: 44%;
}
.ls_box .ls_right{
    width: 53%;
}
.ls_name{
    display: flex;
    color: white;
    font-size: 18px;
    align-items: center;
}
.ls_name img{
    width: 20px;
    margin-right: 5%;
}
.js_label{
    display: flex;
    flex-wrap: wrap;
}
.js_label p{
    padding: 0 2%;
     font-size: 10px;
    line-height: 20px;
    border-radius: 5px;
    background-color: #094116;    color: white;
    margin-top: 3%;
margin-right: 4%;
}
.js_box{
    margin-top: 3%;
}
.js_box p{
    font-size: 12px;
    color: white;
    margin-bottom: 2%;
}
.js_box span{
    font-size: 10px;
    color: white;
}
.kc_box{
    margin-top: 5%;
    padding: 0 2%;
    box-sizing: border-box;
}
.kc_type{
    display: flex;
    justify-content: space-between;
}
.kc_left{
    color: #333333;
    font-size: 15px;
}
.kc_right{
    width: 25%;
}
.kc_right ul{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    color: #e5e5e5;
}
.kc_right ul li{
    color: #333333;
    font-size: 16px;
}
.kc_right ul li:first-of-type{
    text-align: left;
    margin-right: 5%;
}
.kc_right ul li:last-of-type{
    text-align: right;
    margin-left: 5%;
}
.kc_right ul .bs{
    background: url(../images/bs_bgc.png) no-repeat left bottom;
    background-size: contain;
}
.kc_list{
    margin-top: 3%;
}
.kc_li a{
    display: flex;
    justify-content: space-between;
}
.kc_li img{
    width: 37%;
    height: 27vw;
}
.kc_li_right{
    width: 60%;
}
.kc_li_right .sp_name{
    height: 40px;
overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;

    font-size: 15px;
    color: #333333;
}
.kc_li_right .ds_name{
    font-size: 13px;
    color: #7f7f7f;
    margin-top: 2%;
}
.kc_li_right .sp_time{
    font-size: 13px;
    color: #7f7f7f;
    margin-top: 2%;
}
.kc_li_foot{

    display: flex;
    justify-content: space-between;
    margin-top: 0%;
}
.kc_li_foot p{
    font-size: 13px;
    color: #d50d0d;
}
.kc_li_foot span{
transform: translateY(-16px);
    font-size: 12px;
    color: #808080;
}
.kc_li:nth-of-type(n+2){
    margin-top: 3%;
}