.lication_container{
    gap: 29px;
}
.lication_card{
    width: 20%;
    height: 420px;
    position: relative;
    overflow: hidden;
    transition: all .6s;
}
.lication_card:last-child:nth-child(4n + 2){
    margin-right: calc((100% - 20%) / 3 * 2);
}
.lication_card:last-child:nth-child(4n + 3){
    margin-right: calc((100% - 20%) / 3 * 1);
}
.partner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 90%;
    overflow-y: auto;
}
.lication_bg{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
}
.lication_card:hover{
    width: 60%;
    background: #f5f5f5;
    border-radius: 15px;
    display: flex;
}
.destination_content{
    flex: 1;
    padding: 20px;
}
.lication_card:hover .lication_bg,.lication_card:hover .destination,.lication_card:hover .lication_introduce{
    width:32%;
    object-fit: cover;
}
.lication_card:hover .destination .sign{
    background: rgba(51,51,51,.6);
    border-radius: 5px;
    padding: 10px;
}
.lication_card:hover .destination .next_link{
    background: #005DA4;
    border-color: #005DA4;
}
.lication_introduce{
    width: 100%;
height: 420px;
background: #F5F5F5;
border-radius: 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: all .3s;
padding-left: 20px;
}
.introduce_up{
    display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.cation_icon{
    width: 30px;
    height: 30px;
}
.introduce_title{
font-weight: 400;
font-size: 16px;
color: #333333;
margin-top: 12px;
}
.mask_active{
    background: rgba(51,51,51,.6);
    border-radius: 5px;
    padding: 10px;
}
.introduce_contents{
    width: 166px;
font-weight: 400;
font-size: 14px;
color: #666666;
line-height: 24px;
margin-top: 20px;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
}
.introduce_link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
height: 36px;
background: #005DA4;
border-radius: 10px 10px 10px 10px;
margin-top: 30px;
}
.introduce_icon{
    width: 20px;
    height: 20px;
}
.cooperate_title{
font-weight: bold;
font-size: 22px;
color: #333333;
position: relative;
width: fit-content;
}
.cooperate_title::after{
    position: absolute;
    top: 13px;
    left: -10px;
    background: #333333;
    content: "";
    width: 5px;
    height: 3px;
}
.cooperate_title::before{
    position: absolute;
    top: 13px;
    right: -10px;
    background: #333333;
    content: "";
    width: 5px;
    height: 3px;
}
.lication_box{
    padding-bottom: 30px;
}
.cooperate_img{
    width: 30%;
    height: 110px;
    margin-top: 20px;
}
.cooperate_img:last-child:nth-child(3n + 2){
    margin-right: calc((100% - 30%) / 2 * 1);
}
.destination{
    width: 100%;
    height: 100%;
    transition: all .5s;
    position:absolute;
    top: 0;
    left: 0;
}
.sign,.next_link{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
font-size: 16px;
color: #FFFFFF;
transition: all .3s;
}
.next_link{
    top: 85%;
    width: 55px;
height: 36px;
border-radius: 10px 10px 10px 10px;
border: 1px solid #FFFFFF;
}
.sign_icon{
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
}
.lication_m30{
    margin-top: 30px;
}
.intro_container{
    padding-bottom: 60px;
}
.cooperate{
    padding-top: 22px;
}