.kw {}

.kw .tit {
    margin: auto;
    width: 1100px;
    height: 167px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
    color: var(--c606060);
    font-size: var(--f16);
    line-height: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 31px;
    box-sizing: border-box;
    justify-content: center;
    margin-bottom: 36px;
}

.kw .kwinner {
    padding: 43px 36px 46px 50px;
    box-sizing: border-box;
    width: 1100px;
    margin: auto;
    position: relative;
    z-index: 2;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
    bottom: 0;
}

.kw .kwinner .kwcircle {
    bottom: 0;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 10px;
    height: 10px;
    background: #de1015;
    border-radius: 50%;
}

.kw .kwinner .kwtit {
    font-weight: bold;
    font-size: var(--f20);
    color: #de1015;
    margin-bottom: 40px;
    position: relative;
}

.kw .kwinner .kwtit::after {
    content: "";
    bottom: 0;
    position: absolute;
    width: 42px;
    height: 2px;
    left: 0;
    bottom: -14px;
    background: #de1015;
}

.kw .kwinner .kwcontent {
    color: #606060;
    line-height: 28px;
    font-size: var(--f16);
}

.kw .kwhxys {
    width: 1100px;
    margin: auto;
}

.kw .kwhxys .kwhxystit {
    font-size: 24px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    margin-top: 76px;
    margin-bottom: 52px;
}

.kw .kwhxys .kwhxysListItem {
    display: flex;
    align-items: center;
  	margin-bottom: 30px;
}

.kw .kwhxys .kwhxysListItem .kwLeftPic {
    width: 550px;
    height: 270px;
    object-fit: cover;

}

.kw .kwhxys .kwhxysListItem .kwhxysWrap {
    padding: 15px 32px 71px;
    box-sizing: border-box;
    height: 270px;

}

.kw .kwhxys .kwhxysListItem .kwhxysWrap .kwhxysWraptit {
    color: #333333;
    margin-bottom: 32px;
    font-size: 18px;
}

.kw .kwhxys .kwhxysListItem .kwhxysWrap .kwhxysWrapcontent {
    line-height: 22px;
    color: #606060;
    font-size: 14px;

}

.kw .kwhxys .kwhxysListItem .kwhxysWrap .moreIcon {
    width: 22px;
    height: 22px;
    margin-top: 19px;

}