* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}



.container {
    width: 958px;
    height: 100vh;
    margin: 0 auto;
}

.header {
    background-image: url(../img/2025xqcx.png);
    width: 1000px;
    height: 180px;
}

.txt {
    width: 1000px;
    min-height: 197px;
    padding: 20px 40px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    background-color: #edf6e7;
    color: #555;
    font-family: "Microsoft YaHei";
}
.tx{
	width: 515px;
    float: left;
    margin-left: 98px;
}

.sea{
	width: 162px;
    height: 50px;
    float: left;
    margin-left: 50px;
}

.title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    color: #3d7c0f;

}

.content ul li {
line-height: 32px;
    font-size: 16px;
    margin-bottom: 5px;
}

.search {}

.search-main {
    width: 808px;
    min-height: 400px;
    margin: 12px auto;
    position: relative;

}

.text {
    background-image: url(../img/ipt.png);
    width: 498px;
    height: 51px;
    line-height: 51px;
    vertical-align: middle;
    border-style: none;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 120%;
    color: #003;

    border-radius: 8px;
    outline: none;


}

.searchBtn {
    background-image: url(../img/search.png);
    width: 162px;
    height: 50px;
    border: 0px;
    border-style: hidden;

    cursor: pointer;
}
.searchbox{
	width:100%;
	height:55px;
	  margin-bottom: 20px;
}

.result {
    width: 808px;
    clear: both;
  
    text-align: left;
    font-family: "Microsoft YaHei";
    font-size: 25px;
	padding-left:100px;
	
}

.result .school {
    clear: both;
    float: left;
    background-color: #F0F3FF;
    height: auto;
    width: 680px;
    margin-top: 8px;
    color: #f78408;
    padding: 10px;
}

.result .school ul {
    list-style-type: none;
    line-height: 35px;
}

.result .alt {
    clear: both;
    margin-top: 5px;
    height: 35px;
}

.result .alt .im {
    float: left;
    margin-top: 6px;
    margin-right: 6px;
}

.result .school ul {
    color: #006;
}

.result .alt .al {
    color: #ff0000;
    font-size: 25px;
}

.result hr {
    color: #003;
    width: 400px;
    float: left;
}

.footer {
    clear: both;
    border-top: 4px solid #3d7c0f;
    /* background: url(../img/footerbg.gif) no-repeat center top; */
    height: 90px;
    padding-top: 23px;
    text-align: center;
    line-height: 30px;
    background: #edf6e7;
    font-size: 13px;
}
}

.autocomplete-suggestions { border: 1px solid #5BC3E3; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; font-family:"Microsoft YaHei" }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
