@charset "UTF-8";

.vselect{
	font-size: 1.4rem;
}
.vselect ul{
	list-style-type: none;
	display: flex;
	margin-bottom: 8px;
	flex-wrap: wrap;
}

.vselect ul li{
	margin: 0 10px 5px 0;
	cursor: pointer;
	border-radius: 4px;
}
.vselect ul li a{
	padding: 7px 10px;
	display: block;
}
.vselect ul li span{
	padding: 7px 10px;
	display: block;
}

.vselect ul#s_year li{
	border: 1px solid #ccc;
}

.vselect ul#s_year li.slct{
	color: #fff;
	background: #3299db;
}
.vselect ul#s_year li.slct a{
	color: #fff;
}

#news{
	
}
#news::after{
	margin-top: 30px;
	content: "";
	height:35px;
	width: 100%;
	display: block;
	
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(76,195,214,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(76,195,214,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(76,195,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4cc3d6',GradientType=0 );
}
#news dl{
	display: flex;
	font-size:1.5rem; 
	padding: 10px 0;
	border-bottom: 1px solid #93d2da;
	flex-direction: column;
}
#news dt span{
	color: #fff;
    font-size: 70%;
    width: 60px;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
}
#news dt span i{
background-image: linear-gradient(
	-45deg,
	rgba(255,255,255,0.2) 25%,
	rgba(0,0,0,0) 25%,
	rgba(0,0,0,0) 50%,
	rgba(255,255,255,0.2) 50%,
	rgba(255,255,255,0.2) 75%,
	rgba(0,0,0,0) 75%,
	rgba(0,0,0,0)
);
	background-size: 4px 4px;
	background-attachment: fixed;
    width: 60px;
    display: inline-block;
    text-align: center;
	font-style: normal;
}


@media (min-width: 768px) {

	
	
	#news dl{
		display: flex;
		font-size:1.5rem; 
		padding: 10px;
		border-bottom: 1px solid #ccc;
		flex-direction: column;
	}
	#news dt{
		margin-bottom: 5px
	}
	#news dd{
		width: auto;
	}
}

@media (min-width: 850px) {
	#news dl{
		display: flex;
		font-size:1.5rem; 
		padding: 10px;
		border-bottom: 1px solid #93d2da;
		flex-direction: row;
	}
	#news dt{ 
		width: 170px;
	}
	#news dd{ 
		width: calc(100% - 170px);
	}

}



