@charset "utf-8";
/* CSS Document */
.quick_item{
    margin-bottom: 30px;
}
.qucik_li{
    width: 390px;
    margin-right: 52px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    height: 189px;
    position: relative;
}
.blue_bg{
    background: #f2f8fe;
    border: 1px solid #b2dcff;
}
.orange_bg{
    background: #fff8f2;
    border: 1px solid #ffd4ae;
}
.green_bg{
    background: #f2fbf8;
    border: 1px solid #a1ffdf;
}
.icon{
    float: left;
    margin-right: 15px;
}
.icon img{
    width: 32px;
}
.qucik_font{
    float: left;
    width: 308px;
}
.quick_title{
    font-size: 18px;
    margin-bottom: 4px;
    font-family: 'Inter SemiBold';
}
.more {
    font-family: 'Inter SemiBold';
    position: absolute;
    bottom: 10px;
    font-size: 18px;
}
.more svg {
    padding-left: 5px;
}
.blue_more{color: #007fe9;}
.orange_more{
    color: #f97306;
}
.green_more{
    color: #0c672c;
}
.quick_p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #555;
}
.conference_item{
    margin-top: 30px;
}
.conference_list_content{
    margin-bottom: 24px;
}
.conference_list_content li{
    float: left;
    width: 298px;
    margin-right: 29px;
    box-shadow: 2px 4px 8px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 30px;
    height: 365px;
}
.conference_banner{
    border-radius: 10px;
    overflow: hidden;
}
.conference_banner img{
    width: 297px;
    height: 150px;
}
.con_info{
    padding: 0px 12px 12px;
}
.con_name{

    line-height: 24px;

    margin-top: 10px;

    margin-bottom: 5px;
}
.con_name a{
    font-size: 14px;
    color:#333;
    font-family: 'Inter SemiBold';
}
.con_name a:hover{
    color:#0079ab;
}
.con_tip{
    font-size: 14px;
    line-height: 26px;
}
.color_span{
    color: #f06c02;
}



/*all conferences*/
svg{
    fill: currentColor;
}

.creat_con_item li{
    background: #f2f8fe;
    width: 300px;
    padding: 20px;
    box-sizing: border-box;
    height: 190px;
    margin-right: 25px;
    margin-bottom: 24px;
    border-radius: 10px;
}
.service{
    font-size: 18px;
    color: #1c3256;
    margin-bottom: 10px;
}
.service_info{
    font-size: 14px;
    color: #646464;
    line-height: 24px;
}
.creat_link{
    display: inline-block;
    background: #007fe9;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height:36px;
    padding: 10px 40px;
    border-radius: 10px;
    margin-top:20px;
}
.creat_link:hover{
    color:#fff;
}
.creat_link span{font-family: 'Inter Bold';font-size: 22px;}
.creat_btn{
    text-align: center;
}


.white_bg {
    background: #fff;
    padding: 30px 0px 20px;
}
.con_list_link{
    background-image: linear-gradient(to right, #F79C00, #EC6300);
    padding: 0px 10px;
    border-radius: 40px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    display: inline-block;
}
.con_list_link svg{
    padding-left: 5px;
    padding-bottom: 2px;
}
.con_list_link:hover{
    color:#fff;
}
.visa{
    border-radius: 10px;
    overflow: hidden;
    background: url(../img/home_visa_banner.jpg) no-repeat bottom center;
    height: 190px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.visa a{
    display: block;
    padding: 30px;
}
.visa_title{
    font-size: 24px;
    color: #004b79;
    font-family: "Inter Bold";
    margin-bottom: 15px;
}
.visa_info{
    font-size: 20px;
    color: #333;
    font-family: "Inter Regular";
}
.visa_btn{
    display: inline-block;
    font-size: 20px;
    font-family: "Inter SemiBold";
    color: #fff;
    background: #1e56e8;
    padding: 0px 25px;
    line-height: 42px;
    border-radius: 21px;
    margin-top: 15px;
}