/* base */
/*html {filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);} */
a{
    text-decoration: none;
}
li{
    list-style: none;
}
body,
ul,li,a,h1,h2,h3,h4.h5.h6,p{
    padding: 0;
    margin: 0;
}



/* content */
.banner-section{
    width: 100%;
}
.banner-section img{
    width: 100%;
}
.list-wrap{
    display: flex;
    justify-content: space-between;
    width: 1230px;
    margin: 25px auto 0;
    flex-wrap: wrap;
}


.list-item{
    width: 48.5%;
    margin-bottom: 35px;
}
.ky-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ededed;
    height: 57px;
    padding: 0 15px 0 10px;
}
.ky-title h3{
    font-size: 20px;
    color: #013db5;
    line-height: 1;
    margin: 0;
}
.ky-title a{
    color: #333;
    font-size: 14px;
}

.ky-article{
    margin-top: 15px;
}
.ky-article li{
    border-bottom: 1px dashed #cacaca;
    position: relative;
}
.ky-article li a{
    font-size: 16px;
    line-height: 36px;
    color: #333;
    padding: 0 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.ky-article li::before{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #013db5;
    transform: rotate(45deg);
    left: 0;
    top: 16px;
}



/* 底部 */
.footer-section{
    background-color: rgb(37, 90, 170);
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 30px 0;
}
.footer-section a{
    color: #fff;
}




/* ky-list */
#ky-list{
    margin-top: 0;
}
#ky-list .list-item{
    width: 100%;
}
#ky-list .list-item .ky-title a{
    display: none;
}

.crumb-section{
    width: 1230px;
    margin: 0 auto;
}
.crumb-section img{
    width: 16px;
    height: 13px;
}
.crumb-section div{
    line-height: 50px;
}
.crumb-section div a{
    color: #333;
    font-size: 13px;
    margin: 0 5px;
}
.crumb-section div a:nth-of-type(2){
    display: none;
}

@media (max-width:1300px){
    .crumb-section,
    .list-wrap{
        width: calc(100% - 100px);
    }
}
@media (max-width:990px){
    .crumb-section,
    .list-wrap{
        width: calc(100% - 50px);
    }
    .list-item{
        width: 100%;
    }
}
@media(max-width:767px){
    .crumb-section,
    .list-wrap{
        width: calc(100% - 20px);
    }
    .list-wrap{
        margin-top: 15px;
    }
    .list-item{
        margin-bottom: 25px;
    }
    .ky-title h3{
        font-size: 16px;
    }
    .ky-article li{
        padding:5px 0;
    }
    .ky-article li a{
        font-size: 14px;
        white-space: pre-wrap;
        line-height: 26px;
    }
    .ky-title{
        height: 52px;
    }
    .ky-article{
        margin-top: 10px;
    }
    .crumb-section div{
        line-height: 2;
        padding: 2px 0 10px;
    }
    .footer-section{
        padding: 25px 15px;
    }
    .ky-article li::before{
        top: 15px;
    }
}