.suq{
    max-width: 810px;
    padding: 0px;
    font-family: "l";
    border: 1px solid #231f20;
    font-size: 15px;
    color: #231f20;
    margin: auto;
    line-height: 1.4;
    font-weight: 400;
    text-align: justify;
}
strong{
    font-weight: 600;
}
img{
    border: none;
    max-width: 100%;
}
img.img1 {
    position: absolute;
    left: 34px;
    top: 60px;
    width: 224px;
}
img.img2 {
    margin: 18px auto 0px;
    width: 172px;
    display: block;
}
.a1 {
    font-size: 12.7px;
    margin: 12px 0 0;
    position: relative;
}
p.p1 {
    position: absolute;
    right: 19px;
    top: 0;
    font-size: 13.3px;
}
ul{
    margin: 10px 0 14px 31px;
    padding: 0 101px 0 0;
}
li {
    list-style-type: none;
    padding-left: 24px;
    text-align: left;
    position: relative;
    line-height: 1.3;
    margin-bottom: 3px;
}
li:before {
    content: "";
    width: 4px;
    height: 1px;
    border-radius: 0;
    position: absolute;
    left: 0px;
    top: 10px;
    background: #231f20;
}
.l{
    float: left;
    width: 48%;
}
.r{
    float: right;
    width: 48%;
}
a {
    color: inherit;
    text-decoration: none; 
}
h1{
	font-size: 17.6px;
	margin: 0px 0 9px;
	line-height: 1.4;
	font-weight: normal;
	text-align: left;
}
h1 strong {
}
h1 span{
    font-size: 30px
}
p{
    margin: 0px 0px 10px;
}
.nd{
    padding: 60.9px 25px 77px 37%;
    position: relative;
}
h2{
    font-weight: normal;
    margin: 0 0 12px 0;
    font-size: 15px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: normal;
} 
.a {
    font-weight: normal;
    text-align: left;
    position: absolute;
    left: 26px;
    top: 29.5%;
    background: #4F468E;
    color: #fff;
    width: 257px;
    padding: 0 2px 8px;
    font-size: 15.3px;
    line-height: 1.3;
}
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
}




@media screen and (max-width: 810px){
    .suq{
        width: 100%;
        text-align: left;
    }
    .nd{
        padding: 5%
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
    .l {
        float: none;
        width: auto;
    }
    .r {
        float: none;
        width: auto;
    }
	img.img1 {
	    position: static;
	    display: block;
	    margin: 0 auto 0;
	}
	.a {
	    position: static;
	    margin: 0 auto;
	}
	ul {
	    padding: 0;
	}
}