/*媒体查询*/
@media only screen and (min-width: 320px) {
  html{font-size: 55.556% !important;}
}
@media only screen and (min-width: 360px) {
  html{font-size: 62.5% !important;}
}
@media only screen and (min-width: 375px) {
  html{font-size: 65.10417% !important;}
}
@media only screen and (min-width: 1200px){
  html{ font-size: 100% !important;}
  .newsList .part-title{
  	display: flex;
  	justify-content: center;
  	align-items: center;
	margin-top: 0;
  }
  .newsList .part-title .line{
	margin:0 30px;
  	width:150px;
  	height: 1px;
  	background: #ddd;
  }
}
@media only screen and (max-width:1200px) {
  html{font-size: 71.875% !important;}
}
@media only screen and (max-width:1100px) {
  .menu{display: none;}
  .cen-r{width:100%;}
}
@media only screen and (max-width:900px) {
  .nav-web,.form{display: none;}
  .menu-button,#so-bt{display: block;}
  .logo{width:80%;}
  .top-txt{margin:0px 2rem;width:calc(50% - 7rem);}
  .part-left,.part-right{float: none;width:100%;max-width:unset;}
  .jsxw{display:none}
  .part-right{margin-top:1rem;}
  .footLogo{width:60%;}
}
@media only screen and (max-width:768px){
.foot{display:block;text-align:center;}
.foot-img{margin: 1rem auto 0 auto;width:auto;}
.foot-ewm{margin: 1rem auto 0 auto;width:auto;}
}