@charset "UTF-8";

@media all and (max-width: 1300px) {

.center .inner{width: 100%; padding: 4%; box-sizing: border-box;}
.left{width: 23%;}
.right{width: 74%;}
.tupic ol{display: flex; justify-content: space-between; flex-wrap: wrap;}
.tupic li{width: 32%; float: none; margin: 0 0 20px;}
.tupic li em img{height: auto;}
.hebox .inner{width: 100%; padding: 0 1rem;
box-sizing: border-box;}
.about{width: 68%; padding-right: 1%;}
.ywfw{width: 30%;}
.tzgg{width: 49%; float: none; padding-right: 1%;}
.news{width: 49%; float: none;}
.hebox .inner{display: flex; flex-wrap:wrap}
.tzgg em img{display: block; width: 100%;}
.news ul li{display: flex;}

}
@media all and (max-width: 1025px) {

	header{display: none;}
	.mobile-header{display: block;}
	.focusBox {display: none;}
  .mbanner{display: block;}

}
@media all and (max-width: 950px) {
	
	
	.inner{
		width: 100%;
		padding: 0 1rem;
		box-sizing:border-box;

	}
	.about{width: 100%; float: none;}   
   .ywfw{width: 100%; float: none;}  
   .about .cont{height: auto !important;}
   .title{padding: 1rem 0;}
   .ywfw li{padding: .9rem; box-sizing: border-box;}
   .ywfw li span{font-size: 16px;}
   .ywfw li i{transform: scale(.6);}
   .title strong{font-size: 20px;}
   .tzgg{width: 100%; float: none;}
   .news{width: 100%; float: none;}
   .hebox{padding: 0;}
   .news ul li{display: flex;}
   .news ul li a{width: 70%;flex: 1;}
   .news ul li em{width: 28px;}
   .gcal{padding-bottom: 20px;}
   
   .left{display: none;}
   .right{width: 100%; float: none;}
   .news_he ul{margin: 0;}
   .news_he ul li{line-height: 30px; border-bottom: 1px solid #d8d8d8; padding: 10px 0 !important; display: flex;}
	.news_he ul li a{float: none; flex: 1;  white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;}
	.news_he ul li span{width: 100px; margin-right: 5px;}
	.center{padding: 0;}
	.pager{height: auto; padding: 20px 0;}
	.pager a{height: 35px; line-height: 35px;}
	.pager span{height: 35px; line-height: 35px;}
	
	.tupic{}
	.tupic ol{display: flex; justify-content: space-between; flex-wrap: wrap;}
	.tupic li{width: 48%; float: none; margin: 0 0 20px;}
	
	.pager{display: flex; justify-content: center; flex-wrap: wrap;}
	
   
   
}



