@charset "utf-8";
/* CSS Document */
.important_data{
    display: inline-block;
    width: 338px;
}
.important_data b{
    
font-weight: normal;
    
font-family: 'Inter SemiBold';
}
.important_data img{	
	padding-right: 12px;	
	position: relative;	
	vertical-align: middle;	
	bottom: 2px;
}
.data_item{
    background: #e9ecff;
    height: 70px;
    border-radius: 10px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    padding: 0px 20px;
    margin-top: 4px;
    width: 780px;
    box-sizing: border-box;
}
.data_span{
    font-size: 18px;
    color: #1c3256;
    vertical-align: middle;
}
.data_box{
    display: inline-block;
    vertical-align: middle;
}
.data_box li{
    display: inline-block;
    padding-right: 10px;
}
.time_tip{
    color: #77797d;
    font-size: 18px;
    font-weight: bold;
}
.countdown{
    font-size: 32px;
    color: #007fe9;
    font-family: 'Inter SemiBold';
    display: inline-block;
}
.more_link{
    display: inline-block;
    background: #007fe9;
    color: #fff;
    font-size: 14px;
    padding: 0px 15px;
    border-radius: 15px;
    margin-bottom: 12px;
    transition: 0.15s all linear;
    margin-top: 5px;
}
.more_link:hover{
    color:#fff;
}
.news_list .list span:nth-of-type(1){
    width: 660px;
    line-height: 26px;
}
.news_list .list span{
}
.news_list .list li{
    border-bottom: 1px dashed #d8d8d8;
    padding: 10px 0;
}
.visa{
    border-radius: 10px;
    overflow: hidden;
    background: url(../img/singlecon_visa_banner.jpg) no-repeat bottom center;
    height: 210px;
    margin-top: 30px;
}
.visa a{
    display: block;
    padding: 22px 30px;
    width: 540px;
}
.visa_title{
    font-size: 24px;
    color: #004b79;
    font-family: "Inter Bold";
    margin-bottom: 10px;
}
.visa_info{
    font-size: 20px;
    color: #333;
    font-family: "Inter Regular";
    line-height: 36px;
}
.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: 11px;
}
.previous_con li:nth-of-type(1){
    margin-right:0px;
    margin-bottom:15px;
}
.previous_con li:nth-of-type(1) img{
    width: 780px;
}
.previous_con li{
    float: left;
    margin-right: 15px;
}
.previous_con li img{
    width: 250px;
}
.previous_con li:last-child{
    margin-right: 0px;
}