.header {
    background: none;
}

.header,
.header .show {
    background-color: #21a675;
}

.search-content {
    margin-top: 180px !important;
    width: 1400px;
    margin: 1.36rem auto 0;
    /* border: 1px solid red; */
    min-height: 420px;
}

.search-content .search-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.search-content .search-header a:hover{
    color: #549688;
}

.search-content .search-result {
    overflow-x: hidden;
    width: 1300px;
    overflow-y: auto;
    margin-left: 100px;
    padding: 50px 0;
    padding-top: 10px;
}

.search-content .pagination {
    text-align: center;
    margin: 50px auto;
    margin-top: 15px;
}

.search-result li {
    padding: 0 80px;
    padding-left: 0px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}

.search-result li a {
    /* border-bottom: 1px solid #eee; */
    background: url("../img/index-noice-dian.png") no-repeat 25px center;
    transition: all 0.4s;
    padding: 20px 50px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-result li:hover a {
    background-image: url("../img/index-noice-dianac.png");
    transform: translateX(20px);
}

.search-result li p {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 30px;
    /* border: 1px solid red; */
}

.pagination-table a:visited {
    font-size: 12px !important;
    color: #616161 !important;
    text-decoration: none !important;
    line-height: 14px !important;
}

.pagination-table .Prev,
.pagination-table .PrevDisabled,
.pagination-table .NextDisabled {
    font-size: 12px !important;
    display: inline-block !important;
    height: 32px !important;
    margin-right: 3px !important;
    padding: 8px 12px !important;
    background: #fff !important;
    color: #ccccccd6;
    margin-right: 10px !important;
    border: solid 1px #00000012 !important;
    line-height: 14px !important;
}

.pagination-table a {
    font-size: 12px !important;
    display: inline-block !important;
    height: 32px !important;
    padding: 8px 12px !important;
    border: solid 1px #00000012 !important;
    /* background: #E1F0FD; */
    color: black !important;
    margin-right: 10px !important;
    line-height: 14px !important;
}

.pagination-table .this-page {
    color: white !important;
    font-size: 12px !important;
    display: inline-block !important;
    height: 32px !important;
    padding: 8px 12px !important;
    border: solid 1px #549688 !important;
    background: #549688 !important;
    font-weight: bold !important;
    margin-right: 10px !important;
    line-height: 14px !important;
}

.pagination-table tr td:first-of-type {
    padding-right: 25px !important;
    color: #808080 !important;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: sans-serif;
}

.search-result li:first-of-type {
    border-top: 1px solid #eee;
}

.breadcrumb li a {
    color: #828282;
}

.breadcrumb li a:hover {
    color: #549688;
}

.search-result li span {
    font-size: 16px;
    line-height: 18px;
    color: #666;
}

.pagination-table a:hover {
    border: 1px solid #549688 !important;
    background-color: #549688 !important;
    color: white !important;
}

pagination-table * {
    font-family: initial !important;
}