.sixi_top{
	width: auto;
	height: auto;
	position: relative;
}
.sixi_top .sixi_img{
	width: 100%;
	height: auto;
}
.sixi_top .sixi_top_box{
	width: 60%;
	height: 200px;
	position: absolute;
	right: 0;
	top: 30%;
}
.sixi_top .sixi_top_box .sixi_top_box_t{
	height: 100px;
	line-height: 100px;
	font-size: 46px;
	font-weight: 600;
}
.sixi_top .sixi_top_box .sixi_top_box_r{
	color: #1a1a1a;
}



.sixi_top .sixi_top_box .sixi_top_box_t{
	font-size: 43px;
	font-weight: 600;
}






.sixi_box{
	width: 75%;
	height: auto;
	margin: 0 auto;
}
.sixi_t{
	width: 85%;
	height: 100px;
	line-height: 100px;
	color: #7e7e7e;
	font-size: 16px;
}


.sixi_sh{
	width: 85%;
	height: 50px;
	line-height: 50px;
	color: #3f3f3f;
	font-size: 16px;
	display: flex;
	justify-content: left;
	align-items: center;
}
.sixi_sh .sixi_sh_img{
	width: 16px;
	height: 14px;
	margin-right: 10px;
}


.sixi{
	width: 100%;
	height: auto;
}
.sixi_list{
	width: 100%;
	height: 200px;
	box-shadow: 0px 0px 10px #dedede;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.sixi_list .sixi_list_l{
	width: 24%;
	height: 100%;
}
.sixi_list .sixi_list_r{
	width: 73%;
	height: 100%;
	margin-right: 1%;
}
.sixi_list .sixi_list_r .sixi_list_title{
	width: 100%;
	line-height: 30px;
	padding-top: 10px;
	font-size: 22px;
	font-weight: 600;
}
.sixi_list .sixi_list_r .sixi_list_cont{
	width: 100%;
	height: 75px;
	line-height: 25px;
	color: #5b5b5b;
	font-size: 16px;
	overflow: hidden;
	padding: 5px 0;
}
.sixi_list .sixi_list_r .sixi_list_time{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #767676;
	font-size: 16px;
	text-align: right;
}

.sixi_box{
	min-height: 900px;
}

.sixi_box .sixi_title{
	width: 100%;
	height: 170px;
	line-height: 170px;
	text-align: center;
	color: #0c4edd;
	font: bold 32px/40px "Microsoft Yahei";
}
.sixi_box .sixi_content{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.sixi_box .sixi_content .sixi_content_l{
	width: 70%;
	height: auto;
	line-height: 36px;
	font-size: 20px;
	color: #3d3d3d;
}
.sixi_box .sixi_content .sixi_content_r{
	width: 25%;
	height: auto;
}
