.search {
    font-family: Microsoft YaHei;
    font-weight: 400;
    position: relative;
}

i {
    font-style: normal;
}

.cf {
    color: #FA5605 !important;
}

.shadow {
    border: 1px solid rgba(29, 107, 204, 0.15);
    box-shadow: 2px 3px 8px 0px rgba(29, 107, 204, 0.3);
}

.search-nav {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -780px;
    margin-top: 54px;
    border-right: 1px solid #dfdfe0;
    width: 138px;
    height: 270px;
    display: block !important;
}

.search-fixed {
    position: fixed;
}

.search-nav .nav-list {
    padding: 30px 0;
    text-align: center;
}

.search-nav .nav-list .item {
    width: 100%;
    font-size: 20px;
    color: #333333;
    line-height: 46px;
    position: relative;
    cursor: pointer;
}

.search-nav .nav-list .item.current {
    font-size: 24px;
    color: #2569D0;
}

.search-nav .nav-list .item.current::after {
    content: "";
    position: absolute;
    background: url(../img/icon05.png) no-repeat 0 0;
    top: 12px;
    right: -10px;
    width: 23px;
    height: 23px;
}

.search-pos {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #F1F7FF;
    position: relative;
}

.search-pos .navname {
    display: inline-block;
    margin-left: 22px;
    font-size: 18px;
    color: #3E3E3E;
}

.search-form-postion {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    line-height: 48px;
}

.search-form-postion .layui-form-select .layui-input {
    padding-right: 30px;
    cursor: pointer;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 20px;
    color: #2569D0;
    padding: 0;
    height: 100%;
    line-height: normal;
    width: 114px;
}

.search-form-postion .layui-form-select .layui-edge {
    color: #2569D0;
    border-top-color: #2569D0;
}

.search-form-postion .layui-input-inline {
    margin-right: 20px;
}

.search-content {
    padding: 20px 26px;
    margin-top: 30px;
}

.search-title {
    height: 36px;
    line-height: 36px;
}

.line {
    width: 100%;
    height: 1px;
    background: #3877bd;
    opacity: 0.3;
}

.search-title .name {
    font-size: 24px;
    color: #2569D0;
    line-height: 36px;
}

.search-title .tiptext {
    float: right;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    display: flex;
    align-items: center;
}

.searchlist {
    margin: 30px 8px;
}

.searchlist .item {
    line-height: 33px;
    padding: 4px 0;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 10px;
}

.searchlist .item .textnum {
    float: right;
    font-size: 16px;
    color: #000;
}

.searchlist .item a {
    display: inline-block;
    font-size: 18px;
    color: #2569d0;
    width: 86%;
}

.searchlist .item a .icon {
    width: 6px;
    height: 6px;
    background: #2569D0;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}