/* 通用样式 */
* {
    font-family: "PingFang SC Medium";
}

.bgWhite {
    background-color: #fff;
}

.textWhite {
    color: #fff;
}

/* 清除浮动 */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

/* 框架 */
.box {
    width: 100%;
}

/* 内容 */
.section {
    width: 100%;
}

/* 内容 */
.section {
    width: 100%;
    overflow: hidden;
}

/* 版心 */
.bx {
    width: 900px;
    height: auto;
    margin: 0 auto;
}

.bx>p {
    width: 100%;
    height: 1px;
    background-color: #707070;
    opacity: 0.1;
}

/* 当前位置 */
.dqwz {
    width: 100%;
    height: 48px;
}

.dqwz a {
    display: block;
    font-family: ".PingFang SC Light";
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 14px 0;
    float: left;
}

.dqwz span {
    font-family: ".PingFang SC Light";
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 14px 8px;
    float: left;
}

/* 标题 */
.title {
    width: 100%;
    height: 42px;
    text-align: center;
    font-family: ".PingFang SC";
    font-weight: 400;
    font-size: 30px;
    color: #333;
    margin: 39px 0 20px 0;
}

/* 文字 */
.kycgText {
    width: 900px;
    font-family: ".PingFang SC";
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    color: #333;
    margin-top: 13px;
}

.kycgText span {
    display: inline-block;
    text-indent: 32px;
}

/* 版心 */
.kycgBx {
    width: 930px;
    margin: 0 auto;
}

/* 中心风采滚动 */
.kycgWindows {
    width: 930px;
    height: 100px;
    position: relative;
    margin: 35px 0 40px 0;
}

.kycgBox {
    width: 930px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.kycgGd {
    /* width: 1610px; */
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.kycgGd li {
    width: 202.5px;
    height: 100px;
    float: left;
    margin: 0 15px;
}

.kycgWindows>img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 23px;
}

.kycgWindows>img:first-child {
    left: -56px;
}

.kycgWindows>img:nth-child(2) {
    right: -56px;
}

.kycgList {
    width: 100%;
    margin-bottom: 40px;
}

.kycgList li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-family: "PingFang SC Medium";
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.kycgList .kycgTitle {
    background: #1f5d9e;
    color: #fff;
}

.kycgList .kycgTitle a {
    color: #fff;
    text-indent: 85px;
}

.kycgList .kycgTitle span {
    margin-right: 86px;
}

.kycgList li a {
    float: left;
    color: #333;
    text-indent: 26px;
}

.kycgList li span {
    float: right;
    margin-right: 38px;
}
.kycgList li:nth-child(2n){
    background: #f9fbff;
}
.kycgList tr:nth-child(2n+1) li{
    background: #f9fbff;
}