@media screen and (max-width: 1300px) {
    #header .head_util > ul > li.logoutLi {
        border-left: 1px solid #8dc540;
    }
}

.article_list > ul > li > a .detail .tag {
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}
.article_list > ul > li > a .detail .tag > li {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    color: #aaaaaa;
    letter-spacing: -1px;
    border: none;
    box-shadow: none;
    margin-left: 0;
    width: fit-content;
}
.article_list > ul > li > a .detail .tag > li:before {
    content: "#";
    display: inline-block;
    margin-right: 3px;
}
.article_list > ul > li > a .detail .tag > li:last-child {
    margin-right: 0;
}

#header .btn_search {
    z-index: 12;
    position: absolute;
    top: 26px;
    right: 85px;
}
#header .btn_search > button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
#header .btn_search > button:after {
    font-family: "xeicon";
    content: "\e97a";
    font-size: 23px;
}
#header .box_search {
    z-index: 105;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 100px;
    background: #fff;
}
#header .box_search.active {
    display: block;
}
#header .box_search .inner {
    display: flex;
    justify-content: space-between;
}
#header .box_search .cont {
    position: relative;
    width: calc(100% - 120px);
}
#header .box_search .cont .text {
    width: 100%;
    height: 70px;
    padding-right: 80px;
    border: 0 none;
    border-bottom: 2px solid #222;
    font-size: 18px;
}
#header .box_search .cont .btn_enter {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    font-size: 38px;
    color: #111;
}
#header .box_search .cont .btn_enter:after {
    font-family: "xeicon";
    content: "\e97a";
}
#header .box_search .btn_end {
    width: 70px;
    height: 70px;
    background: #333;
    border-radius: 50%;
}
#header .box_search .btn_end:after {
    font-family: "xeicon";
    content: "\e921";
    font-size: 25px;
    color: #fff;
}
