@charset "utf-8";

.secTop{
    padding: 80px 0 110px;
    background-color: #efefef;
}
.secTop .topTit{
    width: 100%;
    height: 78px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding-left: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.secTop .topTxt{
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}
.secTop .topTxt::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    right: -12px;
    width: 12px;
    height: 3px;
    background: #9ad320;
}
.secTop .mapArea{
    display: flex;
    margin-top: 30px;
}
.secTop .mapArea .mapBox,
.secTop .mapArea .linkBox{
    width: 50%;
}
/* .secTop .linkBox{
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
} */
.secTop .linkBox .linkTit{
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    background-color: #141f3f;
    color: #fff;
}
.secTop .linkBox .linkList{
    display: flex;
    flex-wrap: wrap;
}
.secTop .linkBox .linkList .item{
    width: 50%;
    border-bottom: 1px solid #c4c4c4;
}
.secTop .linkBox .linkList .item:nth-child(odd){
    border-right: 1px solid #c4c4c4;
}
.secTop .linkBox .linkList .item a{
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0 25px;
    background-color: #fff;
    font-size: 16px;
}
.secTop .linkBox .linkList .item a::after{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #182033;
    border-right: 1px solid #182033;
    transform: rotate(45deg);
}
@media only screen and (max-width:767px){
    .secTop{
        padding: 20px 0 40px;
    }
    .secTop .topTit{
        height: auto;
        justify-content: center;
        background-color: transparent;
        padding-left: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .secTop .topTxt{
        font-size: 18px;
    }
    .secTop .topTxt::after{
        display: none;
    }
    .secTop .mapArea{
        position: relative;
        display: flex;
        margin-top: 15px;
        overflow: hidden;
    }
    .secTop .mapArea .mapBox,
    .secTop .mapArea .linkBox{
        width: 100%;
    }
    .secTop .mapArea .mapBox{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: stretch;
        width: auto;
        height: 100%;
        max-height: 465px;
    }
    .secTop .mapArea .mapBox img{
        width: auto;
        height: 100%;
    }
    .secTop .mapArea .mapBox.spNone{
        display: none;
    }
    .secTop .linkBox{
        position: relative;
        box-shadow: none;
    }
    .secTop .linkBox .linkTit{
        font-size: 13px;
    }
    .secTop .linkBox .linkList .item{
        width: 100%;
    }
    .secTop .linkBox .linkList .item:nth-child(odd){
        border-right: none
    }
    .secTop .linkBox .linkList .item a{
        padding: 0 30px 0 25px;
        background-color: rgba(255,255,255,.8);
    }
    .secTop .linkBox .linkList .item a::after{
        bottom: 2px;
        right: 12px;
        width: 8px;
        height: 8px;
    }
}

/* secContents */
.secContents{
    background-color: #ededed;
    padding: 130px 0 140px;
}
.secTop + .secContents{
    padding-top: 0;
}
.secContents .cmnTitBox{
    text-align: center;
}
@media only screen and (max-width:767px){
    .secContents{
        border-top: 1px solid #1f2126;
        padding: 35px 0 50px;
    }
    .secTop + .secContents{
        border-top: none;
    }
}

/* areaBox */
.areaBox{
    margin-top: 60px;
}
.areaBox .wrapper{
    margin-top: 50px;
}
.areaBox .wrapperArea .areaTxt{
    font-size: 20px;
    font-weight: normal;
}
.areaBox .wrapperArea + .wrapperArea{
    margin-top: 45px;
    padding-top: 45px;
    background: linear-gradient(to right, #afafaf, #afafaf 1px, transparent 1px, transparent 4px) left top / 4px 2px repeat-x;
}
.areaBox .themeList{
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.areaBox .themeList .item{
    width: 31.25%;
    position: relative;
}
.areaBox .themeList .item:nth-child(n+4){
    margin-top: 3.12%;
}
.areaBox .themeList .item + .item{
    margin-left: 3.12%;
}
.areaBox .themeList .item:nth-child(3n+1){
    margin-left: 0;
}
.areaBox .themeList .item .imgBox,
.areaBox .themeList .item .imgCover{
    width: 100%;
}
.areaBox .themeList .item .imgCover{
    height: 0;
    padding-top: 75.67%;
}
.areaBox .themeList .item .imgCover{
    padding-top: 66%;
}
.areaBox .searchList .item img{
    border-radius: 5px;
}
.areaBox .themeList .item img{
    box-shadow: -2px -1px 10px 2px rgba(0, 0, 0, 0.2);
}
.areaBox .themeList .item .txtBox{
    margin-top: 15px;
}
.areaBox .themeList .item .txtBox .titArea{
    display: flex;
    justify-content: space-between;
}
.areaBox .themeList .item .txtBox .tag{
    width: 70px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #182033;
    border-radius: 1px;
    color: #fff;
    font-size: 16px;
}
.areaBox .themeList .item .txtBox .tit,
.areaBox .themeList .item .txtBox .txt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.areaBox .themeList .item .txtBox .tit{
    width: calc(100% - 75px);
    font-size: 20px;
}
.areaBox .themeList .item .txtBox .txt{
    font-size: 16px;
    margin-top: 8px;
}
@media only screen and (max-width:767px){
    .areaBox{
        margin-top: 25px;
    }
    .areaBox .wrapper{
        margin-top: 20px;
    }
    .areaBox .wrapperArea .areaTxt{
        font-size: 18px;
    }
    .areaBox .wrapperArea + .wrapperArea{
        margin-top: 50px;
        padding-top: 0;
        background: none;
    }
    .areaBox .themeList{
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }
    .areaBox .areaTit + .themeList{
        margin-top: 15px;
    }
    .areaBox .themeList .item{
        width: 47.889%;
        position: relative;
    }
    .areaBox .themeList .item + .item{
        margin-left: 0;
    }
    .areaBox .themeList .item:nth-child(n+3){
        margin-top: 15px;
    }
    .areaBox .themeList .item .imgCover{
        padding-top: 66.478%;
    }
    .areaBox .themeList .item img{
        box-shadow: -2px -1px 10px 2px rgba(0, 0, 0, 0.2);
    }
    .areaBox .themeList .item .txtBox{
        margin-top: 8px;
    }
    .areaBox .themeList .item .txtBox .titArea{
        display: flex;
        justify-content: space-between;
    }
    .areaBox .themeList .item .txtBox .tag{
        width: 40px;
        height: 14px;
        font-size: 10px;
    }
    .areaBox .themeList .item .txtBox .tit{
        width: calc(100% - 45px);
        font-size: 14px;
    }
    .areaBox .themeList .item .txtBox .txt{
        font-size: 10px;
        margin-top: 7px;
    }
}

/* secEvent */
.secEvent{
    padding: 70px 0 90px;
    color: #fff;
}
.secEvent.lazyloaded{
    background: url(../img/index/bgEvent.jpg) center top / cover;
}
.secEvent .eventList {
    margin-top: 50px;
    display: flex;
}
.secEvent .eventList .item{
    width: 27.735%;
    position: relative;
}
.secEvent .eventList .item + .item{
    margin-left: 8.39%;
}
.secEvent .aLink{
    width: 100%;
    height: 100%;
    display: block;
    /* margin-top: 20px; */
    border-radius: 3px;
    background-color: #fff;
}
.secEvent .aLink .imgCover{
    width: 100%;
    height: 0;
    padding-top: 66.48%;
}
.secEvent .aLink .imgCover img{
    border-radius: 3px 3px 0 0;
}
.secEvent .aLink .txtBox{
    color: #000;
    padding: 25px;
    padding-bottom: 80px;
    text-align: center;
    height: calc(100% - 236px);
    position: relative;
}
.secEvent .aLink .txtBox .subTxt,
.secEvent .aLink .txtBox .subTit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.secEvent .aLink .txtBox .subTxt{
    font-size: 14px;
}
.secEvent .aLink .txtBox .subTit{
    font-size: 28px;
    margin-top: 10px;
}
.secEvent .aLink .txtBox .infoBox{
    margin: 20px auto 0;
    width: 67.216%;
}
.secEvent .aLink .txtBox .infoBox .infoList{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secEvent .aLink .txtBox .infoBox .infoList + .infoList{
    margin-top: 5px;
}
.secEvent .aLink .txtBox .infoBox .infoTit{
    width: 50px;
    min-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #182033;
    color: #fff;
    font-size: 13px;
}
.secEvent .aLink .txtBox .infoBox .infoTxt{
    width: calc(100% - 55px);
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 46px;
}
.aTxtLink{
    position: relative;
    max-width: 355px;
    width: 100%;
    height: 47px;
    border: 1px solid #fff;
    border-radius: 23.5px;
    font-size: 16px;
    /* font-weight: bold; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
}
.secEvent .aLink .aTxtLink{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 30px;
}
.eventList .aTxtLink{
    height: 35px;
    border-radius: 17.5px;
    font-size: 14px;
    border: 1px solid #182033;
}
.secEvent .txtBox .aTxtLink{
    width: 85.916%;
    height: 35px;
    bottom: 25px;
    right: 0;
    margin: auto;
}
.areaBox .aTxtLink{
    height: 50px;
    border-radius: 25px;
    margin-top: 50px;
    font-size: 14px;
    border: 1px solid #182033;
}
.aTxtLink::after{ 
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.eventList .aTxtLink::after,
.areaBox .aTxtLink::after{ 
    border-top: 1px solid #182033;
    border-right: 1px solid #182033;
    width: 6px;
    height: 6px;
}
@media only screen and (max-width:767px){
    .secEvent{
        padding: 40px 0 70px;
    }
    .secEvent.lazyloaded{
        background: url(../img/index/bgEventSp.jpg) center top / cover;
    }
    .secEvent .wrapper {
        width: 94.67%;
    }
    .secEvent .cmnTitBox .engTit{
        width: 61px;
        height: 16px;
    }
    .secEvent .wrapperSp355 {
        margin-top: 35px;
    }
    .secEvent .eventList {
        margin-top: 35px;
        flex-direction: column;
        width: 94.67%;
        margin-top: 8px;
    }
    .secEvent .eventList .item{
        width: 100%;
    }
    .secEvent .eventList .item + .item{
        margin: 20px 0 0 0;
    }
    .secEvent .aLink{
        padding: 6px;
        display: flex;
        justify-content: space-between;
    }
    .secEvent .aLink .imgBox{
        width: 51.606%;
    }
    .secEvent .aLink .imgCover{
        padding-top: 66.67%;
    }
    .secEvent .aLink .imgCover img{
        border-radius: 0;
    }
    .secEvent .aLink .txtBox{
        width: calc(100% - 54.227%);
        height: auto;
        padding: 0;
        margin-top: 4px;
        text-align: left;
    }
    .secEvent .aLink .txtBox .subTxt{
        font-size: 10px;
    }
    .secEvent .aLink .txtBox .subTit{
        font-size: 14px;
        margin-top: 5px;
        white-space: normal;
        text-overflow: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 28px;
    }
    .secEvent .aLink .txtBox .infoBox{
        margin: 5px auto 0;
        width: 100%;
    }
    .secEvent .aLink .txtBox .infoBox .infoList + .infoList{
        margin-top: 5px;
    }
    .secEvent .aLink .txtBox .infoBox .infoTit{
        width: 40px;
        font-size: 10px;
    }
    .secEvent .aLink .txtBox .infoBox .infoTxt{
        width: calc(100% - 45px);
        font-size: 10px;
        line-height: 1.3;
        max-height: 46px;
    }
    .aTxtLink{
        width: 94.67%;
        font-size: 14px;
        margin-top: 20px;
    }
    .secEvent .aLink .aTxtLink{
        position: relative;
    }
    .eventList .aTxtLink{
        height: 30px;
        border-radius: 17.5px;
        font-size: 12px;
        margin-top: 9px;
    }
    .secEvent .txtBox .aTxtLink{
        position: absolute;
        width: 100%;
        height: 22px;
        bottom: 0;
    }
    .areaBox .aTxtLink{
        width: 100%;
        margin-top: 15px;
        font-size: 14px;
        border: none;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    .eventList .aTxtLink::after,
    .areaBox .aTxtLink::after{ 
        width: 5px;
        height: 5px;
        right: 13px;
    }
}