.ksjs-tabs{
    width: 60%;
    height: auto;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
}
.page-content{width: 60%;margin: auto;}
.tabs-top{
    display: flex;
    height: 50px;
    width: 100%;
    border-bottom: #aaa 1px solid;
}
.span{
    color: #0a3e80;
    font-size: 20px;
    position: absolute;
    right: 0;
    margin-top: 10px;
}
.ksjs-tabs-list{
    margin: 50px auto;
    width: 100%;
}
.tap-title{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}
.tap-title .ksjs-li{
    float: left;
    width: 80px;
    height: 50px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    margin-right: 50px;
    border-bottom: #0a3e80 3px solid;
    font-weight: bold;
    color: #0a3e80;
}
.ksjs-lis{
    float: left;
    width: 80px;
    height: 50px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    margin-right: 50px;
    border-bottom: #ddd 3px solid;
    font-weight: bold;
    color: #555;
}
.ksjs-lis:hover{
    border-bottom: #0a3e80 3px solid;
    color: #0a3e80;
}
.ksjs-con1{
    width: 100%;
    display: flex;
    height: auto;
    margin-top: 50px;
}
.ksjs-con1 .title{
    width: 100px;
    border-bottom: 2px solid #0a3e80;
    font-size: 25px;
    font-weight: bold;
    color: #0a3e80;
    text-align: center;
}
.ksjs{
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
}
.ksjs p{
    text-indent: 2em;
    line-height: 25px;
}
.ksjs .more{
    color: #0a3e80;
    font-size: 16px;
    display: flex;
    justify-content: right;
    height: 18px;
    line-height: 18px;
}
.ksjs .more img{
    width: 18px;
    height: 18px;
}

  
  
.swiperss {
    width: 50%;
    height: auto;
  }

@media  (min-width:1460px) and (max-width:1760px) {
    .ksjs-tabs{
        width: 70%;
    }
	.page-content{width: 70%;margin: auto;}
}
@media  (max-width:1460px) {
    .ksjs-tabs{
        width: 80%;
    }
	.page-content{width: 80%;margin: auto;}
}