.content{
    width: 100%;
    margin:80px 0 50px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 1200px;
}
/* banner */
.banner-box{
    width: 100%;
    height: 450px;
}
.banner-box img{
    width: 100%;
    height: 100%;
}
/* 新闻列表 */
.news-list{
    width: 65%;
    padding: 40px 0;
}
/* 首页>矩阵新闻 */
.position{
    display: flex;
    justify-content: flex-end;
}
.position .first-sp,.second-sp{
    display: flex;
    align-items: center;
    color: #999;
}
.position .first-sp::before{
    content: "";
    display:block;
    background: url("../img/matrixNews/position-icon.png") no-repeat;
    width: 15px;
    height: 14px;
    margin-right: 3px;
}
.position .first-sp:hover{
	color:#3773d7;
	cursor: pointer;
}
.position .second-sp{
    margin-left: 3px;
    color: #666;
}
.position .second-sp::before{
    content: "";
    display:block;
    background: url("../img/matrixNews/right-icon.png") no-repeat;
    width: 16px;
    height: 14px;
    margin-right: 3px;
}
/* 列表 */
.list{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.list:hover .list-right .list-right-content .title{
	color:#3773d7;
}
.list + .list{
    margin-top: 40px;
}
.news-list-box .list .list-left{
    width: 25%;
    height: 206px;
    background: #cccccc;
}
.news-list-box .list .list-left img{
    width: 100%;
    height: 100%;
}
.news-list-box .list .list-right{
    width: 72%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #e8e8e8;
}
.news-list-box .list .list-right .list-right-content{
    width: 82%;
    /* background: red; */
}
.news-list-box .list .list-right .list-right-content:hover .title{
	color:#3773d7;
}
.news-list-box .list .list-right .title{
    font-size: 24px;
	line-height: 32px;
	color: #333333;
    overflow:hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
    margin-bottom: 30px;
}
.news-list-box .list .list-right .text{
    font-size: 14px;
	line-height: 22px;
	color: #666666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.news-list-box .list .list-right .time{
    width: 84px;
    height: 84px;
    background: #f5f5f5;
    margin-top: 40px;
    text-align: center;
    padding: 20px 0;
}
.news-list-box .list .list-right .time .time-day{
    font-size: 24px;
    line-height: 22px;
    font-weight: 600;
	color: #999;
}
.news-list-box .list .list-right .time .time-year-month{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #999999;
}
/* 分页 */
.zxf_pagediv{
    margin: 70px 0 30px;
}