
 
*{padding: 0;margin: 0;}
a{text-decoration: none;outline: none; color: #333;}
img{border: none;outline: none;}
ul,ol,li{list-style: none;}
i{font-style: normal;}
input,select,option{border: 0;outline: none;background: none;}
body{font-family: "微软雅黑"; color: #333;width: 100%;}
.clear { clear: both;}
a:hover {text-decoration: underline;text-decoration: none;}

.box{width: 40rem; margin:0 auto;box-sizing: border-box;padding: 0 1.875rem;margin-top: 3rem;margin-bottom: 5rem;}

.navbar{width: 40rem;height: 3rem;line-height: 3rem;overflow: hidden;white-space: nowrap;display: flex;box-sizing: border-box;border-bottom: 1px solid #eee;background: #fff;position: fixed;left: 0;right:0;top: 4rem;margin:0 auto;}
.nav-item {width: 100%!important;padding-left: 1.875rem;padding-right: 1.875rem;height: 100%;display: inline-block;font-size: 1.4rem;}
.nav-text {width: 4.5rem!important;height: 100%;margin-right: 4rem !important;align-items: center;justify-content: center;letter-spacing: 0;box-sizing: border-box;}
.nav-text:last-child{margin-right: 4rem;}
.tab_on {color: #4f8bf9;font-size: 1.5rem !important;font-weight: 600;border-bottom: 0.125rem solid #4f8bf9 !important;}



/*新闻列表 开始*/
.index_news{padding: 0 0;margin-top: 9rem;margin-bottom: 7rem;}
.news_box{margin-top: 7rem;}
.news_box a{margin-bottom: 0.9375rem;display: flex;border-bottom:1px solid #e5e5e5;padding-bottom: 0.9375rem;}
.news_box a:last-child{border:none;}
.news_box a .news_pic{flex:2;justify-content: center;align-items: center;height: 8rem;overflow: hidden;}
.news_box a .news_pic img{width: 100%;}
.news_box a .news_info{flex: 3;display: flex;overflow: hidden;padding-left: 1.2rem;flex-direction: column;justify-content: space-around;}
.news_box a .news_info .news_title{font-size: 1.5rem;font-weight: 600;color:#353535;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news_box a .news_info .news_browse{display: flex;}
.news_box a .news_info .news_browse .news_time{color:#999999;font-size: 1.3rem;flex:3;}
.news_number{color:#999999;font-size: 1.3rem;flex:1;}  

/*新闻列表 结束*/

/*header 顶部导航 开始*/
.header{width: 40rem;height: 4rem;line-height: 4rem;position:fixed;left:0;right:0;top:0;margin: 0 auto;z-index: 99999;background-color: #fff;text-align: center;}
.header a{font-size: 1.6rem;}
/*header 顶部导航结束*/


/*footer底部导航 开始*/
.footer{width: 40rem;height: 6rem;box-sizing:border-box;padding: 1rem;text-align: center;position: fixed;bottom: 0;left: 0;right: 0;margin: 0 auto;background-color: #fff;z-index: 99999;}
.footer .f_item{display: flex;}
.footer .f_item a{flex:1;}
.footer .f_item a img{width: 2.5rem;}
.footer .f_item a p{font-size: 1.3rem;}
.f_active{color:#4f8bf9;}
/*footer底部导航 结束*/