.threetabcon{width:100%;text-align:center;margin-top:5px;padding-bottom:5px;border-bottom:1px solid #cccccc;overflow:hidden;}
.threetabcon .threeincon{padding:0 10px;position:relative;}
.threetabcon ul{
	font-size: 13px;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
}
.threetabcon li{height:40px;display:inline-block;line-height:40px;padding:0 15px;font-size:16px;}
.threetabcon li a{color:#333;}
.threetabcon li.active a{color:#219cd9;}

.newscon{width:100%;}
.newslist{margin-bottom:10px;}
.newslist li{oveflow:hidden;height:40px;line-height:40px;border-bottom:1px dashed #ccc;}
.newslist li a{display:-webkit-flex;display:-moz-flex;display: flex;}
.newsicon {
    background: #333333 none repeat scroll 0 0;
    float: left;
    height: 2px;
    margin-left: 10px;
    margin-top: 20px;
    width: 2px;
}

.ntitle {
    float: left;
    margin-left: 6px;
	overflow:hidden;
	flex:1;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ndate {
    color: #999999;
    float: right;
    margin-right: 10px;
}
