
.news-tt{
	width: 100%;
	min-height: 50px;
	background:url(2022-news-t.png) center center no-repeat;
}

.news-col{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.news-col li{
    width: 25%;
    padding:0 1%;
        float:left;
}
.news-tt-a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background:#5489c2;
	text-align: center;
	color: #fff;
	font-size: 20px;
    box-shadow: 0px 0px 10px 0px 
		rgba(42, 75, 159, 0.18);
}
.news-tt-a.on{
	background: #2f5394;
}
.news-tt-a:hover{
	color: #fff;
}
.news-ul li{
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
}
.news-ul {
    float: left;
    width: 100%;
}
.news-ul .day {
    display: block;
    font-size: 30px;
    color: #737373;
    background: url(2022-time-b.png) center bottom no-repeat;
    margin: 10px auto 0;
    text-align: center;
    float: none;
    padding: 0 0 8px 0;

}
.news-ul .year {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #737373;
    margin-top: 8px;
    float: none;
}
.u-lst ul li span {
    float: none!important;
}
.news-time{
	background:url(2022-time-r.png) right center no-repeat;
}
.news-cont{
	padding:0 45px;
}
.news-cont h2 {
    font-size: 22px;
    font-weight: 400;
    padding-top: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-cont-tt a{
	font-size: 18px!important;
    font-weight: 400;
    color: #737373;
}
.news-date {
    line-height: 24px;
    margin-top: 15px;
    float: left;
    text-align: left;
}
.news-date span {
    color: #737373;
    font-size: 16px;
    margin-right: 15px;
}
.news-more{
	color: #737373;
    line-height: 28px;
    margin-top: 12px;
    position: absolute;
    top: 35px;
    right: 30px;
}
.news-more a {
    float: right;
    display: inline-block;
    border: 1px solid  #a6a6a6;
    line-height: 28px;
    padding: 0 24px;
    border-radius: 10px;
    color: #b5b5b5;
}
.news-ul li:hover{
	background-color: #5489c2;
	box-shadow: 0px 0px 10px 0px 
		rgba(42, 75, 159, 0.18);
	border-radius: 10px;
}
.news-ul li:hover .news-time span{
	color: #fff!important;
}
.news-ul li:hover .news-time{
	background: url(2022-time-r-h.png) right center no-repeat;
}
.news-ul li:hover .news-time .day{
	background: url(2022-time-b-h.png) center bottom no-repeat;
}
.news-ul li:hover .news-cont h2 a{
	color: #fff!important;
}
.news-ul li:hover .news-cont p span{
	color: #fff!important;
}
.news-ul li:hover .news-cont .news-more a{
	border:1px solid #fff;
	color: #fff!important;
}
.u-lst ul li:hover .news-cont h2{
	color: #fff!important;
}



@media all and (max-width:750px) {
	.news-col{
        width: 100%;
    }
	.news-cont{
		padding: 0 10px;
	}
}