 
 /* article.html */  
 .page{width:100%;}
 .contxt{width:1200px;margin:auto;position: relative;}
 .banner{width:100%;height:200px;background:url(/static/t6.danews.cc/images/help/banner.png);background-size: cover;}
 .category{display:flex;margin-bottom:30px;}
 .category ul.tabs{flex:0 0 320px;}
 /* .category ul.tabs{padding-left:20px;} */
 .category ul.tabs li a{display:block;width: 220px;height:44px;line-height:44px;padding:0px 30px;text-align: left;margin-bottom:15px;font-size:16px;}
 .category ul.tabs li a:hover{color: #d24a4a;}
 .category ul.tabs li.active a{background-color: #f4f4f4;border-radius: 3px;color:#999;}
 .category .contents{flex:1;}
 .category .newpic{flex:1;}
 .routerx{margin:auto;display:flex;height:53px;align-items: center;justify-content: flex-start;font-size:14px;color:#666;}
 .routerx span{margin-left:3px;margin-right:3px;}
 .routerx a.current{color: #cbabad}
 .category .contents .item{width:100%;}
 .category .contents .item h4.title{font-size:30px;color:#333;padding-bottom:40px;}
 .category .contents .item .list li a{display:block;width:100%;height:50px;line-height:50px;overflow: hidden; white-space: nowrap;text-overflow:ellipsis;font-size:16px;color:#666;padding:0px 20px;margin-bottom: 10px;}
 .category .contents .item .list li:hover{background-color: #f4f4f4;}
 .category .contents .item .list li a:hover{color:#c95252;}
 @media screen and (max-width: 751px){
     .category ul.tabs {flex: 0 0 130px;}
     .category ul li {width: 125px;}
     .category ul.tabs li a {width: 124px;}
 }
 