.container {
    width: 1321px !important;
}
.tops{
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
}
.tops img{
	width: 100%;
}
.title {
    overflow: hidden;
    display: -webkit-box;
    display: block;
    margin: 0;
    line-height: 28px;
    color: #002884;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.title a{color: #002884 !important;}
.title-list{margin: 15px 0;}
.desc {
    margin-top: 5px;
    line-height: 22px;
    color: #a6a6a6;
    font-size: 14px;
    letter-spacing: 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-date{
    width: 43%;
    margin: 15px 55px;
    text-align: center;
	border-bottom: 3px solid #e9766d;
}
.news-date .date {
    line-height: 36px;
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 26px;
}
.news-date .year {
    line-height: 36px;
    text-align: left;
    color: #a1a1a1;
    font-size: 19px;
	margin-bottom: 10px;
}
.titles {
	background: url(/template/images/ztzl.files/shcezt/title-banner.png) no-repeat center;
	height: 110px;
	background-size: 100% 100%;
	margin: 5px 0;
}
.more{
	margin: 30px 0;
	text-align: center;
}
.overs{
	display: none;
	text-align: center;
	padding: 33px 0;
}
.overs a{
    font-size: 18px;
    color: #a6a6a6;
    padding: 10px 20px;
    display: inline-block;
    /* background-color: #f6f7ff; */
    border-radius: 30px;
}
.overs::before, .overs::after {
    content: '';
    display: inline-block;
    border-bottom: 1px solid #a6a6a6;
}
.overs::before, .overs::after {
    width: 10%;
}
@media all and (max-width:1024px) {
	.container {
	    width: 100% !important;
	}
	.news-date {
	    width: 100%;
	    margin: 26px 0px;
	}
	.titles {
	    background-size: 100% 100%;
	    margin: 10px 8px;
	}
}