.search {
    padding-top: 2em;
    padding-bottom: 2em
}

.search .search-input {
    width: 28em
}

.search .search-nav {
    height: 2.3em;
    border-left: dotted 1px #b8b8b8;
    margin: 2.3em auto
}

.search .search-nav li {
    height: 2.3em;
    line-height: 2.3em;
    text-align: center;
    border-right: dotted 1px #b8b8b8
}

.search .search-nav li a {
    color: #666
}

.search .search-nav li a.active {
    color: #1a355e
}

.search .search-result {
    margin: 15px auto
}

.search .search-result .search-item {
    padding-left: 5px;
    padding-right: 5px
}

.search .search-result .search-item:nth-child(n+5) {
    margin-top: .5em
}

.search .search-result .search-item img {
    border: solid 1px #6f6f6f
}

.search .search-result .search-item p {
    text-align: center;
    padding-top: 1.25em
}

.search .search-result .search-item .search-item-img {
    position: relative
}

.search .search-result .search-item .search-item-img .search-mask {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002e64;
    z-index: 2;
    -moz-opacity: .9;
    opacity: .9
}

.search .search-result .search-item .search-item-img .search-mask a {
    width: 60%;
    height: 14%;
    margin: 0 auto;
    margin-top: 43%;
    line-height: 2em;
    text-align: center;
    border: solid 1px #fff;
    color: #fff;
    display: block;
    text-decoration: none
}

.search .faq-list {
    margin: 1em auto
}

.search .faq-list .faq-list-item {
    border-bottom: dotted 1px #424242;
    padding-bottom: .5em;
    margin-top: 1em;
    position: relative
}

.search .faq-list .faq-list-item .hdA,.search .faq-list .faq-list-item .hdQ {
    display: none
}
.input-group form{
    display: flex;
    align-items: center;

}
.nav-list{
    display: flex;
}
.search-result{
    display: flex;
    flex-wrap: wrap;
}
.search-item{
    width: 24%;
    margin-left: 1%;
}

button{
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
}
.search .faq-list .faq-list-item .bar {
    height: 2.5em;
    width: 2.35em;
    border-bottom: solid 4px #1a355e;
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 2
}

.search .faq-list .faq-list-item .normal {
    float: left;
    color: #1a355e;
    width: 96%;
    line-height: 180%
}

.search .faq-list .faq-list-item .normal .hegii-icon-essence {
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-left: 1em
}

.search .news-list {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 6em
}

.search .news-list>div {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    position: relative;
    padding-top: 3em

}

.search .news-list>div .news-img {
    width: 30%
}

.search .news-list>div .news-img img {
    width: 100%
}

.search .news-list>div .news-brief {
    width: 65%;
}

.search .news-list>div .news-brief .brief-title {
    margin-top: .8em;
    font-size: 1.4em
}

.search .news-list>div .news-brief .brief-time {
    margin-top: .8em;
    font-size: 1em
}

.search .news-list>div .news-brief .brief-content {
    margin: 1em auto;
    font-size: 1em
}

.search .news-list>div .news-brief .view-more {
    color: #1a355e;
    margin-top: 10px;
    font-size: 1em;
    cursor: pointer
}

.search .news-list>.page {
    padding-top: 0
}

.search .renovation-list {
    margin: 1.5em auto
}

.search .renovation-list div:nth-child(2n+1) {
    padding-left: 0
}

.search .renovation-list div:nth-child(2n+2) {
    padding-right: 0
}

.search .renovation-list div:nth-child(n+3) {
    margin-top: 1em
}

.search .renovation-list p {
    text-align: center;
    margin: 1.8em auto
}

#modalFaq .faq-detail-container {
    position: relative;
    height: 10em
}

#modalFaq .faq-detail-container #faqAnswer {
    color: #1a355e
}

#modalFaq .popularity-info img {
    float: left
}

#modalFaq .popularity-info span {
    float: left;
    margin-top: .5em;
    margin-left: .5em
}
.problem-item .news-img{
    display: none;
}
.search .news-list .problem-item .news-brief{
    width: 100%;
}
@media (max-width: 960px) {
    .search-item{
        width: 48%;
    }
    .search .news-list>div .news-img{
        width: 100%;
    }
    .search .news-list>div{
        flex-flow: column;
    }
    .search .news-list>div .news-brief{
        width: 100%;
    }
}