.ksbg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
/*搜索框*/
.search {
    width: 1500px;
    margin: 100px auto 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.search-box {
    width: 468px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    line-height: 44px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.search-box .search-input {
    border:none;
    width: calc(100% - 80px);
    padding-left: 30px;
    color: #bfc5d0;
    border-radius: 10px;
    font-size: 18px;
}
.search-box .search-input:focus {
    outline: none;
    border: 1px solid transparent;
}
.search-box .search-input::placeholder {
    color: #bfc5d0;
}
.search-box .search-button {
    width: 64px;
    height: 40px;
    border-radius: 8px;
    background: #1163ec;
    color: #fff;
    font-weight: bold;
    border: none;
    align-self: center;
    line-height: 40px;
    margin-right: 6px;
    font-size: 18px;
}
/*新闻列表*/
.section {
    width: 1500px;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    padding: 32px 32px 0;
    display: flex;
    justify-content: space-between;
}
.section .left,.section .right {
    width: calc(50% - 20px);
}
.section .left {
}
.section .left .title-img {
    background: url("../../../../images/business/website/ks005.png") no-repeat left center;
    background-size: 100% 100%;
    height: 110px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.section .right .title-img {
    background: url("../../../../images/business/website/ks013.png") no-repeat left center;
    background-size: 100% 100%;
    height: 110px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.section .title-img .msg {
    font-size: 20px;
    color: #fff;
    margin-left: 30px;
}
.section .title-img .arrow b {
    transform: scaleY(1.5);
    position: absolute;
    left: 9px;
    top: 2px;
    color: #464646;
}
.section .title-img .arrow {
    background: #fff;
    color: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    margin-left: 10px;
    font-weight: bold;
    position: relative;
}
.section-main {
    width: 100%;
    margin: 20px 0;
    height: 160px;
}
.section-main .s-item {
    width: 100%;
    display: flex;
    height: 40px;
    line-height: 40px;
    justify-content: flex-start;
    padding: 0 20px;
    cursor: pointer;
}
.section-main .s-item:hover {
    color: #1163ec;
    cursor: pointer;
}
.section-main .s-item .date {
    margin-left: auto;
    width: 120px;
    text-align: right;
}
.section-main .s-item .content {
    flex: 1;
}
.section-main .s-item.latest {
    /*background: linear-gradient(90deg, #fff, #f5f7fd);*/
}
.section-main .s-item .icon {
    width: 44px;
}
.section-main .s-item .icon .rect {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #1163ec;
    margin-left: 10px;
}
.section-main .s-item .icon .latest-icon {
    background: url("../../../../images/business/website/ks014.png") no-repeat left center;
    width: 41px;
    display: inline-block;
    font-size: 12px;
    color: #1163ec;
    text-indent: 5px;
}
.section-main .s-item .icon .latest-icon2 {
    background: url(../../../../images/business/website/ks022.png) no-repeat left center;
    width: 29px;
    height: 13px;
    display: inline-block;
    font-size: 12px;
    color: #1163ec;
    text-indent: 5px;
}

.policy {
    background: url("../../../../images/business/website/ks010.png") no-repeat top center;
    height: 270px;
    margin: 20px auto;
}
.title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.title .msg {
    font-size: 20px;
    color:#000;
    font-weight: bold;
    margin-left: 30px;
}

.title .arrow {
    background: linear-gradient(0,#3459ff,#617fff);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    margin-left: 20px;
    font-weight: bold;
    position: relative;
}

.title .arrow b {
    transform: scaleY(1.5);
    position: absolute;
    left: 9px;
    top: 2px;
    color: #fff;
}

.section.quicklink {
    background: url("../../../../images/business/website/ks016.png") no-repeat top center;
    height: 202px;
    display: flex;
    justify-content: space-between;
}
.quicklink .q1 {
    width: 130px;
    margin: 20px 7px;
    flex-direction: column;
}
.quicklink .q1 img {
    margin: 10px 0 0 20px;
    width: 56px !important;
    height: 50px !important;;
}
.quicklink .q1 .q-title {
    font-weight: bold !important;
}
.quicklink .q-title {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
.quicklink .q-button {
    border-radius: 20px;
    background: linear-gradient(0,#3459ff,#617fff);
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 100px;
    cursor: pointer;
}
.quicklink .q-item {
    display: flex;
    line-height: 30px;
    align-items: center;
    margin-bottom: 10px;
}
.quicklink .q-item img {
    width: 78px;
    height: 81px;
    margin-right: 20px;
}
.quicklink .line {
    width: 1px;
    height: 42px;
    background: #d8dde8;
    align-self: center;
}
.quicklink .q-item:nth-child(2) {
    margin-left: 20px;
}
.quicklink .q-item:last-child {
    margin-right: 40px;
}
.ad {
    width: 1500px;
    margin: 20px auto;
}

.policy-line3 {
    width: 1500px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
}
.policy-line3 > div {
    background: url("../../../../images/business/website/ks009.png") no-repeat top center;
    width: 742px;
    /* height: 282px; */
    padding: 32px 32px 0 32px;
    background-size: 100% 100%;
}




