/* 页面自定义css样式 */
body{}
.width-1300{width:1300px;height: auto;margin: 0 auto;}
.clear{clear:both;}



/* 当前位置 */
.dqwzMain{margin-bottom:30px;}
.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;}

/* 内容 */
.containera{background: #fff;padding-bottom:30px;overflow: hidden;}
.fixed-tab {position: fixed;top: 20px;}
.listNav{margin-right:20px;width:160px;}
.listNav ul{border-left:1px solid #d8d8d8;}
.listNav ul li{height:35px;line-height:35px;font-family: "微软雅黑";font-size: 18px;text-align: left;color: #333;padding-left:20px;margin-top:20px;cursor:pointer;}
.listNav ul li:first-child{margin-top:0px;}
.listNav ul li.active{border-left:4px solid #0459c1;color: #0459c1;}
.textMain{width: calc(100% - 180px); }
.textMain .m-type h2{height:55px;line-height:30px;font-family: "微软雅黑";font-weight: 700;font-size: 24px;text-align: left;color: #333;}
.m-center-content{border: 1px solid #ccc;width:100%;height:auto;padding:20px 20px 0;margin-bottom:30px;}
.m-center-content p{font-family: "微软雅黑";font-size: 18px;color: #333;margin-bottom:10px;line-height:35px;text-indent: 2em;}





@media (max-width: 1400px){
	.width-1300{width:90%;}
}
@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;}

	/* 内容-列表 */
	.containera{background: #fff;padding-bottom:1.875rem;overflow: hidden;}
	.listNav{display:none;}
	.textMain{width: 100%; }
	.textMain .m-type h2{height:3.4375rem;line-height:1.875rem;font-family: "微软雅黑";font-weight: 700;font-size: 1.5rem;text-align: left;color: #333;}
	.m-center-content{border: 1px solid #ccc;width:100%;height:auto;padding:1.25rem 1.25rem 0;margin-bottom:1.875rem;}
	.m-center-content p{font-family: "微软雅黑";font-size: 1.125rem;color: #333;margin-bottom:1.25rem;line-height:2.1875rem;text-indent: 2em;}

	
}
@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;}

	/* 内容-列表 */
	.containera{background: #fff;padding-bottom:1.875rem;overflow: hidden;}
	.listNav{display:none;}
	.textMain{width: 100%; }
	.textMain .m-type h2{height:4.4375rem;line-height:2.875rem;font-family: "微软雅黑";font-weight: 700;font-size: 2.125rem;text-align: left;color: #333;}
	.m-center-content{border: 1px solid #ccc;width:100%;height:auto;padding:1.25rem 1.25rem 0;margin-bottom:1.875rem;}
	.m-center-content p{font-family: "微软雅黑";font-size: 1.95rem;color: #333;margin-bottom:1.25rem;line-height:3.5rem;text-indent: 2em;}
	

	
}
