.headerBox{
    height: 277px;
    background: #252376;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerBox .headerIconAndLabel{
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerBox .headerIconAndLabel .headerIcon img{
    width: 150px;
    height: 150px;
}
.headerBox .headerIconAndLabel .headerLabel{
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    font-family: serif;
    margin-left: 20px;
}
.caseMain{
    margin: 0 auto;
    width: 1200px;
    margin-top: 32px;
    margin-bottom: 71px;
    display: flex;
    justify-content: space-between;
}
.caseTabs{
    width: 286px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);  
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 0 18px 0 18px;
}
.webNav{
    border-bottom: 1px solid rgba(222, 222, 222, 1);
    height: 79px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: rgba(56, 56, 56, 1);
}
.caseTabs ul{
    margin-top: 12px;
}
.caseTabs ul li{
    width: 240px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.selectTab{
    background: rgba(37, 35, 118, 1);
    color: #fff;
}
.caseList{
    width: 880px;
    min-height: 650px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 222, 222, 1);
    padding-left: 24px;
    padding-right: 43px;
}
.caseList ul{
    min-height: 550px;
}
.caseList ul li{
    width: 813.38px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.caseList ul li div:nth-child(1){
    font-size: 20px;
    font-weight: 500;  
    color: rgba(56, 56, 56, 1);
    margin-top: 25px;
    margin-bottom: 8px;
}
.caseList ul li div:nth-child(2){
    font-size: 15px;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
    margin-bottom: 16px;
}
.caseList ul li div:nth-child(2) span:nth-child(1){
    margin-right: 20px;
}
.caseListPage{
    display: flex;
    justify-content: center;
    margin-top: 44px;
    margin-bottom: 43px;
}
.caseListPage2{
    display: flex;
    justify-content: center;
    margin-top: 17px;
    margin-bottom: 47px;
}
.videoList{
    width: 880px;
    min-height: 650px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 222, 222, 1);
    padding-left: 20px;
    padding-right: 20px;  
}
.pufaMicroVideoContent{
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
}
.pufaMicroVideoContent li {
    margin-right: 2%;
}
.pufaMicroVideoContent li {
    position: relative;
    width: 32%;
    border-radius: 12px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid rgba(229, 229, 229, 1);
}
.pufaMicroVideoContent li:nth-of-type(3n+3) {
    margin-right: 0;
}
.pufaMicroVideoContent li .video_img {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.select_video,.unselect_video{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 55.07px;
    left: 50%;
    transform: translate(-50%, 0);
}
.select_video {
    display: none;
}
.pufaTitle{
    font-size: 18px;
    font-weight: 700;
    color: rgba(56, 56, 56, 1);
    margin-top: 14px;
    margin-left: 16px;
}
.pufaLocation{
    margin-top: 8px;
    margin-left: 16px; 
    color: rgba(56, 56, 56, 1);
    font-size: 16px;
    font-weight: 400;
}
.pufaDate{
    margin-top: 4px;
    margin-left: 16px;   
    color: rgba(56, 56, 56, 1);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}
.pufaMicroVideoContentMoreButton{
    width: 340px;
    height: 72px;
    opacity: 1;
    border-radius: 36px;
    background: rgba(37, 35, 118, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 400;  
    margin-bottom: 121px; 
}
.pufaMicroVideoContent li:hover {
    background-color: #1f1e68;
}

.pufaMicroVideoContent li:hover .pufaTitle {
    color: #fff;
}

.pufaMicroVideoContent li:hover .pufaLocation {
    color: #fff;
}

.pufaMicroVideoContent li:hover .pufaDate {
    color: #fff;
}

.pufaMicroVideoContent li:hover .select_video {
    display: block;
}

.pufaMicroVideoContent li:hover .unselect_video {
    display: none;
}
.urlGo{
    display: none;
}
.bottomBox{
    background: rgba(0, 41, 169, 1);
    height: 199px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}
.bottomBox .bottomBoxItem{
    height: 100px;
    margin-right: 100px;
}
.bottomBoxItem1{
    margin-left: 100px;
}
.bottomBoxItemUp{
    margin-bottom: 20px;
}
.caseMain .caseList .wrap1{
    margin: 30px auto 10px;
}
.pagination_active_num1 {
    background-color: rgba(37, 35, 118, 1);
    color: #fff;
}
