﻿



.list-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1185px;
    margin: 0 auto;
}
.list-item{
    width: 576.5px;
    margin-top: 20px;
    padding-bottom: 12px;
}
.list-item:nth-child(odd){
    margin-right: 16px;
}
.list-item:nth-child(even){
    margin-left: 16px
}

.list-item .title-more{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1px;
    border-bottom: 1px solid #0070c7;
    line-height: 36px;
}
.list-item .title-more .title{
    width: 110px;
    height: 36px;
    background-color: #0070c7;
    color: #fff;
    font-size: 17px;
    text-align: center;
}
.list-item .title-more .more{
    padding-right: 32px;
    color: #0070c7;

}
.list-item .news-hot{
    margin-top: 20px
}
.list-item .news-hot .news-hot-title{
    display: flex;
    justify-content: space-between;
    line-height: 35px;
}
.list-item .news-hot .hot-title{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 120px
}
.list-item .news-hot .time{
    font-size: 12px;
    color: #333333;
    white-space: nowrap;
}

.list-item .news-hot .hot-text{
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #999999;
    font-size: 12px;
    height: 50px;
    line-height: 24px;

}
.list-item .news-hot .hot-text::after{
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0px;
    right:0px;
    padding:0 130px 1px 0px;
    background-color: #fff;
}
.list-item .news-hot-two{
    margin-top: 20px
}
.list-item .news-hot-two .news-hot-title-two{
    display: flex;
    justify-content: space-between;
    line-height: 35px

}
.list-item .news-hot-two .hot-title-two{
    display: inline-block;
    font-size: 14px;
    color: #0070c7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 120px
}
.list-item .news-hot-two .time-two{
    display: inline-block;
    font-size: 12px;
    color: #333333;
    padding-right: 45px;
    white-space: nowrap;
}
.list-item .news-hot-two .hot-text-two{
    color: #999999;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.list-item .news-list{}
.list-item .news-list li{
    display: flex;
    justify-content: space-between;
    line-height: 35px;
}
.list-item .news-list li .hot-title{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 120px
}
.list-item .news-list li .time{
    font-size: 12px;
    color: #333333;
}

.list-item .news-list-two{
    margin-top:20px
}
.list-item .news-list-two li{
    display: flex;
    justify-content: space-between;
    line-height: 35px;
}
.list-item .news-list-two li .hot-title{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 120px
}
.list-item .news-list-two li .time{
    font-size: 12px;
    color: #333333;
}
.list-item .time-list{
   margin-top: 15px;
}
.list-tiem .time-list li{
    display: inline-block;
    width: 100%;
}
.list-item .time-list li .time{
    color: #0070c7;
    line-height: 25px;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #ecebec;
}
.list-item .time-list li .time .time-one{
    font-size:14px;
    white-space: nowrap;
}
.list-item .time-list li .time .time-two{
    font-size:12px;
    white-space: nowrap;
}
.list-item .time-list li .list-item{
    line-height: 24px;
    white-space: nowrap;
    margin-top:10px;
    border-bottom: 1px solid #ecebec;

}
.list-item .time-list li .list-item .list-title{
    font-size:14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-item .time-list li .list-item .list-info{
    font-size:12px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#slider1 {
    width: 100%;
    height: 335px;
    margin: 0 auto;
    border:1px solid #999999;
    border-radius: 3px;
}
#slider1 div img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.banner-text{
    height: 50px;
    line-height: 50px !important;
}