/* 门户网站模板2 */
.curricula_background {
    background: url('http://file-cloud.masterol.cn/iuD74ujss9/20230708/e146h1033241480.jpg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 500px;
}

.curricula_list {
    /* background: url('https://file-cloud.masterol.cn/7z3iI6ytcH/20240717/061am5105015339%E7%BB%84%E5%90%882.2.png,%E7%BB%84%E5%90%882.2.png') no-repeat; */
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background-size: 100% 100%;
}

.major_wrap {
    width: 100%;
    background: url('https://file-cloud.masterol.cn/BYKDMfo9qB/20230708/b7d1te054659781.jpg') no-repeat;

    padding: 60px 0;
    background-size: 100% 100%;
}

.major_content {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

.curricula_title2 {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    font-size: 24px;
    margin: 0 auto 20px;
}

.more2 {
    font-size: 18px;
    cursor: pointer;
    font-weight: BOLD;
}

.major_content .major_list2 {
    width: 23%;
    margin: 1% 1%;
    border-radius: 2px;
    height: 120px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #A0B5D2;
    flex-direction: column;
    padding: 0;    
    text-align: center;
}

.major_content .major_list2 a {
    height: 100%;
}
.major_content .major_list2:hover {
    background: #083c84;
}

.major_content .major_list2 .major_type2 {
    width: 100%;
    height: 50%;
    color: #Fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.major_content .major_list2 .major_name2 {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
    color: #Fff;
}
.icon_size{
    width: 20px;
}


/* 热门课程 */
.hot-lesson{
    height: 200px;
}

.hot_lesson {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.lazyload2 {
    width: 22%;
    cursor: pointer;
    display: flex;
    margin: 1.5%;
}

.lazyload2:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.jiangshi-item2 {
    float: left;
    position: relative;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    background: #f2f4f6;
    border-radius: 4px;
    transition: all 0.3s;
}

.towards_left,
.towards_right {
    font-size: 40px;
}


/* 热点资讯 */
.hotspotIn_banner{
    width: 58%;
}

.hotspotIn_content .handset_first{
    width: 100%;
    height: 100%;
}

.hotspotIn_content .hotspotIn_firstImg{
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hotspotIn_content .hotspotIn_ul{
    width: 40%;
}

.hotspotIn_content .hotspotIn_line {
    margin: 0 3%;
    padding: 3% 0;
    border-bottom: 1px solid #fff;

}

.hotspotIn_time{
    width: 20%;
    height: 70px;
    font-size: 18px;
    line-height: 35px;
    color: #Fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-right: 10px;
}

.hotspotIn_time .hotspotIn_moon{
    color: #fff;
    background: #075BCF;
}

.hotspotIn_time .hotspotIn_year{
    color: #075BCF;
    background: #fff;
}

.hotspotIn_content .hotspotIn_title{
    width: 80%;
    height: 70px;
}

.hotspotIn_content .article_title {
    color: #fff;
}

.hotspotIn_content .article_desc {
    color: #fff;

}

@media (max-width:1080px) {
    
    body{
      width: 100%;
      overflow-x: hidden;
      background-color: #EEF0F2;
    }
    .hotspotIn_content .handset_first a, .hotspotIn_banner{
        display: none;
    }
    .curricula_title2,.hotspotIn_content .hotspotIn_ul , .curricula_list,.major_content{
        width: 100%;
    }
    .curricula_background{
        height: 23vh;
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    }
    .major_wrap{
        width: 95%;
        margin: 0 auto;
        padding: 1.5vh;
        box-sizing: border-box;
        border-radius: 4px;
        background-color: #fff;
        background-image: unset;
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    }
    .major_content .major_list2{
        width: 48%;
        margin: 1% 0;
        height: unset;
        padding: 10px 0;
        background: linear-gradient(to bottom, #7CABD6, #A0B5D2);
        border-radius: 4px;
    }
    .major_content .major_list2 .major_name2,.major_content .major_list2 .major_type2{
        font-size:14px;
    }
    .major_content .major_list2 .major_type2 {
        height: unset;
        font-size: 1.8vh;
    }
    .major_content .major_list2 .major_name2{
        font-size: 1.8vh;
        width: 80%;
        height: 8vh;
        margin: 0 auto;
        justify-content: flex-start;
    }
    .lazyload2{
        width: 30%;
        justify-content: space-between;
    }
    .curricula_title{
        font-size: 20px;
        padding: 0;
    }
  }
  