.information{
	padding: 100px 0;
    padding-bottom: 50px;
}
/* .information-search-block{
	width: 200px;
	position: relative;
    float: right;
} */
.information-search-block{
	width: 200px;
    float: right;
    position: relative;
}
.information-search-block span{
	position: absolute;
	display: inline-block;
	padding: 11px;
	cursor: pointer;
	right: 0;
	top: 0;
}
.information-search{
	width: 200px;
    height: 40px;
    padding-right: 40px;
    border: 1px solid #333;
    padding: 10px;
}
.information-wrap{
	max-width: 1300px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
    position: relative;
}
.information-group ul,
.information-group li{
    padding: 0;
    margin: 0;

}
li.information-list{
    list-style: none;
	padding-top: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.mf-faq-box p:first-child {
	position: relative;
}
.mf-faq-box p {
    padding-left: 30px;
    color: #000;
    margin-bottom: 20px;
    line-height: 32px;
}
.mf-faq-box p:first-child:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000;
    left: 0;
    top: 12px;
}
.information-nav,
.information-nav li{
    list-style: none;
    margin: 0;
}
.information-nav{
    color: #333;
    margin-bottom: 10px;
}
.information-nav li{
    padding: 0 5px;
    display: inline-block;
}
@media screen and (max-width:550px){
    .information-search-block {
        top:-1.5%;
    }
}