.jt_main {
  width: 1200px;
  margin: 0 auto;
}
.xy_left {
  float: left;
  width: 320px;
}
.xy_img {
  float: right;
  width: 840px;
}
.xy_tit {
  float: left;
  width: 100%;
  background: #652e00;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.xy_tit a {
  color: #fff!important;
  font-size: 16px;
  text-decoration: none;
}
.xy_limg {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.xy_limg a {
  float: left;
  width: 150px;
  margin: 5px 0 0 5px;
}
.xy_limg img {
  width: 150px;
  height: 230px;
}
.xy_limg span {
  display: block;
  text-align: center;font-size:12px;
}
.xy_ul {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.xy_ul li {
  float: left;
  width: 100%;
  line-height: 40px;
}
.xy_ul li a {
  float: left;
  width: 100%;
  font-size: 16px;
}
.xy_img img {
  margin: 0 auto 30px;
  display: block;
}


@media screen and (max-width: 768px){
  body{min-width:100%!important;}
  .jt_main{margin-top:45px!important;width:93%!important;overflow:hidden;}
  .xy_left{width:100%;}
  .xy_img{width:100%;}
  .xy_img img{width:100%;margin-bottom:20px;}