.header {
    background-color: #F6FAFD;
    color: black;
    justify-content: space-between;
    align-items: center;
}
.header-content{
    width: 70%;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}
.header-title{
    letter-spacing: 1px;
}
.el-menu--popup-bottom-start{
    margin-top: 0;
   
}
.el-menu--popup {
    background-color: #0250C9!important;
}
.el-menu--popup .el-menu-item{
    background-color: #0250C9!important;
}
.el-menu--horizontal .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
    background-color: #0363f1!important;
}
.footer{
    position: relative;
}
.box-footer{
    display: flex;
    justify-content: space-between;
    width: 70%;
    gap: 40px;
    color: #fff;
    position: absolute;
    left: 15%;;
    top: 135px;
}
.footer img{
    position: relative;
    top: 5px;
}
.footer-item{
    letter-spacing: 0.5px;
}
.footer-title{
    padding-top: 34px;
    letter-spacing: 1.3px;
    font-size:22px;
    font-weight: bold;
}
.footer-en-title{
    padding-top: 5px;
    font-size: 12px;
    letter-spacing: 0px;
}
.copyright{
    background-color: #2B3340;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.menu{
    padding: 0 11vw;
    background-color: #0364FB;
    padding-bottom: 3px;
}
.el-menu.el-menu--horizontal{
    border-bottom: none;
    display: flex;
    justify-content: space-between;
}
.el-submenu__title i{
    color: #fff;
}
.box-number{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 40px auto;
}
.news-swiper{
    width: 70%;
    
    margin: 40px auto;
}
.news-box{
    padding-left: 50px;
    padding-top: 30px;
}
.el-carousel__button{
    background-color: #D9D9D9;
}
.is-active .el-carousel__button{
    background-color: #8E8E8E;
}
.news-swiper .el-carousel__indicators--horizontal{
    left: auto;
    right: 0;
}
.swiper-detail{
    line-height: 2em;letter-spacing: 0.5px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-list{
    margin-top: 40px;
    display: flex;
    gap: 30px;
}
.news-item{
    flex: 1;
}
.news-item:hover .news-title{
    color: #0364FB;
}
.news-title{
    letter-spacing: 1px;
    font-weight: bold;
    color: #303133;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.box-file{
    width: 70%;
    margin: 40px auto;
    display: flex;
    gap: 40px;
}
.file-item{
    position: relative;flex: 1;padding: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    cursor: pointer;
}
.file-item:hover .file-button{
    background-color: #0364FB;
    color: #fff;
}
.file-item:hover .file-icon{
    animation: rotateAnimation 1s infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; 
}
@keyframes rotateAnimation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(20deg);
    }
  }
.file-item:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.file-item-title{
    font-size: 20px;
    font-weight: bold;
    color: #1D2129;

}
.file-icon{
    position:absolute;right: 20px;top: 15px;
}
.file-button{
    border-radius: 20px;
    border: 1px solid #0364FB;
    color: #0364FB;
}
.box-profile{
    width: 70%;
    margin: 40px auto;
}
.box-profile-2{
    width: 70%;
    margin: 40px auto;
}
.box-profile-3{
    width: 70%;
    margin: 40px auto;
}
.box-title{
    font-size: 26px;
    font-weight: bold;
    color: black;
}
.box-line{
    margin-top: 5px;
    width: 80px;
    height: 8px;
    background-color: #0364FB;
    border-radius: 0 10px 0 0;
}
.box-detail{
    padding-top: 10px;
    color: #6F6F70;
    font-size: 14px;
}
.profile-flex{
    display: flex;
}
.profile-item{
    position: relative;
    flex: 1;
    text-align: center;
    margin: 20px 0 0;
    padding-bottom: 20px;
    height: 437px;
    background-color: #fafafa;
    cursor: pointer;
}
.profile-image{
    padding-top: 120px;
    width: 55px;
}
.profile-title{
    padding-top: 10px;
    font-size: 16px;
}
.profile-en-title{
    padding-top: 10px;
    color: #6F6F70;
}
.profile-detail{
    
    display: none;
    opacity: 0;
    padding-top: 10px;
}
.profile-bg{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 437px;
    left: 0;
    z-index: -1;
}
.profile-active{
    padding-left: 50px;
    text-align: left;
    animation: rotateProfile 1s infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; 
}
@keyframes rotateProfile {
    0% {
        opacity: 0;
      flex: 1;
    }
    100% {
        opacity: 1;
        flex: 2;
    }
  }
.profile-active .profile-bg{
    opacity: 1;
}
.profile-active .profile-title{
    padding-top: 50px;
    font-size: 26px;
    color:#fff;
    font-weight: bold;
}
.profile-active .profile-en-title{
    padding-top: 10px;
    color:#fff;
}
.profile-active .profile-detail{
    padding-left: 0;
    display: block;
    padding-top: 10px;
    color:#fff;
    width: 60%;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    animation: rotateProfileDetail 1.2s infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; 
}
@keyframes rotateProfileDetail {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.profile-active .profile-image{
   display: none;
}
.profile-i{
    width: 60%;
    display: none;
    flex-wrap: wrap;
   opacity: 1;
}
.profile-i div{
    margin-right: 20px;
    margin-top: 20px;
    color: #fff;
    padding: 8px;
    border-radius: 10px;
    background-color: #4D98FE;
}
.profile-active .profile-i{
    display: flex;
    animation: rotateProfileDetail 1.4s infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; 
}
.profile-button{
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    color: #fff;
    border-radius: 20px;
}
.profile-active .profile-button{
    display: block;
    animation: rotateProfileDetail 1.4s infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; 
}
.company-supply{
    background-image: linear-gradient(to bottom, #FFF5F4, #fff);margin-top: 20px;
}
.supply-title{
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    padding: 15px 20px 0;
    position: relative;
    align-items: center;
}
.supply-box{
    padding: 0 20px 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.supply-item{
    padding:15px 20px;
    border: 1px solid #f8f8f8;
    border-radius: 10px;
    background-color: #fff;
    line-height: 1.5em;
    cursor: pointer;
}
.supply-item:hover{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.supply-name{
    display: flex;
    justify-content: space-between;
}
.supply-tag{
    display: flex;
    gap: 12px;
}
.supply-tag div{
    background-color: #F7F8FA;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 12px;
    color: gray;
    margin-top: 6px;
}
.supply-item-info{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.supply-full-name{
    width: 60%;
    display: -webkit-box;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
}
.school-supply{
    background-image: linear-gradient(to bottom, #F2FBFF, #fff);
}
.box-jscg{
    width: 70%;
    margin: 40px auto;
}
.jscg-list{
    margin-top: 20px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}
.jscg-item{
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.jscg-item-title{
    display: -webkit-box;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: black;
    font-weight: bold;
}
.jscg-item-detail{
    
    padding-top: 10px;
    display: -webkit-box;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: gray;
}
.jscg-item-date{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #8E8E8E;
    padding: 10px ;
    letter-spacing: 0.5px;
}
.jscg-item img{
    border-radius: 10px 10px 0 0 ;
    height: 150px;
}
.box-rcfw{
    width: 70%;
    margin: 40px auto;
}
.rcfw-list{
    margin-top: 20px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}
.rcfw-item{
    position: relative;
    
    background-color: #F9FAFA;
    border-radius: 15px;
}
.rcfw-title{
    position: absolute;
    top: 40px;
    left: 40px;
    color: #fff;
    letter-spacing: 2px;
}
.rcfw-item-list{
    padding: 15px;
}
.hollow-circle{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: transparent; /* 设置为透明背景 */
    border: 4px solid #0364FB; /* 设置边框颜色和宽度 */
    border-radius: 50%; /* 使边框成为圆形 */
    margin-right: 10px;
    margin-top: 4px;
}
.rcfw{
    width: 100%;
    display: -webkit-inline-box;
    padding: 10px;
    cursor: pointer;
}
.rcfw-detail{
    width: 93%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rcfw-item-title{
    width: 240px;
    display: -webkit-box;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    letter-spacing: 0.5px;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 3px solid transparent; /* 可以调整为需要的宽度 */
    border-right: 3px solid transparent; /* 可以调整为需要的宽度 */
    border-bottom: 5px solid black; /* 底部边框的颜色和大小 */
    margin-left: 10px;
    margin-top: 10px;
    transform: rotate(90deg);
}
.rcfw:hover .hollow-circle{
    border: 4px solid #fff; /* 设置边框颜色和宽度 */
}
.rcfw:hover{
    background-color: #3D7DFF;
    color: #fff;
    border-radius: 10px;
    padding-left: 10px;
}
.rcfw:hover .rcfw-detail div{
    color: #fff;
    
    font-weight: bold;
}
.rcfw:hover  .triangle{
    border-bottom: 5px solid #fff; /* 底部边框的颜色和大小 */
    margin-left: 5px;
}
.box-content-info{
    margin-top: 20px;
}