
.swhzBox{
    width: 100%;
}
.swhzBox .headerBox {
    width: 100%;
    width: 100%;
    height: 20.75rem;
    background: url(./swhzTB.png) 100% no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swhzBox .headerBox .titleCRJ {
    font-weight: 400;
    font-size: 2.75rem;
    color: #F8F8F8;
    letter-spacing:.375rem
}

.swhzContent {
    padding: 2rem 7.5rem;
    background-color: #F5F5F5;
}
.swhzContent .thumbnail{
    width: 100%;
    height: 8.125rem;
    background: url(./swhzBJ.png) 100% no-repeat;
    background-size: 100% 100%;
    display: flex;
    
    justify-content: space-between;
    border-radius: .875rem;
}
.swhzContent .thumbnail .left {
    margin-left: 3rem;
    margin-top: 1.875rem;
}
.swhzContent .thumbnail .left .title0{
    display: none;
    font-weight: bold;
    font-size: 1.625rem;
    color:  #fff;
}

.swhzContent p {
    line-height: 2.2rem!important
}
.swhzContent .thumbnail .left .title1{
    font-weight: bold;
    font-size: 1.625rem;
    color:  #325FEB;
}


.swhzContent .thumbnail .left .title2{
    font-weight: 400;
    font-size: 1.25rem;
    color: #666666;
    cursor: pointer;
}

.swhzContent .thumbnail .left .title3{
    font-weight: 400;
    font-size: 1.25rem;
    color: #666666;
    cursor: pointer;
    display: none;
}
.swhzContent .thumbnail:hover{
    background: url(./swhzBJHOVER.png) 100% no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.swhzContent .thumbnail:hover .title0,
.swhzContent .thumbnail:hover .title3 {
    color: #fff;
    cursor: pointer;
    display: block;
}

.swhzContent .thumbnail:hover .title1,
.swhzContent .thumbnail:hover .title2{
    display: none;
}
.swhzContent .thumbnail .right {
    margin-right: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swhzContent .thumbnail .right .imgDiv{
    display: none;
    width: 1.5625rem;
    height: 1.1875rem;
    background: url(./swhzJT.png) 100% no-repeat;
    cursor: pointer;
}