.container {
    padding: 53px 20px 0 20px;
}

.c-title {
    font-size: 29px;
    font-weight: 600;
    color: #333333;
    line-height: 41px;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.c-description {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 45px;
}


.title-box {
    padding: 0 17px;
}


/********* tabs ***********/
.tabs {
    /* padding-bottom: 52px; */
}

.tab-set {
    display: flex;
    /*justify-content: space-between;*/
    padding: 0 20px;
    align-items: center;
    margin-bottom: 10px;
}


.tab-title {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    position: relative;
    transition: font-size .35s, font-weight .35s, color .35s;
    margin-right: 41px;
}

.tab-title.active {
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 22px;
    letter-spacing: 1px;
}

.tab-title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background: #0091FF;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: 0;
    transition: all .35s;
}


.tab-title.active:after {
    width: 41px;
    height: 3px;
    left: 50%;
    bottom: -11px;
    margin-left: -20px;
}

.tab-desc-container {
    /*padding: 0 15px;*/
    /* margin-bottom: 24px; */
    overflow: hidden;
}

.tab-desc-box {
    padding-top: 20px;
    position: relative;
    display: flex;
    width: 200%;
    transition: transform .35s;
}

.tab-desc {
    background: white;
    width: 50%;
    position: relative;
    height: 0;
}

.tab-desc.active {
    height: auto;
}


.tab-card-header {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(163, 193, 238, 0.24);
    border-radius: 6px;
    height: 114px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.tab-header-meta {
    height: 100%;
    width: 125px;
}

.tab-header-meta img {
    height: 100%;
}

.tab-header-content {
    padding-left: 6px;
}

.thc-title {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 21px;
    margin-bottom: 5px;
}

.thc-describe {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

.detail-list {
    text-align:center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card-item {
    width: 310px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
    text-align:left;
}

.empty-inject {
    width: 335px;
    height: 0;
}

.card-header {
    width: 100%;
    height: 167px;
    overflow: hidden;
}

.card-header img {
    height: 100%;
}

.card-content {
    padding: 10px;
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-description {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.layui-flow-more{
    text-align:center;
    line-height: 40px;
    display: block;
    font-style: normal;
}
.layui-flow-more{
    position: relative;
    top:-10px;
}
.layui-flow-more a cite{
    font-style: normal;
}

.card-description{
    position: relative;
    height:40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-content span{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    /* position: absolute;
    left:0;
    bottom:-20px; */
}
