@charset "utf-8";
/* CSS Document */
@import url(kjs_reset.css);
@import url(kjs_header.css);


.Address{height: 35px;font-size: 14px;color: #505050;line-height: 35px;padding: 5px 0;}


.Main{width: 1160px;padding: 0 20px 20px;background: #FFF;min-height: calc(100vh - 350px);margin-bottom: 15px;}

/*左侧栏目列表*/
.LeftNav{width: 220px;}
.LeftNav>h1{display: block;height: 52px;text-align: center;line-height: 52px;background-color: #2e86de;font-size: 18px;color: #FFF;font-weight: bold;cursor: default;}

.LeftNav .navList>li{ position: relative; overflow: hidden; margin-bottom: 3px;}
.LeftNav .navList>li>a{display: block;font-size: 16px;color: #505050;line-height: 20px;padding: 15px;text-align: center;background-color: #f5f5f5;}
.LeftNav .navList>li:hover>a,.LeftNav .navList>li.on>a{ background-color: #ffdede;}



/*右侧*/
.RightBox{width: 920px;}
.RightBox>.Title{ height: 51px; border-bottom: 1px solid #e5e5e5;}
.RightBox>.Title>span{display: inline-block;float: left;height: 50px;line-height: 51px;border-bottom: 2px solid #2e86de;font-size: 18px;color: #2e86de;padding: 0 15px;font-weight: bold;}
.RightBox>.Title>a{display: inline-block;float: left;height: 50px;line-height: 51px;font-size: 18px;padding: 0 15px;margin-right: 10px;font-weight: bold;color: #735d5d;}
.RightBox>.Title>a.on,
.RightBox>.Title>a:hover{ color: #2e86de;}
.RightBox>.Title>a.on{ border-bottom: 2px solid #2e86de;}

/*文章列表*/
.NewsList{padding: 5px 0;/* border-bottom: 1px solid #ededed; */min-height: calc(100vh - 882px);}
.NewsList li{position: relative;overflow: hidden;font-size: 14px;line-height: 30px;margin: 5px 0;padding-left: 15px;background: url(../images/kjs_list_style.png) no-repeat 2px center;}
.NewsList li a{ display: inline-block; float:left; max-width: 80%; position: relative; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; color: #474747; transition: all 0.3s;}
.NewsList li span{ display: inline-block; float: right; text-align: right; width: 18%; color: #999;}
.NewsList li:hover a{ color: #b21023; padding-left: 1%;}
.NewsList li.b{padding:0;border-bottom: 1px solid #ededed;line-height: 0;}