*{box-sizing:border-box;}
.container{width:1200px;margin:auto;margin-bottom:30px}

.is-banner{width: 100%;height: 517px;padding-top:30px;background: url(../images/index/banner.png) center top no-repeat;}
.u-back{width: 120px;height: 42px;border-radius: 20px;text-align: center;line-height: 42px;background-color: rgba(0, 0, 0, 0.3);
       color: #fff;margin-left:20px}
.u-back:hover{color:#fff}
.m-logo{margin-top:60px;display: block;width:100%;padding-left:120px}
/*搜索*/
input{border: none;}
input:focus{border: none;outline: none;}
.u-search{width: 310px; margin: 0 auto;}
.u-search form{background: #fff;height: 42px;overflow: hidden;border-radius: 20px;}
.u-search form input[type="text"]{float:left;width:245px;padding:0 0 0 15px;height: 42px;line-height: 42px;font-size: 16px;color: #999;}
.u-search form input[type="submit"]{float:right;width: 55px;height: 42px;background: url(../images/index/search.png) center no-repeat;}

/* 轮播 */


/* 标题 */
.is-title{margin-top:30px;}
.is-title a{color:#d10000}

/* 列表 */
.m-liststylecom li{height: 46px; line-height: 46px;position: relative;}
.m-liststylecom li a{display: block;background: url(../images/index/dot.png) left center no-repeat;font-size:18px;padding-left: 14px;overflow: hidden;
 word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.m-liststylecom li span{float: right; color: #999; font-size: 16px;}
.m-liststylecom li img{margin-left: 10px; vertical-align: middle;}
.m-liststylecom ul{overflow: hidden;margin-top:10px}
.m-listhg2 ul li{float: left;width:50%;}
.m-listhg2 ul li:nth-child(2n){padding-left:30px}
.m-listhg2 ul li:last-child,.m-listhg2 ul li:nth-last-child(2){border-bottom:none}


.m-listcontitem{width:48%}



@media screen and (max-width: 1200px){

}

@media screen and (max-width: 991px){
  body{min-width:100%}
  img{max-width: 100%}
  .container{width:100%} 
  
  .m-listcontitem,.m-listhg2 ul li{width:100%}
  .is-banner{height:300px}
  .m-listhg1 ul{margin-top:10px}
  .m-listhg2 ul li:nth-child(2n){padding-left:0}
  .m-listhg2 ul li{height: 40px;line-height: 40px}
  .m-liststylecom li a,.m-liststylecom li span,.atlas .hd li{font-size: 16px}
  .m-logo{padding-left:0;margin-top:30px;width:80%;;margin-left:10%}

}

@media screen and (max-width: 767px){


}