#newslist{
}
#newslist .list{
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}
#newslist .list:after{
    content: '';
    width: calc(100% - 100px);
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #d7d7d7;
}
#newslist .date{
	float:left;
	background:#f1f1f1;
	color:#2041be;
	font-size: 16px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
#newslist .date b{
	display:block;
	text-align:center;
	position:  relative;
	padding-top: 18px;
}
#newslist .date b.md{padding-top: 10px;}
#newslist .date b.md:after{
	content:'';
	position: absolute;
	top: 5px;
	left: calc(50% - 5px);
	width: 10px;
	height: 1px;
	display: block;
	background: #5685c9;
}
#newslist .info{
	float:left;
	width: calc(100% - 100px);
	margin-left: 20px;
}
#newslist .info h3{
	position:relative;
	line-height: 110%;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 10px 0 15px;
	margin-bottom: 15px;
}
#newslist .info h3 a{
	color:#0a0a0a;
}
#newslist .info h3:after{
	content:'';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 25px;
	height: 1px;
	display: block;
	background: #fdd000;
}
#newslist .info h4{font-size: 16px;font-weight: normal;}
#newslist .info h4 a{
	color:#767676;
}
#newsSet{
}
#newsSet #date{
	color: #8f8e8e;
    font-size: 12px;
    margin-bottom: 10px;
}
#newsSet #article{
}
#pagenav{
	margin-top: 50px;
}
#pagenav p{
}
#pagenav p a{
    color: #497482;
}
@media screen and (max-width: 480px) {
	#newslist .date{
		width: calc(100% - 30px);
		height: auto;
		border-radius: 0;
		padding: 5px 15px;
		overflow: hidden;
		font-size: 14px;
	}
	#newslist .date b{
		display: inline-block;
		padding-top: 0;
	}
	#newslist .info{
		width: 100%;
		margin: 0;
	}
	#newslist .list:after{
		width:100%;
	}
	#newslist .date b.md:after{
		display:none;
	}
	#newslist .date b.md{
		padding-top: 0;
		float: right;	
	}
	#newslist .info h3{
	    padding: 15px 0;	
	}
	#newslist .info h4 a{
		font-size:12px;
	}
	#newslist .list{
		padding: 20px 0;	
	}
}