
/* .clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.leftFloat{
    float: left;
}
.rightFloat{
    float: right;
} */

.portalHeader {
    padding: 20px 0 60px;
    background: url("../img/headerBgA.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
}
.portalHeader .filterBox{
    position: absolute;
    top: 0;
    width: 100%;

}
.portalHeader .filterBox:after{
    content: "";
    width: 100%;
    background:  -webkit-gradient(linear, left top, left bottom, from(#1A478D), to(rgba(0, 49, 119, 0)));
    background:  linear-gradient(180deg, #1A478D 0%, rgba(0, 49, 119, 0) 100%);
    height: 200px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 0;
}
.portalHeader .innerContent{
    position: relative;
    z-index: 1;
}
.portalHeader .topMod{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.portalHeader .schoolLogo{
    max-width: 288px;
}
.portalHeader .schoolLogo img{
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.portalHeader .navBox .btnBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.portalHeader .navBox .btnBox div span{
vertical-align: middle;
    color: #fff;
    font-size: 16px;
}
.portalHeader .navBox span:hover{
    cursor: pointer;
    opacity: 0.8;
}
.portalHeader .navBox .btnBox .leftBtnList span{
    padding: 0 20px;
    position: relative;
}
.portalHeader .navBox .btnBox .leftBtnList span:after{
    content: "";
    width: 1px;
    background: #fff;
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.portalHeader .navBox .btnBox .rightBtnList{
    margin-left: 20px;
}
.portalHeader .navBox .btnBox .rightBtnList span{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.251);
}

.portalHeader .navBox .btnBox .rightBtnList span:last-child{
    background: #fff;
    color: #014590;
}
.portalHeader .navBox .navList{
    min-width: 645px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 40px;
}
.portalHeader .navBox .navList span{
    margin-right: 40px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.portalHeader .navBox .navList span:last-child{
    margin-right: 0;
}
.portalHeader .saerchMod{
    margin-top: 227px;
    width: 63%;
    padding: 40px;
    background: rgba(0, 0, 0, 0.55);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 10px;
}
.portalHeader .saerchMod .searchBox{
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.portalHeader .saerchMod input{
    outline: none;
    border: 0;
    width: calc(100% - 100px);
    background: transparent;
    vertical-align: middle;
    color: #fff;
}
.portalHeader .saerchMod input::-webkit-input-placeholder{
    color: #fff;
}
.portalHeader .saerchMod input:-ms-input-placeholder{
    color: #fff;
}
.portalHeader .saerchMod input::-ms-input-placeholder{
    color: #fff;
}
.portalHeader .saerchMod input::placeholder{
    color: #fff;
}
.portalHeader .saerchMod .searchBtn{
    display: inline-block;
    width: 85px;
    background: #1a478d;
    text-align: center;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.portalHeader .saerchMod .hotWords{
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}
.portalHeader .saerchMod .hotWords span{
    display: inline-block;
    vertical-align: middle;
}
.portalHeader .saerchMod .hotWords .words{
    display: inline-block;
    width: calc(100% - 80px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.portalHeader .saerchMod .hotWords .words span{
    margin-right: 8px;
    cursor: pointer;
}
.portalHeader .saerchMod .hotWords .words span:hover{
    opacity: 0.8;
}
.portalHeader .saerchMod .hotWords .words span:last-child{
    margin-right: 0;
}
.portalMiddle{
    padding: 20px 0;
    background:#F5F8FC;
    position: relative;
}
.portalMiddle:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background:url("../img/contentBg.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    height: 830px;
    z-index: 0;
}
.portalMiddle:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background:url("../img/contentBg.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    height: 830px;
    z-index: 0;
}
.portalMiddle .innerContent{
    position: relative;
    z-index: 1;
}
.portalMiddle  .indexMod{
    margin: 67px auto 0;
}
/* ÃƒÂ¦Ã…Â¡Ã¢â‚¬Å¡ÃƒÂ¦Ã¢â‚¬â€Ã‚Â ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â°ÃƒÂ¦Ã‚ÂÃ‚Â®ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
.portalMiddle .noData{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #232323;
}

.portalMiddle  .subjectCategory{
    padding: 40px 48px;
    background: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-top: -60px;
}
.portalMiddle  .subjectCategory .categoryItem{
    width: calc(14% - 14px);
    margin-right: 20px;
    padding: 14px 18px;
    background: #F2F5F8;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #6F747E;
    cursor: pointer;
    margin-bottom: 18px;
}
.portalMiddle  .subjectCategory  .categoryItem.active{
    color: #232323;
    font-weight: bold;
}
.portalMiddle  .subjectCategory .categoryItem:nth-child(7n){
    margin-right: 0px;
}
.portalMiddle  .subjectCategory .categoryItem img{
    width: 16px;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 16px;
    margin-right: 16px;
}
.portalMiddle  .subjectCategory .categoryItem span{
    display: inline-block;
    max-width: calc(100% - 40px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.portalMiddle  .subjectCategory .categoryItem:hover span{
    color: #232323;
}

.portalMiddle  .headline{
    font-size: 32px;
    font-weight: bold;
    color: #232323;
    text-align: center;
}
/* tabBoxÃƒÂ¨Ã‚Â¡Ã…â€™ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚ÂÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â±ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
.portalMiddle   .tabBox{
    text-align: center;
    padding: 20px 0 40px;
}
.portalMiddle   .tabBox .tabChildItem{
    font-size: 24px;
    color: #232323;
    position: relative;
    display: inline-block;
    padding: 22px 16px 0;
    margin-right: 30px;
    cursor: pointer;
}
.portalMiddle   .tabBox .tabChildItem:last-child{
    margin-right: 0;
}
/* tabÃƒÂ¥Ã‚Â­Ã‚ÂÃƒÂ©Ã‚Â¡Ã‚Â¹hoverÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¥Ã‚ÂÃ…Â ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
.portalMiddle  .tabBox .tabChildItem:hover,
.portalMiddle  .tabBox .tabChildItem.active{
    color: #1A478D;
}
.portalMiddle .tabBox .tabChildItem:hover:before,
.portalMiddle  .tabBox .tabChildItem.active:before{
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background:url("../img/selectIcon.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 38px;
}
.portalMiddle .tabBox .tabChildItem:hover:after,
.portalMiddle .tabBox .tabChildItem.active:after{
    content: "";
    height: 1px;
    width: calc(100% - 32px);
    position: absolute;
    bottom: -10px;
    background:#1A478D;
    left: 16px;
}
.portalMiddle .researchNewsMod{
    margin-top: 20px;
}
.portalMiddle .researchNewsMod .articleContent{
    height: auto;
    /* height: 578px; */
    overflow: hidden;
}
.portalMiddle .researchNewsMod .articleContent .articleMore{
    text-align: center;
    color: #1A478D;
    cursor: pointer;
}

.portalMiddle .researchNewsMod .articleContent .articleBox{
    padding: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left:140px;
    background: #fff;
    border-radius: 8px;
    height: 578px;
    position: relative;
    display: none;
}
.portalMiddle .researchNewsMod .articleContent .articleBox.plaintext{
    margin-left:0px;
    height: auto!important;
    padding: 30px!important;
}
.portalMiddle .researchNewsMod .articleContent .articleBox.active{
    display: block;
}
.portalMiddle  .researchNewsMod .articleContent .articleBox .articleImg,
.portalMiddle  .researchNewsMod .articleContent .articleBox .articleList{
    display: inline-block;
}
.portalMiddle  .researchNewsMod .articleContent .articleBox .articleImg{
    width: calc(100% - 315px);
    position: relative;
    border-radius: 8px;
    left: -168px;
    margin-right: 30px;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.portalMiddle  .researchNewsMod .articleContent .articleBox .articleImg img{
    width: 100%;
    /* ÃƒÂ¥Ã‚Â®Ã‚Â½ÃƒÂ¥Ã¢â‚¬ÂºÃ‚ÂºÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¨Ã¢â‚¬Â¡Ã‚ÂªÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Å¡ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â */
    /* object-fit: cover; */
    /* ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¦Ã¢â‚¬â„¢Ã¢â‚¬ËœÃƒÂ¦Ã‚Â»Ã‚Â¡ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ */
    height: 100%;
}
.portalMiddle  .researchNewsMod .articleContent .articleBox .articleList{
    width: 450px;
    position: absolute;
    top: 28px;
    right: 28px;
    bottom: 28px;
}
.portalMiddle  .researchNewsMod .articleContent .articleBox .articleList .articleListBox{
    width: 100%;
    height: 100%;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleInfoItem{
    padding: 36px 10px;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleInfoItem .articleInfo div{
    display: inline-block;
    color:#1A478D;
    vertical-align: middle;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleInfoItem .articleDate{
   margin-right: 20px;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleInfoItem .articleFrom{
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 14px;
    background: #EAEEF5;
    max-width: calc(100% - 110px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleInfoItem .articleTitle{
    margin-top: 10px;
    color: #232323;
    font-size: 16px;
    font-weight: bold;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo{
    width: 500px;
    padding: 37px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    background: #1A478D;
    position: relative;
    left: -80px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: none;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo .articleFrom{
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    border-radius: 0px 8px 0px 2px;
    font-size: 14px;
    background: #3562A8;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}
.portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo .articleDate{
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 20px;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo .articleDate .detailDate{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo .articleTitleBox{
    width: calc(100% - 80px);
}
.portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo .articleTitleBox div{
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo .articleTitleBox .articleSummary{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleItem{
    cursor: pointer;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleItem:hover .articleInfoItem{
display: none;
}
.portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleItem:hover .hoverArticleInfo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleMore{
        text-align: center;
        color: #1A478D;
        font-size: 16px;
        position: relative;
        bottom: 20px;
        width: 100%;
        right: 0;
        left: 0;
        cursor: pointer;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleMore:hover{
        opacity: 0.8;
    }
    .portalMiddle .researchNewsMod .articleContent .tabContentItem{
        width: 100%;
        max-height: 100%;
        padding: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 8px;
        background: #FFFFFF;
        display: none;
    }
   
    .portalMiddle .researchNewsMod .articleContent .tabContentItem.active{
        display: block;
    }
    /* ÃƒÂ¦Ã¢â‚¬â€Ã‚Â ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã…Â¾Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ */
    .portalMiddle .researchNewsMod .articleContent .articleBoxText{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBoxText .articleBoxTextItem{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #1A478D;
        width: calc(33.3% - 20px);
        margin-right: 30px;
        cursor: pointer;
        padding: 36px 0;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBoxText .articleBoxTextItem:nth-child(3n){
        margin-right: 0;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBoxText .articleBoxTextItem .articleDate{
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 60px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 20px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBoxText .articleBoxTextItem .articleDate .detailDate{
        font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    }
   
    .portalMiddle .researchNewsMod .articleContent .articleBoxText .articleBoxTextItem .articleTitleBox{
        width: calc(100% - 80px);
    }
    .portalMiddle .researchNewsMod .articleContent .articleBoxText .articleBoxTextItem .articleTitleBox div{
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBoxText .articleBoxTextItem .articleTitle{
        color:#232323;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBoxText .articleBoxTextItem:hover .articleTitle{
        color: #1A478D;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBoxText .articleBoxTextItem .articleTitleBox .articleFrom{
        display: inline-block;
        padding: 5px 10px;
        border-radius: 2px;
        font-size: 14px;
        background: #EAEEF5;
        margin-top: 10px;
    }
    /* ÃƒÂ¥Ã‚Â­Ã‚Â¦ÃƒÂ¦Ã…â€œÃ‚Â¯ÃƒÂ¦Ã‚Â´Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚Â¨Ã‚Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ */
    .calendarBox{
        margin-top: 40px;
    }
      .calendarBox .cal_middle,
      .calendarBox .cal_date,
      .calendarBox .cal_class {
        margin-top: 20px;
      }
      .calendarBox .between {
        text-align:center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
      }
      .calendarBox .cal_info{
        position: relative;
        text-align: center;
      }
      .calendarBox .cal_middle .today {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #6b6e76;
      }
      .calendarBox .monthBox{
        width: 120px;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
      }
      .calendarBox .monthBox input{
        border: 0;
        outline: none;
        background: transparent;
        position: absolute;
        color: transparent!important;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        cursor: pointer;
      }
      .calendarBox .monthBox img{
        height: 6px;
        -o-object-fit: contain;
           object-fit: contain;
        display: inline-block;
        vertical-align: middle;
      }
      .calendarBox .month {
        color: #232323;
        font-size: 20px;
        font-weight: bold;
        width: 100px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
      }
      .calendarBox .xlBtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        background: #1A478D;
        color: #fff;
        width: 60px;
        font-size: 14px;
        padding: 5px 6px;
        border-radius: 5px;
        cursor: pointer;
      }
      .calendarBox .cal_date .btn {
        padding: 14px 16px;
        border-radius: 50%;
        text-align: center;
        background: #E7F0FC;
        cursor: pointer;
      }
      .calendarBox .cal_date .btn img{
        width: 8px;
        height: 12px;
        -o-object-fit: fill;
           object-fit: fill;
      }
      .calendarBox .cal_date .btn.rightButton{
        background: #1A478D;
      }
      .calendarBox .cal_date .date_con {
        width: calc(95% - 80px);
      }
      
      .calendarBox .cal_date .date_con .item {
        width: 46px;
        padding: 8px 0px;
        text-align: center;
        cursor: pointer;
        color: #1A478D;
        font-size: 12px;
        position: relative;
      }
      .calendarBox .cal_date .date_con .item .date {
        font-weight: bold;
        margin: 12px 0px 0;
        font-size: 16px;
        color: #232323;
      }
      .calendarBox .cal_date .date_con .item.gray {
        color: #999999 !important;
      }
      .calendarBox .cal_date .date_con .item.gray .date{
        color: #999999 !important;
      }
      
      .calendarBox .cal_date .date_con .item.active {
        background-color: #1A478D;
        color: #fff;
        border-radius: 8px;
       
      }
      .calendarBox .cal_date .date_con .item.active:after{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 38px;
        background: url("../img/curDateBg.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
      }
      .calendarBox .cal_date .date_con .item.active .date{
        color: #fff;
      }
      
      .calendarBox .cal_date .date_con .item .circle {
        position: absolute;
        bottom: -8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 6px !important;
        padding: 0px !important;
        height: 6px;
        margin: 5px auto;
        border-radius: 50%;
      }
     
      .calendarBox .cal_date .date_con .item .circle.org {
        background: #1A478D;
        border: 1px solid #fff;
      }
      
      .calendarBox .cal_date .date_con .item.gray .circle.org {
        background: #999999 !important;
      }
      
    
      .calendarBox .cal_class{
        width: 100%;
        height: auto;
        border-radius: 8px;
        background: #FFFFFF;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
      .calendarBox .cal_class .activityImg{
        min-width: 26%;
        max-width: 26%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: none;
      }
      .calendarBox .cal_class .activityImg img{
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        /* max-height: 100%; */
        max-height: 540px;
      }
      .calendarBox .cal_class .activityBox{
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%;
        padding: 30px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        overflow-y:auto ;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
     
       /* ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
       .calendarBox .cal_class .activityBox::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    /* ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ¨Ã‚Â½Ã‚Â¨ÃƒÂ©Ã‚ÂÃ¢â‚¬Å“ */
    .calendarBox .cal_class .activityBox::-webkit-scrollbar-track {
        background: #f1f1f1; 
        border-radius: 4px;
    }
    /* ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ¦Ã‚Â»Ã¢â‚¬ËœÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ */
    .calendarBox .cal_class .activityBox::-webkit-scrollbar-thumb {
        background: #888; 
        border-radius: 4px;
    }
      /* .calendarBox .cal_class .activityBox>div{
        width: 50%;
        padding: 0 20px;
      } */
      /* .calendarBox .cal_class .activityBox .leftBox{
        position: relative;
        border-right: 1px dashed #1A478D;
      } */
     
      .calendarBox .cal_class .activityBox .articleBoxTextItem{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #1A478D;
        cursor: pointer;
        width: 50%;
        padding: 22px 20px;
     }
     .calendarBox .cal_class .activityBox  .articleBoxTextItem{
        position: relative;
     }
     .calendarBox .cal_class .activityBox .articleBoxTextItem:nth-child(2n-1):after{
        content: "";
        width: auto;
        height: 100%;
        border-right: 1px dashed #1A478D;
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
      }
    
     .calendarBox .cal_class .activityBox .articleBoxTextItem:last-child{
        margin-bottom: 0;
     }
     .calendarBox .cal_class .activityBox .articleBoxTextItem .articleDate{
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 60px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 20px;
    }
    .calendarBox .cal_class .activityBox .articleBoxTextItem .articleDate .detailDate{
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .calendarBox .cal_class .activityBox .articleBoxTextItem .articleTitleBox{
        width: calc(100% - 80px);
    }
    .calendarBox .cal_class .activityBox .articleBoxTextItem .articleTitleBox div{
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
        color: #232323;
    }
    .calendarBox .cal_class .activityBox .articleBoxTextItem .articleTitleBox .articleFrom{
        display: inline-block;
        padding: 5px 10px;
        border-radius: 2px;
        font-size: 14px;
        background: #EAEEF5;
        margin-bottom: 10px;
        color: #1A478D;
    }
    .calendarBox .cal_class .activityBox .articleBoxTextItem:hover .articleTitle{
        color: #1A478D;
     }
    
    /* ÃƒÂ§Ã‚Â§Ã¢â‚¬ËœÃƒÂ§Ã‚Â Ã¢â‚¬ÂÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¢ÃƒÂ©Ã‹Å“Ã…Â¸ */
    .teamMod .teamInfoBox{
        display: none;
    }
    .teamMod .teamInfoBox.active{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .teamMod .teamInfoBox .teamInfoItem{
        background: #fff;
        width: calc(25% - 21px);
        border-radius: 8px;
        margin-right: 28px;
        cursor: pointer;
    }
    .teamMod .teamInfoBox .teamInfoItem:last-child{
        margin-right: 0px;
    }
    .teamMod .teamInfoBox .teamInfoItem:hover{
        -webkit-box-shadow: 0px 10px 20px rgba(176, 176, 176, 0.5);
                box-shadow: 0px 10px 20px rgba(176, 176, 176, 0.5)
    }
    .teamMod .teamInfoBox .teamInfoItem img {
        border-radius: 8px 8px 0px 0px;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        max-height: 225px;
    }
    .teamMod .teamInfoBox .teamInfoItem .summaryBox{
        padding: 0 20px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .teamMod .teamInfoBox .teamInfoItem .title{
        padding:20px 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        color: #1A478D;
        text-align:center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .teamMod .teamInfoBox .teamInfoItem .summary{
        padding:0px 0 20px;
        font-size: 16px;
        color: #232323;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; /* ÃƒÂ©Ã¢â€žÂ¢Ã‚ÂÃƒÂ¥Ã‹â€ Ã‚Â¶ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¦Ã…â€œÃ‚Â¬ÃƒÂ¤Ã‚Â¸Ã‚Âº2ÃƒÂ¨Ã‚Â¡Ã…â€™ */
        overflow: hidden;
        line-height: 1.5em;
        max-height: 6em;
    }
    /* ÃƒÂ¥Ã‚Â­Ã‚Â¦ÃƒÂ¦Ã…â€œÃ‚Â¯ÃƒÂ¨Ã‚ÂµÃ¢â‚¬Å¾ÃƒÂ¦Ã‚ÂºÃ‚Â */
    .resourceMod .resourceContent{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .resourceMod .resourceContent{
        padding: 30px 0 0;
    }
    .resourceMod .resourceContent .resourceInfoItem{
        width: calc(20% - 24px);
        border-radius: 8px;
        padding: 20px;
        background: #E1F5F4;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-right: 30px;
        cursor: pointer;
    }
    .resourceMod .resourceContent .resourceInfoItem:last-child{
        margin-right: 0px;
    }
    .resourceMod .resourceContent .resourceInfoItem .resourceInfo{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 20px;
    }
    .resourceMod .resourceContent .resourceInfoItem .resourceInfo img{
        width: 47px;
        height: 47px;
        margin-right: 20px;
    }
    .resourceMod .resourceContent .resourceInfoItem .resourceInfo span{
        display: inline-block;
        max-width: calc(100% - 70px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
    }
    .resourceMod .resourceContent .resourceInfoItem .usedInfo{
        padding-top: 15px;
        font-size: 0;
        white-space: nowrap;
    }
    .resourceMod .resourceContent .resourceInfoItem .usedInfo span{
        display: inline-block;
        font-size: 14px;
        vertical-align: middle;
        opacity: 0.6;
    }
    .resourceMod .resourceContent .resourceInfoItem .usedInfo span:nth-child(2){
        max-width: calc(100% - 114px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .resourceMod .resourceContent .resourceInfoItem:hover .resourceInfo span{
        font-weight: bold;
    }
    .resourceMod .resourceContent .resourceInfoItem:first-child{
        border: 1px solid #24B1A6;
        color: #24B1A6;
        background: #E1F5F4;
    }
    .resourceMod .resourceContent .resourceInfoItem:first-child .resourceInfo{
        border-bottom: 1px solid #24B1A6;
    }
    .resourceMod .resourceContent .resourceInfoItem:nth-child(2){
        border: 1px solid #EBA638;
        color: #EBA638;
        background: #FDF5E8;
    }
    .resourceMod .resourceContent .resourceInfoItem:nth-child(2) .resourceInfo{
        border-bottom: 1px solid #EBA638;
    }
    .resourceMod .resourceContent .resourceInfoItem:nth-child(3){
        border: 1px solid #8548C1;
        color: #8548C1;
        background: #F5EBFD;
    }
    .resourceMod .resourceContent .resourceInfoItem:nth-child(3) .resourceInfo{
        border-bottom: 1px solid #8548C1;
    }
    .resourceMod .resourceContent .resourceInfoItem:nth-child(4){
        border: 1px solid #3C33AD;
        color: #3C33AD;
        background: #EBEAFD;
    }
    .resourceMod .resourceContent .resourceInfoItem:nth-child(4) .resourceInfo{
        border-bottom: 1px solid #3C33AD;
    }
    .resourceMod .resourceContent .resourceInfoItem:nth-child(5){
        border: 1px solid #24B1A6;
        color: #24B1A6;
        background: #E1F5F4;
    }
    .resourceMod .resourceContent .resourceInfoItem:nth-child(5) .resourceInfo{
        border-bottom: 1px solid #24B1A6;
    }

    /* ÃƒÂ§Ã‚Â§Ã¢â‚¬ËœÃƒÂ§Ã‚Â Ã¢â‚¬ÂÃƒÂ¥Ã‚Â·Ã‚Â¥ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â· ÃƒÂ¦Ã…â€œÃ¢â‚¬Â°tabÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶height: 350px;ÃƒÂ¥Ã…Â½Ã‚Â»ÃƒÂ¦Ã…Â½Ã¢â‚¬Â°tabÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶height: 280px; */
    .toolMod .toolContent{
        margin-top: 30px;
        width: 100%;
        height: 280px;
        border-radius: 8px;
        background: #FFFFFF;
    }
    .toolMod .toolContent .toolTab{
        border-radius: 8px 8px 0 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        background:#1A478D;
    }
    .toolMod .toolContent .toolTab .toolTabItem{
        width: 50%;
        text-align: center;
        color: #fff;
        font-size: 24px;
        height: 75px;
        line-height: 75px;
        cursor: pointer;
        position: relative;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 10px;
        text-overflow: ellipsis;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .toolMod .toolContent .toolTab .toolTabItem.active{
        background:#fff;
        color:#232323;
        border-radius: 8px 8px 0 0;
    }
    .toolMod .toolContent .toolTab .toolTabItem.active:after{
        content: "";
        position: absolute;
        width: 80%;
        height: 1px;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background: #e8e8e8;
    }
    /* ÃƒÂ¦Ã…â€œÃ¢â‚¬Â°tabÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶height: calc(100% - 75px);ÃƒÂ¥Ã…Â½Ã‚Â»ÃƒÂ¦Ã…Â½Ã¢â‚¬Â°tabÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶height: calc(100% - 20px); */
    .toolMod .toolContent .toolBox{
        padding: 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height:calc(100% - 20px);
    }
    .toolMod .toolContent .toolBox .toolBoxChild{
        display: none;
        height: 100%;
    }
    .toolMod .toolContent .toolBox .toolBoxChild.active{
        display: block;
    }
    .toolMod .toolContent .toolBox .toolBoxItem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
        height: 100%;
    }
    .toolMod .toolContent .toolBox .toolBoxItem .appInfoItem{
        width: calc(20% - 16px);
        border-radius: 10px;
        padding: 10px;
        background: #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-right: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #D5DEED;
        cursor: pointer;
        margin-bottom: 20px;
        max-height: 74px;
    }
    .toolMod .toolContent .toolBox .toolBoxItem .appInfoItem:hover span{
        color:#1A478D;
    }
    .toolMod .toolContent .toolBox .toolBoxItem .appInfoItem:nth-child(5n){
        margin-right: 0px;
    }
    .toolMod .toolContent .toolBox .toolBoxItem img{
        width: 52px;
        height: 52px;
        margin-right: 20px;
    }
    .toolMod .toolContent .toolBox .toolBoxItem span{
        display: inline-block;
        max-width: calc(100% - 70px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        color: #333333;
    }
    .toolMod .toolContent .toolBox .fanye{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding:5px 0;
        margin-top: 10px;
    }
    .toolMod .toolContent .toolBox .fanye span{
        width: 10px;
        height: 8px;
        background:url("../img/pageIcon.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        margin-right: 8px;
        cursor: pointer;
    }
    .toolMod .toolContent .toolBox .fanye span:last-child{
        margin-right: 0;
    }
    .toolMod .toolContent .toolBox .fanye span.active{
        width: 20px;
        height: 17px;
        background:url("../img/curPageIcon.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    /* ÃƒÂ§Ã‚Â§Ã¢â‚¬ËœÃƒÂ§Ã‚Â Ã¢â‚¬ÂÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¦Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¥Ã‚ÂÃ…â€œÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶ÃƒÂ¦Ã‹Å“Ã‚Â¾ÃƒÂ§Ã‚Â¤Ã‚ÂºÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ§Ã‚Â®Ã¢â€šÂ¬ÃƒÂ¤Ã‚Â»Ã¢â‚¬Â¹ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
    .layerApptips .tiptitle{
        color: #666;
        font-size: 14px;
    }
    .layerApptips .layui-layer-content .layui-layer-TipsT,.layerApptips .layui-layer-content .layui-layer-TipsB{
        bottom: -16px;
        border-top-color: #dcdcdc;
        border-right-color: transparent !important;
    }

    /* ÃƒÂ§Ã‚Â§Ã¢â‚¬ËœÃƒÂ§Ã‚Â Ã¢â‚¬ÂÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¿ÃƒÂ§Ã‚Â­Ã¢â‚¬â€œ */
    .policyMod .policyContent .policyChildItem{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 0 40px;
        margin-bottom: 60px;
        display: none;
    }
    .policyMod .policyContent .policyChildItem.active{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .policyMod .policyContent .policyChildItem .policyInfoItem{
        width: calc(20% - 24px);
        margin-right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 138px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #ffffff;
        border: 1px solid #1A478D;
        border-radius: 8px;
        padding: 0 8px;
        cursor: pointer;
    }
    .policyMod .policyContent .policyChildItem .policyInfoItem:last-child{
        margin-right: 0px;
    }
    .policyMod .policyContent .policyChildItem .policyInfoItem img{
        max-width: 100%;
        height: 42px;
        -o-object-fit: contain;
           object-fit: contain;
    }
    .policyMod .policyContent .policyChildItem .policyInfoItem span{
        margin-top: 15px;
        display: inline-block;
        max-width: 100%;
       /* overflow: hidden;*/
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
        color: #6F747E;
    }
    .policyMod .policyContent .policyChildItem .policyInfoItem:hover span{
        color: #1A478D;
    }
    .portalFooter{
        background: #1A478D;
        padding: 40px 0px 0;
        font-size: 14px;
        color: rgba(255,255,255,0.6);
    }
    .portalFooter .schoolInfo{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .portalFooter .schoolInfo .schoolLogo{
        max-width: 288px;
    }
    .portalFooter .schoolInfo .schoolLogo img{
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .portalFooter .schoolInfo .schoolInfoBox{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .portalFooter .schoolInfo .schoolInfoBox .left{
        margin-right: 50px;
    }
    .portalFooter .schoolInfo .schoolInfoBox .infoItem{
        padding: 20px 0;
    }
    .portalFooter .copyrightInfo{
        padding: 20px 0;
    }
    .portalFooter .copyrightInfo span{
        margin-right: 5px;
    }
    .portalFooter .copyrightInfo span:last-child{
        margin-right: 0;
    }
    /* ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
    .subjectPopup .categoryList{
        padding: 40px 48px 20px;
        background: #fff;
        border-radius: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin-top: 10px;
    }
    .subjectPopup .categoryList .categoryItem{
        width: calc(25% - 15px);
        margin-right: 20px;
        padding: 14px 18px;
        background: #F2F5F8;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #6F747E;
        cursor: pointer;
        margin-bottom: 18px;
        border: 1px solid #fff;
    }
    .subjectPopup .categoryList .categoryItem.active{
        color: #3F51B5;
        /* font-weight: bold; */
        background-color: rgb(63 81 181 / 13%);
        border-color: #3f51b53d;
    }
    .subjectPopup .categoryList .categoryItem:nth-child(4n){
        margin-right: 0px;
    }
    .subjectPopup .categoryList .categoryItem img{
        width: 16px;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 16px;
        margin-right: 16px;
    }
    .subjectPopup .categoryList .categoryItem span{
        display: inline-block;
        max-width: calc(100% - 40px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
    }
    .subjectPopup .categoryList .categoryItem:hover{
        opacity: 0.8;
    }
   
    .subjectPopup  .btnBox{
        text-align: center;
        padding-bottom: 20px;
    }
    .subjectPopup  .btnBox span{
        display: inline-block;
        padding: 9px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 18px;
        border:1px solid #1A478D;
        cursor: pointer;
    }
    .subjectPopup  .btnBox span.setSubject{
        background: #1A478D;
        color: #fff;
        margin-right: 20px;
    }
    .subjectPopup  .btnBox span.cancel{
        color: #1A478D;
    }
    .subjectPopup  .btnBox span:hover{
        opacity: 0.8;
    }

   
@media (max-width: 1600px){
  
    .portalMiddle .researchNewsMod .articleContent .articleBox{
        height: 508px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBoxText .articleBoxTextItem{
        padding: 32px 0;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleInfoItem{
        padding: 26px 10px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo{
        padding: 27px 20px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo .articleFrom{
        padding: 4px 10px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo .articleTitleBox .articleSummary{
        margin-top: 12px;
    }
}
@media (max-width: 1480px){
    .portalHeader .navBox .navList span{
        margin-right: 35px;
        font-size: 20px;
    }
    .portalHeader .saerchMod{
        margin-top: 210px;
    }
    /* ÃƒÂ¤Ã‚Â¸Ã‚Â»ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ */
    .portalMiddle .subjectCategory .categoryItem{
        width: calc(14% - 14px);
        margin-right: 18px;
        padding: 12px 14px;
    }
    .portalMiddle .subjectCategory .categoryItem img{
        margin-right: 8px;
    }
    .portalMiddle .subjectCategory .categoryItem span {
        max-width: calc(100% - 26px);
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox{
        height: 458px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .articleImg{
        left: -155px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleInfoItem{
        padding: 20px 10px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo{
        padding: 21px 20px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo .articleFrom{
        padding: 4px 10px;
        font-size: 12px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBoxText .articleBoxTextItem{
        padding: 24px 0;
    }
    
    .calendarBox .cal_class .activityBox .articleBoxTextItem{
        /* margin-bottom: 40px; */
        padding: 22px 30px;
    }
    .teamMod .teamInfoBox .teamInfoItem{
        width: calc(25% - 15px);
        margin-right: 20px;
    }
    .resourceMod .resourceContent .resourceInfoItem{
        width: calc(20% - 20px);
        margin-right: 25px;
    }
    .resourceMod .resourceContent .resourceInfoItem .resourceInfo img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    .resourceMod .resourceContent .resourceInfoItem .resourceInfo span{
        max-width: calc(100% - 58px);
    }
   
    .toolMod .toolContent .toolBox .toolBoxItem .appInfoItem {
        width: calc(20% - 12px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .toolMod .toolContent .toolBox .toolBoxItem img {
        width: 48px;
        height: 48px;
        margin-right: 15px;
    }
    .toolMod .toolContent .toolBox .toolBoxItem span {
        max-width: calc(100% - 60px);
    }
    .policyMod .policyContent .policyChildItem .policyInfoItem img{
        height: 40px;
    }
    .policyMod .policyContent .policyChildItem .policyInfoItem{
        width: calc(20% - 20px);
        margin-right: 25px;
        background: #fff;
    }
    .portalFooter{
        padding-top:30px ;
    }
    .portalFooter .schoolInfo .schoolInfoBox .infoItem{
        padding: 15px 0;
    }
}

@media (max-width: 1200px){
    .portalHeader .navBox .btnBox div span{
        font-size: 14px;
    }
    .portalHeader .navBox .navList span{
        margin-right: 26px;
        font-size: 20px;
    }
    .portalHeader .saerchMod{
        margin-top: 210px;
    }
    .portalMiddle .headline {
        font-size: 30px;
    }
    .portalMiddle .subjectCategory .categoryItem{
        padding:12px 10px;
        font-size: 15px;
    }
    .portalMiddle .subjectCategory .categoryItem img{
        margin-right: 4px;
    }
    .portalMiddle .indexMod {
        margin: 50px auto 0;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox{
        height: 408px;
        padding: 28px 15px;
    }
    
    
    .portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleInfoItem{
        padding: 16px 10px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo{
        padding: 17px 20px;
        font-size: 15px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo .articleFrom{
        padding: 3px 10px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .hoverArticleInfo .articleTitleBox .articleSummary{
        margin-top: 8px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .articleList .articleMore{
        font-size: 14px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBoxText .articleBoxTextItem{
        padding: 20px 0;
    }
   
    .calendarBox .cal_class .activityBox{
        padding: 20px 0;
    }
    .calendarBox .cal_class .activityBox>div{
        padding: 0 15px;
    }
    .calendarBox .cal_middle .today{
        font-size: 14px;
    }
    .calendarBox .cal_class .activityBox .articleBoxTextItem {
        /* margin-bottom: 30px; */
        padding: 12px 0;
    }
    .calendarBox .cal_class .activityBox .articleBoxTextItem .articleDate{
        margin-right: 15px;
    }
    .calendarBox .cal_class .activityBox .articleBoxTextItem .articleTitleBox {
        width: calc(100% - 75px);
    }
    .calendarBox .cal_class .activityBox .articleBoxTextItem .articleTitleBox div{
        font-size: 15px;
    }
    .teamMod .teamInfoBox .teamInfoItem .summary{
        font-size: 15px;
    }
    .resourceMod .resourceContent .resourceInfoItem{
        width: calc(20% - 16px);
        margin-right: 20px;
        padding: 20px 10px;
    }
    .resourceMod .resourceContent .resourceInfoItem .resourceInfo img {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }
    .resourceMod .resourceContent .resourceInfoItem .resourceInfo span{
        font-size: 15px;
    }
    .resourceMod .resourceContent .resourceInfoItem .resourceInfo{
        padding-bottom: 15px;
    }
    .resourceMod .resourceContent .resourceInfoItem .usedInfo span{
        font-size: 13px;
    }
    .resourceMod .resourceContent .resourceInfoItem .usedInfo span:nth-child(2) {
        max-width: calc(100% - 100px);
    }
    .toolMod .toolContent .toolBox .toolBoxItem img {
        width: 42px;
        height: 42px;
        margin-right: 10px;
    }
    .toolMod .toolContent .toolBox .toolBoxItem span {
        max-width: calc(100% - 50px);
    }
    .policyMod .policyContent .policyChildItem .policyInfoItem img{
        height: 38px;
    }
    .policyMod .policyContent .policyChildItem .policyInfoItem {
        width: calc(20% - 16px);
        margin-right: 20px;
    }
    .policyMod .policyContent .policyChildItem{
        margin-bottom: 30px;
    }
}
@media (max-width: 1100px){
    .portalHeader .navBox .navList span{
        margin-right: 24px;
        font-size: 19px;
    }
    .portalHeader .saerchMod{
        margin-top: 185px;
    }
    .portalMiddle .headline{
        font-size: 28px;
    }
    .portalMiddle .tabBox .tabChildItem{
        font-size: 22px;
    }
    .portalMiddle .researchNewsMod .articleContent .articleBox .articleImg img{
       width: auto;
       -o-object-fit: contain;
          object-fit: contain;
    }
    .resourceMod .resourceContent .resourceInfoItem{
        width: calc(20% - 12px);
        margin-right: 15px;
    }
}
@media (max-width: 950px){
    .subjectPopup .categoryList .categoryItem{
        width: calc(50% - 10px);
    }
    .subjectPopup .categoryList .categoryItem:nth-child(2n) {
        margin-right: 0px;
    }
}