


h4{
    font-size: 24px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
}

.pagination {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: 8px;
    bottom: 50%;
    transform: translate(0, 50%);
}

.pagination li {
    display: inline-block;
    font-size: 14px;
    min-width: 41px;
    min-height: 33px;
    line-height: 33px;
    padding: 0;
    margin-top: 8px;
    /*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);*/
    text-align: center;
    border-radius: 20px;
    background: #fff;
    font-weight: 600;
}

.pagination li.disabled {
    cursor: not-allowed;
}

.pagination li.active {
    float: left;
    min-width: 41px;
    min-height: 33px;
    line-height: 33px;
    background: #009933;
    color: #fff;
}

.pagination li a {
    float: left;
    min-width: 41px;
    font-size: 12px;

}


.pagination li:last-child span, .pagination li:first-child span, .pagination li:last-child a, .pagination li:first-child a {
    display: inline-block;
    transform: rotate(90deg);
}

.pagination li.active, .pagination li:hover {
    background: #009933;
    color: #fff;
}

.pagination li.active a, .pagination li:hover a {
    color: #fff;
}

.pagination li.disabled:hover, .pagination li.disabled:hover span {
    cursor: not-allowed;
    background: none;
    color: #323941;
}

.shili{width : 100%;
height: 500px;
background-position: center -180px;
background-image: url(/static/web/home/new_index/tu/shili.jpg);
background-repeat: no-repeat;
/*background-attachment: fixed;*/
background-size: cover;
background-color: #fff;text-align:center;
display:flex;
align-items:center;
justify-content:center;margin-bottom:30px
}

.shili h2{font-size:2.4rem;display:flex;align-items:center;justify-content:center;padding:70px 0;font-weight:700;color:#4c365d}

.example-list{
    padding:0 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 20px 30px;
    min-height: calc(100vh - 300px);
    margin-bottom: 20px;

}
.img-area{
    padding: 20px;
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);*/
    margin-top: 20px;
/*	overflow: hidden;*/
/*  max-height: 330px;*/
    position: relative;

}
/*.img-area:hover{}*/
/*.img-area img:hover{height:310px !important}*/
.example-item{margin-bottom:20px}
.example-item .desc-tips{
    line-height: 1.5;
    margin-top: 15px;
    font-size:16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}


.thumb-img{
width: 100%;

}


.text-left{
text-align: left;
padding-left: 30px;
}
.preview-flex{
display: flex;
align-items: center;
}
.flex-item{
display: flex;
align-items: center;
}

.template-img{
padding: 15px 15px 0;
}


.flex-div{
display: flex;
/*flex-direction: column;*/
    align-items: center;
    margin-top: 12px;

}
.item-text{
    margin-top: 10px;
    height: 16px;
    font-size: 14px;
}
.circle {
    display: inline-block;
    position: relative;
    width: 6px;
    height:6px;
    background-color: rgba(124, 250, 92, 0.6);
    border-radius: 50%;
    animation: expand .8s infinite;
    margin-right: 10px;
}
.item-title{
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 90%;
}
.text-green{
    color: #33cc66;
}
.text-gray{
    color: #999;
}
.text-yellow{
    color: #f19915;
}
.text-red{
    color: #ff1818;
}
@keyframes expand {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(2);
        opacity: 0.5;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}
@media screen and (max-width: 768px) {
    .shili {
        display: none;
    }
    .example-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        grid-gap: 30px 1px;
        padding: 30px;
    }
    .navType{
        display: none !important;
    }
}


