.wg-notice {
	border:0px #bebebe solid;
	overflow:hidden;
	padding: 10px 0 80px 0;
	
	position: relative;
}
.wg-notice .title {
text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 1.7rem;
    font-weight: 900;
    overflow: hidden;
   
    border-radius: 10px;
    padding: 20px 0;
}
.wg-notice .articles {
	padding: 0 0 0 0;
	height:auto;
	
}
.wg-notice .articles ul {
	margin:0;
	padding:0;
	list-style:none;
	
}
.wg-notice .articles ul li{float: left;
    width: 23%;
    background-color:#fff;
	margin:0 1%;
box-sizing:border-box;
padding:20px 20px;
height:170px;
position:relative;
	font-weight: bold;
}

.wg-notice .articles ul li .date{font-size:0.8rem; color:#8f8f8f;}
.wg-notice .articles ul li .plus{
position: absolute;
    bottom: 25px;
    border-bottom: 1px solid;
    font-size: 0.9rem;
    color: #8f8f8f;
    right: 22px;
	font-weight:normal;
}

.wg-notice .articles ul li:hover{border:1px solid #f44336;}

.plus2{position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    color: #fff;
    background: #444;
    text-align: center;
    left: 50%;
    bottom: 2px;
    transform: translate(-50%);
display: block;
	z-index:9999;


}
.blankbox{position: absolute;
    background-color: #ffffff;
    width: 100%;
    bottom: 0px;
    z-index: 888;
    height: 30px;}
@media only screen and (max-width: 1100px) and (min-width: 751px) {



.wg-notice .articles ul li{float: left;
    width: 31.3%;
    background-color: #fff;
    margin: 0 1%;
    box-sizing: border-box;
    padding: 50px 20px;
    height: 300px;
    position: relative;
    font-weight: bold;
}


	.wg-notice .articles ul a:nth-child(4) li{display:none;}
	.wg-notice .articles ul a:nth-child(5) li{display:none;}
}






@media only screen and (max-width: 750px) and (min-width: 200px) {
	.bg01 {
    background-color: #fff;
    margin-top: 50px;
}
	.wg-notice .title {
text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 900;
    overflow: hidden;
   
    border-radius: 10px;
    padding: 20px 0;
}
	
.wg-notice {
	border:0px #bebebe solid;
	overflow:hidden;
	padding: 30px 0 00px 0;
	background-color:#fff;
}

.wg-notice .articles ul li .plus{
position: absolute;
    bottom: 57px;
    border-bottom: 1px solid;
    font-size: 0.9rem;
    color: #8f8f8f;
    right: 22px;
	font-weight:normal;
	display:none;
}


.wg-notice .articles ul li:hover {
	color:#48609c;
	font-weight: 700;
}
.wg-notice .articles ul li .date{font-size: 0.8rem; color:#0a9ec0;}


	.wg-notice .articles ul li {
	display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0 0px 0;
    color: #484848;
    margin: 5px 0.5%;
    float: left;
   padding: 10px 10px 13px 10px;
    box-sizing: border-box;
  height:auto;
    border-radius: 5px;
    font-size: 1rem;
    background-color: #f4f4f4;
	}
	
	
	.wg-notice .articles ul a:nth-child(5) li{display:none;}
		.wg-notice .articles ul {
	margin:0;
	padding:0;
	list-style:none;
	
		}
	
	.plus2{position: absolute;
   
display: none;
	


}
.blankbox{display: none;
	}

}