.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: #da1616;
}
.container-fluid .left-menu #left-menu a.normal {
    color: white;
}
#lxactive{
	background-color: #3A6FC8;
}
.left-menu{
	margin-top: 30px;
   /*  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: 24px;
    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 3px rgb(35,96,177);
    /* color: white; */
    margin-left: 10px;
    font-size:18px;
   /*  font-weight: bold; */
   padding: 0 10px;
}
.articlelist {
    padding: 10px 30px 20px 30px;
    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: #999999;
    display: inline-block;
    text-align: right;
    width: 75px;
    float: right;
    vertical-align: middle;
}
.articletitle a {
    font-size: 16px;
    color: #3a3a3a;
}
.ul_article_list li {
	overflow: hidden;
    font-size: 14px; 
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 15px;
    cursor: pointer; 
    transition: all .3s;
}
.ul_article_list li:hover {
	box-shadow: 1px 1px 8px #c0c0c0;
	color: #337ab7 !important;
	
}
.articletitle a:hover{
	color: #337ab7 !important;
}

.ul_article_list li + li {
    margin-top: 0px;
}