.ks_demo01 .titel {
    width: 100%;
    text-align: center;
    color: #335baa;
    font-size: 28px;
    line-height: 80px;
    font-weight: 600;
}

.ks_demo01 .nav {
    overflow: hidden;
    padding: 10px 0px;
}

.ks_demo01 .nav li {
    float: left;
    width: 16.6%;
}

.ks_demo01 .nav li a {
    width: 86%;
    line-height: 50px;
    background: #cfefff;
    border-radius: 100px;
    font-size: 18px;
    text-align: center;
    color: #335baa;
    font-weight: 600;
    margin: 5px auto;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
}

.ks_demo01 .nav li a:hover {
    background: #cda344;
    border: 2px solid #eed498;
    color: #fff;
    line-height: 46px;
    font-weight: 600;
}

.ks_demo01 .nav li a.am-active {
    line-height: 48px;
    font-weight: 600;
}

.ks_demo01 .list01 {
    width: calc(100% / 6 - 10px);
    margin: 0 10px 10px 0;
}

.titel_group02 {
    margin-bottom: 10px;
}

.titel_group02 .news_tabs_head {
    background: none;
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    font-size: 1.8rem;
    border-bottom: 1px #ddd solid;
    margin-top: 10px;
}

.titel_group02 .news_tabs_head li {
    float: left;
    padding: 0px 15px;
    font-size: 1.4rem;
    height: 3.5rem;
    line-height: 3.5rem;
    color: #333;
    text-decoration: none;
}

.titel_group02 .news_tabs_head li.active {
    color: #335baa;
    background: none;
    border-bottom: 3px solid #2a70be;
    box-sizing: border-box;
    font-weight: bold;
    height: 3.5rem;
    line-height: 3.5rem;
}

.ks_demo01 .list01 {
    width: calc(100% / 6 - 10px);
    margin: 0 10px 10px 0;
}

.pic_style03 {
    position: relative;
    box-shadow: 0px 0px 3px #aaa;
    display: block;
    float: left;
    border: 1px #ccc solid;
    width: 100%;
    box-sizing: border-box;
}

.pic_style03 a {
    display: block;
    overflow: hidden;
    position: relative;
    border: 5px solid #fff;
    display: block;
}

.pic_style03 a .img {
    overflow: hidden
}

.pic_style03 a .img img {
    width: 143px;
    height: 223px;
    object-fit: cover
}

.pic_style03 a .top {
    height: 30px;
    background: rgba(0, 50, 150, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.pic_style03 a .top h5 {
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-top: 3px;
    font-weight: normal;
}

.pic_style03 a .top p {
    padding: 0px;
    font-size: 14px;
    color: #ff0;
    line-height: 24px;
    display: block;
    text-indent: 0px;
}

.pic_style03 a .top h5 b {
    margin-right: 5px;
    font-size: 15px;
}

.pic_style03 a:hover h5 {
    margin-top: 100px;
    font-size: 16px;
}

.pic_style03 a:hover h5 b {
    margin-top: 100px;
    display: block;
    font-size: 17px;
}

.pic_style03 a:hover .top {
    height: 100%;
    background: rgba(0, 50, 150, 0.7);
}

.pic_style03 a:hover .img img {
    transform: scale(1.07)
}

.pic_style03 a:hover .top p {
    display: block;
}


.pic_style03 a .ani_border {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    bottom: 0px;
}

.pic_style03 a .ani_border:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0px;
    height: 5px;
    background: #e10606;
    content: '';
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    bottom: 0px;
}

.pic_style03 a:hover .ani_border:after {
    left: 0;
    width: 100%;
    bottom: 0px;
}

.article_cont {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #666;
}

.am-sticky-placeholder {
    height: 83px;
}

@media (max-width: 750px) {

    .am-sticky-placeholder {
        height: auto;
    }

    .ks_demo01 .nav {
        width: 100%;
    }

    .ks_demo01 .nav li {
        margin: 0 2%;
        width: 46%;
    }

    .ks_demo01 .list01 {
        margin: 0 2%;
        width: 46%;
    }


    .pic_style03 a .img img {
        width: 100%;
    }
}