.suq{
    max-width: 515px;
    padding: 0px;
    font-family: verdana;
    border: 2px solid #231f20;
    font-size: 14px;
    color: #231f20;
    margin: auto;
    line-height: 1.4;
    background-size: 100% auto;
}
strong{
    font-weight: bold;
}
img{
    border: none;
    max-width: 100%
}
ul{
    margin: 0px 0 14px 0;
    padding: 0 0 0 0
}
li {
    list-style-type: none;
    padding-left: 27px;
    text-align: left;
    position: relative;
    background: url("2.png") no-repeat;
    background-size: 20px auto;
    padding-bottom: 13px;
    background-position: 0 6px;
}
li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
a {
    color: inherit;
    text-decoration: none; 
}
h1{
	font-size: 26.2px;
	margin: 20px 0 20px;
	line-height: normal;
	font-weight: normal;
}
p{
    margin: 0px 0px 14px
}
.nd{
    padding: 4px 0 0 161px;
    position: relative;
}
h1 span{
    font-size: 14px
}
h2{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: normal;
} 
div{
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-responsive{
    max-width: 100%;
    display: block;
}
body{
    margin: 8px 0px;
    background: #fff
}
.xa {
    padding: 11px 0 0 13px;
}

.x1 {
    border-top-left-radius: 55px;
    background: #21aa9d;
    padding: 35px 0 19px 47px;
    font-size: 20px;
}

ul.u1 {
    position: absolute;
    left: 26px;
    top: 25px;
    width: 100px;
    font-size: 12px;
}

p.p2 {
    text-align: center;
    font-size: 11.8px;
    margin: 0;
    padding: 13px 0 11px 0;
    border-bottom: 3px solid #21aa9d;
}



@media screen and (max-width: 515px){
    .suq{
        width: 100%;
    }
    .nd{
        padding: 0 0 0 5%;
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
    ul.u1 {
        position: static;
        width: auto;
    }
    
    li {
        background-position: 0 0;
        padding: 3px 0 4px 24px;
    }
    
    .x1 {
        padding: 20px 20px 2px;
        margin: 12px 0 17px;
    }
}