@charset "utf-8";


.breadcrumb{ text-align: left;}


.info{
max-width: 1200px;
width: 95%;
margin: 0 auto 100px;

}

.info h1 {
border-bottom: 1px solid #CCC;
font-size: 22px;
padding: 30px 0 10px 0;
margin: 0 0 40px;
text-align: left;
}

.info .lead {
border: 5px solid #eeeeee;
font-size: 14px;
margin: 30px 0;
padding: 15px 15px 10px;
}




.newsList{}

.newsList table td .title{
	display: none;
}

.newsList table{
	width: 100%;
}

.newsList table .title{}

.newsList ul li{
    font-size: 18px;
    color: #333;
    margin: 15px 0px;
}

.newsList ul div{
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
	  padding: 0 0 0 15px;
}

.newsList ul .days{
    list-style: none;
    width: 13%;
    float: left;
	  font-weight: 600;
}

.newsList ul .news-detail{
    list-style: none;
    width: 87%;
    float: right;
	font-weight: 600;
}

.newsList ul .news-detail a{
	color: #333;
	text-decoration: none;
}

.newsList ul .news-detail a:hover{
	color: #ccc;
}



@media screen and (max-width: 1024px) {

	.newsList ul li{ font-size: 14px;}
	
	.newsList ul .days{ float: none;}
	.newsList ul .news-detail{ float: none;}
	
	
	
}







