@charset "utf-8";
/* CSS Document */


.news_list {}

ul.news_list_ul {
	transition:all 0.2s linear;
	border-top: 1px solid #E6E6E6;
	padding:20px 0px;
}

ul.news_list_ul:first-child {
	border:none;
}

.date {
	padding:5px 0;
	font-size:14px;
	color:#818181;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:normal;
}

.date i {
	margin-right:2px;
}

ul.news_list_ul li.txt {
	overflow:hidden;
}

ul.news_list_ul li.txt h3 a {
	display:inline-block;
	vertical-align:middle;
	font-size: 22px;
	line-height:1.5;
    font-weight: 500;
	color:#2352a3;
}

ul.news_list_ul li.txt:hover h3 a {
	text-decoration:underline;
	opacity: 0.6;
}

ul.news_list_ul li.txt p {
	margin-top:7px;
	font-size:18px;
	line-height:1.6;
    font-weight: normal;
	color:#666;
}

ul.news_list_ul li.Img {
	float: left;
	margin-right: 10px;
	width: 150px;
	border: 4px solid #f1f1f1;
}

ul.news_list_ul li.Img img {
	display: block;
	width: 100%;
}



/*========== Content ===========*/
.title_area {
	clear:both;
}	

.title_area h1.topic {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom:20px;
	clear: both;
    padding: 10px 0!important;
    font-size: 36px;
	line-height:1.5;
    font-weight: normal;
    color: #000;
}



@media (max-width: 480px){
	ul.news_list_ul li.Img {
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
		width: 100%;
	}
}