.left{
	float: left;
}

.right{
	float: right;
}

.clear{
    clear: both;
}

.artcleListMod{
    overflow: hidden;
    width: 100%;
}

.artcleChannelWrap{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #B0B0B0;
    position: relative;
    margin-bottom: 10px;
}

.artcleChannel{
    float: left;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    padding: 0 6px;
}


.artcleChannel.on{
    color: #0166B6;
    font-weight: bold;
    height: 39px;
    border-bottom: 2px solid #FF9201;
}


.artcleChannel:hover{
    height: 39px;
    border-bottom: 2px solid #FF9201;
}

.moreArtcle{
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
    width:40px;
    height:20px;
    line-height: 20px;
    font-size:14px;
    font-weight:400;
    color:#969696;
}

.artcleListWrap{
	width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.artcleListCon{
    overflow: hidden;    
}

.artcleList{
    width: 100%;
    overflow: hidden;
    min-height: 35px;
}

.artcleList li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.artcleList li a{
    /* float: left; */
    max-width: 85%;
    max-width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.artcleList li a:hover{
	color: #0166B6;
}

.artcleList li a:before{
    content: " ";
    display: inline-block;
    background-color: #000000;
    width: 3px;
    height: 3px;
    margin: 0 9px;
    vertical-align: middle;
}

.artcleDate{
    font-size: 14px;
    max-width: 80px;
    color: #7A7A7A;
    float: right;
}

.floorInfo {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #E2E2E2;
    line-height: 40px;
    margin-bottom: 19px;
}

.floorInfoTit{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 5px;
}

.floorInfoTit.on{
    color: #0166B6;
}

.floorInfo:before {
    content: " ";
    width: 4px;
    height: 18px;
    background: #ff9201;
    display: inline-block;
    margin-left: 7px;
    vertical-align: -3px;
}

.floorInfo .floorInfoMore {
    width: 80px;
    height: 40px;
    font-size: 16px;
    float: right;
    color: #999999;
    text-indent: 0;
    font-weight: normal;
    text-align: right;
}

/*新增政务css*/
.artcleChannel_news_button{
    /*float: left;*/
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    /*padding: 0 6px;*/
}
.artcleChannel_news_button:hover{
    height: 39px;
    /*border-bottom: 2px solid #FF9201;*/
    background-color: #2B6FD5;
    color: #ffffff;
}
.artcleChannel_news_button.on{
    color: #0166B6;
    font-weight: bold;
    height: 39px;
    /*border-bottom: 2px solid #FF9201;*/
    background-color: #2B6FD5;
}
.artcleChannel_width_50{
    float: left;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    padding: 0 6px;
    width: 46%;
    text-align: center;
    margin-left: -10px;
}
.artcleChannel_width_50:hover{
    height: 39px;
    border-bottom: 2px solid #FF9201;
}
