<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">i, em {
    font-style: normal;
}

body {
    background: #FBFBFB !important;
}

.class_resource {
    width: 1200px;
    margin: 66px auto 0;
    overflow: hidden;
}

.classroom {
    /* width: 838px; */
    height: 415px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(195, 195, 195, 0.2);
    border-radius: 10px;
    /* float: left; */
    padding: 23px 20px;
    box-sizing: border-box;
}

.resource {
    width: 1200px;
    /* background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(195,195,195,0.2); */
    /* border-radius: 10px; */
    margin: 85px auto 0;
}

.classroom .classtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.classroom .classtitle h4 {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2A307E;
}

.classroom .classtitle a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #777777;
}

.classinner {
    overflow: hidden;
    margin-top: 16px;
}

.classbanner {
    width: 440px;
    height: 320px;
    border-radius: 10px;
    float: left;
    overflow: hidden;
}

.classbanner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.classinner ul {
    width: 698px;
    height: 328px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.classinner ul li {
    width: 334px;
    border-radius: 10px;
    padding: 14px 26px 12px 16px;
    box-sizing: border-box;
    margin-bottom: 5px;
    float: left;
}

.classinner ul li:nth-child(n+4) {
    margin-left: 30px;
}

.classinner ul li:last-child {
    margin-bottom: 0;
}

.classinner ul li h4 {
    font-size: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.classinner ul li i {
    font-size: 16px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    color: #777777;
    display: block;
    margin-top: 4px;
    margin-bottom: 2px;
}

.classinner ul li p {
    justify-content: space-between;
}

.classinner ul li p, .classinner ul li p span {
    font-size: 16px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    color: #777777;
    margin-bottom: 0;
    display: flex;
}

.classinner ul li p em {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 56%;
}

.classinner ul li p span {
    float: right;
}

.classinner ul li:hover {
    background: #F0F7FF;
}

.resource .resource_title {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2A307E;
    display: inline-block;
}

.resource .resource_list {
    margin-top: 28px;
    margin-bottom: 64px;
    overflow: hidden;
}

.resource .resource_list .resource_item {
    width: 284px;
    height: 232px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    margin-right: 21px;
    float: left;
    margin-top: 15px;
}


.resource .resource_list .resource_item:nth-child(4) {
    margin-right: 0;
}


.resource .resource_list .resource_item a {
    height: 100%;
    background: url(../../images/infoPortal/arrow.png) left bottom no-repeat;
    background-size: 20px;
}


.resource .resource_list .resource_item img {
    height: 40px;
    display: inline-block;
}


.resource .resource_list .resource_item div h4 {
    font-size: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.resource .resource_list .resource_item div h5 {
    font-size: 16px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.quickly_service {
    float: right;
    height: 100%;
    margin-right: 270px;
}

.quickly_service .quickly_service_list {
    display: flex;
    align-items: center;
    height: 100%;
}

.quickly_service .quickly_service_list &gt; li {
    margin-right: 14px;
}

.quickly_service .quickly_service_list li img {
    width: 20px;
}

.nav-more {
    position: relative;
}

.nav-more a span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 15px 2px;
    border-radius: 50%;
}

.nav-more a span {
    background: var(--sub-color);
}

.nav-more a {
    display: block;
    height: 35px;
    font-size: 16px;
    color: #edc78e;
    line-height: 35px;
}

.moreservice {
    position: absolute;
    left: 0px;
    top: 34px;
    display: none;
    width: 176px;
    min-height: 110px;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.more_hover_service:hover .moreservice {
    display: block;
    padding: 10px 0;
    z-index: 1;
}

.more_hover_service:hover .moreservice li {
    height: 30px;
    padding: 2px 15px;
    box-sizing: border-box;
}

.more_hover_service:hover .moreservice li a {
    display: flex;
    align-items: center;
    height: 26px;
    line-height: 26px;
}

.more_hover_service:hover .moreservice li a img {
    margin-right: 6px;
}

.more_hover_service:hover .moreservice li a h4 {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
}

.moreservice li:hover {
    background: var(--main-color);
}

.moreservice li:hover a h4 {
    color: var(--sub-color) !important;
}

.main-search-section {
    background: var(--main-color) !important;
    display: none !important;
}


.resource_list {
    margin-top: 28px;
    margin-bottom: 64px;
    overflow: hidden;
}

.resource_list .resource_item {
    width: 284px;
    height: 232px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    margin-right: 21px;
    float: left;
    margin-top: 15px;
}


.resource_list .resource_item:nth-child(4) {
    margin-right: 0;
}

.resource_list .resource_item a {
    height: 100%;
    background: url(../../images/infoPortal/arrow.png) left bottom no-repeat;
    background-size: 20px;
}

.resource_list .resource_item img {
    height: 40px;
    display: inline-block;
}

.resource_list .resource_item div h4 {
    font-size: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.resource_list .resource_item div h5 {
    font-size: 16px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
</pre></body></html>