/* 页面自定义css样式 */
body{background: #fffbf5;}
.width-1300{width:1200px;height: auto;margin: 0 auto;}
.clear{clear:both;}

/* 内容 */
.containera{}

/* 当前位置 */
.dqwzMain{}
.dqwz{height:50px;line-height:50px;color: #999;font-size: 18px;}
.dqwz a{ color: #999;font-family:"微软雅黑";padding: 0 5px;}
.dqwz a:last-child{ color: #333;}

/* 内容 */
.textMian {background: #fff;padding: 30px;-webkit-box-shadow: 0 3px 20px #bfbfbf29;-moz-box-shadow: 0 3px 20px #bfbfbf29;-ms-box-shadow: 0 3px 20px #bfbfbf29;box-shadow: 0 3px 20px #bfbfbf29;margin-bottom: 40px!important;min-height: 330px;display: flex;}
.navList{flex:1;}
.navList h3{background: #9b181e;height:50px;line-height:50px;color:#fff;font-family:"微软雅黑";font-size:18px;text-align:center;    font-weight: 700;}
.navList ul{background:#f4f4f4;padding:10px 0;}
.navList ul li{}
.navList ul li a{height:36px;line-height:36px;color:#333;font-family:"微软雅黑";font-size:16px;text-align:center;display:block;}
.navList ul li:hover,.navList ul li.on{background: #f9e9e9;}
.textNr{flex:4;margin-left:20px;}
.textNr h3{border-bottom: 1px solid #ccc;height:35px;line-height:35px;}
.textNr h3 span{border-bottom: 2px solid #9b181e;display: inline-block;font-size: 20px;color: #333;line-height: 32px;    font-weight: bold;}
.content{margin-top: 25px;}
.content p {font-size: 18px;color: #333333;line-height: 32px;margin-bottom: 10px;text-indent: 2em;font-family:"微软雅黑";}
.content img{max-width: 100%;margin: 0 auto;display: block;}
.content table{max-width: 100%;}
.content table tr td p{margin-bottom: 0px;}

@media (max-width: 1400px){
}
@media (max-width: 1280px){
	.width-1300{width:95%;}
	
	/* 当前位置 */
	.dqwzMain{margin-bottom:0;}
	.dqwz{height:3.125rem;line-height:3.125rem;color: #999;font-size: 1.125rem;}
	.dqwz a{ color: #999;font-family:"微软雅黑";padding: 0 0.3125rem;}
	.dqwz a:last-child{ color: #333;}

	/* 内容 */
	.textMian {background: #fff;padding: 1.875rem;-webkit-box-shadow: 0 3px 20px #bfbfbf29;-moz-box-shadow: 0 3px 20px #bfbfbf29;-ms-box-shadow: 0 3px 20px #bfbfbf29;box-shadow: 0 3px 20px #bfbfbf29;margin-bottom: 2.5rem;min-height: 20rem!important;}
	.navList{flex:1;display:none;}
	.navList h3{background: #9b181e;height:3.125rem;line-height:3.125rem;color:#fff;font-family:"微软雅黑";font-size:1.125rem;text-align:center;}
	.navList ul{background:#f4f4f4;padding:0.625rem 0;}
	.navList ul li{}
	.navList ul li a{height:2.25rem;line-height:2.25rem;color:#333;font-family:"微软雅黑";font-size:1rem;text-align:center;display:block;}
	.navList ul li:hover,.navList ul li.on{background: #f9e9e9;}
	.textNr{flex:3;margin-left:0;}
	.textNr h3{border-bottom: 1px solid #ccc;height:2.1875rem;line-height:2.1875rem;}
	.textNr h3 span{border-bottom: 2px solid #9b181e;display: inline-block;font-size: 1.125rem;color: #333;line-height: 1.875rem;}
	.content{margin-top: 1.5625rem;}
	.content p {font-size: 1.125rem;color: #333333;line-height: 2;margin-bottom: 0.625rem;text-indent: 2em;font-family:"微软雅黑";}
	.content img{max-width: 100%;margin: 0 auto;display: block;}
	.content table{max-width: 100%;}
	
	
}
@media (max-width: 770px) {
	.width-1300{width:95%;}

	/* 当前位置 */
	.dqwzMain{margin-bottom:0;}
	.dqwz{height:5.125rem;line-height:5.125rem;color: #999;font-size: 1.95rem;}
	.dqwz a{ color: #999;font-family:"微软雅黑";padding: 0 0.65rem;}
	.dqwz a:last-child{ color: #333;}

	/* 内容 */
	.textMian {background: #fff;padding: 1.875rem;-webkit-box-shadow: 0 3px 20px #bfbfbf29;-moz-box-shadow: 0 3px 20px #bfbfbf29;-ms-box-shadow: 0 3px 20px #bfbfbf29;box-shadow: 0 3px 20px #bfbfbf29;margin-bottom: 2.5rem;min-height: 20rem!important;}
	.textNr{flex:3;margin-left:0;}
	.textNr h3{border-bottom: 1px solid #ccc;height:3.5rem;line-height:3.5rem;}
	.textNr h3 span{border-bottom: 2px solid #9b181e;display: inline-block;font-size: 1.95rem;color: #333;line-height: 3.4rem;}
	.content{margin-top: 1.5625rem;}
	.content p {font-size: 1.95rem;color: #333333;line-height: 3.5rem;margin-bottom: 0.625rem;text-indent: 2em;font-family:"微软雅黑";}
	.content img{max-width: 100%;margin: 0 auto;display: block;}
	.content table{max-width: 100%;}
	
}