.theme-page-hd{
    height: 232px;
    border-radius: 3px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E2E8EC;
    box-shadow: 0px 0px 20px 0px rgba(238, 238, 238, 0.75);
    padding: 17px 16px;
    margin-top: 28px;
}
.theme-page-hd>img {
    float: left;
    width: 350px;
    height: 197px;
    border-radius: 4px;
}
.theme-hd-info {
    float: left;
    margin-left: 16px;
    width: 792px;
}
.theme-hd-info h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.theme-hd-info h1::before {
    font-weight: normal;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    width: 28px;
    height: 28px;
    content: '#';
    margin-right: 8px;
    border-radius: 6px;
    background: linear-gradient(180deg, #FF47C2 0%, rgba(255, 166, 71, 0.67) 98%);
    color: #fff;
}
.theme-hd-info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 12px;
}
.theme-view-data {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #3D3D3D;
    width: 100%;
}
.theme-hd-info-head{
    height: 88px;
    padding-top: 4px;
}
.theme-label {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    margin-left: 4px;
    vertical-align: 1px;
}
.theme-label-course{
    margin-left: 0!important;
}
.theme-count {
    display: inline-block;
    background: url(//static-f.fwxgx.com/image/article/article-set-v4-7f8e006af56e14a161c9a738840acfa0.png);
    background-position: -276px -153px;
    width: 16px;
    height: 16px;
    vertical-align: -1px;
}
.theme-hot  {
    display: inline-block;
    background: url(//static-f.fwxgx.com/image/article/article-set-v4-7f8e006af56e14a161c9a738840acfa0.png);
    background-position:  -202px -90px;
    width: 16px;
    height: 16px;
    margin-left: 25px;
    margin-bottom: -1px;
}
.theme-tags {
    margin-top: 12px;
    width: 100%;
}
.theme-tags span {
    margin-right: 12px;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #666666;
    border-radius: 3px;
    background: #F0F5FF;
}
.theme-label::after {
    content: '|';
    font-size: 12px;
    margin: 0 8px;
    color: #D8D8D8;
    vertical-align: 1px;
}
.theme-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #D2EFFC 1%, rgba(255, 255, 255, 0) 93%);
    height: 419px;
    z-index: -1;
}
body {
    background: #EEF4FB;
}
.theme-page{
    padding: 0 24px;
    background: #fff;
    margin-top: 12px;
    padding-bottom: 24px;
}
.theme-articles-tt {
    font-size: 14px;
    font-weight: normal;
    line-height: 53px;
    letter-spacing: 0em;
    color: #666666;
    border-bottom: 1px solid #D8D8D8;
}
.theme-articles-txt-img {
    display: inline-block;
    background: url(//static-f.fwxgx.com/image/article/article-set-v4-7f8e006af56e14a161c9a738840acfa0.png);
    background-position: -179px  -153px;
    width: 70px;
    height: 17px;
}
.theme-articles-txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0px;
    color: #3D3D3D;
}
.theme-recommend-course-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 212px;
    display: inline-block;
    padding: 0 12px 0 2px;
}
.theme-recommend-course-title-two{
    max-width: 332px! important;
}
.theme-recommend-course {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 12px;
}
.theme-recommend-course span {
    display: flex;
}
.theme-hd-info-cont{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    height: 108px;
}