*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
html{
    overflow-y: inherit !important;
}
.d_flex{
    display: flex;
    flex-wrap: wrap;
}
.d_j_c{
    justify-content: center;
}
.d_j_sb{
    justify-content: space-between;
}
.d_a_c{
    align-items: center;
}
.d_item{
    flex: 1;
}
.body_meeting{
    background-color: #fff;
    background-image: url(../images8/banner.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px auto;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 400px;
}
.container_meet{
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    padding: 40px;
}
.modal_1 .box_div{
    width: 576px;
}
.modal_1 .box_div .title_box{
    width: 100%;
    position: relative;
}
.modal_1 .box_div .title_box .more_a  {
    position: absolute;
    right: 0;
}
.modal_1 .box_div .news_lists{
    margin-top: 10px;
}
.news_lists{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.news_lists>li{
    display: flex;
    margin-bottom: 19px;
}
.news_lists fePointLight:last-of-type{
    margin-bottom: 0;
}
.news_lists .news_lists_item{
    width: 590px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    padding:14px 0;
    position: relative;
    transition: .3s linear;
}

.news_lists .news_lists_item:hover{
   /* background-color: #f3f6f8; */
   color:#cb0001;
}
.news_lists .news_lists_item .time{
    font-size: 16px;
    color: #999999;
    position: absolute;
    right: 0;
    bottom: 30%;
    line-height: 1.2;
    vertical-align: middle;
}


.modal_1 .banner_box{
    margin-top: 24px;
    width: 100%;
    height: 385px;
}
.modal_1 .banner_box .item_a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.modal_1 .banner_box .item_a .img_box{
    position: absolute;
    top: 0;
    left: 0;
    right: 16px;
    bottom: 70px;
    background-size: cover;
    background-position: center;
    z-index: 9;
}
.modal_1 .banner_box .item_a .bg_box{
    position: absolute;
    left: 16px;
    right: 0;
    top: 15px;
    bottom: 0;
    background-image: linear-gradient(180deg, #FFDC99 0%, #FBF6E7 100%);
    border: 1px solid #FFE1CD;
    z-index: 5;
    border-radius: 0 0 20px 0;
}
.modal_1 .banner_box .hiSlider-title{
    height: 70px;
    padding:0 0 0 35px;
    font-size: 20px;
    color: #BC8C57;
    text-indent:0;
    text-align: left;
    background: none;
    z-index: 10;
    line-height: 70px;
    max-width: 80%;
    font-weight: normal;
}
.modal_1 .banner_box .hiSlider-pages{
    z-index: 10;
    right: 21px;
}
.modal_1 .banner_box .hiSlider ,
.modal_1 .banner_box .hiSlider-wrap,
.modal_1 .banner_box .hiSlider-item{
    height: 100%;

}
.hiSlider-pages a{
    width: 10px;
    height: 10px;
    background-color: #E3B88A;
}
.hiSlider-pages a.active{
    background-color: #FE201B;
}



.modal_box{
    padding-top: 60px;
}

.modal_title{
    position: relative;

}
.modal_title .more{
    position: absolute;
    right: 0;
    bottom: 15px;
}

.db_list{
    
}
.db_list .item_li{
    width: 221px;
    height: 293px;
    border-radius: 18px 0px 18px 0px;
    border: 1px solid rgba(254,32,27,0.3);
    margin-top: 24px;
    margin-right: 23px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.db_list .item_li:nth-of-type(5n){
    margin-right: 0;
}
.db_list .item_li .name_div{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background-color:rgba(254,32,27,0.3);
    color: #fff;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hhcj_lists{
    padding-top: 10px;
}
.hhcj_lists .news_lists_item{
    display: block;
}
.hhcj_lists.news_lists .news_lists_item::before,
.js20_lists.news_lists .news_lists_item::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 100%;
    background-image: url(../images8/small.jpg);
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.news_lists .content_sp{
    display: inline-block;
    vertical-align: middle;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.js20_lists{
    padding-top: 10px;
}
.js20_lists>li{
    width: 100%;
}
.js20_lists .news_lists_item{
    width: 100%;
}
.js20_lists.news_lists>li,
.hhcj_lists.news_lists>li{
    margin-bottom: 4px;
}



@media only screen and (max-width: 768px) {

    .body_meeting{
        background-size: 150% auto;
        padding-top: 110px;
        min-width: 300px;
    }

    .container_meet{
        width: 97%;
        padding: 20px 10px;
        border-radius: 15px;
        margin: 0 auto;
    }
    .modal_1 .box_div{
        width: 100%;
    }
    .modal_1 .box_div .title_box .title_img{
        width: 100%;
    }
    .modal_1 .box_div .title_box .arrow_img{
        width: 14px;
    }
    .modal_1 .box_div:last-of-type{
        margin-top: 20px;
    }
    .news_lists,
    .news_lists>li,
    .news_lists>li .news_lists_item{
        width: 100%;
    }
    .news_lists>li{
        margin-bottom: 8px;
    }
    .news_lists>li .news_lists_item{
        font-size: 16px;
        padding: 10px 0;
    }
    .news_lists>li .news_lists_item .time{
        font-size: 14px;
    }

    .modal_1 .banner_box{
        margin-top: 10px;
        height: 260px;
    }
    .modal_1 .banner_box .item_a .img_box{
        bottom: 47px;
    }
    .modal_1 .banner_box .hiSlider-title{
        height:47px;
        line-height: 47px;
        font-size: 16px;
    }
    .modal_1 .banner_box .hiSlider-pages{
        bottom: 14px;
        right: 18px;
    }
    .modal_box{
        padding-top: 30px;
    }
    .modal_title .title_image{
        width: 100%;
    }
    .modal_title .more {
        bottom: 6px;
    }
    .modal_title .more img{
        width: 12px;
    }
    .db_list {
        justify-content: space-between;
    }
    .db_list .item_li{
        width: 48%;
        height: 0;
        padding-bottom:74%;
        margin-right: 0;
        margin-top: 15px;
    }
    .news_lists .content_sp{
        font-size: 16px;
        max-width: 68%;
    }
    
	/* footer */
	.footer {

		/* 和 header 一样，footer 也采用固定高度*/
		/* 0 flex-grow, 0 flex-shrink, auto flex-basis */
		flex: 0 0 auto;
		text-align: center;
		background-color: #d4212f;
		color: #fff;
		padding: 0.3rem;
		font-size: 0.34rem;
		border-top: 6px solid #f9f9f9;
	}

	.footer .pc_btn {
		display: inline-block;
		padding: 0.15rem 0.4rem;
		border: 1px solid #fff;
		color: #fff;
		line-height: 1;
		margin-bottom: 0.13rem;
	}

	.footer p {
		margin-bottom: 0;
		padding-bottom: 0.13rem;
	}

	.footer p:last-of-type {
		padding-bottom: 0;
	}
    .foot{
        display: none;
    }
}

@media screen and (min-width: 769px) {
	.footer{
		display: none;
	}
}
