.news_box {
    display: block;
    position: relative;
}
.pic {
    position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
}
.pic img {
	max-width: 100%;
	height: auto!important;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}





.list_h li, .list_h .item {
    display: inline-block;
}
.list_h:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0
}
.list_h li, .list_h .item {
	float: left;
	box-sizing: border-box
}
.list_h li, .list_h .item {
	display: block;
	position: relative;
}





.news_list {
	margin: 0 auto;
	max-width: 1100px;
}
.news_list .item {
    width: 100%;
	/*margin: 0 0 10px 0;
    padding: 0 2%;*/
}
.news_list .item:nth-child(2n+1) {
    clear: left;
}
.news_list .news_box {
	margin: 30px auto;
	overflow: hidden;
}





.news_list .pic {
    width: 150px;	
	height: 150px;
    box-sizing: border-box;
    float: left;
	text-align: center;
	
	/* Firefox, Chrome */
	line-height : 130px;
	white-space : nowrap;
	
	/* IE */
	*font-size : 130px;
}
.news_list .pic {
	padding: 7px;
	border: 2px solid #EEEEEE;
}
.news_list .pic:before, .news_list .pic:after {
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	z-index: 2;
	border: 2px solid #0099FF;
	content: '';
	pointer-events: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.news_list .pic:before {
	border-width: 2px 0px 0px 2px;
	top: -2px;
	left: -2px;
}
.news_list .pic:after {
	border-width: 0px 2px 2px 0px;
	bottom: -2px;
	right: -2px;
	
	content : ".";
	font-size : 1px;
	-webkit-text-size-adjust : none;
}
.news_list .news_box:hover .pic:before,
.news_list .news_box:hover .pic:after {
    width: 100%;
    height: 100%;
    padding: 0 2px 2px 0;
}
.news_list .pic img {
	width: 150px;
	vertical-align: middle;
}





.news_list .txt {
	margin-left: 180px;
}





.news_list .type {
	display: block;
	margin-bottom: 18px;
	position: relative;
	color: #666666;
}
.news_list .type:before {
    width: 0;
    height: 2px;
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
	background-color: #0099FF;
    content: '';
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s; 
}
.news_list .type:after {
	width: auto;
	height: 2px;
	margin-top: -0.5px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 250px;
	background-color: #CCCCCC;
	content: '';
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.news_list .news_box:hover .type:before {
    width: 20px;
    margin-right: 8px;
}
.news_list .news_box:hover .type:after {
    right: 100%;
}





.news_list .content {
	display: block;
	margin-bottom: 15px;
	color: #0099FF;
	font-weight: bold;
	font-size: 20px;
}





.news_list .cost {
	display: block;
	display: -webkit-box;
	color: #023869;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news_list .cost strong {
	color: #E6411B;
	font-size: 18px;
}




.btn_box {
	width: 300px;
	position: relative;
	top: -57px;
	left: 180px;
}
.btn_box div {
	display: inline;
}
.btn_box div a {
	padding: 5px 20px;
	color: #FFFFFF;
	border-radius: 50px;
}
.btn_box div.phone a {
	margin: 0 40px 0 0;
	background-color: #E6411B;
}
.btn_box div.line a {
	background-color: #00C800;
}
.btn_box div a:hover {
	color: #000000;
	background-color: #FFCC33;
}





@media screen and (max-width: 1000px) {
.news_list {
	margin: 0 -2%;
}
}





@media screen and (max-width: 900px) {
.news_list .item {
	width: 100%;
}
.news_list .item:nth-child(n) {
	clear: none;
}
}





@media screen and (max-width: 767px) {
.news_list .news_box {
	margin: 30px auto 60px auto;
}
.btn_box {
	margin: 0 auto;
	top: -45px;
	left: 0px;
}
}





@media screen and (max-width: 480px) {
.news_list .news_box {
	max-width: 360px;
}
.news_list .pic {
	float: none;
	margin: 0 auto;
}
.news_list .txt {
	float: none;
	margin: 0;
	text-align: center;
}
.news_list .type:after {
	display: none;
}
}





@media screen and (max-width: 400px) {
.news_list .type:before,
.news_list .type:after {
	display: none;
}
}