.w {
    width:1200px;
    margin:0 auto;
}
.listCon {
    /*padding-bottom: 285px;*/
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 70px;
}
.listLeft {
    width: 200px;
}
/*.listRight ul{
    display: none;
}*/
.pagination li{
    border:#0a6999 solid 0px;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 20px;
    margin: 5px 10px;
}
#ul1 {
    display: flex;
}
.listRight {
    width: 1000px;  
}
.listLeft li s {
    width: 5px;
    height: 25px;   
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
}
.listLeft li span {
    color: #333;
    font-size: 20px;
}
.clickOrangeB {
    background-color: #e77745 !important;
}
.clickOrangeC {
    color: #e77745 !important;
}
.listLeft li {
    height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.liImg img {
    width: 175px;   
    height: 118px;  
}
.liImg {
    float: left;
    width: 175px;   
    height: 118px;  
}
.liCon-top h4{
    font-size: 28px;
    color: #000;
    width: 540px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.liCon-top span {
    color: #747474;
    font-size: 20px;
    width: 184px;
}
.listRight-li {
    /*display: flex;*/
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    /*height:120px;*/
}
.liCon p {
    color: #666;
    font-size: 20px;
    display: -webkit-box;  
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*line-height: 30px; */
    /*margin-top: 20px;*/
}
.imgbox{
    display: none;
}
.liCon {
    float: right;
    width: 777px;
    /*height:120px;*/
    /*margin-left:35px;*/
}
.liCon-top {
    display: flex;
    height:35px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#ul1,#ul2,#ul3 {
    display: flex;
    flex-direction: column;
    min-height: 502px;
}