/** 全局样式 **/
.FrontNews_list01-d1_c1_01 { padding-top:15px;
	width:99%;
	margin:0 auto;
	clear:both;
	text-align:left;
}
.FrontNews_list01-d1_c1_01 .content { width: 48%;
    float: left;
    overflow: hidden;
    margin-left: 2%;
}
.FrontNews_list01-d1_c1_01 .more {
	width:100%;
	overflow:hidden;
	text-align:right;
}
/* 链接样式 */

.FrontNews_list01-d1_c1_01 a:link {
	/* color:#0066cc;
	text-decoration:none; */
}
.FrontNews_list01-d1_c1_01 a:visited {
	/* color:#0066cc;
	text-decoration:none; */
}
.FrontNews_list01-d1_c1_01 a:hover {
	/* color:#0066cc;
	text-decoration:underline; */
}
.FrontNews_list01-d1_c1_01 a:active {
	/*color:#06c;*/
}

/** 内容样式 **/

/** 标题区域 **/
.FrontNews_list01-d1_c1_01 .newstitle {
	width:100%;
	overflow:hidden;
}
.FrontNews_list01-d1_c1_01 .newstitle .title{overflow:hidden; float:left; overflow:hidden;}

.FrontNews_list01-d1_c1_01 .newstitle .date{width:18%;overflow:hidden; float:right;overflow:hidden; color:#fff;}

.FrontNews_list01-d1_c1_01 .newstitle ul {
	width:100%;
	clear:both;
}
.FrontNews_list01-d1_c1_01 .newstitle li {
	float:left;
	text-align:left;
	white-space:nowrap;
}
.FrontNews_list01-d1_c1_01 .newstitle li h3 { line-height:28px;display:inline;color:#fff;
	font-size:12px;
	font-weight:200;
	padding-left:15px;
	background:url(../images/icon.png) left center no-repeat;
}
.FrontNews_list01-d1_c1_01 .newstitle li h3 a{ color:#fff; }
.FrontNews_list01-d1_c1_01 .newstitle li h3 a:hover{ color:#fff;text-decoration:underline;}
.FrontNews_list01-d1_c1_01 .newstitle li span {
	color:#999;
}
.FrontNews_list01-d1_c1_01 .newstitle li em {
	font-style:normal;
}
.FrontNews_list01-d1_c1_01 .newstitle .fontnews a {
	color:#06c;
}
.FrontNews_list01-d1_c1_01 .newstitle .author {
	padding-left:13px;
}
.FrontNews_list01-d1_c1_01 .newstitle .comment {
	padding-left:20px;
	background:url(../images/icon-04.gif) 0 0px no-repeat;
	background:url(../images/icon-04.gif) 0 4px no-repeat;
}
.FrontNews_list01-d1_c1_01 .newstitle .linkarea {
	float:left;
	_padding-top:3px;
}
/** 内容列表区域 **/

.FrontNews_list01-d1_c1_01 .newslist ul {
	width:100%;
	overflow:hidden;
}
.FrontNews_list01-d1_c1_01 .newslist .pic {
	width:140px; /*根据图片大小调整*/
	float:left;
}
.FrontNews_list01-d1_c1_01 .newslist .pic a {
	float:left;
	/*padding:4px;
	border:1px solid #d7d7d7;*/
}
.FrontNews_list01-d1_c1_01 .newslist .pic a:hover{
	/*border:1px solid #F60;
	background:#fff4ce;*/
}
.FrontNews_list01-d1_c1_01 .newslist .pic img{
	width:120px;
	height:90px;
}
.FrontNews_list01-d1_c1_01 .newslist .summary {
	float:none;
}
.FrontNews_list01-d1_c1_01 .newslist .summary h3 {
	font-size:12px;
	font-weight:bold;
	line-height:22px;
}
.FrontNews_list01-d1_c1_01 .newslist .summary p {
	line-height:20px;
}
.FrontNews_list01-d1_c1_01 .newslist .summary a {
	margin-left:5px;
}
/**分割线**/
.FrontNews_list01-d1_c1_01 .showLine {
	float:left;
	height:10px;
	width:100%;
	border:0;
	background:url(../images/line.png) left center repeat-x;
}
.FrontNews_list01-d1_c1_01 .comstyle{
	width:100%;
	overflow:hidden;
}
.fullSlide {
	position: relative;
	width: 100%;
	background: #000;
	height:480px;
	overflow: hidden;
}
.fullSlide .bd {
	z-index: 0;
	position: relative;
	margin: 0px auto;
	height: 480px;
	overflow: hidden;
}
.fullSlide .bd UL {
	width: 100% !important;
}
.fullSlide .bd LI {
	text-align: center;
	width: 1920px;
	height: 480px;
	left:50%;
	overflow: hidden;
	position:absolute;
}
.fullSlide .bd LI A {
	display: block;
	height: 480px;
	color:#fff;
}
.fullSlide .hd {
	z-index: 1;
	position: absolute;
	line-height: 8px;
	width:auto;
	bottom: 12px;
	height:8px;
	left: 45%;
}
.fullSlide .hd UL {
	text-align: center;
	padding-left: 2%;
	width: 100%;
	height: 8px;
}
.fullSlide .hd UL LI {
	filter: alpha(opacity=50);
	line-height: 999px;
	margin: 1px;
	width: 42px;
	zoom: 1;
	display: inline-block;
	background: #fff;
	float: left;
	height: 8px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.5;
}
.fullSlide .hd UL .on {
	background: #f00;
}
.fullSlide .prev {
	z-index: 1;
	position: absolute;
	filter: alpha(opacity=50);
	margin-top: -30px;
	width: 40px;
	display: none;
	background: url(../images/slider-arrow.png) #000 no-repeat -125px 50%;
	height: 60px;
	top: 50%;
	cursor: pointer;
	left: 0%;
	opacity: 0.5;
}
.fullSlide .next {
	z-index: 1;
	position: absolute;
	filter: alpha(opacity=50);
	margin-top: -30px;
	width: 40px;
	display: none;
	background: url(../images/slider-arrow.png) #000 no-repeat -5px 50%;
	height: 60px;
	top: 50%;
	cursor: pointer;
	left: 15%;
	opacity: 0.5;
}
.fullSlide .next {
	right: 0%;
	left: auto;
}
.fullSlide .bd .f_title {
	bottom:1px;
	position:absolute;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	/*background:#000;
	filter: alpha(opacity=40);
	opacity: 0.4;*/
}
.FrontProducts_list01-d1_c1 {
    width: auto;
    margin: 0 auto;
    clear: both;
    height: auto;
    overflow: hidden;
    text-align: left;
    position: relative;
}
.FrontProducts_list01-d1_c1 ul {
    margin: 0;
    padding: 0;
    margin-top: 14px;
    list-style: none;
    padding-left: 8px;
    width: 100%;
}
.FrontProducts_list01-d1_c1 .mainul {
    width: 100%;
    overflow: hidden;
}
.FrontProducts_list01-d1_c1 .content {
    float: left;
    overflow: hidden;
}
.FrontProducts_list01-d1_c1 .content .pic-module {
    width: 215px;
    height: 145px;
    margin: 0 auto;
    border-bottom: 0px;
}
.FrontProducts_list01-d1_c1 .pic-module .pic {
    width: 234px;
    height: 234px;
}
.FrontProducts_list01-d1_c1 .column-num3 {
      margin-bottom: 14px;
    width: 33%;
}
.FrontProducts_list01-d1_c1 .pic-module .pic a img {
    width: 215px;
    height: 145px;
    border: 1px solid #ccc;
    padding: 1px;
}
.h3-title{
	line-height: 66px; color: #055695; margin-left: 60px; font-size: 24px;
}
.p-txt{
	margin-left: 60px; font-size: 16px;
}
.p-title{
	float:left; width:600px;height: 70px;
}
.p-text{
	    margin-left: 50px;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 10px;
    height: 92px;
    overflow: hidden;
	display: -webkit-box;
	  -webkit-line-clamp: 4;    /* 限制显示的行数 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.cents{
	width:1200px; margin:0 auto;
}