/*当前位置*/
.article_path{ width:100%; height:auto; background:#f5f5f5; box-shadow:0 5px 5px #e8e8e8 inset;}
.article_path .path{ width:1200px; height:auto; padding:15px 0; line-height:24px; font-size:14px; color:#00a0e9; margin:0 auto;}
.article_path .path a{ color:#666;}
.article_path .path a:hover{ color:#00a0e9;}
.article_path .path em{ color:#666; padding:0 8px;}

/*列表*/
.wrapper{ width:1200px; height:auto; margin:30px auto;}
.wrap_left{ width:790px; height:auto; float:left;}
.wrap_right{ width:380px; height:auto; float:right;}
.wrap_left .list{ width:100%; height:auto;}
.wrap_left .item{ width:100%; height:auto; margin-bottom:35px;}
.wrap_left .item .pic{ width:250px; height:170px; margin-right:25px; float:left; overflow:hidden;}
.wrap_left .item .pic img{ 
	width:100%; height:100%; border:none;
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
		 -o-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
			transition: all 0.5s linear 0s;
}
.wrap_left .item:hover dt img{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
		 -o-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}
.wrap_left .item .title{ height:auto; line-height:30px; font-size:22px; margin-bottom:10px;}
.wrap_left .item .desc{ line-height:28px; font-size:16px; color:#666; text-align:justify;}
.wrap_left .item .desc a{ color:#666;}

/*分页*/
.tkp_page{ width:100%; height:auto; color:#666; text-align:center; margin:50px 0 30px;}
.tkp_page a{ height:24px; line-height:24px; display:inline-block; padding:0 8px; margin:0 2px; border:1px solid #ccc; color:#666; border-radius:3px;}
.tkp_page a:hover{ background:#00a0e9; border-color:#00a0e9; color:#fff;}
.tkp_page .cms_curpage{ height:24px; line-height:24px; display:inline-block; padding:0 8px; margin:0 2px; background:#00a0e9; border:1px solid #00a0e9; color:#fff; border-radius:3px;}

@media screen and (max-width:767px){
.article_path{ background:none; box-shadow:none;}
.article_path .path{ width:auto; padding:0; margin:10px;}
.wrapper{ width:auto; margin:10px 10px 0;}
.wrap_left{ width:100%; float:none; margin-bottom:15px;}
.wrap_right{ width:100%; float:none;}
.wrap_left .item{ margin-bottom:15px;}
.wrap_left .item .pic{ width:33%; height:auto; margin-right:10px;}
.wrap_left .item .pic img{ height:auto; -webkit-transition: all 0s linear 0s; transition: all 0s linear 0s;}
.wrap_left .item:hover .pic img{ -webkit-transform: scale(1); transform: scale(1);}
.wrap_left .item .title{ line-height:1.35em; font-size:18px; margin-bottom:5px;}
.wrap_left .item .desc{ line-height:1.5em; font-size:14px;}
.tkp_page{ margin:30px 0;}
}