.content .left .bottom  li h5{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
}
.content .left .bottom  li{
    border-left: 20px solid #b2141a;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f3f2ef;
    width: 47%;
    float: left;
    margin-right: 20px;
}
.content .left .bottom  ul{
    margin-top: 20px;
}
.content .left .bottom  ul li>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.content .left .bottom  ul li>div img{
    transform: rotate(-90deg);
}
.content .left .bottom  ul li:first-child>div img{
    transform: rotate(0deg);
}
.content .left .bottom  ul li p{
    font-size: 14px;
    color: #333;
    /*display: none;*/
    display: block;
}
.content .left .bottom  ul li:first-child p{
    
    display: block;
}
.content .left .bottom  ul li p a{
    
    color: #333;
    
}
.content .left .bottom  ul li .con{
    margin-top: 30px;
}
@media screen and (max-width:1075px) {
		.content .left .bottom  li{
		width: 100%;
		}
}
@media screen and (max-width:800px) {
    .content .left .bottom  li p{
        font-size: 16px !important;
    }
}
@media screen and (max-width:750px) {
    .content .left .bottom  li p{
        font-size: .3733rem !important;
    }
    .content .left .bottom  li h5{
        font-size: .4267rem !important;
    }
		.content .left .bottom  li{
		width: 100%;
		}
}