.container-fluid .left-menu #left-menu a {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    /* border-bottom: 1px solid #F6EAEA; */
    display: block;
    float:left;
    width: 78%;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.container-fluid .left-menu #lxactive a.xydt {
    color: white;
}
.container-fluid .left-menu #left-menu a.normal {
    color: white;
}
#lxactive{
	background-color: #b91516;
}
.left-menu{
	margin-top: 18%;
   /*  border: solid 1px #ddd; */
}
.left-menu ul li>.divs {
	border-bottom: solid 3px #666;
    font-size: 18px;
    padding-bottom: 5px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.right-list {
    margin-top: 5%;
    margin-bottom: 5%;
    /* border: solid 1px #ddd; */
    
}
.list-top {
    /* //background-color: rgb(35,96,177); */
    border-bottom: solid 3px #666;
}
.menuTitle {
    line-height: 34px;
    border-bottom: solid 2px white;
    /* color: white; */
    margin-left: 10px;
    font-size:18px;
   /*  font-weight: bold; */
}
.articlelist {
	background: white;
    padding: 10px 20px;
    min-height: 558px;
}
.left-menu ul li ul li {
    height: 50px;
    text-align: center;
    /* margin: 20px; */
    border-bottom: 1px solid #F6EAEA;
    line-height: 50px;
}
.left-menu ul li ul {
    /* padding: 20px; */
    background: white;
}


.articletitle {
    width: 80%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.time {
    font-size: 14px;
    color: #404040;
    display: inline-block;
    text-align: right;
    width: 75px;
    float: right;
    vertical-align: middle;
}
.articletitle a {
    font-size: 14px;
    color: #727272;
}
.ul_article_list li {
	border-bottom: 1px dashed #ececec;
	height: 50px;
    line-height: 45px;
    overflow: hidden;
    font-size: 13px;
    padding-left: 15px;
     background-image: url("../tp/zfj.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.ul_article_list li + li {
    margin-top: 10px;
}