/* banenr */
.lmy_banner{width: 100%; position: relative;height: auto;}
.lmy_banner img{width: 100%;}
.banner_title{position: absolute;top: 43%;left: 8%;}
.banner_title p{font-size: 1.65rem;font-weight: bold;margin-bottom: 10%;color: #fff;}
.banner_title span{font-size: 0.75rem;color: #fff;}






.newsBanner{margin-top: 2.75rem; width: 100%;height: 12rem;background: url(newsbanner.png) no-repeat top center;}
.newsNav {width: 100%;height: 1.65rem;background: #FFFFFF;/*border-top: 4px solid #015EC5;*/}
.newsNav .navList {width: 80%;height: 1.65rem;margin: 0 auto;}
.newsNav .navList ul {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.newsNav .navList ul li{text-align: center; flex: 1;height: 1.65rem;font-size: 0.5rem;line-height: 1.65rem;}
.newsNav .navList ul li a { display: block;/* border-left: 1px solid #CCCCCC;*/font-weight: 400;}
.newsNav .navList ul li a:last-child {/*border-right: 1px solid #CCCCCC;*/}
.newsNav .navList ul li:hover{background: #015EC5;color: #FFFFFF;cursor: pointer;}
.newsNav .navList ul li.on a,.newsNav .navList ul li:hover a{color: #FFFFFF;border-left: none;border-right: none;}
.newsNav .navList ul li.on{background: #015EC5;} 
.ontxt{color: #FFFFFF;border-left: none;border-right: none;font-weight: 600;}

.newsTop {overflow: hidden; background: url(newtopdbg.png) no-repeat top center;width: 100%;height: 14.5rem;margin: 0 auto;background-size: 100% 100%;}
.news_topbox {width: 80%;margin: 1.25rem auto 0;overflow: hidden;}
.news_topbox .news_imgs{width: 50%;height: 12rem;float: left;}
.news_topfr{width: 50%;height: 12rem;float: left;background: url(newstopbg.png) no-repeat left center;padding-left: 1.25rem;background-size: 100% 100%;}
.news_topfr .news_titletime {font-weight: 500;font-size: 0.5rem;color: #666666;margin-top: 1.75rem;}
.news_title {font-size: 0.6rem;margin: 0.75rem 0 0.825rem;    padding-right: 5%;}
.news_abstract{width: 100%;padding-right: 5%;height: auto;font-size: 0.45rem;line-height: 0.8rem;}
.news_topfr .news_more {margin-top: 0.25rem;}
.news_topfr .news_more span{font-size: 0.4rem;vertical-align: middle;}
.news_topfr .news_more a img{width: 1.2rem;height: 1.2rem;vertical-align: middle;margin-left: 0.525rem;}

.news_listbox{width: 80%; margin: 0 auto;padding-bottom: 2.75rem;}
.news_toggle{display: flex;flex-direction: row;flex-wrap: wrap;align-content: center;justify-content: space-between;align-items: center;}
.news_list{ width: 49%;height: 6rem;background-color: #fff;margin-top: 1.25rem;}
.news_listfl{float: left;width: 60%;height: 6rem;padding: 0.75rem 0.75rem 0.85rem;border: 0.025rem solid #EEEEEE;border-right: none;}
.news_listfr{float: left;height:100%;width: 40%;}
.news_listfr img{width: 100%;height:100%;}
.news_listfl .listfl_time{font-size: 0.35rem;color: #999999;}
.news_listfl .listfl_tit{font-weight: 600;font-size: 0.55rem;line-height: 0.75rem;margin: 0.5rem 0;}
.news_listfl .listfl_abstract{font-size: 0.45rem;color: #666666;line-height: 0.7rem;}





@media screen and (max-width: 880px){
  .lmy_banner img{height:20rem;}
  
	.news_toggle{display: block;flex-direction: row;flex-wrap: wrap;align-content: center;justify-content: space-			between;align-items: center;}
  .news_listbox{width: 90%;    padding-bottom: 1.875rem;}
  .news_list{width: 100%;height: auto;margin-top: 2.1875rem;overflow: hidden;}
  .news_listfl{width: 50%;height: 15rem;}
  .news_listfr{width: 50%;}
  .news_listfr img{width: 100%;height: 15rem;}
  .news_listfl .listfl_time{font-size: 0.875rem;}
  .news_list .listfl_tit{font-size: 1.25rem;line-height: 1.875rem;margin: 1.25rem 0;}
  .news_listfl .listfl_abstract{font-size: 0.875rem;line-height: 1.75rem;}
  .news_topbox{width: 100%;text-align: center;}
  .newsTop{height: auto;}
  .newsTop{height: auto;background:none;width: 90%;margin:0 auto}
  .news_topbox .news_imgs{float: none; width: 80%;height: auto;margin-top: 1.875rem;}
  .news_topfr{margin: 0 auto; float: none; width: 98%;height: auto;background: none;margin-top: 0px;padding-left: 0;}
  .news_abstract{width: 98%;height: auto; font-size: 1rem;line-height: 2rem;text-align: left;}
  .news_title{font-size: 1.5rem;text-align: left;margin: 1.5625rem 0;}
  .news_topfr .news_titletime{font-size: 1.25rem;text-align: left;margin-top: 2.1875rem;}
  .news_topfr .news_more{margin-top: 1.875rem;}
  .news_topfr .news_more span{font-size: 1rem;}
  .newsNav{height: 4.125rem;}
  .newsNav .navList{height: 4.125rem;width: 100%;}
  .newsNav .navList ul li{width: 20%;height: 4.125rem;font-size: 1.25rem;}
  .newsNav .navList ul li a{height: 1.25rem; margin-top: 1.25rem;}
  .news_topfr .news_more a img{width: 3rem;height: 3rem;margin-left: 1.25rem;}
}