#content {
    margin: 45px 0;
    overflow: hidden;
}

#content .container {
    position: relative;
    min-height: 255px;
}

#content .box {
    padding: 0 30px;
    margin: 0 auto;
}

#content .box input {
    height: 50px;
    /*border: none;*/
    text-indent: 10px;
    /*background: #fff url(../image/spri1.png) no-repeat 95% 50%;*/
}

#content .box button{
    width: 20%;
    height: 49px;
    border: 1px solid #008fd5;
    float: right;
    background: #fff;
    color: #008fd5;
    font-size: 20px;
}
#contents .box .bsub {
    text-align: center;
    line-height: 49px;
}
#content .box button:hover  {
    background: #008fd5;
    color: #fff;
    text-decoration: none;
}

#content .result {
    margin: 0 10%;
    margin-top: 115px;
    margin-bottom: 35px;
}

#content .result .hasresult,#content .result .noresult {
    display: none;
}

#content .result h2 {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
}

#content .result ul li {
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 0;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}

#content .result span {
    display: inline-block;
}

#content .result h2 .type {
    margin-right: 3.8%;
}

#content .result .tit {
    width: 33%;
}

#content .result .type {
    width: 25%;
    text-align: center;
    margin-left: 30px;
    margin-right: 5%;
}

#content .result .date {}

#content .result ul li a {
    display: block;
    width: 100%;
}

    #content .result ul li em {
        width: 20px;
        height: 30px;
        background: url(../images/d1.png) no-repeat;
        position: absolute;
        right: 5%;
        bottom: 25px;
    }

    #content .result ul li:hover em {
        background: url(../images/d2.png) no-repeat;
    }

#content .result ul li a {
    color: #666;
}
#content .result ul li a:hover {
    color: #008fd5;
}

#content .result ul li a.spec {
    color: #008fd5;
    text-decoration: underline;
}

#content .result ol {
    width: 270px;
    margin: 0 auto;
    margin-top: 30px;
}

#content .result ol li {
    float: left;
    padding: 0 5px;
}

#content .result ol li a {
    text-decoration: none;
    color: #333;
}

#content .result ol li a:hover {
    color: #008fd5;
}

#content .result ol li:first-child a {
    text-decoration: none;
}

#content .result ol li:last-child a {
    text-decoration: none;
}

#content .result ol li.cli3 a {
    color: #008fd5;
}


/**
 * Variables
 */


/**
 * Wrapper
 */
#searchs-suggest>div {
    padding: 10px 5px!important;
    background: #fff!important;
    font-size: 14px;
    color: #666!important;
}
#searchs-suggest>div+div {
    border-top: 1px solid #f5f5f5;
}
#searchs-suggest>div:hover {
    background: #006eab!important;
    color: #fff!important;
}
#searchs {
    border: 1px solid #ccc;
    float: left;
    width: 70%;
    margin-bottom: 15px;
    font: 100% Helvetica, Arial, Sans-serif;
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
}

.combo-select .combo-input {
    margin-bottom: 0;
}


/**
 * Input field
 */

.combo-input {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    padding-right: 60px;
    border-radius: 3px;
}

.combo-input:focus {
    outline: none;
}


/**
 * Arrow
 */

.combo-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    width: 40px;
    font-size: 12px;
    color: #999999;
}

.combo-arrow:before {
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #cccccc;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 15px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}


/**
 * When opened
 */

.combo-open .combo-arrow {
    border-color: #51A7E8;
}

.combo-open .combo-arrow:before {
    border-top: none;
    border-bottom: 5px solid #cccccc;
}


/**
 * When focused
 */

.combo-focus {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-color: #51A7E8;
}

.combo-focus input {
    border-color: #51A7E8;
}


/**
 * Hide native select
 */

.combo-select select {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #666;
    -webkit-appearance: none;
    opacity: 0;
}

.combo-select select option {
    color: #666;
}

@media only screen and (min-width: 960px) {
    .combo-select select {
        left: -1px;
        top: -1px;
        width: 0;
        height: 0;
        margin: 0;
    }
}


/**
 * Selected option
 */

.option-selected {
    background-color: #eee;
}


/**
 * Hovered option
 */

.option-hover {
    background-color: #006eab;
    color: #fff!important;
}


/**
 * Option item
 */

.option-item {
    cursor: pointer;
    border-bottom: 1px #e3e3e3 solid;
}

.option-item:hover {
    background-color: #006eab;
    color: #fff;
}

.option-item:last-child {
    border-bottom: none;
}


/**
 * Disabled and optgroups
 */

.option-group {
    cursor: text;
    font-weight: 600;
    background: #e1e1e1;
    border: 1px #ccc solid;
    border-width: 1px 0;
}


/**
 * Disabled
 */

.option-disabled {
    opacity: 0.5;
}


/**
 * Dropdown
 */

.combo-dropdown {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-width: 300px;
    max-height: 300px;
    margin: 0;
    padding: 0;
    display: none;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #999999;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.combo-dropdown li {
    color: #666;
    list-style: none;
    padding: 12px 1em;
    margin: 0;
}


/**
 * On Active
 */

.combo-open .combo-dropdown {
    display: block;
}
.combo-open .combo-dropdown li { display: block!important;}

/**
 * Search marker
 */

.combo-marker {
    text-decoration: underline;
}

#content p {
    text-align: left;
    padding-left: 10px;
    margin-top: 95px;
    color: #58595b;
    display: none;
}
@media ( min-width:768px) {
    #content .box,#contents .box {
        margin: 0 10%;
    }
}
@media ( max-width:414px){
#searchs-suggest>div{
    font-size: 12px;
}

}

.combo-open .combo-dropdown li:nth-child(1) {
    display: none!important;
}