@media screen and (max-width: 760px) {

 body > div.bar {
  min-width: 0 !important;
 }
 body > div.bar > img {
  height: 290px !important;
  object-fit: cover ;
 }

 body > div.nav-content {
  background: transparent !important;

 }
 body > div.nav-content > ul {
  width: 100% !important;
  background: transparent !important;

 }
 
 body > div.nav-content > ul li {
  width: 130px;
height: 40px;
border-radius: 6px;
background: #ECECEC;
font-size: 14px;
font-weight: 400;
line-height: 20px;
color: #666;
overflow: hidden;
 }
 body > div.nav-content > ul li a {
  display: block;
  line-height: 40px;
  text-align: center;
 }
 body > div.nav-content > ul > li.active{
  background: #D4A87B !important;
color:#fff !important;
border-bottom:  none !important;
 }
 body > div.nav-content > ul > li.active > a {
  background: #D4A87B !important;
color:#fff !important;
border-bottom:  none !important;
 }
 body > div.nav-content > ul > li:nth-child(2) {
  margin-left: 0 !important;
 }
 body > div.nav-content > ul {
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
 }
 body > div.nav-content {
  padding: 20px 0 !important;
 }

 #p1,#p2  {
  padding: 0 20px !important;
  width: 100% !important;
  box-sizing: border-box !important;
 }
 #p1 > div.hot > p.title_word, #p1 > div.hot, #p2 > div.hot {
  word-break: break-all !important;
  white-space: normal !important;
  width:  100% !important;
 }
 #hotNewList_1550028471097593858 > a ,#hotNewList_1551362436991492097 > a  {
margin: 0 !important;
width: 100% !important;
margin-top: 20px !important;
 }

 #NewsList_1550028471097593858 , #NewsList_1551362436991492097 {
  width: 100% !important;
 }

 #laypage {
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
 }
 body > div.bar {
  position: relative;
 }
 body > div.bar > img:nth-child(1) {
  display: none !important;
 }

 body > div.bar > img:nth-child(2), body > div.bar > svg{
  display: block !important;
 }
 body > div.bar > svg {
  position: absolute;
  left: 20px ;
  bottom: 50px ;
 }
 }