
.is-title-one{font-size: 32px;font-weight: bold;text-align: center;margin-top:40px;margin-bottom:20px}
.is-introduce{height:20px;overflow:hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;text-align: center;}
/* 轮播 */
.atlas{margin-top:50px;}
.atlas .bd,.atlas .bd ul li{position: relative;width: 725px;height: 450px;}
.atlas .bd ul li img{width: 100%;height: 100%;object-fit: cover;}
.atlas .hd{width: 470px;height: 450px;background: url(../images/home/beij.png) no-repeat;float:right}
.atlas .hd li{position: relative;height:87px;overflow: hidden;width: 100%;padding:0 20px;box-sizing: border-box;font-size:18px;background:#f5f5f5;margin-bottom:4px}
.atlas .hd li.on{background-color: #d10000;}
.atlas .hd li.on a{color:#fff}
.atlas .hd li span{font-size:40px;font-style:italic;margin-right:10px}
.atlas .hd li a{display: flex;align-items: center;height:87px;align-items: center;}


/* 标题 */
.is-title{margin-top:15px;border-bottom:1px solid #ddd;overflow: hidden;display: flex;justify-content: space-between;align-items:end;padding:10px 0}
.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: 18px;}
.m-liststylecom li img{margin-left: 10px; vertical-align: middle;}
.m-listhg2 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}






@media screen and (max-width: 1200px){

}

@media screen and (max-width: 991px){
  img{max-width: 100%}
  .atlas .hd,.atlas .bd, .atlas .bd ul li{width:100%}
  .atlas .bd, .atlas .bd ul li{height: 300px;overflow: hidden;}
  
  .is-title h2{font-size: 24px}
  .is-col-right{height: auto;}
  .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}
  
  .is-title-one{font-size: 22px}
  .m-liststylecom li a,.m-liststylecom li span,.atlas .hd li{font-size: 16px}

}

@media screen and (max-width: 767px){


}