/*媒体查询*/
@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;}
}
@media only screen and (max-width:1550px) {
  html{font-size: 82% !important;}
}
@media only screen and (max-width:1200px) {
  html{font-size: 71.875% !important;}
}
@media only screen and (max-width:1100px) {
  .navul .m {padding: 0px 1rem;}
  .fullSlide .prev{left:0px;}
  .fullSlide .next{right:0px;}
  .newsList{padding:0.5rem 2rem;}
  .menu{display: none;}
  .center,.live{margin-top:0px;}
  .cen-r{width:100%;}
}
@media only screen and (max-width:986px) {
  .nav-web,.form{display: none;}
  .menu-button,#so-bt{display: block;}
  .logo{width:calc(100% - 7rem);float: none;margin:auto;}
  .slideBox,.newsList,.noticePart{float: none;width:100%;max-width:unset;}
  .newsList{padding:2rem;}
  .yearPart{position: relative;width:100%;height:auto;}
  .yearBox{width:100%;}
  
}
@media only screen and (max-width:768px) {
.iconPart ul{width:100%;margin:0px;}
  .iconPart ul li{float: none;width:100% !important;margin:1rem 0px;}
  .noticePart li {float: none;width: calc(100% - 2rem);}
  .linkPart{display: block;}
  .selectBlock{width:100%;max-width:unset;margin:1rem 0px;}
.iconPart ul li a{height:auto;}
.icon-img{width:85%;height:auto;}  
.icon-img img{width:100%;}
}
@media only screen and (max-width:425px){
  .top{height:auto;}
  .top-a{float: none;}
}