.hsfg-right {
    /*width: 1171px;*/
    min-height: auto;
    padding: 65px 60px;
    border: 3px solid #0075c2;
}
.list-news li:last-child{
    border-bottom: 1px dashed #a0a0a0;
}
.pagination {
    margin: 13px 0;
}
.sh_comm_tit{
    display: flex;
    height: 45px;
    background: none;
    overflow: hidden;
}
.sh_comm_tit span{
    float: left;
    position: static;
    padding: 0;
    font-size: 22px;
    color: #005bac;
    font-weight: 600;
}
.sh_comm_tit .sh_tit_left_span, .sh_comm_tit .sh_tit_right_span{
    margin-top: 9px;
    height: 12px;
    background: #005bac;
}
.sh_comm_tit .sh_tit_left_span{
    width: 25px;
}
.sh_comm_tit .sh_tit_right_span{
    width: 1034px;
}
.sh_comm_tit .sh_tit_text{
    /*position: static;*/
    padding: 0 10px;
    background: none;
    flex-shrink: 0;
}

.xypjgs-wrap {
    display: flex;
    justify-content: space-between;
    float:none !important;
}

.xypjgs-wrap li {
    width: 180px !important;
    height: 66px !important;
    background: #005cac !important;
    border-radius: 7px !important;
    line-height:0px !important;
    float:none !important;
}

.xypjgs-wrap a {
    height: 100% !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #e6f5f8 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin:0 !important;
    float:none !important;
}

.xypjgs-wrap li:hover {
    background: #0075c2;
}


.interviewWrap {
    border: 2px solid #0075c2;
    margin-top: 20px;
}

.interviewTextWrap {
    padding-top: 0;
}

.interviewText {
    text-indent: 0;
    margin-top: 0;
}

.xypjgs-list-con {
    background: #fff;
    padding: 20px 0;
    border: 1px solid #e6e6e6;
}

.search_wrap {
    display: flex;
    margin: 20px auto 30px;
}

.search_wrap .search_item {
    margin-right: 15px;
}

.search_wrap .search_item label {
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.search_wrap input {
    width: 300px;
    height: 34px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-indent: 7px;
    box-sizing: border-box;
}

.search_wrap select {
    width: 300px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-indent: 7px;
    box-sizing: border-box;
}

.search_wrap .submit_btn {
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    border: none;
    text-align: center;
    background: #0f70b1;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 29px;
    letter-spacing: 2px;
    box-shadow: 0 2px 3px 2px #eaf4ff;
}

.search_wrap .reset_btn {
    display: inline-block;
    width: 80px;
    height: 34px;
    margin-top: 29px;
    line-height: 34px;
    border: 1px solid #d9d9d9;
    text-align: center;
    background: #fff;
    color: #666;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 2px;
    box-shadow: 0 2px 3px 2px #fafafa;
}

.result_wrap h3 {
    color: #005BAC;
    font-size: 26px;
    margin: 20px auto;
    text-align: center;
    font-weight: normal;
}

.result_wrap table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    text-indent: 0;
}

.result_wrap table tr.bg {
    background: #f9f9f9;
}

.result_wrap table tr:hover {
    background: #f9f9f9;
}

.result_wrap table th {
    text-align: center;
    line-height: 40px;
    background: #005bac;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.result_wrap table td {
    height: 40px;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
}

.result_wrap table th, .result_wrap table td {
    border: 1px solid #dedede;
}

.pagesNav {
    text-align: center;
}

.tip {
    color: #fa0610;
}

@media only screen and (max-width:767px){
  .hsfg-right{
   padding:33px 107px; 
  }
 .xypjgs-wrap {
   display:contents;
  }
 .xypjgs-wrap li{
   margin:10px 0px;
  }
   .search_wrap {
   display:contents;
  }
}