.wztkj-con-ad {
    max-width: 1331px;
    height: 80px;
    margin: 34px auto;
    background: linear-gradient(90deg, #6D96FF 2.25%, #BF9FEA 101.29%);
    border-radius: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.wztkj-con-ad .wztkj-con-ad-img {
    display: none;
    width: 100%;
    height: 100%;
}

main {
    max-width: 1331px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 34px auto 24px;
}

main .wztkj-side {
    width: 308px;
    margin: 0 0 0 34px;
}

main .wztkj-side .wztkj-hot {
    width: 100%;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 24px 16px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list {
    width: 100%;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis {
    width: 132px;
    margin: 0 0 24px 0;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs {
    position: relative;
    width: 132px;
    height: 88px;
    border-radius: 5px;
}
main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs:before{
    content: '';    
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: background 1s cubic-bezier(.19,1,.22,1);
    transform:scale(1.05);
    border-radius: 5px;
}
main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs:hover:before{
     background: rgb(0 0 0 / 12%);
}
main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs:hover img{
     transform:scale(1.05);
}
 
main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: transform 1s cubic-bezier(.19,1,.22,1);
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere {
    position: absolute;
    width: 44px;
    height: 18px;
    right: 15px;
    top: -5px;
    border-radius: 1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    box-sizing: border-box;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-l {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-r {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-ag1-l {
    border-top: 3px solid transparent;
    border-right: 3px solid #DD3455;
    border-bottom: 3px solid #DD3455;
    border-left: 3px solid transparent;
    transform: translateX(-98%);
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-ag1-r {
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #DD3455;
    border-left: 3px solid #DD3455;
    transform: translateX(98%);
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-ag2-l {
    border-top: 3px solid transparent;
    border-right: 3px solid #4CAB1F;
    border-bottom: 3px solid #4CAB1F;
    border-left: 3px solid transparent;
    transform: translateX(-98%);
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-ag2-r {
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #4CAB1F;
    border-left: 3px solid #4CAB1F;
    transform: translateX(98%);
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-ag3-l {
    border-top: 3px solid transparent;
    border-right: 3px solid #037E99;
    border-bottom: 3px solid #037E99;
    border-left: 3px solid transparent;
    transform: translateX(-98%);
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-ag3-r {
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #037E99;
    border-left: 3px solid #037E99;
    transform: translateX(98%);
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere-1 {
    background: #FF6785;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere-2 {
    background: #82D65B;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere-3 {
    background: #09CDF8;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-title {
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #212B36;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height:40px;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-time {
    width: 100%;
    height: 17px;
    display: flex;
    align-items: center;
    margin-top: 3px;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-time .wztkj-time-img {
    width: 20px;
    height: 21px;
    font-size: 0;
    margin: 0 4px 0 0;
    margin-left: auto;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-time .wztkj-time-img img {
    width: 100%;
}

main .wztkj-side .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-time .wztkj-time-span {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #637381;
}

main .wztkj-side .wztkj-ad-fir {
    width: 308px;
    height: 172px;
    margin-bottom: 24px;
    position: relative;
}

main .wztkj-side .wztkj-ad-fir img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    cursor: pointer;
}

main .wztkj-side .wztkj-writing {
    width: 308px;
    border-radius: 5px;
    margin-bottom: 24px;
    background: #fff;
    padding: 24px 32px 32px 32px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

main .wztkj-side .wztkj-writing .wztkj-writing-top {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
}

main .wztkj-side .wztkj-writing .wztkj-writing-top .wztkj-writing-t-title {

    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #121212;

}

main .wztkj-side .wztkj-writing .wztkj-writing-top .wztkj-writing-t-title .wztkj_about_title {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   color: #253654;
}

main .wztkj-side .wztkj-writing .wztkj-writing-top .wztkj-writing-t-title .wztkj-writing-top-bon {
    width: 100%;
    height: 6px;
    display: flex;
    align-items: center;
    margin-top: 7px;
}

main .wztkj-side .wztkj-writing .wztkj-writing-top .wztkj-writing-t-title .wztkj-writing-top-bon .wztkj-writing-top-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF0844;
}

main .wztkj-side .wztkj-writing .wztkj-writing-top .wztkj-writing-t-title .wztkj-writing-top-bon .wztkj-writing-top-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FF0844 0%, #FFB199 71.87%, rgba(255, 177, 153, 0) 100%);
}

main .wztkj-side .wztkj-writing .wztkj-writing-content {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
   color: #262626;
    margin-top: 10px;
}

main .wztkj-side .wztkj-writing .wztkj-writing-content {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #262626;
    text-align: right;
}

main .wztkj-side .wztkj-slideshow {
    width: 308px;
    height: 228px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 5px;
    padding: 12px 12px 0;
    box-sizing: border-box;
}

main .wztkj-side .wztkj-slideshow .wztkj-slideshow-figure {
    position: relative;
    width: 100%;
    height: 176px;
    overflow: hidden;
    border-radius: 4px;
}

main .wztkj-side .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper {
    width: 100%;
    height: 100%;
}

main .wztkj-side .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide {
    position: relative;
}

main .wztkj-side .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
main .wztkj-side .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a:before{
     content: '';    
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: background 1s cubic-bezier(.19,1,.22,1);
}
main .wztkj-side .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a:hover:before{
     background: rgb(0 0 0 / 12%);
}
main .wztkj-side .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a:hover img{
     transform:scale(1.05);
}

main .wztkj-side .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a .wztkj-slideshow-lis-imgs {
    transition: transform 1s cubic-bezier(.19,1,.22,1);
    width: 100%;
}


main .wztkj-side .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a .wztkj-slideshow-lis-title {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(229, 229, 229, 0) 38.92%, rgba(21, 18, 22, 0.75) 100%);
}

main .wztkj-side .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a .wztkj-slideshow-lis-title .wztkj-slideshow-lis-p {
    position: absolute;
    bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    padding: 0 18px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

main .wztkj-side .wztkj-slideshow .wztkj-slideshow-btn {
    width: 96px;
    height: 24px;
    margin: 8px auto;
    display: flex;
    justify-content: space-between;
}

main .wztkj-side .wztkj-slideshow .wztkj-slideshow-btn .wztkj-slideshow-last,
main .wztkj-side .wztkj-slideshow .wztkj-slideshow-btn .wztkj-slideshow-next {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

main .wztkj-side .wztkj-slideshow .wztkj-slideshow-btn .wztkj-slideshow-last .icon-shangyige,
main .wztkj-side .wztkj-slideshow .wztkj-slideshow-btn .wztkj-slideshow-next .icon-shangyige,
main .wztkj-side .wztkj-slideshow .wztkj-slideshow-btn .wztkj-slideshow-last .icon-xiayige,
main .wztkj-side .wztkj-slideshow .wztkj-slideshow-btn .wztkj-slideshow-next .icon-xiayige {
    color: #555555;
}

main .wztkj-side .wztkj-industry {
    height: 640px;
}

main .wztkj-side .wztjk-tag {
    width: 308px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 24px;
    background: #FFFFFF;
    padding: 24px 16px;
    box-sizing: border-box;
}

main .wztkj-side .wztjk-tag .wztjk-tag-dot {
    margin: 0;
}

main .wztkj-side .wztjk-tag .wztjk-tag-box {
    width: 100%;
}

main .wztkj-side .wztjk-tag .wztjk-tag-box ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

main .wztkj-side .wztjk-tag .wztjk-tag-box ul li {
    width: 50px;
    margin: 12px 0 0 0;
    border-radius: 28px;
    padding: 6px 15px;
    overflow: hidden;
}

main .wztkj-side .wztjk-tag .wztjk-tag-box ul li a {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #151829;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    align-content: center;
}

main .wztkj-side .wztjk-tag .wztjk-tag-box ul .wztjk-tag-box-li1 {
    border: 1px solid #5B6EFF;
}

main .wztkj-side .wztjk-tag .wztjk-tag-box ul .wztjk-tag-box-li2 {
    border: 1px solid #FF32A1;
}

main .wztkj-side .wztjk-tag .wztjk-tag-box ul .wztjk-tag-box-li3 {
    border: 1px solid #2EE111;
}

main .wztkj-side .wztjk-tag .wztjk-tag-box ul .wztjk-tag-box-li4 {
    border: 1px solid #FF0000;
}

main .wztkj-side .wztjk-tag .wztjk-tag-box ul .wztjk-tag-box-li5 {
    border: 1px solid #00EEFD;
}

main .wztkj-side .wztjk-tag .wztjk-tag-box ul .wztjk-tag-box-li6 {
    border: 1px solid #FFE600;
}

main .wztkj-side .wztkj-stock {
    width: 308px;
    height: 711px;
    border-radius: 5px;
    background: pink;
    margin: 24px 0 0 0;
}

main .wztkj-c-main {
    width: 864px;
    flex: auto;
}

main .wztkj-c-main .wztkj-c-content {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    box-sizing: border-box;
    padding: 32px 32px 24px;
    background: #FFFFFF;
    border-radius: 5px;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-content-title {
    width: 100%;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.5;
    color: #1C1C1C;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    /* overflow: hidden; */
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-content-tips {
    width: 100%;
    height: 32px;
    margin: 20px 0 32px;
    display: flex;
    justify-content: flex-start;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-content-tips .wztkj-c-content-tips-l {
    border-radius: 5px;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #FF0844 0%, #FFB199 100%);
    width: 94px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #253654;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-content-tips .wztkj-c-content-tips-r {
    height: 32px;
    margin: 0 0 0 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #000;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-content-tips .youb {
    margin-left: 17px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #4F4F4F;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-content-tips .youb img {
    width: 21px;
    margin-right: 5px;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-figure {
    width: 100%;
    height: 450px;
    margin: 0 0 24px 0;
    position: relative;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-figure .wztkj-c-contet-figure-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-article {
    width: 100%;
}
/* 这里只对文章内容中的h1-h6、strong的样式进行重写，避免影响其它页面的样式 */
main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-article h1,h2,h3,h4,h5,h6{
    line-height: 1.5;
    font-weight: bold;
}
main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-article h1{
    font-size: 32px;
    margin: 20px 0px;
}
main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-article h2{
    font-size: 24px;
    margin: 20px 0px;
}
main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-article h3{
    font-size: 20px;
    margin: 16px 0px;
}
main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-article h4{
    font-size: 18px;
    margin: 16px 0px;
}
main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-article h5{
    font-size: 16px;
    margin: 14px 0px;
}
main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-article h6{
    font-size: 14px;
    margin: 12px 0px;
}
main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-article strong{
    font-weight: bold;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-article p {
    font-size: 16px;
    line-height: 28px;
    color: #4F4F4F;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-article li {
    font-size: 16px;
    line-height: 28px;
    color: #4F4F4F;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-article img {
    width: 100%;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-zan {
    width: 80px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid transparent;
    background-clip: padding-box,
        border-box;
    background-origin: padding-box,
        border-box;
    background-image: linear-gradient(to right, #fff, #fff),
        linear-gradient(90deg, #FF0844 0%, #FFB199 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-zan .icon-good {
    font-size: 20px;
    font-weight: 500;
    background: linear-gradient(90deg, #FF0844 0%, #FFB199 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-zan .dianzanshu {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    background: linear-gradient(90deg, #FF0844 0%, #FFB199 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 5px;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-line {
    width: 100%;
    height: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-moretips {
    height: 30px;
   margin: 22px 0 0px 0;
    display: flex;
    justify-content: center;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-moretips .wztkj-c-contet-moretips-box {
    width: 86px;
    height: 30px;
    border-radius: 28px;
    margin: 0 12px 0 0;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #151829;
    overflow: hidden;
    display: flex;
    >a{
        width: 100%;
        height: 100%;
        display: block;
        padding: 0px 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-moretips .wztkj-c-contet-moretips-box:last-child {
    margin: 0;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-moretips .wztkj-c-contet-moretips1 {
    border: 1px solid #5B6EFF;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-moretips .wztkj-c-contet-moretips2 {
    border: 1px solid #FF32A1;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-moretips .wztkj-c-contet-moretips3 {
    border: 1px solid #2EE111;
}

main .wztkj-c-main .wztkj-c-content .wztkj-c-contet-moretips .wztkj-c-contet-moretips4 {
    border: 1px solid #FF0000;
}

main .wztkj-c-main .wztkj-c-cut {
    width: 100%;
    height: 138px;
    margin: 24px 0;
    display: grid;
    grid-template-rows: 138px;
    grid-template-columns: calc(100%/2 - 12px) calc(100%/2 - 12px);
    justify-content: space-between;
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-last {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #FFFFFF;
    display: flex;
    flex-flow: column wrap;
    padding: 16px;
    box-sizing: border-box;
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-next {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #FFFFFF;
    display: flex;
    flex-flow: column wrap;
    padding: 16px;
    box-sizing: border-box;
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-last .wztkj-c-cut-last-top {
    width: 100%;
    height: 40px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    margin: 0 0 10px;
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-last .wztkj-c-cut-last-top .wztkj-c-cut-last-top-tips {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #4F4F4F;
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-last .wztkj-c-cut-last-top .wztkj-c-cut-last-top-dot {
    width: 100%;
    height: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-last .wztkj-c-cut-last-top .wztkj-c-cut-last-top-dot .wztkj-c-cut-last-top-dot-d {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF0844;


}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-last .wztkj-c-cut-last-top .wztkj-c-cut-last-top-dot .wztkj-c-cut-last-top-dot-l {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FF0844 0%, #FFB199 52.09%, rgba(255, 177, 153, 0) 77.54%);
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-next .wztkj-c-cut-next-top {
    width: 100%;
    height: 40px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    margin: 0 0 10px;
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-next .wztkj-c-cut-next-top .wztkj-c-cut-next-top-tips {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #4F4F4F;
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-next .wztkj-c-cut-next-top .wztkj-c-cut-next-top-dot {
    width: 100%;
    height: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-next .wztkj-c-cut-next-top .wztkj-c-cut-next-top-dot .wztkj-c-cut-next-top-dot-d {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF0844;
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-next .wztkj-c-cut-next-top .wztkj-c-cut-next-top-dot .wztkj-c-cut-next-top-dot-l {
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #FF0844 0%, #FFB199 52.66%, rgba(255, 177, 153, 0) 78.99%);
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-next .wztkj-c-cut-next-top .wztkj-c-cut-next-top-tips {
    text-align: right;
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-next .wztkj-c-cut-next-top .wztkj-c-cut-next-top-dot .wztkj-c-cut-next-top-dot-d {
    order: 1;
}


main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-last .wztkj-c-cut-content {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #3C3C3C;
    /* 超出隐藏 */
    overflow: hidden;
    /* 文本超出呈现方式：省略号 */
    text-overflow: ellipsis;
    /* 盒模型 */
    display: -webkit-box;
    /* 限制文本行数 */
    -webkit-line-clamp: 2;
    /* 盒内子元素布局方向 */
    -webkit-box-orient: vertical;
}

main .wztkj-c-main .wztkj-c-cut .wztkj-c-cut-next .wztkj-c-cut-content {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #3C3C3C;
    /* 超出隐藏 */
    overflow: hidden;
    /* 文本超出呈现方式：省略号 */
    text-overflow: ellipsis;
    /* 盒模型 */
    display: -webkit-box;
    /* 限制文本行数 */
    -webkit-line-clamp: 2;
    /* 盒内子元素布局方向 */
    -webkit-box-orient: vertical;
}

main .wztkj-c-main .wztkj-c-issue {
    position: relative;
    width: 100%;
    height: 412px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 32px 32px 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-flow: column wrap;
}

main .wztkj-c-main .wztkj-c-issue .wztkj-c-issue-tips {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #151829;
}

main .wztkj-c-main .wztkj-c-issue .wztkj-c-issue-info {
    width: 100%;
    height: 48px;
    display: flex;
}

main .wztkj-c-main .wztkj-c-issue .wztkj-c-issue-info label {
    height: 100%;
    width: 50%;
    margin: 0 24px 0 0;
}

main .wztkj-c-main .wztkj-c-issue .wztkj-c-issue-info label:last-child {
    margin: 0;
}

main .wztkj-c-main .wztkj-c-issue .wztkj-c-issue-info label input {
    padding: 0 0 0 20px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background: #FBFBFB;
    border: 1px solid #DADADA;
    border-radius: 6px;
}

main .wztkj-c-main .wztkj-c-issue .wztkj-c-issue-info label input::-webkit-input-placeholder {
    color: #C0C0C0;
}

main .wztkj-c-main .wztkj-c-issue .wztkj-c-issue-content {
    width: 100%;
    height: 164px;
}

main .wztkj-c-main .wztkj-c-issue .wztkj-c-issue-content .wztkj-c-issue-content-textarea {
    min-width: 100%;
    min-height: 100%;
    padding: 13px 0 0 20px;
    box-sizing: border-box;
    resize: none;
    background: #FBFBFB;
    border: 1px solid #DADADA;
    border-radius: 6px;
}

main .wztkj-c-main .wztkj-c-issue .wztkj-c-issue-content .wztkj-c-issue-content-textarea::-webkit-input-placeholder {
    color: #C0C0C0;
}

main .wztkj-c-main .wztkj-c-issue .wztkj-c-issue-commit {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
}

main .wztkj-c-main .wztkj-c-issue .wztkj-c-issue-commit .wztkj-c-issue-commit-btn {
    width: 120px;
    height: 100%;
    border: none;
    background: linear-gradient(90deg, #FF0844 0%, #FFB199 100%);
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    cursor: pointer;
}

main .wztkj-c-main .wztkj-c-issue .wztkj-c-issue-tishi {
    display: none;
    position: absolute;
    top: 166px;
    left: 229px;
    width: 406px;
    height: 80px;
    background: #FFFFFF;
    
    box-shadow: 3px 3px 0px #FFA694;
    border-radius: 5px;
    border: 1px solid #FFA694;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.5px;
   color: #151829;
    line-height: 80px;
    text-align: center;
}

main .wztkj-c-main .wztkj-c-comment {
    width: 100%;
    padding: 32px 32px 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 5px;
    margin: 24px 0 0;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-tips {
    height: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #151829;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis {
    width: 100%;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-top {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-top .wztkj-c-comment-lis-top-figure {
    width: 56px;
    height: 56px;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-top .wztkj-c-comment-lis-top-figure img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-top .wztkj-c-comment-lis-top-con {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 0 12px;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-top .wztkj-c-comment-lis-top-con .wztkj-c-comment-lis-top-con-name {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #151829;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-top .wztkj-c-comment-lis-top-con .wztkj-c-comment-lis-top-con-time {
    width: 100%;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    color: #a1a1a1;
    margin-top:4px;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-main {
    width: 100%;
    min-height: 72px;
    margin: 12px 0 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #151829;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #7C7C7C;
  font-family: 'PingFang SC';
  margin-bottom: 15px;
  margin-top:12px;
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-button .wztkj-c-comment-lis-icon {
  height: 16.7px;
  width: 16.7px;
  border-radius: 0px;
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-button .wztkj-c-comment-lis-num {
  height: 16px;
  width: 21px;
  margin: 0 20px 0 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-button .wztkj-c-comment-lis-huifu {
  margin-right: 20px;
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-children-list {
  margin: 0px 0 0 70px;
  overflow: hidden;
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-children-list .wztkj-c-comment-lis-children-item {
  margin-top: 20px;
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-children-list .wztkj-c-comment-lis-children-list-footer {
  display: flex;
  justify-content: center;
  color: #7C7C7C;
  margin-top: 21px;
  margin-bottom: 21px;
  align-items: center;
  
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-children-list .wztkj-c-comment-lis-children-list-footer .iconfont{
    
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-children-list .wztkj-c-comment-lis-children-list-footer span {
  margin-right: 9px;
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-children-list .wztkj-c-issue-commit-btn {
  width: 120px;
  height: 34px;
  border: none;
  background: linear-gradient(90deg, #FF0844 0%, #FFB199 100%);
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 49px;
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-children-list .wztkj-c-issue-content-textarea {
  min-width: 100%;
  min-height: 100%;
  padding: 13px 0 0 20px;
  box-sizing: border-box;
  resize: none;
  background: #FBFBFB;
  border: 1px solid #DADADA;
  border-radius: 6px;
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-children-list .wztkj-c-issue-content-textarea::-webkit-input-placeholder {
  color: #C0C0C0;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-huifu {
  margin-right: 20px;
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-line {
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-more {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}
main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-more .wztkj-c-comment-more-btn {
  width: 160px;
  height: 100%;
  background: linear-gradient(90deg, #99E4FC 0%, #81BBF9 100%);
  border-radius: 20px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  cursor: pointer;
}



main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-uls .wztkj-c-comment-lis .wztkj-c-comment-lis-line {
    width: 100%;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-more {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    margin: 16px 0 0;
}

main .wztkj-c-main .wztkj-c-comment .wztkj-c-comment-more .wztkj-c-comment-more-btn {
    width: 160px;
    height: 100%;
    background: linear-gradient(90deg, #FF0844 0%, #FFB199 100%);
    border-radius: 20px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
}





/* ---------------------------------------------------------------------------------------------------------------分界线 */

/* =================================================================下方是wordpress默认小工具前端样式 */

/* ===================================================================less代码 */
/* 搜索 */
/* main .wztkj-side .widget.widget_block.widget_search {
    width: 308px;
    border-radius: 5px;
    margin-bottom: 24px;
    background: #fff;
    padding: 24px 16px;
    box-sizing: border-box;

    >form {
        display: flex;
        flex-direction: column;
        gap: 30px 0px;

        .wp-block-search__label {
            width: 100%;
            height: 24px;
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 0.5px;
            color: #151829;
        }

        .wp-block-search__inside-wrapper {
            .wp-block-search__input {
                outline: none;
            }
        }
    }
} */

/* 近期文章、近期评论、归档、分类 */
/* main .wztkj-side .widget.widget_block{
    width: 308px;
    border-radius: 5px;
    margin-bottom: 24px;
    background: #fff;
    padding: 24px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px 0px;
        .widget-title{
            width: 100%;
            height: 24px;
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 0.5px;
            color: #151829;
        }
        .wp-block-latest-posts__list.wp-block-latest-posts{
            display: flex;
            flex-direction: column;
            gap: 5px 0px;
            padding-left: 20px;
            >li{
                list-style: decimal;
                >a{
                    line-height: 1.5;
                }
            }
        }
        .has-avatars.has-dates.has-excerpts.wp-block-latest-comments{
            >li{
                display: flex;
                align-items: flex-start;
                >div{
                    padding: 0px;
                    margin: 0px;
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                  >div:nth-child(1){
                    line-height: 1.5;
                  }
                  >div:nth-child(2){
                    margin-left: 0px;
                  }
                }
            }
        }
        .wp-block-archives-list.wp-block-archives{
            display: flex;
            flex-direction: column;
            gap: 5px 0px;
            padding-left: 20px;
            >li{
                list-style: decimal;
                >a{
                    line-height: 1.5;
                }
            }
        }
        .wp-block-categories-list.wp-block-categories{
            display: flex;
            flex-direction: column;
            gap: 5px 0px;
            padding-left: 20px;
            >li{
                list-style: decimal;
                >a{
                    line-height: 1.5;
                }
            }
        }
        .wp-block-calendar{
            display: flex;
            flex-direction: column;
            gap: 10px;
            .wp-calendar-table{
                >caption{
                    padding-bottom: 10px;
                }
            }
        }
        .wp-block-page-list{
            display: flex;
            flex-direction: column;
            gap: 5px 0px;
            padding-left: 20px;
            >li{
                list-style: decimal;
                >a{
                    line-height: 1.5;
                }
            }
        }
} */



/* ===================================================================原生css */

/* 搜索 */
main .wztkj-side .widget.widget_block.widget_search {
    width: 308px;
    border-radius: 5px;
    margin-bottom: 24px;
    background: #fff;
    padding: 24px 16px;
    box-sizing: border-box;
}

main .wztkj-side .widget.widget_block.widget_search > form {
    display: flex;
    flex-direction: column;
    gap: 30px 0px;
}

/* title */
main .wztkj-side .widget.widget_block.widget_search > form .wp-block-search__label {
    width: 100%;
    height: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #151829;
}

/* 内容 */
main .wztkj-side .widget.widget_block.widget_search > form .wp-block-search__inside-wrapper .wp-block-search__input {
    outline: none;
}


/* 近期文章、近期评论、归档、分类 */
main .wztkj-side .widget.widget_block {
    width: 308px;
    border-radius: 5px;
    margin-bottom: 24px;
    background: #fff;
    padding: 24px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px 0px;
}

/* title（标题的类名是相同的，一块写） */
main .wztkj-side .widget.widget_block .widget-title {
    width: 100%;
    height: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #151829;
}

/* 内容 */
/* 近期文章 */
main .wztkj-side .widget.widget_block .wp-block-latest-posts__list.wp-block-latest-posts {
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
    padding-left: 20px;
}

main .wztkj-side .widget.widget_block .wp-block-latest-posts__list.wp-block-latest-posts > li {
    list-style: decimal;
}

main .wztkj-side .widget.widget_block .wp-block-latest-posts__list.wp-block-latest-posts > li > a {
    line-height: 1.5;
}

/* 近期评论 */
main .wztkj-side .widget.widget_block .has-avatars.has-dates.has-excerpts.wp-block-latest-comments > li {
    display: flex;
    align-items: flex-start;
}

main .wztkj-side .widget.widget_block .has-avatars.has-dates.has-excerpts.wp-block-latest-comments > li > div {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

main .wztkj-side .widget.widget_block .has-avatars.has-dates.has-excerpts.wp-block-latest-comments > li > div > div:nth-child(1) {
    line-height: 1.5;
}

main .wztkj-side .widget.widget_block .has-avatars.has-dates.has-excerpts.wp-block-latest-comments > li > div > div:nth-child(2) {
    margin-left: 0px;
}

/* 归档 */
main .wztkj-side .widget.widget_block .wp-block-archives-list.wp-block-archives {
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
    padding-left: 20px;
}

main .wztkj-side .widget.widget_block .wp-block-archives-list.wp-block-archives > li {
    list-style: decimal;
}

main .wztkj-side .widget.widget_block .wp-block-archives-list.wp-block-archives > li > a {
    line-height: 1.5;
}

/* 分类 */
main .wztkj-side .widget.widget_block .wp-block-categories-list.wp-block-categories {
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
    padding-left: 20px;
}

main .wztkj-side .widget.widget_block .wp-block-categories-list.wp-block-categories > li {
    list-style: decimal;
}

main .wztkj-side .widget.widget_block .wp-block-categories-list.wp-block-categories > li > a {
    line-height: 1.5;
}

/* 日历 */
main .wztkj-side .widget.widget_block .wp-block-calendar {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

main .wztkj-side .widget.widget_block .wp-block-calendar .wp-calendar-table > caption {
    padding-bottom: 10px;
}

/* 页面列表 */
main .wztkj-side .widget.widget_block .wp-block-page-list {
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
    padding-left: 20px;
}

main .wztkj-side .widget.widget_block .wp-block-page-list > li {
    list-style: decimal;
}

main .wztkj-side .widget.widget_block .wp-block-page-list > li > a {
    line-height: 1.5;
}

/* ps:如果上方前四个小工具出现样式错乱，解开下面注释，注释上方四个小工具内容代码，再看看 */
/*
main .wztkj-side .widget.widget_block ul {
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
    padding-left: 20px;
}

main .wztkj-side .widget.widget_block ul > li {
    list-style: decimal;
}

main .wztkj-side .widget.widget_block ul > li > a {
    line-height: 1.5;
}

main .wztkj-side .widget.widget_block ol > li {
    display: flex;
    align-items: flex-start;
}

main .wztkj-side .widget.widget_block ol > li > div {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

main .wztkj-side .widget.widget_block ol > li > div > div:nth-child(1) {
    line-height: 1.5;
}

main .wztkj-side .widget.widget_block ol > li > div > div:nth-child(2) {
    margin-left: 0px;
}
*/
