.Box{
    min-height: 600px;
}
.Box .top {
    height: 100%;
    position: relative;
}
.Box .top .searchBg {
    width: 600px;
    height: 600px;
    background: url("../img/bigSearch.png") no-repeat 0 0;
    background-size: cover;
    position: absolute;
    left: 119px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.Box .top .searchBox{
    width: 600px;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.Box .top .searchBox img{
    width: 190px;
    height: 71px;
    display: block;
}
.Box .searchBtn {
     position: absolute;
     left: 0;
     right: 0;
     margin: auto;
     width: 600px;
     height: 56px;
     top: -140px;
     bottom: 0;
 }
.Box .searchListBtn {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px;
    height: 56px;
    top: 0px;
    bottom: 0;
}
.Box .searchBtn .searchInput {
    display: block;
    width: 450px;
    height: 50px;
    padding-left: 20px;
    border: 2px solid #003868;
}
.Box .searchBtn .btn{
    width: 145px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    right: -18px;
    bottom: 0;
    background: #4174a8;
    outline: none;
    border: 0;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    cursor: pointer;
}
.Box .searchBtn .btn i{
    width: 30px;
    height: 30px;
    display: block;
    background: url("../img/search.png") no-repeat 0 0;
    background-size: cover;
}
.Box .container .moreList{
	border: 1px solid #eee;
	padding: 30px;
}

.Box .container .moreList ul li{
	width: 100%;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    font-size: 14px;
}
.Box .container .moreList ul li a{
    color: #444;
}
.Box .container .moreList ul li:hover a{
	color: #5185d7;
}
.Box .container .moreList ul li span{
    color: #999;
    font-size: 16px;
}
.Box .searchListBox{
	width: 619px;
	margin: 10px auto 0;
}
.Box .searchListBox .searchBtn{
	width: 100%;
	
}
.Box .searchListBox .searchBtn .btn{
	right: 2px;
}

.container .list{
	margin-top: 30px;
	padding: 30px;
	border: 1px solid #eee;
}
.container .list li a{
	color: #222;
	display: flex;
    display: -webkit-flex;
	justify-content: space-between;
}
.container .list li:hover a{
	color: #5185d7;
}
.container .list li {
	padding: 10px;
}
.emptyBox {
    width: 1300px;
    min-height: 400px;
    position: relative;
}
.emptyBox .empty{
    width: 350px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.wp_paging li{width:auto !important;}
