﻿@charset "utf-8";
/** 全局样式 **/
.FrontPicContents_show01-d2_c1 {
	width:100%;
	margin:0 auto;
	color:#4c4948;
	clear:both;
	text-align:left;
}
/* 链接样式 */
.FrontPicContents_show01-d2_c1 a:link {
	/*color:#06c;
	text-decoration:none;*/
}
.FrontPicContents_show01-d2_c1 a:visited {
	/*color:#06c;
	text-decoration:none;*/
}
.FrontPicContents_show01-d2_c1 a:hover {
	/*color:#06c;
	text-decoration:underline;*/
}
.FrontPicContents_show01-d2_c1 a:active {
	/*color:#06c;*/
}
/** 文字样式 **/
.FrontPicContents_show01-d2_c1 .fontbold {
	font-weight:bold;
}
.FrontPicContents_show01-d2_c1 .fontblue {
	color:#06c;
}
/** 内容样式 **/
.FrontPicContents_show01-d2_c1 .content {
	float:left;
 margin-left: 10px;
    margin-right: 10px;
	text-align:center;

}
/** 翻页 **/
.FrontPicContents_show01-d2_c1 .page{
	clear:both;
	width:100%;
	text-align:right;
	padding:10px 0;
}

/**图片样式**/
.FrontPicContents_show01-d2_c1 .content .pic {
	width:165px;
	text-align:center;
}
.FrontPicContents_show01-d2_c1 .content .pic a {

	height:auto;
	padding:5px;
	border:1px solid #e1e1e1;
	display:block;
	text-align:center;	
	margin:0 auto; width: 250px;
}
.FrontPicContents_show01-d2_c1 .content .pic a:hover {
	border:1px solid #F60;
	display:block;
}
.FrontPicContents_show01-d2_c1 .content .pic img {
 height: auto;
    width: 250px;
}
.FrontPicContents_show01-d2_c1 .content .description {
	text-align:left;
}

/**图片信息样式**/
.FrontPicContents_show01-d2_c1 .content .info {
	width:100%;
	line-height:20px;
}
.FrontPicContents_show01-d2_c1 .content .info li {
	width:100%;
	text-align:center;
}
.FrontPicContents_show01-d2_c1 .content .info .description {
	text-align:left;
}

/** 在线浏览链接 **/
.FrontPicContents_show01-d2_c1 .description a:link {
	text-decoration:underline;
}
.FrontPicContents_show01-d2_c1 .description a:visited {
	text-decoration:underline;
}
.FrontPicContents_show01-d2_c1 .description a:hover {
	text-decoration:none;
}
.FrontPicContents_show01-d2_c1 .info {
	position:relative;
}