/*首页样式*/
@import 'common.css';
    ul{
        list-style:none;
        padding: 0;
        margin: 0;
    }
    li{
        list-style-type:none;
        padding: 0;
        margin: 0;
    }




/*--------------------------------------------------------------
# 页面样式
--------------------------------------------------------------*/
body{
    background: #F6F0E9;
}



/*--------------------------------------------------------------
# 中法学院
--------------------------------------------------------------*/


.zfxy-box{
    margin-top: 76px;
}

.zfxy-box-img{
    font-family: var(--thm-font);
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 69px;
    text-align: center;
    font-style: normal;
    margin-bottom: 56px;
}

.zfxy-box-item{
    height: 480px;
    background: linear-gradient( 180deg, #E5C9AE 0%, rgba(207,182,156,0) 100%);
    border-radius: 8px 8px 0px 0px;
    padding-top: 52px;
    margin-bottom: 60px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.zfxy-box-item:hover{
    margin-top: -20px;
}
.zfxy-box-item-t{
    width: 100%;
    margin: 0 auto;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zfxy-box-item-t img{
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.zfxy-box-item:hover .zfxy-box-item-t img{
    /*rotateY()使元素沿着Y轴旋转 */
    transform: translate3d(0, 0, 10px)  !important;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,.6)) !important;
}

.zfxy-box-item-b{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
}
.zfxy-box-item-b-ul{
    border: 2px solid;
    width: 100%;
    border-image: linear-gradient(360deg, rgba(204, 13, 31, 1), rgba(118, 49, 50, 1)) 2 2;
    padding: 20px 10px;
}
.zfxy-box-item-m{
    font-family: var(--thm-font);
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    padding: 0 100px;
    margin-top: 32px;
    text-align: center;
    font-style: normal;
}
.zfxy-box-item-b li{
    font-family: var(--thm-font);
    font-weight: 400;
    font-size: 16px;
    color: #8E3637;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}

.detail-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.detail-box-btn{
    font-family: var(--thm-font);
    font-weight: 400;
    font-size: 20px;
    color: #8E3637;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}

.detail-box-btn i{
    font-size: 18px;
    margin-left: 20px;
    color: #8E3637;
}

.jlhz-bottom-rt{
    width: 320px;
    height: 100%;
    background: #DEC0AE;
}
.jlhz-bottom-lf-topBox{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-left: 18%;
}
.jlhz-bottom-lf-t{
    padding: 64px 80px 36px 0;
}
.jlhz-bottom-lf-t h1{
    font-family: var(--thm-font);
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 69px;
    text-align: right;
    font-style: normal;
}
.jlhz-bottom-lf-t>div{
    font-family: var(--thm-font);
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: right;
    font-style: normal;
}
.jlhz-bottom-lf-t div i{
    margin-left: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
}

.jlhz-bottom-lf-b-item{
    height: fit-content;

}
.jlhz-bottom-lf-b-item-top{
    height: 360px;
    padding-top: 40px;
    padding-bottom: 10px;
}
.jlhz-bottom-lf-b-item-img{
    margin: 0 43px 24px 43px;
    height: 160px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.jlhz-bottom-lf-b-item-img img{
    height: 100%;
}
.jlhz-bottom-lf-b-item-content{
    padding: 0 32px;
    font-family: var(--thm-font);
    text-indent: 2em;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    margin: 0;
}
.jlhz-bottom-lf-b-item-time{
    padding: 0 36px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: right;
    font-style: normal;
}
.jlhz-bottom-lf-b-item-more{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jlhz-bottom-lf-b-item-more span{
    font-family: var(--thm-font);
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    padding: 4px 17px;
    border-radius: 23px;
    border: 1px solid #FFFFFF;
}
.jlhz-bottom-lf-b-item-more span i{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-left: 5px;
}

@media (max-width: 750px) {
    .tabSelect{
        display: none !important;
    }
    .xsst-box-lf,.xsst-box-rt,.xsst-box-mid{
        margin-bottom: 20px;
        height: auto !important;
    }
    .xsst-box-rt-rt{
        width: 100px !important;
        height: auto !important;
    }
}