@charset "utf-8";
.b_title{
	line-height: 30px;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.b_title:after{
	position: absolute;
	bottom: -10px;
	width: 20px;
	height: 2px;
	background: #b7282c;
	left: 50%;
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}
.a23_box{
	padding-bottom: 30px;
}
.a23_box .a23_subtitle{
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	padding-bottom: 20px;
}
.a23_inner{
	width: 100%;
}
.a23_box .a23_nav{
  	overflow: hidden;
	height: 321px;
	margin-bottom: 30px;
	background:#fff;
  	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
}
.a23_box .a23_nav:last-child{
	margin-bottom: 0;
}
.a23_box .a23_nav .a23_nav_left{
	float: left;
	width: 46.875%;
	height: 100%;
}
.a23_box .a23_nav .a23_nav_right{
	float: left;
	width: 53.125%;
	height: 100%;
}
.a23_box .a23_nav .a23_nav_inner{
	width: 66%;
}
.a23_box .a23_nav:nth-child(2n) .a23_nav_left{
	float: right;
}

.a23_box .a23_nav .a23_nav_title{
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
}
.a23_box .a23_nav .a23_nav_content{
	font-size: 16px;
	line-height: 36px;
	text-align: justify;
}
.a23_box .a23_nav .a23_nav_img{
	max-width: 100%;
	max-height: 100%;
}

/*响应式适配*/
@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	
}
@media screen and (max-width: 1450px) {
	.a23_box .a23_nav {
	    height: 273px;
	}
}
@media screen and (max-width: 1335px) {
	
	.a23_box .a23_nav {
	    height: 257px;
	}
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
	.b_title {
	    line-height: 24px;
	    font-size: 24px;
		padding-top: 20px;
		margin-bottom: 25px;
	}
	.a23_box .a23_subtitle {
	    font-size: 14px;
	    line-height: 24px;
	    padding-top: 0px;
	    padding-bottom: 20px;
	}
	.a23_box .a23_nav {
	    height: auto;
	    margin-bottom: 30px;
	}
	.a23_box .a23_nav .a23_nav_left {
	    float: initial;
	    width: 100%;
	}
	.a23_box .a23_nav .a23_nav_right {
	    float: initial;
	    width: 100%;
	}
	.a23_box .a23_nav .a23_nav_inner {
	    width: 100%;
	}
	.a23_box .a23_nav .a23_nav_title {
	    font-size: 18px;
	    line-height: 30px;
	    padding-top: 10px;
	}
	.a23_box .a23_nav .a23_nav_content {
	    font-size: 14px;
	    line-height: 24px;
	    margin-top: 10px;
	    padding: 0 20px 20px 20px;
	}
	.a23_box {
	    padding-bottom: 30px;
	}
}
@media screen and (max-width: 414px) {
	
}