/* 自定义手机端样式
 */

 @media screen and (min-width:751px) {
     .kjlanmu{
         display: none;
     }
 }
@media screen and (max-width:750px){
  .sypro-cnt  .ct2-sd{
      display: none;
  }

  .sypro-cnt .list-1 li:nth-child(9){
      display: none;
  }

  .banner-sub{
      background-position: center  -65px;
      background-size: 200%;
  }



  .ct2-sd.fenlei{
      display: none!important;
  }


  .mfenlei{
      display: block;
  }






  .footer dl.lianxi{
      display: none!important;
  }



.kjlanmu{
    display: block;
}
/* 首页新闻 */

.mynews-list .news-item{

width: 100%;

background-color: #fff;
margin-bottom: 20px;
}
.mynews-list .news-item:nth-child(2n){
	margin-left: 0%;
}

.mynews-list .news-item .news-img{
	width: 45%;
	float: left;
	height: 160px;
	background-color: #f00;
	overflow: hidden;
}

.mynews-list .news-item .news-img img{
	width: 100%;
	height: 160px;
	transition: all .5s;
}

.mynews-list .news-item .news-img img:hover{
	transform: scale(1.2);
}

.mynews-list .news-item .news-info{
	float: left;
	padding-left:0px;
	width: 50%;
	height: 160px;
margin-left: 10px;
    overflow: hidden;
	padding-right: 0px;
}.mynews-list .news-item .news-info h3{
	border-bottom: 1px dashed #eee;
    font-size: 1em;
	padding-bottom:0px;
}.mynews-list .news-item .news-info p{
	line-height: 1.6;
	font-size: 14px;
    color: #666;
}.cl{
	clear: both;
}
.content p img,.content center img{
    width: 100% !important;
    height: auto;
}

}

































 