.content{
    padding-top: 99px;
    margin-bottom: 0px;
    position: relative;
    background: #fff;
    z-index: 2;
    padding-bottom: 25px;
    min-height: 535px;
}
.results {
    
}
.results .results_t {
    padding-top: 25px;
}
.results .searchBoxs {
    position: relative;
}
.results .results_t input {
    width: 100%;
    height: 70px;
    border: none;
    border-bottom: 1px solid #124ea3;
    padding-left: 22px;
    font-size: 18px;
    color: #333;
    
    outline: none;
}
.results .searchBoxs em {
    width: 25px;
    height: 70px;
    background: url(../images/index/search2.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 25px;
}
.results .results_t p {
    font-size: 16px;
    color: #333333;
    padding: 42px 0;
    line-height: 1;
}
.results .results_t p i {
    color: #124ea3;
    display: inline-block;
}
.searchTit {
    background-color: #fff;
    width: 100%;
}
.searchSubTit {
    padding: 38px 0;
    margin: 0 auto;
}
.searchSubTit a {
    line-height: 24px;
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    display: block;
    float: left;
    border-right: 1px solid #b5b5b5;
    white-space: nowrap;
}

.searchSubTit a:nth-last-child(1) {
    border: 0;
}
.searchSubTit a:hover,
.searchSubTit a.on {
    color: #124ea3;
}
.results_con {
    padding-top: 52px;
}
.results_con li {
    width: 100%;
}
.results_con .grid-sizer {
    width: 100%;
}
.results_con a {
    display: block;
    margin-bottom: 25px;
}
.results_con li:last-child a{
    margin-bottom: 0;
}
.results_con a h5 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    line-height: 1;
    transition-duration: 0.5s;
}
.results_con a h6 {
    margin: 20px 0;
}
.results_con a h6 em {
    font-size: 16px;
    color: #b5b5b5;
    float: left;
    font-weight: 400;
    line-height: 1;
}
.results_con a h6 em:nth-child(1) {
    margin-right: 24px;
}
.results_con a p {
    color: #5f636a;
    line-height: 30px;
    transition-duration: 0.5s;
    text-indent: 2em;
    margin-top: 30px;
}
.results_con a i {
    color: #124ea3;
}
.results_con a:hover h5 {
    color: #124ea3;
}
.results_con a:hover p {
    color: #333333;
}

.searchTit .searchSubTitMo .subCon {
    background-color: #fff;
    padding: 0 0.43rem 0.2rem;
    display: none;
}
.searchTit .searchSubTitMo .subCon a {
    font-size: 0.34rem;
    margin: 0 0.1rem;
    color: #333333;
    display: block;
    line-height: 0.78rem;
}
.searchTit .searchSubTitMo .subCon a.cur {
    border-bottom: 1px solid #b5b5b5;
}

.page-items2 {
    background: #f7f7f7;
    height: 100px;
    margin-top: 25px;
    padding: 0 50px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 24px;
}
.page-items2 li:first-child {
    border: 0;
    margin: 0;
    float: left;
    padding-left: 34px;
    background: url(../images/dynamic/prevd.png) center left no-repeat;
}
.page-items2 li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 15px;
    color: #999999;
    transition-duration: 0.5s;
}
.page-items2 li a, .page-items2 li span {
    color: #999999;
    transition-duration: 0.5s;
}
.page-items2 li.active, .page-items2 li.active:hover {
    border-color: #124ea3;
    color: #124ea3;
    background-color: transparent;
}
.page-items2 li:last-child {
    border: 0;
    margin: 0;
    float: right;
    padding-right: 34px;
    background: url(../images/dynamic/disableNext.png) center right no-repeat;
}
.page-items2 li:first-child:hover {
    background: url(../images/dynamic/next-2.png) center left no-repeat;
}
.page-items2 li:hover {
    background-color: #124ea3;
    color: #fff;
    border-color: #124ea3;
}
.page-items2 li:last-child:hover {
    background: url(../images/dynamic/prev.png) center right no-repeat;
}
.page-items2 li:hover a {
    color: #fff;
}
.page-items2 li:last-child:hover a, .page-items2 li:first-child:hover a, .page-items2 li:last-child:hover span, .page-items2 li:first-child:hover span {
    color: #124ea3;
}


.header{
    box-shadow: 0 0 10px 0 #ccc;
}

.header .img1{
    display: none;
}

.header .img2{
    display: block;
}

.header li a{
    color: #333;
}

.header .search{
    background: url(../images/index/search2.png) center no-repeat;
}