/* 主题活动css */
.thematic-content {
    width: 1200px;
    margin: 50px auto;
    position: relative;
    top: 0;
    z-index: 1;
    min-height: 500px;
}

.thematic-content .content {
    width: 100%;
    flex-wrap: wrap;
}
.thematic-content .content li  {
    width: 366px;
    height: 276px;
    padding: 0px 2px;
    margin-bottom: 44px;
    margin-right: 50px;
}
.thematic-content .content li:nth-child(3)  {
    margin-right: 0px;
}
.thematic-content .content li:nth-child(6)  {
    margin-right: 0px;
}
.thematic-content .content li:nth-child(9)  {
    margin-right: 0px;
}
.thematic-content .content li a {
    display: block;
    width: 100%;
    height: 100%;
}

.thematic-content .content li a .container {
    display: block;
    width: 366px;
    height: 100%;
}

.thematic-content .content li a:hover .bottom {
    border-bottom: 3px solid #F10B05;
    background: #FFFFFF;
}

.thematic-content .content li:hover .icon-img {
    background: url('/r/cms/www/default/images/education/red-more.png') no-repeat center center;
    background-size: 100% 100%;
}

.thematic-content .content li a:hover .right-icons {
    font-size: 16px;
    font-weight: 400;
    color: #F10B05;
    line-height: 25px;
}
.thematic-content .content li a .li-container {
    width: 100%;
    height: 182px;
    border: 1px solid #E6E6E6;
    border-radius: 4px 4px 0 0;
    border-bottom: 0px;
    overflow: hidden;
}
.thematic-content .content li a .li-container .list-img {
    display: block;
    object-fit: contain;
    width: 366px;
    height: 181px;
    border-bottom: 0;
    background: #fbfbfb;
    transition: all .38s ease-in-out;
}

.thematic-content .content li a:hover .li-container .list-img {
    transform: scale(1.1);
}

.thematic-content .content li a .caption {
    width: 100%;
    height: 25px;
    font-size: 20px;
    margin: 20px 0 10px 0;
    font-weight: 400;
    color: #2A2928;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.thematic-content .content li a .bottom {
    width: 100%;
    height: 90px;
    padding: 0px 22px;
    border: 1px solid #E6E6E6;
    border-radius:  0 0 4px 4px;
}

.thematic-content .content li a .bottom-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #9B9895;
    line-height: 25px;
    margin: 0px 0px 5px 0px;
}

.thematic-content .content li a .bottom-content .right-icons {
    display: block;
    width: 80px;
    margin-top: 0px;
}

.icon-img {
    display: inline-block;
    width: 10px;
    height: 8px;
    vertical-align: middle;
    margin-top: -3px;
    background: url('/r/cms/www/default/images/index/more.png') no-repeat center center;
    background-size: 100% 100%;
}
#page {
    padding: 0 60px 0 20px;
}