ul > a{
    line-height: 28px;
    font-size: 15px;
}

.span-label{
    /*float: left;*/
}

.layui-field-title{
    border-top-width: 2px !important;
    border-top-color: green;
    font-weight: 500;
}

.carousel-span{
    text-align: center;
    line-height: 40px;
}

.item-show-list{
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
}
.item-show-list > ul li{
    border-bottom: 0.5px solid;
}
.item-show-list > ul a{
    color: #009688!important;
}

.time{
    float: right;
}
.hot-container{
    /*display: flex;*/
    /*justify-content: space-between;*/
}
ul > a > li > span{
    margin-right: 5px;
}

.tab-title > li{
    font-size: 18px !important;
}

.banner-midd{
    width: 100%;
}

.tab-title > li:hover{
    color: #009688
}

.hot-news{
    border: 0.5px dashed green;
    border-radius: 3px;
    background-image: url("/static/img/headline.gif");
    background-position: left top;
    background-repeat: no-repeat;
    margin: 25px 0px;
}

.hot-news-title:hover{
    transform: scale(1.02);
    color:red;
}

.hot-news-title{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 35px;
}

.hot-news-title > a{
    color: rgb(239, 113, 113);
}

.hot-news-detail{
    font-size: 12px;
    margin: 5px;
    line-height: 1.8em;
    letter-spacing: 1px;
    text-indent: 2em;
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-content-list{
    margin-right: 28px;
}

.cate-name{
    font-family: 'Satisfy', cursive;
}

.top-content-carousel{
    padding: 0px 10px;
}

.reg-container{
    text-align: center;
    margin: 15px 0px;
}

.reg-container a{
    margin: 0px 10px;
}

.content-list > li{
    font-size: 42px;
}

.top{
    color: rgb(239, 113, 113);
}

.top:hover{
    color: rgb(255, 0, 0);
}
