/*列表页bananer 其他类型*/
.list-bananer{background: url(/uploads/191015/1-19101515592IL.jpg) center center;padding: 8% 0;}
.list-bananer h2{font-size: 34px;font-weight: 700;margin-bottom: 10px;color: #fff;letter-spacing: 1px;}
.list-bananer p{color: #fff;}
.list-bananer p.typestory{font-size: 18px;line-height: 30px;letter-spacing: 2px;max-width: 600px;margin: auto;color: rgba(255,255,255,.5);}
.list-bananer .kebtn .btn{padding: 8px 20px;outline: 0;text-decoration: none;font-size: 14px;letter-spacing: .5px;-webkit-transition: all .3s;transition: all .3s;font-weight: 600;border-radius: 5px;}
.list-bananer .kebtn .btn-primary {background-color: #5368f1;border: 1px solid #5368f1;color: #fff;-webkit-box-shadow: 0 3px 7px rgb(83 104 241 / 50%);box-shadow: 0 3px 7px rgb(83 104 241 / 50%);}
.list-bananer .kebtn .btn-light{background-color: #f6f7fa;border: 1px solid #f6f7fa;color: #1c9cc3;-webkit-box-shadow: 0 3px 7px rgb(246 247 250 / 50%);box-shadow: 0 3px 7px rgb(246 247 250 / 50%);}

/*列表页bananer 文章类型*/
.list-bananer .help_search form input[type=text] {width: 50%;background: #fff;display: inline-block;height: 43px;padding-bottom: 26px;padding-top: 22px;}
.list-bananer .help_search form button{padding: 15px 30px; }

/*文章列表页*/
.content-list li{margin-bottom: 10px;}
.content-list li h2 a{font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;width: 100%;}
.content-list li p{word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-size: 14px;line-height: 20px;}
.content-list li p.post-list-tag{background: #f7f9ff;padding: 5px;font-size: 12px;margin-top: 10px;}
.content-list li span{font-size: 12px}

/*详情页 文章详情*/
.entry-content{font-size: 16px;line-height: 30px;letter-spacing: 1px;}
.entry-content img{max-width: 100% !important;height: auto !important;}
.entry-content a u{color: #0fa4bc;font-weight: 700;text-decoration: none;font-size: 16px;margin: 0 3px;}
.entry-content a u:hover{text-decoration: underline;}

/*页码*/
.nav-links li a{color: #0085da;text-decoration: underline;}

/*侧边栏 QQ*/
.rtbar i{color: #059fff}


.crumbs{display: inline-block;background: #fff;padding: 10px;clear: both;width: 100%;}
.crumbs .breadcrumb-item{display: inline-block;}
.crumbs .breadcrumb-item a::after {content: '>';}

/*产品网格样式*/
.product .price {
    background: #FFFFFF;
    color: #5368f1;
    box-shadow: 0 -5px 30px rgb(54 46 97 / 8%);
    max-width: 270px;
    width: 200px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 20px;
    padding: 9px 10px 22px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto -18px;
}
.product .product-body {
    transition: .1s linear;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 0 rgb(53 45 97 / 6%);
    border: 1px solid #f5f1ff;
    padding: 20px;
    width: auto;
    text-align: center;
    margin: 0 5px;
    background: #F7F9FF;
}
.product h4 {
    font-size: 21px;
    font-weight: 600;
    font-family: 'Overpass';
    margin-bottom: 10px;
    color: #9299c7
}
.product .product-content p {
    font-size: 14px;
    color: #666;
}
.product .product-list{
    margin: 35px 0;
    margin-left: 10px;
}
.product .product-list li {
    padding-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: #9299c9;
}
.product .product-list i {
    color: #5368f1;
    width: 10px;
    margin-right: 8px;
    font-size: 13px;
    margin-top: 4px;
}
.product .btn-medium{
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 10px 40px;
    border: 1px solid #f5f1ff;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 0 10px rgb(54 46 97 / 2%);
    background: #ffffff;
}
.product .btn-medium:hover{
    background: #5368f1;
    color: #ffffff;
}

.list-article li a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    margin-right: 80px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-article li a::before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background: #5368f1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
}
.list-article li span {
    line-height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
}