.wg-gongmolist {border:0px #d9d9d9 solid;}
.wg-gongmolist .title {
	font-size:16px;
	padding:10px 5px 10px 5px;
	border-bottom:1px #d9d9d9 solid;
	font-weight:bold;
}
.wg-gongmolist .title .more {
	float: right;
    background-color: rgb(94, 169, 255);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    padding-left: 1px;
    line-height: 20px;
    color: #fff;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wg-gongmolist .articles {
	padding:10px 5px;
}
.wg-gongmolist .articles ul {
	margin:0; padding:0;
	list-style:none;
}
.wg-gongmolist .articles li {
	font-size:14px;
	padding:7px 0;
	border-bottom:0px #f5f5f5 solid;
}
.wg-gongmolist .articles li .date {
	float:right;
}
.wg-gongmolist .articles li:hover{font-weight:800; border-bottom:1px #a5a5a5 solid;}