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



/* 当前位置 */
.dqwzMain{margin-bottom:18px;}
.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;}
.listNav{height:auto;overflow: hidden;margin-bottom:8px;padding:12px 5px 12px;}
.listNav ul{height:60px;background: #fff;box-shadow: 0 2px 12px #99999933;width:100%;}
.listNav ul li{float:left;width:192px;text-align:center;}
.listNav ul li a{display:block;width:100%;height:100%;line-height:60px;font-family: "微软雅黑";font-size: 18px;color: #333;}
.listNav ul li:hover,.listNav ul li.on{background: #0459c1;}
.listNav ul li:hover a,.listNav ul li.on a{color: #fff;}
.ptfwList{border-top:1px dashed #d9d9d9;}
.ptfwList ul{}
.ptfwList ul li{border-bottom:1px dashed #d9d9d9;padding:20px 0;min-height: 140px;}
.ptfwList ul li a{padding-right:150px;display: block;position:relative;}
.ptfwList ul li a h2{font-family: "微软雅黑";font-weight: 500;font-size: 18px;text-align: left;color: #333;height:auto;line-height:35px;margin-bottom:15px;}
.ptfwList ul li:hover a h2{color: #0459C1;font-weight: 700;}
.ptfwList ul li a p{font-family: "微软雅黑";font-size: 16px;line-height: 24px;color: #999;}
.ptfwList ul li a span.date{position:absolute;right:0;top:3px;width: 110px;height: 91px;background: #fff;border: 1px solid #999;font-family: "微软雅黑";font-size: 16px;line-height: 24px;text-align: center;color: #999;}
.ptfwList ul li a span.date em{font-style: normal;font-family: "微软雅黑";font-size: 36px;line-height: 24px;text-align: center;color: #999;display:block;width:100%;height:55px;line-height:55px;}
.ptfwList ul li:hover a span.date{background:#fff url(ckgdImg.png) no-repeat center;color: #fff;}
.ptfwList ul li:hover a span.date em{color:#fff;display:none;}
.ptfwList ul li a span.dateWap{display:none;}






@media (max-width: 1400px){
	.width-1300{width:90%;}
	.logo{padding-right: 24%;background-size: auto 35px;}
	.search .inputSearch{width:280px;}
}
@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;}
	.listNav{height:auto;overflow: hidden;margin-bottom:0;padding:12px 5px 12px;}
	.listNav ul{height:3.75rem;background: #fff;box-shadow: 0 2px 12px #99999933;width:100%;display:flex;}
	.listNav ul li{float: unset;width: auto;text-align: center;flex: auto;}
	.listNav ul li a{display:block;width:100%;height:100%;line-height:3.75rem;font-family: "微软雅黑";font-size: 1.125rem;color: #333;}
	.listNav ul li:hover,.listNav ul li.on{background: #0459c1;}
	.listNav ul li:hover a,.listNav ul li.on a{color: #fff;}
	.ptfwList{}
	.ptfwList ul{}
	.ptfwList ul li{border-bottom:1px dashed #d9d9d9;padding:1.25rem 0;min-height: auto;}
	.ptfwList ul li a{padding-right:0;display: block;position:relative;}
	.ptfwList ul li a h2{font-family: "微软雅黑";font-weight: 500;font-size: 1.125rem;text-align: left;color: #333;height:auto;line-height:2.1875rem;margin-bottom:0.25rem;}
	.ptfwList ul li:hover a h2{color: #0459C1;font-weight: 700;}
	.ptfwList ul li a p{font-family: "微软雅黑";font-size: 1rem;line-height: 1.5rem;color: #999;}
	.ptfwList ul li a span.date{position:absolute;right:0;top:0.1875rem;width: 6.875rem;height: 5.625rem;background: #fff;border: 1px solid #999;font-family: "微软雅黑";font-size: 1rem;line-height: 1.5rem;text-align: center;color: #999;}
	.ptfwList ul li a span.date em{font-style: normal;font-family: "微软雅黑";font-size: 2.25rem;line-height: 1.5rem;text-align: center;color: #999;display:block;width:100%;height:3.4375rem;line-height:3.4375rem;}
	.ptfwList ul li:hover a span.date{background:#fff url(ckgdImg.png) no-repeat center;color: #fff;}
	.ptfwList ul li:hover a span.date em{color:#fff;display:none;}
	.ptfwList ul li a span.date{display:none;}
	.ptfwList ul li a span.dateWap{display:block;font-family: "微软雅黑";font-size: 1rem;line-height: 1.5rem;text-align: left;color: #999;margin-top: 0.5rem;}

	
}
@media (max-width: 770px) {
	.width-1300{width:95%;}
	/* 头部 */
	header{height:auto;padding-top: 1.25rem;padding-bottom: 1.25rem;}
	.logoSearch{height:5.5rem;}
	.logo{background: unset;padding-right: 0;width: 75%;max-width: 32.75rem;height: 5.5rem;display: flex;align-items: center;}
	.logo a{height: auto;width: 100%;}
	
	/* 手机导航样式 */
	.topOne,.search,.nav{display:none;}
	.menuTggle{display: flex;align-items: center;width:8%;height: 5.5rem;}
	.menuTggle img{width:100%;height:auto;}
	.buildNav_meng{position: fixed;top: 0;left: 0;width: 100%;height: calc(100vh);background: rgba(0, 0, 0, .3);z-index: 998;}
	.navWap{display: none;position: fixed;width: 65%;top:0;right:0;background: #fff;z-index: 9999; border-top:0; padding:1.5rem;bottom: 0;left: unset;overflow-y: auto !important;}
	.navWap ul li{border-bottom:1px solid #E2E2E2;cursor:pointer;position: relative;padding: 0 1.5rem;}
	.navWap ul li>a{font-family: "微软雅黑";font-size: 2rem;line-height: 6.25rem;text-align: left;color: #000;display: block;width: 80%;height: 100%;background:none;border-bottom:0;background-size: 2.0625rem 2.0625rem;}
	.wapNavList{display:block;display: flex;flex-wrap: wrap;}
	.wapNavList span{display:block;width: 50%;}
	.wapNavList span.width-100{display:block;width: 100%;}
	.wapNavList span.dzkd{width: 100%;}
	.wapNavList span a{font-family: "微软雅黑";font-size: 1.65rem;line-height: 4.5rem;text-align: left;color: #666;} 
	
	/* 底部样式 */
	footer{border-top: 3px solid #2460b7;}
	.fontTwo{display:block;padding: 1.25rem 0;}
	.footer{display:none;}
	.fontTwo>div{margin-left: 0;}
	.fontTwo>div.fotWzgl{display:none;}
	.fontTwo>div.fotIcon{display:none;}
	.fontTwo>div.fotlxwm {margin-left: 0;padding:1rem 2rem;margin-bottom: 1.25rem;}
	.fotlxwm h2{font-family: "微软雅黑";font-size: 1.5rem;text-align: left;color: #333;line-height:3.5rem;height:3.5rem;font-weight:400;display: none;}
	.fotlxwm p{font-family: "微软雅黑";font-size: 1.5rem;text-align: center;color: #333;line-height:3.5rem;white-space: nowrap;}
	.fontTwo>div.fotText{padding: 1rem 2rem;}
	.fotText p{font-family: "微软雅黑";font-size: 1.5rem;text-align: center;color: #333;line-height:3.5rem;/*white-space: nowrap;*/}
	.fotText p a{}
	.fotText p a img{position: relative;top: 0.45rem;width: 1.85rem;height: auto;}
	
	/* 当前位置 */
	.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;}
	.listNav{height:auto;overflow: hidden;margin-bottom:0;padding:12px 5px 12px;}
	.listNav ul{height:3.75rem;background: #fff;box-shadow: 0 2px 12px #99999933;width:100%;display:flex;}
	.listNav ul li{float: unset;width: auto;text-align: center;flex: auto;}
	.listNav ul li a{display:block;width:100%;height:100%;line-height:3.75rem;font-family: "微软雅黑";font-size: 1.65rem;color: #333;}
	.listNav ul li:hover,.listNav ul li.on{background: #0459c1;}
	.listNav ul li:hover a,.listNav ul li.on a{color: #fff;}
	.ptfwList{}
	.ptfwList ul{}
	.ptfwList ul li{border-bottom:1px dashed #d9d9d9;padding:1.25rem 0;}
	.ptfwList ul li a{padding-right:0;display: block;position:relative;}
	.ptfwList ul li a h2{font-family: "微软雅黑";font-weight: 500;font-size: 1.95rem;text-align: left;color: #333;height:auto;line-height:3.5rem;margin-bottom:1rem;}
	.ptfwList ul li:hover a h2{color: #0459C1;font-weight: 700;}
	.ptfwList ul li a p{font-family: "微软雅黑";font-size: 1.85rem;line-height: 3.5rem;color: #999;}
	.ptfwList ul li a span.date{position:absolute;right:0;top:0.1875rem;width: 6.875rem;height: 5.625rem;background: #fff;border: 1px solid #999;font-family: "微软雅黑";font-size: 1rem;line-height: 1.5rem;text-align: center;color: #999;}
	.ptfwList ul li a span.date em{font-style: normal;font-family: "微软雅黑";font-size: 2.25rem;line-height: 1.5rem;text-align: center;color: #999;display:block;width:100%;height:3.4375rem;line-height:3.4375rem;}
	.ptfwList ul li:hover a span.date{background:#fff url(ckgdImg.png) no-repeat center;color: #fff;}
	.ptfwList ul li:hover a span.date em{color:#fff;display:none;}
	.ptfwList ul li a span.date{display:none;}
	.ptfwList ul li a span.dateWap{display:block;font-family: "微软雅黑";font-size: 1.85rem;line-height: 3.5rem;text-align: left;color: #999;margin-top: 0.5rem;}

	
}