@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
.mainImg {
 /****	background-image: url(../img/list/bg.jpg);   ****/
}
#conts {
	padding-bottom: 46px;
}
#conts ul {
	padding: 8px 0 24px 7px;
	overflow: hidden;
}
#conts li a {
	padding: 0 10px 0 13px;
	display: block;
	overflow: hidden;
	zoom: 1;
	color: #444;
	font-size: 14px;
	line-height: 48px;
	background: url(../img/list/icon03.png) repeat-x left bottom;
}
#conts li a:hover {
	background-color: #F6F7FA;
}
#conts li a .txt {
	padding: 0 20px 0 24px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../img/list/icon01.png) no-repeat left center;
}
#conts li a:hover .txt {
	font-weight: bold;
	background-image: url(../img/list/icon02.png);
}
#conts li a .time {
	display: block;
	float: right;
	color: #999;
}
#conts .pageNavi {
	margin-left: 19px;
}

#conts .pageNavi .pagination li{
	float:left;
}

#conts .pageNavi .pagination li a{
	padding: 0px;
	background-image: none;
}
#conts .pageNavi .pagination li a[href="#"]{
	color: #fff;
	border: 1px solid #0856CA;
	background: #0856CA;
}

#conts .pageNavi a/*,
#conts .pageNavi span*/ {
	margin-right: 5px;
	width: 42px;
	height: 37px;
	display: inline-block;
	color: #aaa;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #eee;
}

#conts .pageNavi a:hover/*,
#conts .pageNavi span */{
	color: #fff;
	border: 1px solid #0856CA;
	background: #0856CA;
}

#conts .ttl {
	margin-bottom: 24px;
	padding: 0 0 10px 7px;
	color: #444;
	font-size: 18px;
	line-height: 2;
	text-indent: 0;
	border-bottom: 1px solid #EBF1F5;
}

#conts li.list_jggk {
	width: 270px;
    float: left;
    height: 60px;
    margin-bottom: 24px;
    margin-right: 30px;
}

#conts li.list_jggk a {
	padding: 0 10px 0 22px;
    display: block;
    overflow: hidden;
    color: #666;
    line-height: 62px;
    font-size: 16px;
    background: none;
   	background-color: #f5f5f5;

}

#conts li.list_jggk a:hover {
    color: #FFF;
  	background-color: #3671cf;

}

#detail_conts .ttl {
    margin-bottom: 24px;
    padding: 0 0 10px 7px;
    color: #666;
    font-size: 14px;
    line-height: 2;
    text-indent: 0;
    border-bottom: 1px solid #EBF1F5;
}

@media all and (min-width: 0) and (max-width: 520px) {
	#conts {
		padding-bottom: 20px;
	}
	#conts ul {
		padding: 0 0 20px;
	}
	#conts li a {
		padding: 0;
	}
	#conts li a .txt {
		padding-left: 15px;
	}
	#conts li a .time {
		font-size: 13px;
		letter-spacing: -0.5px;
	}
	#conts .pageNavi {
		margin: 0;
	}
	#conts .pageNavi a,
	#conts .pageNavi span {
		width: 32px;
		height: 32px;
		line-height: 30px;
	}
}

