/*.row*/
/*    共12*/
/*    .col-6*/

@media (max-width: 991px) {

	/* 	 about页面about other部分布局调整*/
	.home-about .about-other .cs-item {
		flex: 0 0 calc(50%);
	}
	.newsdeta-row .newsdeta-aside {
		margin-top: 70px;
	}
	.wpo-contact-pg-section form>div {
		margin: 0 15px 15px;
	}
	.wpo-contact-pg-section .wpo-contact-title > h2 {
		font-size:30px;
	}
	.wpo-contact-pg-section .wpo-contact-title > p {
		font-size:16px;
	}
}

@media (max-width: 767px) {
	.wpo-contact-pg-section .wpo-contact-title > h2 {
		font-size:26px;
	}
	.wpo-contact-pg-section .wpo-contact-title > p {
		font-size:16px;
	}
	.home-about .about-other .cs-item {
		flex: 0 0 calc(100%);
	}

.post.format-standard-image > h1 {
    font-size: 26px !important;
}
	    .newsdeta-aside {
        margin-top: 80px;
    }
	.wpo-contact-pg-section form>div {
		margin: 0 15px 15px;
	}
	.home-about-info .titles {
		font-size: 23px;
	}
	.wpo-site-footer .wpo-upper-footer .col {
		margin-bottom: 35px;
	}
	.newsdeta-row .post-navigation {
    flex-direction: column;
}
	.newsdeta-row .post-navigation .nav-previous {
		flex: 0 0 calc(100%);
	}
	.newsdeta-row .post-navigation .nav-next {
		flex: 0 0 calc(100%);
	}
} 
@media (max-width: 768px){
		.wpo-site-footer .wpo-upper-footer .col {
		margin-bottom: 35px;
	}
}