.news_top{
	height:550px;
	background: url(../images_top1/news/news_bg.png) no-repeat center center;
	background-size: cover;
}
.top_celue{
	display: flex;
	justify-content: center;
	margin: 100px auto 60px;
	height: 94px;
	
}
.top_celue>.dl{
	width: 98px;
	height: 94px;
	background: url(../images_top1/news/news_rl.png) no-repeat center center;
	text-align: center;
}
.top_celue>.dl .s1{
    font-size: 30px;
    font-family: DINCondensed-Bold;
    font-weight: bold;
    color: #081E42;
    line-height: 1;
    display: block;
    margin: 40px auto 0;
    width: 30px;
    text-align: center;
}
.top_celue>.dr{
	width: 668px;
	height: 94px;
	padding-left: 32px;
	box-sizing: border-box;
}
.top_celue a{
	font-size:38px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:53px;
	letter-spacing:1px;
}
.top_celue>.dr p{
	font-size:22px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:rgba(212,216,223,1);
	line-height:30px;
	letter-spacing:1px;
	max-width: 668px;
	max-height: 30px;
	overflow: hidden;
}
.top_hq{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    width: 766px;
    margin: 0 auto;
}
.top_hq a{
	width:222px;
	height:40px;
	line-height:40px;
	border-radius:5px;
	border:1px solid rgba(255,255,255,1);
	display: inline-block;
	text-align: center;
	font-size:16px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:rgba(255,255,255,1);
	margin-bottom: 20px;
}
.news_top .btn_300_64{
	background:rgba(237,43,43,1);
	color: #fff;
	margin: 40px auto 0;
}
.four_news{
	padding: 80px 0;
	background:rgba(244,245,247,1);
}
.four_news h3{
	font-size:38px;
	font-family:PingFangSC-Semibold;
	font-weight:600;
	color:rgba(8,30,66,1);
	line-height:53px;
	text-align: center;
}
.four_news_div{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.four_news_div>div{
	width:272px;
	height:372px;
	background:rgba(255,255,255,1);
	box-shadow:0px 10px 30px 0px rgba(0,0,0,0.2);
	margin: 0 5px;
}
.four_news_div>div>img{
	width:272px;
	height:180px;
	display: block;
}
.four_news_div>div>h4{
	padding: 20px 20px 30px;
	height: 140px;
    box-sizing: border-box;
}
.four_news_div>div>h4>a{
	font-size:20px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(8,30,66,1);
	line-height:30px;
	max-height: 88px;
    overflow: hidden;
    display: block;
}
.four_news_div>div>time{
	font-size:16px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(106,119,141,1);
	line-height:22px;
	padding-left: 20px;
}
.four_news>.btn_260_64{
	background:rgba(237,43,43,1);
	color: #fff;
	margin: 60px auto 0;
}
.two_con{    
	height:724px;
	background: url(../images_top1/index/bg2.png) no-repeat bottom center;
    background-size: 100% 306px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.two_con>div{
	width:500px;
	height:524px;
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 26px 0px rgba(4,4,4,0.08);
	margin: 0 40px;
	/*padding-bottom: 20px;
    box-sizing: border-box;*/
}
.two_con_tits{
	width:500px;
	height:120px;
	background:rgba(245,95,95,1);
	font-size:38px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:120px;
	text-align: center;
	position: relative;
}
.two_con_tits>a>img{
	position: absolute;
	right: 40px;
	top: 56px;
}
.two_con_item{
	padding: 0 40px;
	display: block;
	height: 404px;
	overflow-y: auto;
}
.two_con_item>li{
	padding: 40px 0;
	border-top: 1px dashed rgba(212, 216, 223, 1);
	min-height: 202px;
	box-sizing: border-box;
}
.two_con_item>li:first-child{
	border: none;
}
.two_con_item>li time{
	width:52px;
	height:22px;
	line-height:22px;
	background:rgba(122,134,154,1);
	border-radius:1px;
	text-align: center;
	font-size:16px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(255,255,255,1);
    display: block;
    margin-bottom: 10px;
}
.two_con_item>li p{
	font-size:22px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(8,30,66,1);
	line-height:30px;
}
.two_con_item .dt{
	height: 22px;
	position: relative;
}
.two_con_item .dt>div{
	position: absolute;
	top: 0;
	right: 0;
	/*width: 74px;*/
}
.two_con_item .dc{
	margin-top: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.two_con_item .dc>img{
	width:36px;
	height:36px;
	border-radius: 50%;
	margin-right: 15px;
}
.two_con_item .dc>p{
	max-width: 369px;
	height: 30px;
	overflow: hidden;
}
.two_con_item .db{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	font-size:22px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(122,134,154,1);
	line-height:30px;
}
