.suq{
    width: 880px;
    padding: 0px;
    border:1px solid #000;
    font-size: 15px;
    color: #003562;
    margin: auto;
    line-height: 1.3;
    font-family: 'Lato', sans-serif;
    overflow-x:  hidden;
}
 
ul{
    padding-left: 0px;
    margin-bottom: 39px;
    margin-top: 2px;
}
strong{
	font-weight: 900;
}
.x {
    position:  relative;
}

 
img{
    border: none;
    max-width: 100%;
}
.l {
    width: 34%;
    float:  left;
    line-height: 19px;
}

.r {
    width: 47%;
    float:  right;
    line-height: 1.4;
}

.f {
    background: #054164;
    color:  #fff;
    padding: 20px 30px;
    font-size: 14.6px;
}

.img {
    box-shadow: 1px 0px 23px 3px #706c6c;
    position:  absolute;
    right: -30px;
    bottom: 5px;
    padding: 0;
    background: #fff;
    width: 340px;
}

h3 {
    font-size: 16px;
    margin: 0;
}

li {
    list-style-type: none;
    padding-left: 10px;
    text-align: left;
    position: relative;
    padding-bottom: 4px;
}
li:before {
    content: "";
    width: 5px;
    height: 1.5px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #054164;
}

a {
    color: inherit;
    text-decoration: none
}
h1{
	color: #fff;
	font-size: 32px;
	margin: 14px 0px 33px -30px;
	line-height: normal;
	background: #f48034;
	padding: 10px 21px 10px 30px;
	display:  inline-block;
	font-weight: 900;
}
p{
    margin: 0px 0px 14px
}
.nd{
    padding: 1px 30px 6px;
    background: url("2.png") no-repeat;
    background-size: 100% 100%;
}

 h2 {
    margin: -11px 0 0;
    font-size: 29.6px;
    font-weight: 900;
}
.nd p:last-child {
    font-size: 16px;
}

.f p:last-child {
    float:  right;
    font-size: 17px;
}

.f p {
    display:  inline-block;
    margin: 0;
}

/*---------bootraps------------*/
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;
}


