.content{
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 1600px;
	margin: 0 auto;
}

.sub_lf{
	width:150px;
	margin-right:10px;
	
}
.sub_rg{
	width:calc(100% - 170px);
	margin-left:10px;
}

.width100{
	width: 100%;
}
.leadList {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	/* align-self: flex-start */
}
.ac_box {
	width: 45%;
	height: 200px;	
	display: flex;
	padding: 15px;
	border: 1px solid #cfdbe5;
	border-radius: 5px;
	margin-bottom: 15px;
	cursor: pointer;
	border-bottom: 12px solid #007FD0;
	transition: all 0.3s ease-in-out; 
}
.leadList::after {
	content: ' ';
	width: 463px;
	/* content: '';
	width: 0;
	height: 0;
	border-bottom: 12px solid #7fadd5;
	border-left: 12px solid transparent;
	position: relative;
	right: 100;
	bottom: 0;
	transition: all 0.3s ease-in-out; */
}

.ac_box> img {
    width: 40%;
}
.ac_info {
	width: 100%;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
	padding: 5px 10px;
	overflow: hidden;
}
.ac_info .led_name {
	font-size: 18px;
}
.ac_info .led_post {
	color: #005bac;
}
.ac_info .led_basic {
	color: #ccc;
	font-size: 12px;
}

.deta_box {
	display: flex;
	flex-direction: column;
}
.deta_box .deta_img {
	width: 100%
}
.deta_box .deta_img > img {
	height: 500px;
}
.deta_all {
  text-align: center;
}
[v-cloak]{
    display:none
	}
	.senery_content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.senery_box {
		width: 43%;
		height: 400px;	
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
		cursor: pointer;
		transition: all 0.3s ease-in-out; 
	}
.senery_box>img {
	height: 90%;
}
.senery_box .senery_title {
	height:  10%;
	line-height:  40px;
	background-color: rgba(0,125,219,0.8);
	text-align: center;
	color:  #fff;
}
