@charset "UTF-8";
.page-screen-3__line3 {
    margin-top: 15px;
    width: 46% !important;
    margin-left: 0 !important;
    text-align: right;
    border-bottom: 2px solid;
    border-image-source: linear-gradient(90deg, #c9bdbf, #9f2c3a);
    border-image-slice: 1;
    color: #c49a6c;
    padding-left: 0px;
}
.learning-center .page-screen-3__line3{
    font-size: 54px;
    font-family: 'SiYuanSong', serif;
    font-weight: 700;
    width: 28% !important;
}

.learning-center .advantage-box {
    width: 1500px;
    margin: 0 auto
}

.learning-center .advantage-box .advantage-title {
    display: flex;
    align-items: center;
    padding: 100px 0
}

.learning-center .advantage-box .advantage-title__line {
    flex: 1;
    border-top: 2px solid #d1d1d1
}

.learning-center .advantage-box .advantage-title .title {
    padding: 0 24px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.44;
    color: #333
}

.learning-center .advantage-box .advantage-box {
    justify-content: space-between;
    align-items: center
}

.learning-center .nav-tabs a{
    padding: 26px 28px;
    float: left;
    font-size: 17px;
    color: #a1a1a1;
}

.learning-center .nav-tabs .active a{
    /* border-bottom: 2px #640005 solid; */
}

.learning-center .nav-tabs{
    margin: 20px auto;
    margin-top: 10px;
    display: block;
    width: 100%;
    border: none;
    max-width: 96%;
}



.learning-center .tab-content .news-li{
    padding: 30px 40px;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
}
/*.learning-center .tab-content .news-li:hover{
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}*/
.learning-center .tab-content .news-li:nth-child(3n){
     margin-right: 0%; 
}
.learning-center .tab-content .news-li img{
    /*border-radius: 5px;*/
    transform: none;
    object-position: left;
    width: 229px;
    height: auto;
    float: right;
}
.learning-center .tab-content .news-li h3{
    margin-top: 10px;
}
.learning-center .tab-content .caption{
    width: 72%;
    float: left;
}
.learning-center .tab-content .news-li h3 a{
    font-weight: 700;
    margin: 14px 0px 13px;
    font-size: 20px;
    line-height: 1.5;
    display: inline;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-family: 'Noto Serif SC';
}
.learning-center .tab-content .news-li h3 a:hover{
    color: #3D0101;
    border-bottom: 1.5px #3D0101 solid;
}
.learning-center .tab-content .news-li p{
    margin: 0 0px 10px;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    font-family: auto;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top: 16px;
}
.learning-center .tab-content .news-li span{
    padding: 12px 0px 10px;
    color: #666;
    font-size: 14px;
    display: inline-block;
}
.learning-center .c-btn{
    margin: 30px auto 60px;
    font-size: 20px;
    max-width: 10px;
}

@media(max-width:767px) {
    
}



.pagination {
    display: block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
    margin-bottom: 60px;
    width: max-content;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 16px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #404040;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    font-size: 16px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #3D0101 !important;
    border-color: #3D0101 !important;
    cursor: default !important;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }

  .c-footer .c-footer-hd[data-v-73eb7d57]{
    clear: both;
  }

.sub-nav{
}

.cate-son{
    padding-left: 30px;
}
.cate-name{
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    line-height: 38px;
    padding-left: 22%;
    letter-spacing: 1px;
    opacity: 1;
}
.cate-son a{
    font-size: 16px;
    margin-right: 50px;
    color: #999;
    letter-spacing: 1px;
    padding-bottom: 2px;
}
.cate-son a.active{
    color: #3D0101;
    border-color: #3D0101;
    border-bottom: 1.5px solid #3D0101;
    font-weight: 700;
}
.cate-son a:hover{
    color: #3D0101;
    border-color: #3D0101;
    border-bottom: 1.5px solid #3D0101;
}
.page{
    width: 100%;
    padding-bottom: 50px;
}


@media(max-height:375px) {
    .justify-content-around {
        height: 200px;
        overflow-y: auto
    }
}


@media(width:768px) {
    .dropdown-menu .dropdown-menu {
        position: static !important
    }
}






.learning-center .nav-tabs li{
    position: static;
}
.learn-son{
    position: absolute;
    display: none;
    top: 153px;
    width: auto;
    border-radius: 5px;
    background: #fafafa;
    height: 53px;
}
.learn-son a{
    font-size: 16px !important;
    padding: 16px 40px !important;
}
.learn-son a:hover{
    color: rgba(117, 13, 13, 1);
}
.learning-center .nav-tabs a:hover{
    color: #fff;
}
.learning-center .nav-tabs li.active a{
    color: #ffffff;
    /* font-weight: 600; */
    font-size: 19px;
    padding-top: 23px;
}
.breadcrumb {
    padding: 16px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 16px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>.active {
    color: #777;
}
.breadcrumb{
    display: none;
}
.breadcrumb a{
    color: #777;
}
.breadcrumb>.active{
    color: rgba(117, 13, 13, 1);
}
.institute-search{
    padding: 11px 0px 10px;
    /* width: 45%; */
}
.search-en{
    /* width: 29%; */
}

.learning-center .list-head{
    background: #2D0101;
    height: 90px;
    margin-top: 0px;
    text-align: center;
    padding-top: 22px;
    display: none;
}

.institute-search .keyword{
    border: 1.5px solid #AF8147;
    border-radius: 3px 0px 0px 3px;
}
.institute-search .keyword::placeholder {
    color: #a1a1a1;
    font-size: 16px;
}
.institute-search button{
    background: #AF8147;
    border-color: #AF8147;
    border-radius: 0px 3px 3px 0px;
    height: 40px;
    width: max-content;
    color: #3D0101;
}
.institute-search button:hover{
    background: #AF8147;
    border-color: #AF8147;
}
.tab-content{
    padding-top: 30px;
    background: #F5F5F5;
}


.list-left{
    position: fixed;
    left: 0;
    top: 132px !important;
    /* text-align: center; */
    width: 13%;
    padding-left: 3.4%;
}
.list-left ul{
    margin-bottom: 60px;
}
.list-left ul li{
    margin-bottom: 20px;
    margin-top: 30px;
}
.list-left p{
    font-size: 17px;
    color: #ffffff;
    line-height: 22px;
}
.list-left a{
    font-size: 15px;
    color: #ffffff;
    opacity: 0.6;
    line-height: 20px;
}
.list-left a.active{
    opacity: 1;
}
.list-left a:hover{
    opacity: 1;
}
.list-right{
    width: 100%;
    background: #f5f5f5;
    padding: 0 10%;
    padding-top: 45px;
}


@media(max-width:1500px) {
    .list-left{
        top: 120px !important;
    }
    .list-left ul{
        margin-bottom: 36px;
    }
    .list-left p{
        font-size: 16px;
    }
    .list-left ul li{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .list-left a{
        font-size: 14px;
    }
}
@media(max-width:1400px) {
    .learning-center .tab-content .news-li img{
        height: auto;
    }
    .institute-search{
        /* width: 35%; */
    }
    .search-en{
        /* width: 18%; */
    }
    .learning-center .nav-tabs a{
        font-size: 15px;
    }
    .learning-center .nav-tabs li.active a{
        font-size: 17px;
    }
    .cate-son a{
        font-size: 15px;
    }
    .list-left{
        top: 120px;
    }
    .list-left ul{
        margin-bottom: 36px;
    }
    .list-left p{
        font-size: 16px;
    }
    .list-left ul li{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .list-left a{
        font-size: 14px;
    }
}
@media(max-width:1300px) {
    .tab-content .container{
        max-width: 1050px;
    }
    .sub-nav .container{
        max-width: 1070px;
    }
    .learning-center .tab-content .news-li h3 a{
        font-size: 18px;
    }
    .list-head .container{
        max-width: 1090px;
    }
    .learning-center .list-head{
        /* height: 150px; */
    }
    .learning-center .nav-tabs{
        /* margin-top: 33px; */
    }
    .cate-name{
        padding-left: 18%;
    }
    .list-left p{
        font-size: 16px;
    }
    .list-left a{
        font-size: 14px;
    }
    .learning-center .nav-tabs{
        max-width: 96%;
    }
    .cate-name{
        padding-left: 24%;
    }
}
@media(max-width:1200px) {
    .learning-center .tab-content .news-li img{
        height: auto;
    }
    .institute-search{
        /* width: 24%; */
    }
    .search-en{
        width: 95%;
    }
}
@media(max-width:996px) {
    .learning-center .list-head{
        display: block;
    }
    .learning-center .nav-tabs{
        margin-top: 70px;
        padding-left: 3%;
        padding-right: 3%;
    }
    .learning-center .nav-tabs a{
        padding: 0;
        font-size: 16px;
        width: 25%;
        margin-top: 36px;
    }
    .learning-center .nav-tabs li.active a{
        padding: 0;
        font-size: 16px;
    }

    .pagination > li > a,
    .pagination > li > span {
        padding: 6px 10px;
      }
    .learning-center .tab-content .news-li:nth-child(3n){
         margin: 6px auto 22px;
    }
    .institute-search form{
        position: absolute;
        top: 120px;
        width: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .learning-center .list-head{
        background: #2D0101;
        height: 170px;
    }
    .learning-center .tab-content .news-li{
        width: 100%;
    }
    .learning-center .tab-content .news-li img{
        height: auto;
    }
    
    .breadcrumb{
        display: block;
        margin-top: 92px;
    }
    .pagination{
        float: none;
        /* display: inline; */
    }
    .cate-son a{
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
        padding: 6px 0px;
        margin: 10px 14px;
    }
    .cate-son {
        margin: 5px 0px 2px;
        overflow-x: scroll;
        overflow-y: hidden;
        text-align: justify;
        width: 100%;
        white-space: nowrap;
        height: 45px;
        padding-top: 6px;
        padding-left: 20px;
    }
    .cate-son::-webkit-scrollbar {
        display: none;
    }
    .tab-content{
        padding-top: 20px;
    }
    .breadcrumb{
        margin-bottom: 10px;
    }
    .en-style .nav-tabs a{
        width: 50%;
        margin-top: 22px;
    }
    .en-style .list-head{
        height: 192px;
    }

    .list-left{
        display: none !important;
    }
    .list-box{
        padding-left: 0;
        background: none;
    }
    .learning-center .tab-content .news-li img{
        width: 20%;
    }
    .learning-center .tab-content .news-li{
        margin: 0 !important;
        width: 100% !important;
    }
    .list-right{
        padding: 0;
        background: none;
    }
    .tab-content{
        padding-top: 0;
    }
    .input-group{
        margin-top: 16px;
    }
    .cate-name{
        margin-top: 40px;
        padding-left: 0;
        text-align: center;
    }
    .learning-center .list-head{
        height: 160px;
    }
    .learning-center .tab-content .news-li img {
        width: 25%;
        margin-top: 16px;
    }
    .learning-center .tab-content .news-li{
        padding: 18px 5% 18px 8%;
    }
    .learning-center .tab-content .news-li h3 a{
        margin: 0px !important;
    }
    .learning-center .tab-content .news-li h3{
        /* padding: 0px 16px 0px !important; */
    }
    .list-right{
        width: 97%;
    }
}

@media(max-width:640px) {
    .learning-center{
        /* padding-left: 3%; */
        /* padding-right: 3%; */
    }
}

@media(max-width:400px) {
    .pagination > li > a, .pagination > li > span{
        padding: 6px 10px;
    }
}

@media(max-width:360px) {
    .pagination > li > a, .pagination > li > span{
        padding: 8px 14px;
    }
}
