@charset "utf-8";
/* 通用栏目页 CSS Document */
.page-con{max-width:100%;width: 1200px;margin: 0 auto;display: flow-root;}
.left{float: left;}
.right{float: right;}
/*当前位置-----------------------------------------------------------------------------------------------------------*/
.dqwz{width: 100%;height: 5rem;line-height: 5rem; background-color: #f6f6f6;font-size: 1.25rem;color: #666;}
.dqwz a{color: #666;}

.wrapper .page-con{margin: 0 auto;}
.con_l{width: 16%;}
.con_l ul li>a{display: block;line-height:1.875rem;font-size: 1.3125rem;color: #5a5a5a;}
.con_l ul li{border-bottom: #ccc 1px dashed;padding: 1.25rem 0;}
.con_l ul li a:hover{color: #0a50b4;}
.con_l ul li p{margin-top: .3125rem;line-height: 1.25rem;    padding: .9375rem 0 0 1.3125rem;}
.con_l ul li p a{    color: #5a5a5a;}
.con_l ul li.on>a{color: #0a50b4;}
.con_l ul li.on>p.on a{color: #0a50b4;}
.con_l ul li.hidden{display: none;}
.con_r{width: 100%;padding:100px 0;}
.con_r h3{margin-bottom: 20px;font-size: 26px;font-stretch: normal;color: #0a50b4;padding-bottom: 20px;background: url(dj_top.png) no-repeat left bottom;}
.con_r ul.content_ul li {font-size: 18px; line-height: 50px;}
.con_r ul.content_ul li a{display: flow-root;}
.con_r ul.content_ul li a span.conr_title{display: block; float: left; width: 80%; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 18px; }
.con_r ul.content_ul li a span.conr_time{display: block; width: 20%; float: right;font-size: 18px;    text-align: right;}
.content p {font-size: 18px;color: #333333;line-height: 33px;margin-bottom: 30px;text-indent: 2em;}
.content img,.content table{max-width: 100%;}

/* 联系我们 -----------------------------------------------------------------------------------------------------------*/
.con_r img{width:100%;height:auto;margin:0px auto 60px;}
.con_r h2{font-family: "PingFang SC Bold";font-weight: 700;font-size: 30px;line-height: 50px;height: 50px;text-align: left;color: #333;margin-bottom:30px;}
.con_r p{font-family: "PingFang SC";font-weight: 400;font-size: 18px;line-height: 30px;text-align: left;color: #333;padding-left:45px;}
.lxwmIcon p:first-child{background:url(iconImg01.png) no-repeat left center;margin-bottom:30px;}
.lxwmIcon p:first-child+p{background:url(iconImg02.png) no-repeat left center;}


@media (max-width: 1400px){
	.page-con{width:1100px;}
}
@media (max-width: 1100px){
	.page-con{width:94%;}
	.con_r{padding: 2.5rem 0;}
	.con_r img{margin: 0px auto 1.5rem;}
	.con_r h2 {font-size: 1.875rem;line-height: 3.125rem;height: 3.125rem; margin-bottom: 1.875rem;}
	.lxwmIcon p:first-child {background: url(iconImg01.png) no-repeat left center;margin-bottom: 1.875rem;background-size: 1.5rem;}
	.con_r p {font-size: 1.125rem;line-height: 1.875rem;padding-left: 2.8125rem;}
	
	
}
@media (max-width: 770px) {
	.page-con{width:94%;}
	.con_r{padding: 2.5rem 0;}
	.con_r img{margin: 0px auto 1.5rem;}
	.con_r h2 {font-size: 1.875rem;line-height: 3.125rem;height: 3.125rem; margin-bottom: 1.875rem;}
	.lxwmIcon p:first-child {background: url(iconImg01.png) no-repeat left center;margin-bottom: 1.875rem;background-size: 1.5rem;}
	.lxwmIcon p:first-child+p{background: url(iconImg02.png) no-repeat left center;background-size: 1.5rem;}
	.con_r p {font-size: 1.5rem;line-height: 1.875rem;padding-left: 2.8125rem;}
	.dqwz{font-size: 1.85rem;}
}