.wrapper{
	display: flex;
}
.wrapper .box{
	flex: 1;
	margin-right:10px;
	background-color: #FFFFFF;
	min-height: 425px;
}
.wrapper .box:last-of-type{
	margin-right:0 ;
}
.banner{
	width: 340px;
	height: 255px;
	margin: 0 auto;
}
.banner .hiSlider-wrap{
	width: 100%;
	height: 100%!important;
}
.banner .hiSlider{
	height: 255px!important;
}
.banner .hiSlider img{
	width: 100%!important;
	height: 255px!important;
}

.title_t{
	padding-left: 38px;
	padding-bottom: 12px;
	padding-top: 26px;
	margin-bottom: 30px;
	border-bottom:2px solid #2273ED ;
	font-size: 18px;
	line-height: 1;
	position: relative;
}
.title_t a{
	float: right;
	margin-right: 20px;
	font-size: 30px;
	margin-top: -4px;
}
.title_t .tu{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background-color: #f03f3f;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	font-style: normal;
	margin-left: 8px;
	font-size: 18px;
}
.title_t .tt,
.case .tt{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
}
.diary_list{
	padding: 0 40px 30px;
}

.diary_list li{
	padding-bottom:40px;
}
.diary_list li:last-of-type{
	padding-bottom: 0;
}
.diary_list li a{
	display: block;
	line-height: 1;
}
.diary_list i.dot{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #2273ED;
	margin-left: -15px;
	margin-right: 10px;
	vertical-align: middle;
}
.diary_list .list_left{
	font-size: 16px;
	color: #666666;
}
.diary_list .list_right{
	float: right;
	color: #999;
}
.list_gm{
	padding: 0 30px;
}
.list_gm li{
	padding-bottom: 40px;
	padding-left: 24px;
	position: relative;
}
.list_gm li:last-of-type{
	padding-bottom: 0;
}
.list_gm li:before{
	content: "";
	position:absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background-color: #cecece;
}
.list_gm li a{
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 1;
}
.list_gm a .r_time{
	float: right;
	color: #999;
}
.wrap1{
	margin-top: 20px;
}
.wrap1 .box.box1{
	flex: 2.03;
	min-height: 640px;
}
.Excellent{
	padding: 0 32px;
}
.Excellent table{
	width: 100%;
}
.Excellent tr{
	display: flex;
	padding-bottom: 40px;
}
.Excellent tr:last-of-type{
	padding-bottom: 0;
}
.Excellent tr td{
	flex: 1;
	line-height: 1;
	text-align: right;
	font-size: 16px;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right:10px;
}
.Excellent tr td:first-of-type{
	flex: 2.5;
	text-align: left;
}
.Excellent tr td:nth-of-type(2){
	color: #e66a6a;
}
.Excellent tr td:last-of-type{
	margin-right: 0;
}
.Excellent tr td:first-of-type a{
	color: #333333;
}
.Excellent td i.dot1{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #2273ED;	
	vertical-align: middle;
	margin-right: 8px;
} 
.box div .list_gm li{
	padding-bottom: 30px;
}
.case{
	border-top: 20px solid #fafafa;
	padding: 30px;
	position: relative;
}
.case p{
	display: flex;
	font-size: 16px;
	color: #333333;
	line-height: 1;
	margin-bottom: 28px;
}
.case p:last-of-type{
	margin-bottom: 0;
}
.case p span{
	flex: 1;
}
.case p span:nth-of-type(2){
	color: #ed4b4b;
}
.arrow{
	margin-left: 6px;
	width: 11px;
	height: 15px;
	vertical-align: middle;
}

/*详情*/
.content_warp{
	display: flex;
	min-height: 660px;
}
.content_warp .warp_left{
	flex: 2;
	background-color: #fff;
	margin-right: 10px;
}
.content_warp .warp_right{
	flex:1;
	background-color: #fff;
}
.content_warp .warp_right .box:last-of-type{
	border-top:20px solid #fafafa;
	margin-top: 30px;
}
