#about{
    width: 100%;
}
.jiehe img{
    display: block;
    width: 800px;
    height: 500px;
}
.jiehe4 img{
    display: block;
    width: 800px;
    height: 500px;
}
.jiehe5 img{
    display: block;
    width: 800px;
    height: 500px;
}
.ks-list-left {
    width: 70%;
    float: right;
    /*background: #fff;*/
}
.ks-list-tit {
    line-height: 40px;
    height: 40px;
    padding: 2px 10px;
}
.ks-img {
    overflow: hidden;
}
.ks-img ul {
    width: 100%;
    /* display: flex; */
    margin-top: 15px;
}
.ks-img ul li {
    width: 31%;
    float: left;
    margin: 10px 1%;
    overflow: hidden;
    box-shadow: 0 0 2px rgb(13 131 202 / 50%);
}
.ks-img a, .ks-img-img a {
    position: relative;
}
ks-img-img img{
    display: block;
    width: 800px;
    height: 500px;
}
/*.ks-img img {*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    transition: all .5s ease 0s;*/
/*    -webkit-transition: all .5s ease 0s;*/
/*    -moz-transition: all .5s ease 0s;*/
/*    -o-transition: all .5s ease 0s;*/
/*}*/
/*@media screen and (min-width: 768px){*/
/*    .ks-img img {*/
/*        max-height: 150px;*/
/*        width: 252px;*/
/*    }*/
/*}*/
.ks-img ul li p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #333;
}
.ks-list-right {
    width: 29%;
    float: left;
}
.right-title {
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 56px;
    background-color: #0d83ca;
    color: #fff;
    margin-bottom: 2px;
    box-shadow: 0 0 3px #ccc;
}
.right-news li {
    width: 98%;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
    margin-bottom: 5px;
    margin-left: 5px;
    box-sizing: border-box;
    float: left;
}
.right-news li span {
    color: unset;
    line-height: unset;
    font-weight: unset;
    display: block;
    width: 67%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
}
.right-news li dt {
    float: right;
    color: #999;
    font-size: 14px;
}

