
/*滚动条凹槽的颜色，还可以设置边框属性*/
::-webkit-scrollbar-track-piece {background-color:#f8f8f8;}
/*滚动条的设置*/
::-webkit-scrollbar {width:6px;height:9px;}
::-webkit-scrollbar-thumb {background-color:#CCC;background-clip:padding-box;min-height:28px;}
::-webkit-scrollbar-thumb:hover {background-color:#bbb;}
/*滚动条设置结束*/
.sidebar-body .catalog-body{display:none}
.sidebar-body .catalog-body.active{display:flex;flex-direction:column}
.search-body{display:none}
.search-body.active{display:flex;flex-direction:column}
.search-form{padding:12px;flex:none;border-bottom: 1px dashed #DFDFDF;}
.search-con{padding:12px 0;position:relative}
.search-con ul{list-style:none;margin:0;padding:0}
.search-con ul li{padding:5px 3px 5px 12px;height:30px;line-height:20px;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#666}
.search-con ul li:hover{background-color:#f2f2f2}
.search-con ul li.active{background-color:#e5e5e5;color:#333}
.search-con .blankslate{position: relative;width:100%;text-align:center;font-weight:200;color:#999;overflow:hidden}
.search-con .blankslate .icon{font-size:50px}
.search-con .blankslate p{margin-top:20px;text-align:center;}
.thisclass{background-color:#DFDFDF;}
.news-tabs{border-bottom:1px solid #ddd;}
.news-tabs>li{float:left;margin-bottom:-1px;}
.news-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}
.news-tabs>li>a:hover{border-color:#eee #eee #ddd}
.news-tabs>li.active>a,.news-tabs>li.active>a:focus,.news-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fafafa;border:1px solid #ddd;border-bottom-color:transparent}
.news-tab{padding-left:0;margin-bottom:0;list-style:none;background-color:#eee}
.news-tab:after,.nav:before{display:table;content:" "}
.news-tab:after{clear:both}.news-tab:after,.news-tab:before{display:table;content:" "}
.news-tab:after{clear:both}.nav>li{position:relative;display:block}
.news-tab>li>a{position:relative;display:block;padding:11px 15px}
.news-tab>li>a:focus,.news-tab>li>a:hover{text-decoration:none;background-color:#eee}
.news-tab>li.disabled>a{color:#999}
.news-tab>li.disabled>a:focus,.news-tab>li.disabled>a:hover{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}
.news-body>ul>a{position:relative;display:block;padding:6px 15px}
.news-body>ul>a:hover{text-decoration:none;background-color:#eee}
.newslist-wrapper{padding:10px;border-bottom:2px solid #DDD;}
.newslist-wrapper .newslist-title span{padding-right:15px;color:#999}
.newslist-wrapper .newslist-title .title{
	font-size: 30px; line-height:80px;
	font-weight: bold;

}