@charset "utf-8";
/* CSS Document */
.list_ul li{
    padding-bottom: 5px;
}
.list_ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #333;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}
.trip{
    text-align: center;
}
.trip img{
    display: inline-block;
}

/*conference inducation*/
.inportant_date{ background: url(http://image.conference123.net/conference/2023/iceece/date_img.jpg) no-repeat right top}
.intro{
    margin-top: 50px;
    margin-bottom: 30px;
}
.intro_left{float: left;width: 850px;margin-right: 45px;}
.home_title{
   
text-align: center;
   
margin-bottom: 20px;
}
.home_title h3{font-size: 32px;}
.title_line {
   
display: inline-block;
   
width: 35px;
   
height: 6px;
   
background: #f0801a;
   
border-radius: 3px;
   
margin-top: 12px;
}
.intro_info p{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 12px;
}
.date_title{
    font-size: 20px;
    font-family: Poppins SemiBold;
    text-align: center;
    color: #002e5b;
    margin-bottom: 24px;
}
.important_date{
    float: right;
    width: 300px;
    padding: 15px 16px;
    box-sizing: border-box;
    background: url(http://image.conference123.net/conference/2023/iceece/date_img.jpg) no-repeat right bottom;
}
.date_tite{
    font-family: Poppins SemiBold;
    font-size: 24px;
    color: #1e73be;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #f1f2f8;
    margin-bottom: 12px;
}
.important_date ul li{
    padding-bottom: 9px;
    margin-bottom: 12px;
}
.date_icon{
    float: left;
    margin-right: 14px;
    position: relative;
    top: 7px;
}
.deadline{
    float: left;
}
.date_p1{
    font-size: 14px;
    color: #333;
    margin-bottom: 9px;
}
.date{
    font-family: Poppins SemiBold;
    font-size: 14px;
}
.intro_box,.category_box{
}
.history{
	margin-top:30px;
}

/*schedule*/
.schedule{
	background: #edf6ff;
	padding: 30px 0px;
	margin-bottom: 45px;
	margin-top: 30px;
}
.schedule_box{
	
float: left;
	
box-shadow: 1px 0px 8px rgba(144,144,144,.4);
	
background: #fff;
	
border-radius: 10px;
	
width: 334px;
}
.schedule_date{
    background: #0877cb;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-family: Poppins SemiBold;
    font-size: 17px;
    border-radius: 8px 8px 0px 0px;
}
.schedule_info{
    text-align: center;
    height: 88px;
}
.schedule_trange{
    margin: 0px 45px;
    float: left;
    padding-top: 63px;
}
.trange_item{
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #333333;
}
.info_detail{
    font-size: 17px;
    padding-top: 12px;
    line-height: 30px;
}
.schedule_box:last-child .info_detail{
	padding-top: 12px;
}
.info_detail span{
    font-family: Poppins SemiBold;
}

/*certificate*/
.certificate{
    margin-top: 15px;
}
.certificate ul li{
    float: left;
    margin-right: 32px;
}
.certificate_item{}
.certificate_name{
    text-align: center;
    font-size: 17px;
    margin-top: 12px;
    font-family: Poppins SemiBold;
}

/*new style 1016*/
.important_date2{
    padding-top: 30px;
    padding-bottom: 30px;
}
.data_ul li{
    float: left;
    margin-right: 40px;
}
.data_bold{
	font-weight: bold;
}
.deadline {
    padding-top: 3px;
}
.date_icon{
    margin-right: 10px;
}