ul li a{
    color: #000000;
}
ul li a:hover{
    color: #df8624;
}
.info a{
    color: #000000;
}
.info a:hover{
    color: #df8624;
}
.list-banner{
    padding: 0;
    margin-bottom: 50px;
}
.banner-img{
    width: 100%;
    height: 100%;
}
.new-10{
    box-shadow:5px 2px 6px #ececec;
    height: 200px;
    margin:10px auto;
    max-width: 1200px;
}
.div-1{
    margin:20px 0;
    float: left;
    height: 160px;
    width: 160px;
}
.div-1 img{
    width: 100%;
    height: 100%;
}
.div-2{
    margin: 20px;
    float: left;
    height: 160px;
    /* Albert 2020.04.14修改 手机响应页面 */
    /* max-width: 1000px; */
    max-width: calc(100% - 200px);
}
.div-2 ul{
    height: 100%;
}
/* .content{
    height: 100px;
    overflow:hidden
} */

/* Albert 2020.04.14修改 手机响应页面 */
.content{
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}
.li-time{
    float: bottom;
}
.more{
    border: #df8624 1px solid;
    color:#df8624;
    margin:20px auto;
    width:124px;
    height: 40px;
    text-align:center;
    line-height:280%;
    float: bottom;
    cursor:pointer
}
.bottom-more{
    margin-bottom: 120px;

}
.info{
    margin-bottom: 20px;
}
.list{
    /*border-bottom: #ececec 1px solid;*/
    width:1000px;
    height: 30px;
    margin: 10px auto;
    font-size: 13px;
}
.list ul li{
    float: left;
    height: 12px;
    /* line-height: 10px; */
    /* Albert 2020.04.14修改 手机响应页面 */
    line-height: 13px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    border-right:#ececec 1px solid;
}
.orange{
    color:#df8624;
}
.center{
    width: 1000px;
    margin: 0 auto;
    /* Albert 2020.04.14修改 手机响应页面 */
    /* width: 100%; */
}
.article{
    float: left;
    width: 300px;
    height: 350px;
    margin:10px 15px;
    box-shadow:0px 0px 6px #ececec;
}
.middle{
    margin:30px 20px;
}
.middle .h3{
    margin-bottom: 20px;
}
.content-info{
    width: 260px;
    height: 190px;
    overflow:hidden
}
.href{
    width: 260px;
    height: 40px;
    margin: 10px auto;
    background-color: #df8624;
    text-align: center;
    line-height: 40px;
}
.href a{
    color: #FFFFFF;
    font-size: 16px;
}
.c-list{
    float: left;
    width: 450px;
    height: 260px;
    margin:10px 15px;
    color: #000000;
}
.c-list:hover{
    color: #df8624;
}
.compose{
    /* width: 448px; */
    /*height: 198px;*/
    border: #ececec 1px solid;
    /* Albert 2020.04.14修改 手机响应页面 */
    width: 100%;
}
.compose img{
    width: 100%;
    /*height: 100%;*/
}
.compose .middle .content-info{
    height: 100px;
    width: 300px;
}
.compose .middle .h3{
    color: #000000;
}
.compose .middle .h3:hover{
    color: #df8624;
}
.compose .middle .content-info{
    color: #999999;
}
.compose span{
    position: relative;
    bottom: 108px;
    right: -340px;
}
.background-top{
    height: 80px;
    width: 100%;
    background-color: #ececec;
    position: relative;
}
.form-center{
    position: absolute;
    right: 35%;
    bottom: 20px;
}
.form-center input{
    height: 40px;
    width: 400px;
    float: left;
    border: none;
}
.form-center button{
    height: 40px;
    width: 80px;
    float: left;
    background-color: #df8624;
    border: #df8624;
    color: #FFFFFF;
}
.type{
    width: 500px;
    margin: 20px auto;
}
.li-top{
    margin-right: 40px;
}
.bottom-page{
    width:1000px;
    height: 30px;
    margin: 80px auto;
}
.total{
    display: inline-block;
    float: left;
    line-height: 30px;
}
.pagination{
    margin: 0 10px;
    float: left;
}
.pagination>li>a{
    color: #df8624;
}
.jump{
    display: inline-block;
    width: 260px;
    float: left;
    line-height: 30px;
}
.jump input{
    width: 60px;
    margin-left: 10px;
}
.jump button{
    margin-left: 20px;
    border: #df8624 1px solid;
    color: #df8624;
    background: #FFFFFF;
    width: 40px;
}
.top-two{
    width: 100%;
    height: 30px;
    border-bottom: #ececec 1px solid;
}
.search-list{
    width:1000px;
    margin: 40px auto;
}
.search-list a{
    color:black;
}
.search-content{
    width: 1000px;
    height: 40px;
    overflow:hidden;
}
.info-bottom{
    color: #dddddd;
    margin-top: 10px;
}
.info-bottom a{
    color: #666666;
}
.period{
    width: 220px;
    margin: 0 auto;
}

/* Albert 2020.04.14修改 手机响应页面 */
@media screen and (max-width: 768px) {
    .center {
        width: 100%!important;
    }

    .list{
        width: 100%;
        /*overflow-x: scroll;*/
    }
    
    /*.list ul {
        width: 1000px;
    }*/

    .c-list {
        width: calc(100% - 30px);
        height: auto;
    }
}