@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: Inter 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: Inter 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: Inter 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: Inter 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: Inter 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: Inter 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;
}
.list_ul li a{
    color: #046ee0;
}

.map-container{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    padding: 30px;
    width: 500px;
    height: 410px;
}
.map-container img{}
.map_title{
    color: #1a3a8f;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Inter SemiBold;
}
.map_tip{
    margin-top: 30px;
    padding: 15px;
    background-color: #f1f7ff;
    border-radius: 5px;
}
.map_tip p{}
.map_tip p i{
    color: #1a3a8f;
    margin-right: 10px;
}
.info-cards{
    float: right;
    width: 690px;
}
.info-card{
    background-color: white;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    margin-bottom: 20px;
}
.infor_card_img{
    float: left;
    width: 42px;
    text-align: center;
}
.infor_card_img i{
    font-size: 2rem;
    color: #1a3a8f;
    margin-bottom: 15px;
}
.info_card_right{
    float: right;
    width: 600px;
}
.info_card_right h3{
    color: #1a3a8f;
    margin-bottom: 8px;
    font-size: 18px;
    font-family: Inter SemiBold;
}
.info_card_right p{
    line-height: 26px;
}

/* Transportation Guide */
.transport-guide {
    background-color: #f1f7ff;
    padding: 50px 0;
    margin: 60px 0;
}

.transport-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 20px;
}
.transport-step p{
    line-height: 25px;
}
.transport-step {
    background-color: white;
    padding: 15px 12px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.step-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #1a3a8f;
    color: white;
    border-radius: 50%;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: bold;
}
.transport-step h3{
    font-family: Inter SemiBold;
    font-size: 17px;
    padding-bottom: 8px;
}
/* FAQ Section */
.faq-container {
    max-width: 1000px;
}

.faq-item {
    background-color: white;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 14px 20px;
    font-weight: bold;
    background-color: #f1f7ff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 300px;
}

/*Quick Btn*/
.quick_btn_ul{}
.quick_btn_ul li{
    border: 2px solid #f9c89c;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    float: left;
    margin-right: 40px;
    width: 620px;
    box-sizing: border-box;
}
.quick_btn_ul li:nth-of-type(2){
    margin-right: 0px;
}
.quick_title{
    font-family: 'Inter SemiBold';
    font-size: 18px;
}
.quick_info{
    font-size: 15px;
    color: #666666;
    padding-bottom: 8px;
    padding-top: 4px;
}
.quick_btn{background: #f0801a;color: #fff;line-height: 40px;font-size: 16px;display: inline-block;padding: 0px 12px;border-radius: 4px;}