@charset "utf-8";
/* CSS Document */
.news_list{
    float: left;
    width: 900px;
    margin-bottom: 40px;
}
.list ul li{
    border-bottom: 1px dashed #e4e4e4;
    line-height: 54px;
}
.news_title{
    float: left;
    font-size: 16px;
}
.news_title a{
    color:#007fe9;
}
.news_title a:hover{
    color: #0056b3;
}
.news_time{
    float: right;
    font-size: 16px;
}
.related_con {
    padding: 16px 16px 0px;
    margin-top: 40px;
    float: right;
    width: 285px;
    margin-bottom: 60px;
}
.shad_box{
    box-shadow: 3px 4px 16px rgb(0 0 0 / 10%);
}
.relat_p{
    font-size: 15px;
    font-family: 'Inter SemiBold';
    margin-bottom: 10px;
}
.relat_con_ul{}
.relat_con_ul li{
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eef4ff;
}
.relat_con_ul li:last-child{
    border:none;
}
.relat_time{
    font-size: 14px;
    color: #626262;
    margin-right: 18px;
}
.relat_address{
    color: #626262;
    font-size: 14px;
}
.time_p{
    text-align: center;
    font-size: 18px;
    color: #1c3256;
    margin-bottom: 16px;
}
.relat_cpn_p{
    line-height: 26px;
}
.relat_cpn_p a{
    font-size: 14px;
}
.time_ul li{
    float: left;
    text-align: center;
    margin-right: 20px;
}
.time_ul li span{
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #eef3fc;
    line-height: 36px;
    font-size: 16px;
    font-family: 'Inter SemiBold';
    color: #1c3256;
}
.time_fon{
    font-size: 14px;
}
.time_ul{
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eef4ff;
}
.news_detail_title {
    font-size: 28px;
    text-align: center;
    line-height: 40px;
}
.detail_box{
    margin-top: 20px;
}
.list_ul li:before{
    content:"";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #333;
    margin-right: 10px;
    position: relative;
    bottom:2px;
}
.news_info_box{
    margin-bottom: 36px;
}
.news_second_title{
    font-family: 'Inter SemiBold';
    margin-bottom: 6px;
    font-size: 16px;
}

.news_normal_p{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
}
.visa_country{
}
.visa_country li{
    float: left;
    background: #e3f7ff;
    line-height: 28px;
    border-radius: 14px;
    padding: 0px 12px;
    margin-right: 12px;
    margin-bottom: 15px;
}
.link_a{
    color: blue;
}
.red_bold2{
    color: #f65312;
    font-family: 'Inter SemiBold';
}