﻿.radioi_sotopes{
    display:flex;
    margin-top:44px;
    justify-content: space-between;
}
.radioi_sotopes_left{
    width:255px;
    /*height:358px;*/
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 0px #1C29711A;
    margin-right: 112px;

}
.radioi_sotopes_left2{
    width:100%;
    height:100%;
    border-radius: 4px;
    padding: 23px 15px;
    box-shadow: -2px -2px 10px 0px rgba(28, 41, 113, 0.1);
}
.radioi_sotopes_left2 .li{
    width:100%;
}

.radioi_sotopes_left2 .li .text {
    width: 100%;
    display: flex;
    align-items: center;
    height: 26px;
}
.radioi_sotopes_left2 .li .text img{
    width:26px;
    height:26px;
    margin-right:10px;
}

.radioi_sotopes_left2 .li .text div{
    flex:1;
    height:100%;
    white-space: nowrap; /* 禁止文本换行 */
    /*overflow: hidden; */
    /*text-overflow: ellipsis; */
}
.radioi_sotopes_left2 .li .text a{
     color:#1C2971;
     font-family: Alexandria;
    font-weight: 300;
    font-size: 18px;
    vertical-align: middle;
}
.radioi_sotopes_left2 .li .radioi_content{
    width:100%;
    height:32px;
     display: flex;
    align-items: center;
    padding-left: 12px;
}
.radioi_sotopes_left2 .li .radioi_content .border_left{
    width:1px;
    height:100%;
    border-left: 1px dashed #C7C7C7;
    margin-right:23px;
}
.radioi_sotopes_left2 .li .radioi_content .border_cen{
    flex:1;
    height:1px;
    background-image: linear-gradient(90deg, #C7C7C7 0%, rgba(199, 199, 199, 0) 100%); 
}
.radioi_sotopes_ace div a{
    font-weight: 600 !important;
    color: #FB6627 !important;
}

.radioi_sotopes .radioi_sotopes_right{
    flex:1;
}
.radioi_sotopes .radioi_sotopes_right .radioi_sotopes_right_title{
    width:100%;
    font-family: Alexandria;
    font-weight: 600;
    font-size: 48px;
    vertical-align: middle;
    color:#FB6627;
    margin-top: -18px;
    border-bottom: 4px solid #1C2971;
    padding-bottom: 5px;
}
.radioi_sotopes_right .radioi_sotopes_right_box{
    width:100%;
    display:flex;
    margin-top:20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.radioi_sotopes_right_box .sotopes_right_box{
    width:50%;
    height:90px;
    display:flex;
    margin-bottom:42px;
}
.radioi_sotopes_right_box .sotopes_right_box .box_left{
    width:72px;
    height:100%;
    box-shadow: 0px 0px 10px 0px #1C297126;
    border-radius: 4px;
    margin-right: 20px;
}
.radioi_sotopes_right_box .sotopes_right_box .box_left img{
    width:100%;
    height:100%;
}
.radioi_sotopes_right_box .sotopes_right_box .box_left_top{
    font-family: Alexandria;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    vertical-align: middle;
    color:#FE5533;
}
.radioi_sotopes_right_box .sotopes_right_box  .box_left_bottom{
    font-family: Alexandria;
    font-weight: 300;
    font-size: 12px;
    line-height: 8.68px;
    text-align: center;
    vertical-align: middle;
    color:#828282;
}

.radioi_sotopes_right_box .sotopes_right_box .box_right{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.radioi_sotopes_right_box .sotopes_right_box .box_right .span1{
    font-family: Alexandria;
    font-weight: 400;
    font-size: 20px;
    color:#1C2971;
}
.radioi_sotopes_right_box .sotopes_right_box .box_right .span2{
    font-family: Alexandria;
    font-weight: 300;
    font-size: 12px;
    vertical-align: middle;
    color:#777777;
}



