.seizeat{
	width: 100%;
	height: 100px;
}
.content{
	width: 100%;
}
.content .line{
	width: 100%;
	height: 2px;
	background-color: #6c3435;
}
.content .myImg{
	width: 260px;
	height: 106px;
	position: relative;
    top: -67px;
    left: 43%;
}
.content .zyjs{

	margin: 30px 0;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    height: 80px;
    position: relative;
}
.content .zyjs:before{
	content: " ";
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background-color: #6c3435;
}
.zyjs .zyjss{
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    width: 240px;
    padding: 0 10px;
    z-index: 1;
}

.zyjss .myImg{
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
	top: -25px;
    background-color: #fff;
}
.zyjss .zyjstitle{
	color: #fff;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    left: 20px;
    z-index: 2;
}

.content .contentInfo{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px 10px
}
.content .contentInfo .left{
	max-width: 540px;
    min-width: 375px;
	height: 371px;
	margin: 0 auto;
}
.content .contentInfo .left .leftImg{
	width: 100%;
	height: 100%;
}
.content .contentInfo .left .leftP{
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 40px;
    padding-left: 10px;
	position: relative;
    top: -40px;
	box-sizing: border-box;

}
.content .contentInfo .left .leftP a{
	color: #fff;

}
.content .contentInfo .right{
	max-width: 540px;
	min-width: 375px;
	height: 371px;
	margin: 0 auto;

}
.content .contentInfo .right .rightImg{
	width: 100%;
	height: 110px;
}
.content .contentInfo .right .rightP{
	width: 100%;
	height:242px;
	max-width: 540px;
}
.content .contentInfo .right .btnMore{
	display: flex;
	justify-content: flex-end
}
.content .contentInfo .right .btnMore .more{
	display: block;
    font-size: 16px;
    color: #fff;
    background-color: #cc0502;
    border-radius: 3px;
    line-height: 25px;
    width: 120px;
    text-align: center;
    cursor: pointer;
	margin-right: 15px;
}
.content .contentInfo .right .btnMore .more a{
	color: #fff;
}

.content .contentInfo .right ul li{
	list-style-type: disc;
    color: #d00400;
    padding: 20px 0px 0px 0px;
    margin-left: 20px;
	display: flex;
}
.content .contentInfo .right ul li a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 400px;
    display: inline-block;
}
.content .contentInfo .right ul li span{
	width: 100px;
    display: inline-block;
	text-align: right;
	color: #000000;
	white-space: nowrap;
}

.content .bsyq{
	color: #fff;
    font-size: 34px;
    font-weight: 700;
	position: relative;
    left: 34%;
    top: -47px;
}

.contentbsyq {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px 10px;
}
.contentbsyq .left{
	max-width: 540px;
	min-width: 375px;
	height: 265px;
	margin: 0 auto;
	width: 100%;
}
.contentbsyq .left .leftImg{
	width: 100%;
	height: 100%;
}
 .contentbsyq .left .leftP{
	height: 40px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 40px;
    padding-left: 10px;
	position: relative;
    top: -40px;

}
 .contentbsyq .left .leftP a{
	color: #fff;

}
 .contentbsyq .right{
	max-width: 540px;
	min-width: 375px;
	height: 265px;
	margin: 0 auto;

}
 .contentbsyq .right .rightP{
	width: 100%;
	height:240px;
	min-width: 375px;
}
.contentbsyq .right .btnMore{
	display: flex;
	justify-content: flex-end
}
.contentbsyq .right .btnMore .more{
	display: block;
    font-size: 16px;
    color: #fff;
    background-color: #cc0502;
    border-radius: 3px;
    line-height: 25px;
    width: 120px;
    text-align: center;
    cursor: pointer;
	margin-right: 15px;
}
.contentbsyq .right .btnMore .more a{
	color: #fff;
}

 .contentbsyq .right ul li{
	list-style-type: disc;
    color: #d00400;
    padding: 20px 0px 0px 0px;
    margin-left: 20px;
	display: flex;
}
.contentbsyq .right ul li a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 400px;
    display: inline-block;
}
.contentbsyq .right ul li span{
	width: 100px;
    display: inline-block;
	text-align: right;
	color: #000000;
	white-space: nowrap;
}
.xxdt{
	color: #fff;
    font-size: 34px;
    font-weight: 700;
	position: relative;
    left: 34%;
    top: -47px;
}


@media screen and (min-width: 1100px){
	.contentxxdt{
		max-width: 1100px;
		height: 280px;
		margin: 0 auto;
		min-width: 375px;
	}
	.contentxxdt  .btnMore{
		display: flex;
		justify-content: flex-end;
		margin-top: 15px;
		
	}
	.contentxxdt  .btnMore .more{
		display: block;
		font-size: 16px;
		color: #fff;
		background-color: #cc0502;
		border-radius: 3px;
		line-height: 25px;
		width: 120px;
		text-align: center;
		cursor: pointer;
		margin-right: 15px;
	}
	.contentxxdt  .btnMore .more a{
		color: #fff;
	}
	.contentxxdt ul li{
		list-style-type: disc;
		color: #d00400;
		display: flex;
		padding: 20px 13px 0px 13px;
	}
	.contentxxdt ul li a{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		flex: 9.5;
		display: inline-block;
	}
	.contentxxdt ul li span{
		width: 150px;
		display: inline-block;
		text-align: right;
		color: #000000;
		flex: 0.5;
		white-space: nowrap;
	}
}
@media screen and (min-width: 800px) and (max-width: 1100px){
	.contentxxdt{
		max-width: 800px;
		height: 280px;
		margin: 0 auto;
		min-width: 375px;
	}
	.contentxxdt  .btnMore{
		display: flex;
		justify-content: flex-end;
		margin-top: 15px;
		
	}
	.contentxxdt  .btnMore .more{
		display: block;
		font-size: 16px;
		color: #fff;
		background-color: #cc0502;
		border-radius: 3px;
		line-height: 25px;
		width: 120px;
		text-align: center;
		cursor: pointer;
		margin-right: 15px;
	}
	.contentxxdt  .btnMore .more a{
		color: #fff;
	}
	.contentxxdt ul li{
		list-style-type: disc;
		color: #d00400;
		display: flex;
		padding: 20px 13px 0px 13px;
	}
	.contentxxdt ul li a{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		flex: 9.5;
		display: inline-block;
	}
	.contentxxdt ul li span{
		width: 150px;
		display: inline-block;
		text-align: right;
		color: #000000;
		flex: 0.5;
		white-space: nowrap;
	}

}
@media screen and (min-width: 600px) and (max-width: 800px){
	.contentxxdt{
		max-width: 540px;
		height: 280px;
		margin: 0 auto;
		min-width: 375px;
	}
	.contentxxdt  .btnMore{
		display: flex;
		justify-content: flex-end;
		margin-top: 15px;
		
	}
	.contentxxdt  .btnMore .more{
		display: block;
		font-size: 16px;
		color: #fff;
		background-color: #cc0502;
		border-radius: 3px;
		line-height: 25px;
		width: 120px;
		text-align: center;
		cursor: pointer;
		margin-right: 15px;
	}
	.contentxxdt  .btnMore .more a{
		color: #fff;
	}
	.contentxxdt ul li{
		list-style-type: disc;
		color: #d00400;
		display: flex;
		padding: 20px 13px 0px 13px;
	}
	.contentxxdt ul li a{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		flex: 9.5;
		display: inline-block;
	}
	.contentxxdt ul li span{
		width: 150px;
		display: inline-block;
		text-align: right;
		color: #000000;
		flex: 0.5;
		white-space: nowrap;
	}

}
@media screen and (min-width: 540px) and (max-width: 600px){
	.contentxxdt{
		max-width: 540px;
		height: 280px;
		margin: 0 auto;
		min-width: 375px;
	}
	.contentxxdt  .btnMore{
		display: flex;
		justify-content: flex-end;
		margin-top: 15px;
		
	}
	.contentxxdt  .btnMore .more{
		display: block;
		font-size: 16px;
		color: #fff;
		background-color: #cc0502;
		border-radius: 3px;
		line-height: 25px;
		width: 120px;
		text-align: center;
		cursor: pointer;
		margin-right: 15px;
	}
	.contentxxdt  .btnMore .more a{
		color: #fff;
	}
	.contentxxdt ul li{
		list-style-type: disc;
		color: #d00400;
		display: flex;
		padding: 20px 13px 0px 13px;
	}
	.contentxxdt ul li a{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		flex: 9.5;
		display: inline-block;
	}
	.contentxxdt ul li span{
		width: 150px;
		display: inline-block;
		text-align: right;
		color: #000000;
		flex: 0.5;
		white-space: nowrap;
	}

}
@media screen and (min-width: 375px) and (max-width: 540px){
	.contentxxdt{
		max-width: 375px;
		height: 280px;
		margin: 0 auto;
		min-width: 375px;
	}
	.contentxxdt  .btnMore{
		display: flex;
		justify-content: flex-end;
		margin-top: 15px;
		
	}
	.contentxxdt  .btnMore .more{
		display: block;
		font-size: 16px;
		color: #fff;
		background-color: #cc0502;
		border-radius: 3px;
		line-height: 25px;
		width: 120px;
		text-align: center;
		cursor: pointer;
		margin-right: 15px;
	}
	.contentxxdt  .btnMore .more a{
		color: #fff;
	}
	.contentxxdt ul li{
		list-style-type: disc;
		color: #d00400;
		display: flex;
		padding: 20px 13px 0px 13px;
	}
	.contentxxdt ul li a{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		flex: 9.5;
		display: inline-block;
	}
	.contentxxdt ul li span{
		width: 150px;
		display: inline-block;
		text-align: right;
		color: #000000;
		flex: 0.5;
		white-space: nowrap;
	}

}
@media screen and (max-width: 375px){
	.contentxxdt{
		max-width: 375px;
		height: 280px;
		margin: 0 auto;
		min-width: 375px;
	}
	.contentxxdt  .btnMore{
		display: flex;
		justify-content: flex-end;
		margin-top: 15px;
		
	}
	.contentxxdt  .btnMore .more{
		display: block;
		font-size: 16px;
		color: #fff;
		background-color: #cc0502;
		border-radius: 3px;
		line-height: 25px;
		width: 120px;
		text-align: center;
		cursor: pointer;
		margin-right: 15px;
	}
	.contentxxdt  .btnMore .more a{
		color: #fff;
	}
	.contentxxdt ul li{
		list-style-type: disc;
		color: #d00400;
		display: flex;
		padding: 20px 13px 0px 13px;
	}
	.contentxxdt ul li a{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		flex: 9.5;
		display: inline-block;
	}
	.contentxxdt ul li span{
		width: 150px;
		display: inline-block;
		text-align: right;
		color: #000000;
		flex: 0.5;
		white-space: nowrap;
	}

}
