@font-face{
	font-family: 'my_font'; 
	src:url('../fonts/DINENGSCHRIFT-ALTERNATE.OTF') format('truetype')
}
.right_list1 .h3,.right_list2 .h3,.right_list3 .h3{
    display: flex;
    height: 56px;
    width: 240px;
    font-family: 'my_font';
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
}
.h3 span{
    font-size: 20px;
	font-weight: 600;
    color: #005BAC;
    margin-bottom: 7px;
}
.h3 a{
    font-family: 'my_font';
    font-size: 16px;
	font-weight: 400;
    color: #005BAC;
    margin-bottom: 7px;
}
.right_list1{
    padding-bottom: 10px;
}
.right_list1 ul{
    display: flex;
    width: 240px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 13px;
}
.right_list1 ul li{
    height: 108px;
    width: 116px;
}
.right_list1 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.right_list1>ul>li>a>img{
    margin: 0;
    float: none;
}
.Star_icon{
    position: absolute;
    width: 50px;
    height: 50px;
    left: -26px;
    top: -25px;
    background: #005BAC;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 5;
    line-height: 78px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.right_list1 li a i{
    position: absolute;
    top: 0;
    left: 18px;
    transform: rotate(45deg);
}
.right_list1 li a .icon-aixin{
    position: absolute;
    top: 2px;
    left: 15px;
    transform: rotate(45deg);
}
.Star_icon .icon-aixin{
    font-size: 20px;
}
.right_list1 li a font{
    display: flex;
    height: 28px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
    color: #010101;
    background-color: #eee;
margin-top: -3px;
}
.right_list3 ul li a{
    display: flex !important;
    align-items: center;
}

.right_list3 li span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
	height: 20px;
    background-color: #005BAC;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
    color: #ffffff;
    border-radius: 50%
}
.right_list3 li font{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
    color: #000000;
    margin-left: 13px
}
.right_list3>ul{
    margin-top: 5px;
    margin-bottom: 23px;
}
.right_list3>ul>li{
    margin-top: 11px;
}
.siderbar_img{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
