.suo {
    min-height: 54px;
    background-color: #fff;
    padding:0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.suo>span {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    line-height: 50px;
}
.suo>span:nth-child(1),.suo>span:nth-child(2){
  font-weight:bold;
  
}
.suo>span:nth-child(2){
  margin-right:10px;
}

.dj-title-list ul>li {
    cursor: pointer;
    position: relative;
    font-family: PingFang;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.dj-title-list .active {
    position: relative;
    color: #278578;
}

.dj-title-list .active::before {
    width: 100%;
    position: absolute;
    left: 50%;
    margin-top: 10px;
    transform: translate(-50%);
    content: "";
    display: block;
    /* width: 0; */
    background-color: #278578;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.active:hover::before {
    width: 100%;
}

.box-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.item {
width:30%;
    margin: 20px 0;
    max-width: 500px;
    box-sizing: border-box;
    min-height: 240px;
    background-image: url('../images/ksdl-item-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.item>a {
    box-sizing: border-box;
    padding: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    /* padding-bottom: 10px; */
}

.title-lefts {
    padding-bottom: 15px;
    border-bottom: 2px solid #045C49;
}

.title-lefts>p {
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 24px;
    color: #045C49;
    line-height: 30px;
}

.title-rights>p {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.item-cont>p {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 30px;
}
.item>a{
  min-height:240px;
}
.item>a:hover {
    background-color: #045C49;
}
a.ddddd {
    width: 55px;
    padding: 10px 0;
}

.item>a:hover p {
    color: #fff;
}

.item>a:hover .title-rights {
    opacity: .5;
}

.info {
    display: flex;
    background-color: #fff;
}

.info p {
    font-family: SourceHanSansCN;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.info>img {
max-width: 532px;
    max-height: 382px;
    width: 37%;
    margin-right: 2%;
    object-fit: contain;
}

.info>div {
width:100%;
box-sizing:border-box;
    padding: 20px;
    font-size: 14px;
}

.info>div>p:nth-of-type(1) {
    margin-top: 40px;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.info>div>p:nth-of-type(2) {
    max-width: 560px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.info>div>p:nth-of-type(1)::after {
    width: 8%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    border-bottom: 3px solid #045C49;
}

.dates {
    margin-top: 20px;
}

.ks-po {
    background-color: #fff;
    padding: 25px;
    margin-top: 28px;
}

.ks-poTitle {
    font-family: SourceHanSansCN;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
}

.ks-poTitle>p {
    position: relative;
    padding-bottom: 20px;
}

.ks-poTitle>p::after {
    width: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    border-bottom: 3px solid #045C49;
}
.gd{
  display: flex;
    justify-content: flex-end;
}
.gd>a{
  display: block;
    border:1px solid #045C49;
    color: #045C49;
    padding: 5px;

    font-size: 18px;
    text-align: center;
    transition: all .5s;
}
.gd>a:hover{
  background: #045C49;
  color: #fff;
}
.ks-box {
    display: flex;
    flex-wrap: wrap;
}

.ks-box .zhuan img {
    /* width: 20%; */
}

.ks-box .zhuan {
    width: 33%;
}