.layui-carousel {
    width: 100% !important;
    height: 200px !important;
    padding: 12px 10px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.layui-carousel img {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.layui-carousel-ind {
    top: -20px;
}

.layui-carousel-ind ul {
    background-color: transparent;
}

.layui-carousel-ind li {
    width: 20px;
    height: 3px;
    border-radius: 1px;
    margin: 0 4px;
    background-color: #b5b5b545;
}

.layui-carousel-ind li.layui-this {
    background-color: #ffffff;
}

.layui-carousel > [carousel-item] {
    background-color: #ffffff;
}

/**
导航
 */
.nav-list {
    padding: 1.2rem 0;
}

.nav-list ul {
    display: flex;
    justify-content: space-between;
}

.nav-list ul li {
    text-align: center;
    width: 20%;
}

.nav-list ul li span {
    background-color: #232323;
    border-radius: 50%;
    width: 3.6rem;
    height: 3.6rem;
    line-height: 3.2rem;
    display: inline-block;
    overflow: hidden;
}

.nav-list ul li img {
    width: 60%;
    height: 60%;
}

.nav-list ul li p {
    font-size: 1rem;
    padding-top: 6px;
}

.main-tab {
    margin: 0;
}

.main-tab .layui-tab-bar {
    display: none;
}

.main-tab .layui-tab-content {
    padding: 0;
}

.main-tab .layui-tab-title {
    height: 50px;
    border-color: #f5f5f5;
}

.main-tab .layui-tab-title li {
    line-height: 50px;
    width: 25%;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #ffffff;
}

.main-tab .layui-tab-title .layui-this:before {
    background-color: #5291fc;
    position: absolute;
    content: "";
    width: 70%;
    height: 26px;
    margin-left: 15%;
    top: 12px;
    left: 0;
    z-index: -1;
    border-radius: 4px;
}

.main-tab .layui-tab-title .layui-this:after {
    display: none;
}

/**
网站列表
 */
.site-list {

}

.site-list .title {
    line-height: 45px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0 15px;
}

.site-list .title i {
    padding-right: 10px;
}

.site-list ul {

}

.site-list ul .item {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f5f5f5;
}

.site-list ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-list ul a em {
    width: 100%;
    margin: 0 1rem;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.site-list ul a span {
    #width: 60px;
    flex-shrink: 0;
}

.site-list ul a img {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    border-radius: 3px;
}

.site-list.article ul a img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.site-list.article a {
    align-items: unset;
}

.site-list.article .item-img {
    width: 28vw;
    height: 20vw;
    flex-shrink: 0;
}

.site-list.article .item-info {
    margin-left: 15px;
    position: relative;
    width: 100%;
}

.site-list.article .item-info h3 {
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.site-list.article .item-info .foot {
    position: absolute;
    bottom: 0;
    line-height: 1;
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #888888;
    font-size: 1.2rem;
}

.site-list.site .item-info h3 {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.site-list.site .item-info .description, .desc-info .description {
    line-height: 20px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.desc-info {
    margin-left: 0 !important;
}

.desc-info .foot {
    position: relative!important;
    margin-top: 5px;
}