html{
    background: #F5F5F5;
}
.channel-gszc-head{
    background-image: url("./../img/channel-dljz/bg.png");
    background-size: 1920px 381px;
    background-repeat: no-repeat;
    background-position: center;
    height: 381px;
}
.channel-dljz-box{
    overflow: hidden;
    background:rgba(255,255,255,1);
    margin-bottom: 80px;
}
.channel-dljz-box-img{
    width: 255px;
    height: 336px;
}
.channel-dljz-box-img img{
    width: 100%;
    height: 100%;
}
.channel-dljz-middle{
    width: 414px;
    height: 336px;
    padding-left: 30px;
    border-right: 1px solid #ddd;
}
.channel-dljz-middle-title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
}
.channel-dljz-middle-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    width: 392px;
    margin-top: 20px;
    color: #333;
    min-height: 38px;
}
.channel-dljz-middle-price{
    margin-top: 88px;
    color: red;
    font-weight: bold;
    font-size: 18px;
}
.channel-dljz-middle-price span{
    font-size: 16px;
}
.channel-dljz-middle-button{
    overflow: hidden;
    margin-top: 40px;
}
.channel-dljz-middle-button-buy{
    width:111px;
    height:32px;
    line-height: 32px;
    background:#F77304;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}
.channel-dljz-middle-button-buy a{
    color: #fff;
}
.channel-dljz-middle-button-buy a:hover{
    color: #fff;
}
.channel-dljz-middle-button-service{
    width:111px;
    height:30px;
    line-height: 30px;
    border:1px solid rgba(247,115,4,1);
    border-radius:2px;
    font-size: 14px;
    text-align: center;
    color: #F77304;
    cursor: pointer;
}
.channel-dljz-right-box{
    height: 152px;
    width: 460px;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
}
.channel-dljz-right-box:last-child{
    border-bottom: none;
}
.channel-dljz-right-box-title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.channel-dljz-right-box-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 462px;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
    min-height: 38px;
}
.channel-dljz-right-box-foot{
    margin-top: 22px;
}

/*新加*/
.query {
    width: 1074px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 30px;
}

.search_trad {
    width: 1072px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search input {
    width: 660px;
    height: 43px;
    padding-left: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    border: 2px solid #F77304;
}

.search div {
    width: 172px;
    height: 47px;
    background: #F77304;
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.navget {
    width: 172px;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid #F77304;
    border-radius: 2px;
    text-align: center;
    line-height: 47px;.search_trad
font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.prompt {
    width: 1072px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.prompt img {
    width: 15px;
    height: 15px;
}

.prompt span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FF0000;
    margin-left: 10px;
}