.dt-div{color: #FFFFFF;background-color: #27439f;font-size: 20px;width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}
.title{display: flex;font-size: 16px;color: #9b9b9b;margin-bottom: 30px;margin-top: 50px;}
.title-line{width: 6px;height: 22px;background-color: #27439f;margin-right: 10px;}
.title-c{color: #292929;font-size: 24px;font-weight: bold;margin-right: 5px;line-height: 24px;}
.title-more{color: #484848;background-color: #eeeeee;border-radius: 5px;width: 102px;height: 38px;line-height: 38px;text-align: center;}
.news-cell{width: 278px;border-bottom: 3px solid #d5d5d5;padding-bottom: 20px;cursor: pointer;}
.news-cell-pic{width: 278px;height: 180px;}
.right-pic{height: 15px;}
.news-cell:hover{border-color: #27439f;}
.business-cell{width: 380px;height: 253px;display: flex;align-items: flex-end;cursor: pointer;margin-bottom: 60px;}
.business-cell>div{padding: 12px 13px;background-color: rgba(0,0,0,.5);}
.new-list{width: calc(100% - 75px);}
/* .business-cell:hover>div{background-color: rgba(39,67,159,.7);} */
/* 超小屏幕（手机，小于 768px） */
@media (max-width:767px) { 
	.content1{width: 90%;}
	.news-list{display: block;margin-bottom: 10px;}
	.news-cell{margin-left: calc(50% - 139px);margin-top: 20px;}
	.business-list{display: block;margin-top: 20px;}
	.business-cell{width: 100%;max-width: 380px;margin-bottom: 30px;}
	.title-more{width: unset;background-color: unset;color: #27439f;}
	.dt-div{font-size: 13px;width: 50px;height: 50px;}
	.new-list .f24 {font-size: 13px;}
	.new-list .f15{font-size: 12px;}
	.title{margin: 20px 0 0px 0;}
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width:768px) and (max-width:991px) { 
	.content1{width: 90%;}
	.news-list{flex-wrap: wrap;}
	.business-list{flex-wrap: wrap;}
	.news-cell{margin-bottom: 20px;}
	.business-cell{margin-left: calc(50% - 190px);}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:992px) and (max-width:1199px) { 
	.content1{width: 90%;}
	.news-list{flex-wrap: wrap;}
	.business-list{flex-wrap: wrap;}
	.news-cell{margin-bottom: 20px;}
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) { 
}