@charset "utf-8";

.LineHide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}

.clearfix {
    zoom: 1;
}

.column-c1 {
    margin-top: 30px;
}

.column-c1 a {
    display: inline-block;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #1F4B93;
    position: relative;
    margin-right: 70px;
}

.column-c1 .active {
    font-weight: 400;
    font-size: 18px;
}

.column-c1 .active:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #1F4B93;
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    bottom: -8px;
}

.column-c2 {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #F8F8F8;
    padding: 20px 0 20px 20px;
    margin-top: 28px;
}

.column-c2 .column-box0 .d2 {
    width: 1100px;
    float: left;
}

.column-c2 .column-box0 h3 {
    display: inline-block;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #1F4B93;
    margin-right: 20px;
    float: left;
    line-height: 34px;
}

.column-c2 .column-box0 a {
    display: inline-block;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 6px 15px;
    border-radius: 20px;
}

.column-c2 .column-box0 .active {
    background: #D5E5FF;
}

.column-c3 {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #F8F8F8;
    padding: 20px 0 20px 20px;
    margin-top: 3px;
    position: relative;
}

.column-c3 .showAll {
    width: 60px;
    height: 18px;
    border: 1px solid #999999;
    text-align: center;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    position: absolute;
    right: 16px;
    top: 80px;
    line-height: 17px;
    cursor: pointer;
}

.column-c3 .showAll i {
    display: inline-block;
    transform: rotate(90deg);
    color: #999999;
    margin-left: 5px;
}

.column-c3 .column-box1 {
    margin-bottom: 17px;
}

.column-c3 .column-box1 .d3 {
    width: 1100px;
    float: left;
}

.column-c3 .column-box1 h3 {
    float: left;
    display: inline-block;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #1F4B93;
    margin-right: 20px;
    line-height: 34px;
}

.column-c3 .column-box1 a {
    display: inline-block;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 6px 15px;
    border-radius: 20px;
    margin-right: 10px;
}

.column-c3 .column-box1 .active {
    background: #D5E5FF;
}

.column-c3 .column-box2 .d3 {
    width: 1100px;
    float: left;
    height: auto;
    overflow: hidden;
}

.column-c3 .column-box2 h3 {
    float: left;
    display: inline-block;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #1F4B93;
    margin-right: 20px;
    line-height: 34px;
}

.column-c3 .column-box2 a {
    display: inline-block;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 6px 15px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.column-c3 .column-box2 .active {
    background: #D5E5FF;
}

.container {
    width: 100%;
    /* background: #F9FAFD; */
    /* margin-top: 40px; */
    /* padding: 40px 0; */
}

.container .curriculum-list-c ul li {
    width: 287px;
    height: 280px;
    float: left;
    margin-right: 12px;
    background-color: #ffffff;
    box-shadow: 0px 2px 14px 0px rgba(203, 203, 203, 0.6);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

.container .curriculum-list-c ul li:nth-child(4n) {
    margin-right: 0;
}

.container .curriculum-list-c ul li a {
    display: block;
}

.container .curriculum-list-c ul li .curriculum-images {
    width: 287px;
    height: 160px;
}

.container .curriculum-list-c ul li .curriculum-images img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}

.container .curriculum-list-c ul li .curriculum-title {
    padding: 15px 16px;
}

.container .curriculum-list-c ul li .curriculum-title .title-page {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

.container .curriculum-list-c ul li .curriculum-title .title-name {
    margin-top: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #72767D;
    line-height: 21px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.curriculum-list-c ul li {
    -webkit-transition: all .5s ease;
    transition: all 0.5s ease;
}

.curriculum-list-c ul li:hover {
    transform: translateY(-15px);
}

.curriculum-list-c ul li:hover .title-page {
    color: #14a870;
}