* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}



.container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.header {
    background-image: url(../img/wapTop2026.png);
    background-size: 100% 14.36rem;
    width: 100%;
    height: 14.36rem;
}

.txt {
    width: 100%;
    /* min-height: 18.18rem; */
    padding: 0.91rem;
  margin: 0 auto 20px;
    box-sizing: border-box;
    background-color: #d9e8cf;
    color: #555;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;

}
.tx{
    width: 65%;
    float: left;
    margin-left: 0.91rem;

}

.sea{
    width: 25%;
    height: 4.55rem;
    float: left;
    margin-left: 1.55rem;
}

.title {
width: 100%;
    text-align: center;
    font-size: 1.7rem;
    color: #3d7c0f;
    margin-bottom: 1.36rem;
    font-weight: bold;
    font-family: "Microsoft YaHei";

}

.content ul li {
line-height: 1.7;
    font-size: 1.4rem;
    margin-bottom: 0.45rem;
}

.search {}

.search-main {
    width: 73.45rem;
    min-height: 36.36rem;
    margin: 1.09rem auto;
    position: relative;

}

.text {
    background-image: url(../img/ipt.png);
    background-size: 100% 4.64rem;
    width: 100%;
    height: 4.64rem;
    line-height: 4.64rem;
    vertical-align: middle;
    border-style: none;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
    font-size: 120%;
    color: #003;
  
    border-radius: 0.73rem;
    outline: none;
    box-sizing: border-box;


}

.searchBtn {
    background-image: url(../img/search.png);
    background-size: 100% 4.55rem;
    width: 100%;
    height: 4.55rem;
    border: 0rem;
    border-style: hidden;
    cursor: pointer;
}
.searchbox{
	width:100%;
	height:5rem;
	  margin-bottom: 1.82rem;
}

.result {
    width: 73.45rem;
    clear: both;
    text-align: left;
    font-family: "Microsoft YaHei";
    font-size: 2.27rem;
    padding-left: 2.09rem;
	
}

.result .school {
    clear: both;
    float: left;
    background-color: #F0F3FF;
    height: auto;
    width: 61.82rem;
    margin-top: 0.73rem;
    color: #f78408;
    padding: 0.91rem;
}

.result .school ul {
    list-style-type: none;
    line-height: 3.18rem;
}

.result .alt {
    clear: both;
    margin-top: 0.45rem;
    height: 3.18rem;
}

.result .alt .im {
    float: left;
    margin-top: 0.55rem;
    margin-right: 0.55rem;
}

.result .school ul {
    color: #006;
}

.result .alt .al {
	width:35rem;
    color: #ff0000;
    font-size: 2.27rem;
}

.result hr {
    color: #003;
    width: 36.36rem;
    float: left;
}

.footer {
    clear: both;
   border-top:3px solid #3d7c0f;
    background-size: 100% 12.18rem;
    height: 8.18rem;
    padding-top: 3.82rem;
    text-align: center;
    line-height: 2.73rem;
    font-size: 1.09rem;
	background: #d9e8cf;
}

.autocomplete-suggestions { border: 0.09rem solid #5BC3E3; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 0.18rem 0.45rem; white-space: nowrap; overflow: hidden; font-family:"Microsoft YaHei" }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
