.suspension{width: 100%;height: 270px;padding-bottom: 55px;background-color: rgb(61,61,61)}
.suspension>div{width: 1200px;height:100%;margin: 0 auto;}
.suspension>div>div:first-of-type{width: 30%;    height: auto;padding-top: 35px;margin: 0 auto;float: left;}
.suspension>div>div:first-of-type>h1{font-size: 24px;color:rgb(35,176,186);}
.suspension>div>div:first-of-type>h1>img{max-width: 75px;margin: 10px 0;}
.suspension>div>div:first-of-type>p{font-size:12px;line-height: 20px;position: relative;padding-left: 32px;margin:0;color: rgb(153,153,153)}
.suspension>div>div:first-of-type>p>i{position: absolute;top:0;left:0;}
.suspension>div>div:first-of-type>p:nth-child(2)>i{width: 20px;height: 20px;background: no-repeat 50% 50%;}
.suspension>div>div:first-of-type>p:nth-child(3)>i{width: 20px;height: 20px;background: no-repeat 50% 50%;}
.suspension>div>div:first-of-type>p:nth-child(4)>i{width: 20px;height: 20px;background: no-repeat 50% 50%;}

.suspension>div>div:last-of-type{width: 680px;height:auto;padding-top: 60px;margin: 0 auto;float: right;}
.suspension>div>div:last-of-type>div{float: left;padding:0 30px;line-height:30px;font-size: 14px;}
.suspension>div>div:last-of-type>div:last-of-type{float: left;padding:0 0 0 30px;font-size: 14px;}
.suspension>div>div:last-of-type>div>a{font-size: 14px;color:rgb(153,153,153);}
.suspension>div>div:last-of-type>div>ol>li{line-height: 23px;}
.suspension>div>div:last-of-type>div>ol>li>a{font-size: 12px;line-height: 20px;color:rgb(153,153,153)}
.suspension>div>div:last-of-type>div>ol>li>a:hover{color:rgb(51, 176, 191)}

@media only screen and (max-width: 1200px) {
    .suspension>div{width: 95%;height:100%;margin: 0 auto;}
}
@media only screen and (max-width: 1024px) {
    .suspension{display: none;}
    .suspension>div{width: 95%;height:100%;margin: 0 auto;}
}