/* 
* @Author: 88888888
* @Date:   2019-06-04 17:39:38
* @Last Modified by:   88888888
* @Last Modified time: 2019-06-04 19:01:20
*/
.bg-bck {
    margin-bottom: 22px;
    height: 240px;
}
.txt-cont {
    padding: 0 10px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
}
.bg-bck img {
    width: 100%;
    height: 100%;
}
.border-line {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 22px;
}
.four-listen p {
    margin-bottom: 10px;
    color: #666666;
}
.four-listen {
    padding-left: 10px;
}
.middd-center {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.middd-center h3 {
    font-size: 20px;
    color: #666666;
    font-weight: 500;
}
@media (max-width: 767px) {
    .bg-bck img {
        width: 100%;
    }
}

/* ccy 20190826*/
.search0929 {
    position: relative;
    padding-left: 70px;
}
.search0929 .search-tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    display: inline-block;
}
.search0929 .search-tit input {
    width: 100%;
    border: none !important;
    outline: none;
    padding: 0 0 0 10px;
    background: none;
}
.search0929 .search-tit .upDown {
    position: absolute;
    display: block;
    width: 20px;
    height: 94%;
    right: 10px;
    top: 0;
    cursor: pointer;
    background: url("caret.png") no-repeat scroll center !important;
}
