.wrapper {
    min-height: 60px;
    /*background:url("../images/view/topBg.png")no-repeat 0 0/100% 100%;*/
}

.wrapper-img {
    min-height: 350px;
    background: url("../images/view/topBg.png") no-repeat 0 0/100% 100%;
    background-position-y: 17px
}

.input-group {
    width: 35%;
    margin: 0 auto;
    position: relative;
    top: 130px;
}

.input-group input {
    height: 40px;
    width: 100%;
    border: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 16px;
    color: #666;
}

.input-group a {
    display: inline-block;
    width: 60px;
    height: 40px;
    background: #2e67da;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    top: 60px;
    right: 0;
    text-align: center;
}

.input-group img {
    margin-top: 6px;
}

.search-body {
    width: 95%;
    margin: 0 auto;
}

.condition {
    width: 73%;
}

.condition li {
    float: left;
    text-align: center;
    border-radius: 3px;
    background: #95c8f0;
    margin-right: 15px;
    color: #fff;
}

.condition #container a {
    color: #333;
    font-size: 18px;
    display: block;
    padding: 3px 8px;
}

.condition #container a:hover {
    color: #000;
}

.condition #pager {
    margin-left: 1.5em;
}

.condition .en {
    padding: 4px 8px;
}

/*.condition li:hover{*/
/*background: #2e8cda;*/
/*}*/
.condition .active {
    background: #2e8cda;
}

.condition h3 {
    color: #5a5a5a;
    font-size: 24px;
    font-weight: 400;
    border-left: 4px solid #2e8cda;
    padding-left: 15px;
}

.text-indent {
    text-indent: 1.5em;
    color: #333;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 6px;
}

.search-cont {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.search-cont span {
    color: #666;
    font-size: 14px;
    padding-right: 20px;
}

.search-cont .key-word {
    padding-right: 0;
}

.search-rem {
    width: 25%;
    background: #f6fafd;
    padding: 15px;
}

.search-rem h2 {
    color: #5a5a5a;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 25px;
}

.search-rem h2 span {
    position: relative;
    top: -10px;
    margin-left: 10px;
}

.search-rem li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
}

.search-rem li a {
    color: #666;
}

.search-rem li:hover a {
    color: #333;
}

.search-rem li span {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    display: none;
}