.searchWrapMess{
    height:330px;
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("../imgs/qyBanner.png") no-repeat center;
}
.threeImgWrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:1200px;
    margin:20px auto 100px auto;
}
.threeImg{
    width:390px;
    height:141px;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 15px rgba(0,0,0,.05);
}

    .myspan{
        color:#333;
        font-size:28px;
        text-align:center;
        margin-bottom:30px;
        letter-spacing: 6px;
        font-weight:500;
    }
    .inputWrap{
        width:646px;
        margin:0 auto;
    }
    .text{
        width:500px!important;
        height:50px!important;
        border:solid 1px #ededed;
        background: #ededed;
        border-radius: 0;
        padding-left:10px;

    }
    .btn{
        background:#ff8523;
        height:50px!important;
        font-size:20px;
        width:130px;
        text-align:center;
        color:#fff;
        margin-left:10px!important;
        border:solid 1px #ff8523;
    }
    .btn:hover{
        border:solid 1px #ff8523;
        background:#ff8523;
        color:#fff;
    }

.bx4 .footer-pg{
    width: 100%;
    float: right;
    margin-top: 40px;
    text-align:center;
}

.m-b {
    margin-bottom: 20px;
}

.bx4 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    background-color: white;
}

.bx4 .bx4-r {
    width: 100%;
    min-height:400px;
    /*overflow-x: hidden;*/
    padding:10px 20px;
    box-sizing:border-box;
}
.bx4  .bg-bgcolor{
    background:#fcfcfc;
    border:solid 1px #ededed;
}
.bx4 .tit{
    border-bottom:solid 1px #ededed;
    height:40px;
    line-height:40px;
    padding-left:20px;
    font-size:14px;
    color:#333;
}
.bx4 .tit span{
    color:#ff8523
}
.bx4 .content{
    padding:40px 50px;
}


.bx4 .content .item{
    box-sizing:border-box;
    width: 100%;
    height: 150px;
    padding: 20px;
    clear:both;
    background:#fff;
    box-shadow: 0 0 15px rgba(0,0,0,.05);
    margin-bottom:30px;

}

.bx4 .content .item h5{
    font-size: 18px;
    color: #444444;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    height: 21px;
    float: left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    clear: both;
}
.bx4 .content .item h5:hover{
    color: #ef3636;
}
.bx4 .content .item h5 span{
    color:#ef3636;
}
.bx4 .content .item .type{
    color:#333;
    font-size:15px;
    line-height: 30px;
}
.bx4 .content .item .type .one{
    width:300px;
    float:left;
}
.bx4 .content .item p{
    font-size: 15px;
    color: #333;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    clear: both;
    line-height: 30px;
}
#contentId a:hover{
    text-decoration:none!important;
}