.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img{
    width: 100%;
    height: auto;
}

.block-title{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.item-block{
    width: 100%;
    position: relative;
    margin-top: 66px;
    margin-bottom:60px;
}

.academy-item-block{
    width: 80%;
    position: relative;
    margin: 66px auto 55px;
}
.more-item{
    position: absolute;
    right:20px;
    color:#656565;
    font-size: 16px;
    text-decoration:none;
}

a:hover {
    text-decoration: none;
    color:#5a5a5a;
}

.item-content{
    width:80%;
    height:auto;
    margin: 20px atuo;
}

.left-block{
    position: relative;
}

.left-block .date{
    color:#76664b;
    margin-top: 20px;
    font-size: 18px;
}

.left-block .title{
    color:#252525;
    font-size: 22px;
    font-weight: bold;
}

.left-block .abstract{
    color:#666666;
    margin-top: 25px;
    font-size: 18px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    max-height: 56px;
}

.left-block img{
    width: 100%;
    height: auto;
}

.inner-container{
    width: 100% !important;
    margin-top: 0px!important;
}

.inner-container-bottom{
    width: 100% !important;
    margin-top: 15px !important;
}

.inner-container .date{
    color:#676666;
    font-size: 16px;
    font-family: fzssjw;
}

.inner-container .day{
    color:#676666;
    font-size: 52px;
    font-weight: bold;
    font-family: fzssjw;
}

.inner-container .title{
    color:#252525;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inner-container .abstract{
    color:#666666;
    margin-top: 15px;
    font-size: 18px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 这个表示要显示几行 */
	-webkit-box-orient: vertical;
    text-align: justify;
    max-height: 56px;
}

.container-fluid{
    width:80%;
    margin-top:30px;
}

.notice-block-content{
    width: 80%;
    margin:0 auto;
}

.notice-container-fluid{
    width:100%;
    margin-top:30px;
    display: flex;
    flex-flow: row wrap;
}

.card{
    border: 0px;
    background-color: rgb(0, 0, 0,0);
    cursor: pointer;
}

.card img{
    object-fit: cover;
    height: 268px;
}

.card-body-block1{
    padding-top: 0px;
}

.card-body-block2{
    padding-left: 30px;
    background-color: #e3e8cd;
}

.card-body .date{
    color:#76664b;
    font-size: 16px;
}

.card-body .title{
    color:#252525;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    max-height: 60px;

}

.card-body .abstract{
    color:#5a5a5a;
    margin-top: 25px;
    font-size: 17px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
    line-height: 30px;
    text-align: justify;
    max-height: 120px;
}

.card-body-block2 .sub-title{
    color:#7c7254;
    margin-left: 10px;
    font-size: 14px;
}

.card-body-block2 .title{
    font-family: fzssjw;
    color:#30312e;
    margin-left: 10px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.card-body-block2 .figure{
    color:#6c6e63;
    margin-left: 10px;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-body-block2 .figure::before{
    content:url(/images/icon1.png);
    display:inline-block;
    width:10px;
    height:10px;
    margin-right:5px;
    position: relative;
    right: 10px;
    top: 5px
}

.card-body-block2 .time{
    color:#6c6e63;
    margin-left: 10px;
    font-size: 14px;
    padding-left: 10px;
}

.card-body-block2 .time::before{
    content:url(/images/icon2.png);
    display:inline-block;
    width:10px;
    height:10px;
    margin-right:5px;
    position: relative;
    right: 10px;
    top: 5px
}

.card-body-block2 .address{
    color:#6c6e63;
    margin-left: 10px;
    font-size: 14px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-body-block2 .address::before{
    content:url(/images/icon3.png);
    display:inline-block;
    width:10px;
    height:10px;
    margin-right:5px;
    position: relative;
    right: 10px;
    top: 5px
}

.appointment-block{
    position: relative;
    width: 100%;
    height: 35px;
}

.appointment{
    position: absolute;
    right: 15px;
    color:#fbf6f0;
    width: 80px;
    height: 30px;
    background-color: #c52200;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.block-content3{
    width: 100%;
    height: 750px;
    background-image: url('/images/bg3.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.block-content3 .date-area{
    display: inline-block;
    width:80px;
    height: 100px;
    border: 1px solid #deddd6;
    margin: 0px;
    vertical-align: top;
}

.block-content3-sub .content{
    display: inline-block;
    width: 70%;
    height: 100px;
    margin-left: 20px;
}

.block-content3-sub .content .special-title{
    width:100%;
    height: 35px;
    color:#ebebeb;
    font-size: 17px;
    font-weight: bold;
    margin-left: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.block-content3-sub .content .title{
    width:100%;
    height: 35px;
    color:#ebebeb;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-top: 5px;
}

.block-content3-sub .content .abstract{
    width:100%;
    color:#c2c2c2;
    font-size: 14px;
    margin: 0 0 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.block-content3-sub .content .org{
    width:100%;
    height: 20px;
    color:#c1c1c1;
    font-size: 14px;
    margin: 0 0 0 15px;
}

.block-content3 .date-area .date{
    color:#f4f4f4;
    font-size: 16px;
    width: 80px;
    text-align: center;
    height:40px;
    line-height: 40px;
    vertical-align: middle;
    margin: 0px;
}

.block-content3 .date-area .day{
    color:#f4f4f4;
    font-size: 36px;
    width: 80px;
    text-align: center;
    height:60px;
    line-height: 60px;
    vertical-align: middle;
    margin: 0px;

}

.block-content3-sub{
    display: inline-block;
    width: 45%;
}

.block-content3-sub-title-block{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.block-content3-sub-title{
    font-family: 'fzktjw';
    color:#ecece7;
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    width: 150px;
}

.active-more-item{
    color:#ecece7;
    font-size: 16px;
    text-decoration: none;
    width: 50px;
    height: 15px;
    display: inline-block;
    line-height: 60px;
}

.active-more-item:active, .active-more-item:hover{
    color:#ecece7;
}

.block-content3-area{
    margin-top: 45px;
    height: 100px;
}

.block-content3-content{
    width:1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    position: relative;
    top: 55%; /*偏移*/
    transform: translateY(-50%);
    padding-left: 60px;
}

.academic-block{
    background-image: url('/images/bg1.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
}

.notice-block{
    background-image: url('/images/bg2.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
}
.carousel-indicators .active{
    background-color: #786744;
}
.carousel-indicators li{
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border-radius: 8px;
    border: 0;
}

.content-margin{
    margin-left: 0px;
    display: inline-block;
    width: calc(100% - 80px);
    cursor: pointer;
}

.inner_padding{
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inner_bottom{
    margin-bottom: 30px;
}

.card_padding{
    padding: 0 2.25rem 2.25rem;
}

.block_left_width{
    margin-left: 100px;
}

.time{
    min-width: 70px;
    display: inline-block;
}

.notice_block{
    min-width: 700px;
}

.inner-right-panel{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

@media screen and (max-width: 701px){
    .notice_block{
        min-width: 100%;
    }

    .block-content3-sub-title {
        font-size: 22px;
    }

    .block-content3-content {
        width: 98%;
        top: 45%;
        padding-left: 1px;
    }

    .block-content3-sub .content .special-title {
        font-size: 15px;
        height: 25px;
    }

    .block-content3 {
        height: 850px;
        background: black;
    }

    .block-content3-sub {
        display: inline-block;
        width: 90%;
        margin-top: 20px;
    }

    .block_left_width {
        margin-left: 10px;
    }

    .block-content3-sub .content {
        width: 65%;
        margin-left: 0px;
    }

    .card_padding {
        padding: 0;
    }

    .card-body {
        padding: 0;
        margin-top: 10px;
    }

    .container-fluid{
        padding-right: 0px;
        width: 92%;
    }
    
    .inner-container .title {
        font-size: 18px;
    }

    .inner-container .abstract {
        font-size: 16px;
    }

    .inner-container .day{
        font-size: 30px;
    }

    .block-title img{
        width: 90%;
        height: auto;
    }
}

@media screen and (min-width: 702px) and (max-width: 960px) {
    .card-body .title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .card-body .date {
        font-size: 15px;
    }

    .inner-container .day{
        font-size: 36px;
    }

    .inner-container .title {
        font-size: 18px;
    }

    .inner-container .abstract {
        font-size: 16px;
    }

    .inner-container-bottom {
        margin-top: 5px !important;
    }

    .card-body .abstract {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }

    .notice_block{
        min-width: 700px;
    }

    .block-content3-sub-title {
        font-size: 22px;
    }

    .block-content3-content {
        width: 98%;
        top: 45%;
        padding-left: 1px;
    }

    .block-content3-sub .content .special-title {
        font-size: 15px;
    }

    .block-content3 {
        height: 850px;
        background: black;
    }

    .block-content3-sub {
        display: inline-block;
        width: 90%;
        margin-top: 50px;
    }

    .block_left_width {
        margin-left: 10px;
    }
}

@media screen  and (min-width: 960px) and (max-width: 1024px) {
    .container-fluid {
        width: 96%;
    }

    .notice-block-content {
        width: 96%;
    }
    
    .academy-item-block {
        width: 80%;
    }

    .block_left_width {
        margin-left: 10px;
    }

    .block-content3-sub-title {
        font-size: 22px;
    }

    .block-content3-content {
        width: 98%;
        top: 45%;
        padding-left: 1px;
    }

    .block-content3-sub .content .special-title {
        font-size: 15px;
    }

    .block-content3 {
        height: 850px;
        background: black;
    }

    .block-content3-sub {
        display: inline-block;
        width: 90%;
        margin-top: 50px;
    }

    .inner-container .day {
        font-size: 22px;
    }

    .inner-container .title {
        font-size: 17px;
        height: 22px;
    }

    .inner-container .abstract {
        font-size: 16px;
        height: 44px;
    }

    .block-content3-sub .content {
        margin-left: 10px;
    }

    .block-content3-sub .content .special-title{
        height: auto;
    }

    .notice_block{
        min-width: 400px;
    }

    .card-body .title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .card-body .abstract {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }
}

@media screen and  (min-width: 1025px) and (max-width: 1366px) {
    
    .block-content3-sub {
        width: 35%;
    }

    .block_left_width {
        margin-left: 10px;
    }

    .block-content3-sub .content {
        width: 60%;
    }
    
    .block-content3-content {
        top: 50%;
    }

    .block-content3-area {
        margin-top: 20px;
    }

    .block-content3 {
        height: 550px;
    }

    .block_left_width {
        margin-left: 0px;
    }

    .card-body .title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .card-body .date {
        font-size: 15px;
    }

    .inner-container .day{
        font-size: 30px;
    }

    .inner-container .title {
        font-size: 18px;
        height: 22px;
    }

    .inner-container .abstract {
        font-size: 16px;
        height: 44px;
    }

    .inner-container-bottom {
        margin-top: 5px !important;
    }

    .card-body .abstract {
        font-size: 16px;
        -webkit-line-clamp: 2;
        margin-top: 5px;
    }

    .notice_block{
        min-width: 400px;
    }

    .block-content3-sub-title {
        font-size: 30px;
    }

    .block-content3-content {
        width: 90%;
    }

}

@media screen and  (min-width: 1366px) and (max-width: 1680px) {
    
    .block-content3-content {
        top: 55%;
    }

    .block-content3-sub {
        width: 35%;
    }

    .block_left_width {
        margin-left: 10px;
    }

    .block-content3 {
        height: 650px;
    }

    .card-body .date {
        font-size: 15px;
    }

    .inner-container .day{
        font-size: 36px;
    }

    .inner-container .title {
        font-size: 18px;
    }

    .inner-container .abstract {
        font-size: 16px;
    }

    .inner-container-bottom {
        margin-top: 5px !important;
    }

    .card-body .title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .notice_block {
        min-width: 500px;
    }

    .card-body .abstract {
        font-size: 16px;
        -webkit-line-clamp: 3;
        margin-top: 5px;
    }
}

@media screen and  (min-width: 1700px) and (max-width: 1919px) {
    .left-block .abstract {
        margin-top: 35px;
    }

    .block_left_width {
        margin-left: 0px;
    }

    .inner-container-bottom{
        margin-top: 5px !important;
    }

    .card-body .title {
        margin-bottom: 20px;
    }

    .notice_block{
        min-width: 680px;
    }
}

@media  screen and (min-width:1920px)  and (max-width:2100px){
    .inner-container-bottom {
        margin-top: 20px !important;
    }
}

@media  screen and (min-width:2100px)  and (max-width:2300px){
    .inner-container-bottom {
        margin-top: 40px !important;
    }
}

@media  screen and (min-width:2300px) {
    .inner-container-bottom {
        margin-top: 55px !important;
    }
}


.title-block{
    width:100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.title-block p{
    font-family: 'fzktjw';
    font-size: 36px;
    font-weight: 600;
    color: #555454;
    width: 200px;
    letter-spacing:8px;
    margin: 0 auto;
    position: relative;
}

.title-block p::before{
    content: '';
    background: url(/images/title_icon.png) no-repeat;
    background-size: 60px 8px;
    width: 60px;
    height: 8px;
    position: absolute;
    left: -80px;
    top: 22px;
}

.title-block p::after{
    content: '';
    background: url(/images/title_icon.png) no-repeat;
    background-size: 60px 8px;
    width: 60px;
    height: 8px;
    position: absolute;
    right: -60px;
    top: 22px;
}

@media screen and (max-width: 701px){
    .title-block p{
        font-size: 24px;
    }

    .title-block p::before{
        left: -40px;
        top: 16px;
    }
    
    .title-block p::after{
        right: -40px;
        top: 16px;
    }
}