  .news-top{
	margin:20px 0 45px 0;
}
.news-top .left{
	width: 886px;
	height: 476px;
	background-color: #1a1a1a;
	overflow: hidden;
}
.news-top .left a{
	position: relative;
	display: block;
	color: #fff
}
.news-top .left a .content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 46px 70px;
	background:rgba(0,0,0,0.8);
}
.news-top .left a .content .n-date{
	color: #fbba43;
}
.news-top .right{
	width: 506px;
}
.news-top .right a{
	padding: 29px 32px 32px 32px;
	display: block;
	width: 506px;
	height: 222px;
	color: #fff
}
.news-top .right a:first-of-type{
	margin-bottom: 30px;
	background-color: #005bab;
}
.news-top .right a:last-of-type{
	background-color: #c79556;
}
.news-top .n-tit{
	margin:15px 0 15px 0;
	font-size: 25px;
	height: 68px;
	line-height: 37px;
	overflow: hidden;
	font-weight: bold;
}
.news-top .n-desc{
	font-size: 15px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	opacity: 0.5
}
.news-list{
	padding-bottom: 35px;
}
.news-list .news-item{
	display: flex;
	position: relative;
	padding-bottom: 27px;
	margin-bottom: 27px;
	border-bottom: 1px solid #f5f5f5;
}
.news-list .news-item .n-img{
	width: 223px;
	height: 144px;
	background-color: #004ec4;
	overflow: hidden;
	margin-right: 32px;
	flex-shrink: 0;
}
.news-list .news-item .n-tit{
	margin-bottom: 20px;
	font-size: 18px;
	color: #444;
}
.news-list .news-item .n-desc{
	margin-bottom: 37px;
	font-size: 14px;
	color: #999;
}
.news-list .news-item .n-info{
	color: #999;
}
.news-list .news-item .more{
	position: absolute;
	right: 0;
	bottom: 25px;
}
.news-list .news-item .more a{
	display: inline-block;
	width: 120px;
	height: 43px;
	line-height: 43px;
	background-color: #f5f5f5;
	border: solid 1px #e1e1e1;
	text-align: center;
	color: #999999;
}
.news-list .news-item:hover  .more a{
	background-color: #df0000;
	color: #fff;
}

.right-con{
    width: 1097px;
    padding: 35px;
}
.case-list{
	display: flex;
	flex-wrap: wrap;
}
.case-list .item {
	margin-right: 33px;
	margin-bottom: 30px;
	display: block;
	width: 320px;
	background-color: #f2f2f2;;
	color: #444444;
}
.case-list .item .img{
	height: 265px;
	overflow: hidden;
}
.case-list .item .info {
	position: relative;
	height: 51px;
	padding: 14px 30px;
}

.case-list .item .info::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 12px;
	width: 3px;
	height: 18px;
	background-color: #df0000;
}
.case-list .item:nth-of-type(3n){
	margin-right: 0;
}

.support-list{
    width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.support-list .item {
	margin-right: 33px;
	margin-bottom: 30px;
	display: block;
	width: 320px;
	background-color: #f2f2f2;;
	color: #444444;
}
.support-list .item .img{
	height: 265px;
	overflow: hidden;
}
.support-list .item .info {
	position: relative;
	height: 51px;
	padding: 14px 30px;
}

.support-list .item .info::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 12px;
	width: 3px;
	height: 18px;
	background-color: #df0000;
}
.support-list .item:nth-of-type(4n){
	margin-right: 0;
}



.pro-list{
	display: flex;
	flex-wrap: wrap;
}
.pro-list .item {
	border:1px solid #e1e1e1;
	color: #444444;
	width: 320px;
	margin-right: 32px;
	margin-bottom: 40px;
}
.pro-list .item .img{
	height: 265px;
	overflow: hidden;
}
.pro-list .item .tit{
	padding: 0 15px;
	margin-top:33px;
	font-size: 20px;
	line-height: 20px;
	height: 22px;
	overflow: hidden;
}
.pro-list .item .more{
	height: 72px;
	line-height: 72px;
	font-size: 16px;
	color: #1980df;
	border-bottom: 3px solid #fff;
	transition: all .3s;
}
.pro-list .item:nth-of-type(3n){
	margin-right: 0;
}
.pro-list .item:hover .more{
	border-color: #1980df;
}

.links-list{
    margin-top: 37px;
	display: flex;
	flex-wrap: wrap;
}
.links-list .item{
	margin-bottom: 37px;
	margin-right: 25px;
	width: 255px;
}
.links-list .item .img{
	margin-bottom: 5px;
	width: 100%;
	padding: 5px;
	height: 100px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;

}
.links-list .item .info{
	height: 49px;
	background-color: #f2f2f2;
	line-height: 49px;
	text-align: center;
}
.links-list .item:nth-of-type(5n){
    margin-right: 0;
}