.content{
    width: 100%;
    height: 100%;
    margin-top: 130px;
}
.banner{
    width: 100%;
    height: 690px;
    background: url(../images/banner.gif) no-repeat 0 0;
}
.TitInput{
    width: 1100px;
    margin: 0 auto;
    padding: 154px 94px 0 84px;
    text-align: center;
    color: #fff;
}
.title{
    margin-bottom: 150px;
}
.title h1{
    font-size: 72px;
    margin-bottom: -19px;
}
.title h2{
    font-size: 28px;
    color: #ffc959;
    font-family: "华文细黑";
}
.title .noresult{
    color: #fff;
}
.search{
    position: relative;
    font-size: 0;
}
.search input[type=text]{
    width: 605px;
    height: 50px;
    font-size: 20px;
    padding-left: 10px;
    background: transparent;
    border: 1px solid #fff;
    vertical-align: top;

}
.search input[type="submit"]{
    display: inline-block;
    position: absolute;
    right: 314px;
   width: 97px; 
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #ed5f56;
    background: #fff;
}
.search #nores_btn{
    right: 241px;
}
.search input[type=button]{
    width: 118px;
    height: 50px;
    margin-left: 25px;
    font-size: 20px;
    background: transparent;
    border: 1px solid #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.search h3{
    text-align: right;
    margin-right:170px;
    font-size: 15px;
    margin-top: 5px;
}
.search h3:hover{
    color:#ffc959;
}
.searchCont{
    width: 100%;
}
.searchMain{
    width: 1100px;
    margin: 90px auto 150px;
}
.hot{
    width: 40%;
    padding: 43px 0 20px 50px;
    background: #fafafa;
    -moz-box-shadow: 5px 5px 5px #f2f2f2;
    -webkit-box-shadow: 5px 5px 5px #f2f2f2;
    box-shadow: 5px 5px 5px #f2f2f2;
}
.hot li{
    margin-bottom: 20px;
    padding-left: 15px; 
    list-style: url(../images/list_icon.png);
}
.hot li a{
    font-size: 18px;
    color: #667086;

}
.hot li.hot_tit{
    font-size: 25px;
    color: #474e5d;
    list-style: none;
    margin-left: -30px;
}
.recent{
    width: 40%;
    padding: 43px 0 20px 50px;
    background: #fafafa;
    -moz-box-shadow: 5px 5px 5px #f2f2f2;
    -webkit-box-shadow: 5px 5px 5px #f2f2f2;
    box-shadow: 5px 5px 5px #f2f2f2;
}
.recentLeft li{
    margin-bottom: 20px;
    padding-left: 15px; 
    list-style: url(../images/list_icon.png);
}
.recentLeft li a{
    font-size: 18px;
    color: #667086;
    
}
.recentLeft li.recent_tit{
    font-size: 25px;
    color: #474e5d;
    list-style: none;
    margin-left: -30px;
}
.recentRight{
    margin-top: 56px;
    padding-right: 60px;
}
.recentRight li{
    font-size: 15px;
    margin-bottom: 20px;
    color: #8891a4;
    line-height: 27px;
    text-align: right;

}
