
.content .left .bottom .tit{
    color: #b2141a;
    font-size: 22px;
    margin: 20px 0;
    font-weight: bold;
}
.content .left .bottom .tit.color{
    color: #205e97;
}
.content .left .bottom>ul>li{
    display: flex;
    padding: 25px 0 0 0;
    border-bottom: 2px solid #b2141a;
}
.content .left .bottom>ul>li h5{
    color: #fff;
    background-color: #b2141a;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-right: 50px;
	margin-bottom: 20px;
}
.content .left .bottom>ul>li ul {
    display: flex;
    flex-wrap: wrap;
}
.content .left .bottom>ul>li ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.content .left .bottom>ul>li ul li{
    /*width: 20%;*/
	width: 20%;
    /*margin-right: 6.66%;*/
	margin-right: 4.66%;
    position: relative;
    margin-bottom: 25px;
}
.content .left .bottom>ul>li ul li:nth-child(4n){
    
    /*margin-right: 0%;*/
    
}
.content .left .bottom>ul>li ul li p{
    /*position: absolute;*/
    bottom: 0;
    /*height: 30px;*/
    line-height: 30px;
    background-color: #b2141ad1;
    text-align: center;
    font-size: 12px;
    /*width: 100%;*/
	width:166px;
    color: #fff;
}
.content .left .bottom>ul:last-child>li:last-child{
    border: none;
}

@media screen and (max-width:750px) {
    .content .left .bottom>ul>li{
        flex-direction: column;
    }
    .content .left .bottom .tit{
        font-size: .5333rem;
    }
    .content .left .bottom>ul>li h5{
        font-size: .4267rem;
		margin-bottom: 40px;
    }
    .content .left .bottom>ul>li ul li p{
        font-size: .3733rem;
    background-color: #ffffff;
    color: #111;
    }
}
