@media (min-width: 1200px) {
    .container {
        width: 73% !important;
    }
}

.eventsTextBlack{
    min-height: 100px; 
}
.resourcebox{
    font-family:Poppins-Regular ;
}
.videobox .contbox{
    overflow: hidden;
}
.videobox .catbox{
    border-bottom: 1px solid #CDD6E5;
    margin-bottom: 64px;
}
.videobox .catbox a{
    border:1px solid #818181;
    min-width: 200px;
	 padding:0 20px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 30px;
    color:#818181;
    text-align: center;
}
.videobox .catbox a.active{
    color:#083E89;
}

.videobox .contbox .listbox{
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.videobox .contbox .item{
    width: calc(33.3% - 40px);
    margin: 0 20px;
    margin-bottom: 100px;
}
.videobox .contbox .item .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videobox .contbox .item .imgbox{
    position: relative;
    height: 255px;
}
.videobox .contbox .item .imgbox .vbtn{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.videobox .contbox .item .imgbox .vbtn svg{
    width: 64px;
    height: 64px;
    fill:#fff;
    cursor: pointer;
}
.videobox .contbox .item .infobox .title{
    font-size: 26px;
    color:#4a4a4a;
    line-height:26px;
    margin-top:20px;
}
.videobox .contbox .item .infobox .txt{
    font-size: 16px;
    color:#666;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.videobox .contbox .item .infobox .time{
    font-size: 18px;
    color:#666;
}
.videobox .contbox .item .infobox .time svg{
    margin-right: 10px;
    fill:#666;
}
.resourcebox .pageArraw{
    border:1px solid #083E89;
    color:#083E89;
}
.resourcebox .page.active,.resourcebox .page:hover{
    color:#083E89;
}
.resourcebox .pageArraw:hover{
    background-color: #083E89;
    color:#fff;
}
.photobox .catbox{
    border-bottom: 1px solid #CDD6E5;
    margin-bottom: 57px;
}
.catbox span{
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 26px;
    color:#fff;
    text-align: center;
    background-color: #083E89;
    padding: 0 30px;
}
.photobox .catbox a{
    font-size: 26px;
    color:#5d5d5d;
    line-height: 70px;
    margin: 0 30px;
    display: inline-block;
}
.photobox .catbox a.active{
    color:#083E89;
    border-bottom: 2px solid #083E89;
}
.photobox .catbox a:hover{
    color:#083E89;
}
.photobox .contbox .listbox{
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.photobox .contbox .item{
    width: calc(33.3% - 40px);
    margin: 0 20px;
    margin-bottom: 50px;
    cursor: pointer;
}
.photobox .contbox .item .imgbox{
    width: 100%;
    height: 300px;
}

.photobox .contbox .item .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player{
    position: fixed;
    top:20%;
    left:25%;
    width: 50%;
    height: 500px;
    background-color: #333;
    z-index: 110;
    display: none;
}
.player.show{
    display: block;
}
.player .closebtn{
    position: absolute;
    right: 10px;
    top:10px;
    cursor: pointer;
    z-index: 111;
}
.player .vbox{
    width: 100%;
    height: 100%;
}
.player .vbox video{
    width: 100%;
    height: 100%;
}
.player .closebtn svg{
    fill:#fff;
}
.pictureplayer{
    height: 600px;
}
.pictureplayer .vbox{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}
.pictureplayer .vbox img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.backbox{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #3336;
    z-index: 100;
    display: none;
}
.backbox.show{
    display: block;
}







@media (max-width:1440px) {
    .videobox .catbox a{
        font-size:20px;
        width: 150px;
        height: 50px;
        line-height: 50px;
        margin-top: 5px;
    }
    .videobox .contbox .item .imgbox{
        height: 180px;
    }
}


@media (max-width:768px) {
    .videobox .contbox .item{
        width: calc(50% - 40px);
    }
    .photobox .contbox .item{
        width: calc(50% - 40px);
    }
    .player{
        left:0;
        width: 100%;
        height: 500px;
    }
    .videobox .contbox .item .infobox .title{
        font-size: 20px;
        line-height: 50px;
    }
    .videobox .contbox .item .infobox .txt{
        font-size: 14px;
        margin-bottom: 15px;
    }
}
@media (max-width:400px) {
    .photobox .contbox .item .imgbox{
        height: 150px;
    }
    .photobox .catbox a{
        font-size: 20px;
        line-height: 50px;
    }
}