.w1280{
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    
}
.search_index{    padding-top: 5.8%;
    padding-bottom: 5.8%;}


.search_input .title {

    color: #c33832;
    font-weight: 600;
    color: #004ea0;
}

.search_input .input-container {
    margin-top: 4.159%;
    width: 100%;
    padding: 1% 2%;
    border: 1px solid #dddddd;
    border-radius: 5px;
        display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_input .input-container input {
    width: 90%;
    border: none;
    height:50px;
    background: transparent;
}

.search_input .input-container span {
    cursor: pointer;
    display:flex;
    height:32px;width:32px;
    justify-content: center;
        align-items: center;
}


.search_input .search-info {
    margin-top: 3%;
    font-size: 20px;
    display: none;
    margin-bottom: 3%;
}

.search_input .search-info span {
    color: #004ea0;
}
.result-container1 .result-detail {
    padding: 25px 10px;
    border-bottom: 1px dashed #ccc;
}
.result-container1 .title a {
    font-size: 20px;
}
.result-container1 .title a:hover{color:#004ea0;}

/* 分页 */
.p_page {
    text-align: center;
    padding: 2% 0 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    margin-top:2vw;
}
.p_page a {
    display: inline-block;
  border: 1px solid #999!important;
  box-sizing: border-box;
  width: 45px!important;
  height: 45px!important;
  text-align: center;
  line-height: 43px!important;
  color: #000!important;
  font-size: 18px;
  margin: 0 7px;
  transition: all 0.5s;
}
.p_page a:hover{
    background-color: #13388d!important;
    border-color: #13388d!important;
    color: #fff!important;
}

.p_page .page_prev {
    color: #818286;

}

.p_page .page_next {
    color: #818286;

}
.p_page span {
  border: 1px solid #13388d!important;
  box-sizing: border-box;
  width: 45px!important;
  height: 45px!important;
  text-align: center;
  line-height: 43px!important;
  color: #fff!important;
  font-size: 18px;
  margin: 0 7px;
  transition: all 0.5s;
  background-color: #13388d;
}
.laypageskin_default .laypage_curr{color:#fff!important;}
@media screen and (max-width: 1600px) {
    .w1280 {width: 80%;padding: 0;}
    .result-container1 .result-detail{padding:1.5vw 10px;}
}
@media screen and (max-width: 1200px) {
    .w1280 {width: 90%;padding: 0;}
    .result-container1 .result-detail{padding:3vw 2vw;}
}
@media screen and (max-width: 768px) {
    .search_input{padding-bottom:5vw;}
    .search_input .title{padding-bottom:5vw;font-size:36px;}
    .search_input .input-container{margin:5vw 0;padding:0 5vw;}
    .search_index{padding-top:8vw;padding-bottom:10vw;}
    .result-container1 .result-detail{padding:5vw 10px;}
    .search_input .search-info{font-size:16px}
    .p_page{margin-top:5vw;}
    .p_page a{width:30px!important;height:30px!important;line-height:30px!important;font-size:14px;}
    .p_page span{width:30px!important;height:30px!important;line-height:30px!important;font-size:14px;}
}
