@charset "UTF-8";

#notic{
    display: flex;
    flex-direction: column;
    padding-top: 6.5rem;
    height: 100%;
}
#notic .header .top-img{
    position: relative;
    z-index: -1;
}
#notic .header .top-img img{
    width: 100%;
    height: auto; 
    animation: myscale 5s infinite;
    -webkit-animation: myscale 5s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
#notic .header .top-img .top-info{
    position: absolute;
    top: 20%;
    left: 13%;
}
#notic .header .top-img .top-info .head-title{
    font-size: 2.5rem;
    font-weight: bolder;
    color: #fff;
}
#notic .header .crumb-box{

}
#notic .header .crumb-box .crumb{
    position: relative;
}
#notic .header .crumb-box .crumb .el-breadcrumb{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
#notic .el-tabs__header{
    margin: 0;
}
#notic .header .crumb-box .crumb .el-tabs__header .el-tabs__nav-prev, #notic .header .crumb-box .crumb .el-tabs__header .el-tabs__nav-next{
   line-height: 4rem;
}

#notic .header .crumb-box .crumb .el-tabs__nav-scroll {
    height: 4rem;
    display: grid;
    place-items: initial;
    align-content: center;
    justify-content: space-around;
}
#notic .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item.is-active{
    color: #13929D;
}
#notic .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item:hover{
    color: #13929D;
}
#notic .el-tabs__nav-scroll .el-tabs__nav .el-tabs__active-bar{
    background: #13929D;
}

#notic .el-tabs__nav-wrap::after{
    width: 0;
}



#notic .main-box{
    background: transparent;
    flex: 1;
}
#notic .main-box .content-box{

}
#notic .main-box .content-box1{
    height: 100%;
    background: url("../images/newsbg.jpeg");
    background-size: 100% 100%;
}
#notic .main-box .content-box1 .content-info-box1{
    padding: 3rem 1rem;
}
#notic .main-box .content-box1 .content-info-box1 .common-item-box{
    padding: 1rem;
    background: #fff;
    border-radius: .2rem;
    margin-bottom: 1.5rem;
}
#notic .main-box .content-box1 .content-info-box1 .common-item-box .common-item-top{
    margin-bottom: .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
}
#notic .main-box .content-box1 .content-info-box1 .common-item-box .common-item-top .common-item-top-title{
    flex: 1;
    font-size: 1.2rem;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}
#notic .main-box .content-box1 .content-info-box1 .common-item-box .common-item-top .common-item-top-title span{
    cursor: pointer;
}
#notic .main-box .content-box1 .content-info-box1 .common-item-box .common-item-top .common-item-top-time{
    font-size: .8rem;
    width: 7rem;
    text-align: right;
}
#notic .main-box .content-box1 .content-info-box1 .common-item-box .common-item-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .8rem;
}
#notic .main-box .content-box1 .content-info-box1 .common-item-box .common-item-bottom .common-item-bottom-subtitle{
    flex: 1;
    color: #666666;
    font-size: .8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}
#notic .main-box .content-box1 .content-info-box1 .common-item-box .common-item-bottom .common-item-bottom-look{
    color: #0752FF;
    font-size: .8rem;
    width: 7rem;
    cursor: pointer;
    text-align: right;
}

@media (max-width: 991.98px) {
    #notic .header .top-img .top-info{
        top: 10%;
        left: 7%;
    }
    #notic .header .top-img .top-info .head-title{
        font-size: 2rem;
        font-weight: bolder;
    }
}
@media (max-width: 575.98px) {
    #notic .header .top-img .top-info{
        top: 5% !important;
        left: 5% !important;
    }
    #notic .header .top-img .top-info .head-title{
        font-size: 1.5rem;
    }
    #notic .main-box .content-box4 .content-info-box1{
        padding: 1rem;
    }
}
