﻿/*============主要内容区=*/
#mainarea{
	MARGIN:10px 0 0 0px;
	display:inline;
	TEXT-ALIGN: left;
	overflow: hidden;/*保持高度自适应，适应FIREFOX*/
	padding:0px 0px 0px 0px;
	position: relative;
}
/*===========边栏设定=display:none;*/
#sidearea{
	MARGIN:0px 0 0 0px;
	padding:0px 0 0px 0; 
	}
/*===========边栏信息=*/
.sidearea_box{ width:190px;margin:0 auto 10px auto; display:none;}
.sidearea_box h2 {
	height:40px;
	font-size:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
}
.sidearea_box h2 span {
	float:left;
	height:40px;
	font-family:Microsoft YaHei;
	padding-left:0px;
	line-height:40px;
	font-weight: normal;
	color: #333;
	}
.sidearea_box_con {
	padding:5px 0 0 0;
	overflow:hidden;
}
.sidearea_box_con ul { margin-top:0px;}
.sidearea_box_con ul li {
	line-height:24px;
	height:24px;
	padding:0;
	overflow: hidden;/*===========根据宽度显示字数=*/
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*===========边栏二级栏目样式=display:table;*/
.class_box{
	margin:0px 0 5px 0; 
	display:table;
	}
.class_box h2 {
	height:40px;
	font-size:1.0rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666; display:none;
}
.class_box h2 span {
	float:left;
	height:40px;
	font-family:Microsoft YaHei;
	padding-left:0px;
	line-height:40px;
	font-weight: normal;
	color: #333;
	}
.class_con { width:650px;padding:0;TEXT-ALIGN: left;}
.class_con ul {padding:0;display:inline-block;}
.class_con ul li{list-style:none;margin:0 0px 0px 0;float:left;}
.class_con ul li a{
	width:160px;
	box-sizing: border-box;
	line-height:65px;
	color: #666;
	display:inline-block;
	text-align: center;
	padding:0px 20px 0 20px;
	margin:0px 1px 1px 0px;
	font-size:1.6rem;
	text-decoration: none;
	background-color:#F5F5F5;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	overflow:  hidden;
	float:left;
}
.class_con ul li a:hover{
	color: #fff;
	text-decoration: none;
	background-color:#0997dd;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.class_con ul li.ddt a{color: #fff;text-decoration: none;display:block;background-color:#0997dd;}
/*===========详细内容样式=*/

/*-----------内容区样式-*/
#detail_a{ /*-内容区顶部-*/
	margin:0;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	height:76px;
}
#detail_a h2{ /*-内容区顶部-*/
	padding:0 20px 0px 20px;
	font-size:2.2rem;
	font-family:Microsoft YaHei;
	COLOR: #333;
	height:80px;
	line-height:80px;
	font-weight: bold;
	overflow: hidden;
	display:inline-block;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0198e1;
}
#place{ /*-当前位置-*/
    position: absolute;
	z-index:1;
	top:205px;
	left:50%;
	margin:0 0 0 -320px; 
	width:640px;
	TEXT-ALIGN: left;
	padding:0 0 0 20px;
	font-size:1.0rem;
	line-height:35px;
	font-family:Verdana;
	color:rgba(255,255,255,0.3);
	background-color:rgba(0,0,0,0.6);


}
#place i{ /*-当前位置home图标-*/margin:0 5px 3px 0; font-size:1.0rem;color:rgba(255,255,255,0.6);vertical-align: middle;}
#place a{ color:rgba(255,255,255,0.6);}
#detail_b{padding:20px;min-height:543px;_height:543px;color:#333;}
.detail_content{
	/*background-image: url(images/list_bj.gif);*/
	padding:0px 0px 20px 0px;
	line-height:1.8;
	font-size:1.2rem;/*直接内容基础字号*/
	color:#333;
}
.detail_content p{font-size:1.2rem;}
/* 时间轴样式设定 */
#timeline{width:1110px;overflow:hidden;margin:0px;position:relative;background:url('../3/img/dot.gif') left 45px repeat-x;}
#dates{width:1110px;height:60px;overflow:hidden;}
#dates li{list-style:none;float:left;width:100px;height:50px;font-size:20px;text-align:center;background:url('../3/img/biggerdot.png') center bottom no-repeat;}
#dates a{line-height:38px;padding-bottom:10px; color: #666;}
#dates .selected{font-size:38px;color: #F90;}
#issues{width:1110px;overflow:hidden;}	
#issues li{width:1110px;list-style:none;float:left;}
#issues li h2{color: #06C;font-size:30px;margin:10px 0;line-height:40px; text-align:center;font-weight:normal;}/* 标题样式 text-shadow:#000 1px 1px 2px;*/
#issues li p{font-size:18px;font-weight:normal;line-height:24px;text-align:center;}#issues li p span{font-size:14px;font-weight:normal;line-height:26px;}
#issues li img{width:1110px;height:100%;margin:15px auto;}


/*---------详细信息显示样式：标题、属性、内容-*/
#info_title{
	COLOR: #333;
	TEXT-ALIGN: center;
	font-size:1.9rem;
	line-height:1.5;
	font-family:Microsoft YaHei;
	font-weight: normal;
	margin:0px auto 0px auto;
	padding:10px 15px 0 15px;
	OVERFLOW: hidden;white-space:pre-wrap;
	background-color:#FFF;
	}
#info_pro{
	line-height:50px;
	HEIGHT: 50px;
	margin:0px 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E5E5;
	overflow:hidden;
	font-size:0.9rem;
	color: #666;
	TEXT-ALIGN: center;
}
#info_content{
	WIDTH:100%;
	line-height:1.8;
	TEXT-ALIGN:justify;
	padding: 0px 0 0 0;
	font-size:1.2rem;/*新闻或图片详细内容基础字号*/
	color: #333;
}
#info_content p{

	font-size:1.2rem;/*新闻或图片详细内容基础字号*/
	color: #333;
}
#info_content img{WIDTH:100%;}
#info_content tbody{WIDTH:100%;}
.info_content_img{margin:0 auto 20px auto;width:600px;}
.info_content_img img{width:100%;}
.info_box{
	margin:0px auto 0 auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	padding:20px;box-sizing: border-box;
}
.info_con{padding:0;TEXT-ALIGN: left;}
.info_con ul {padding:0;display:inline-block;}
.info_con ul li{ width:600px;color: #999;text-align: left;margin:0 0px 0px 0px;line-height:50px;float:left;font-size:1.6rem;   overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}
.info_con ul li a{
	color: #0096e0;
	display:inline-block;
	padding:0 0px 0 0px;
	margin:0 0px 0px 0px;
	text-decoration: none;
}
/*==============产品样式开始=*/

#pc_left { float: right; width:650px; margin:0 0 0 0px; font-size:14px; line-height:24px;}
#pc_right{ float: left; width:420px; margin:0 0px 0 0;}
#pc_box{ width:100%;margin:0px; overflow:hidden;}
.pc_nr{
	font-family: Microsoft YaHei;
	padding:15px 0 0 0;
	line-height:1.9;
	font-size: 14px;/*直接内容基础字号*/
	min-height:400px;                
    _height:400px;
}
/*==============产品样式结束=*/

/*==============产品滑动门开始=*/
.tb_{
	width:100%;
	height:50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #169547;
}
.tb_ ul{
	width:100%;
	height:50px;
	float: left;
	padding:0px 0 0 0px;
}
.tb_ li{
	width:150px;
	float:left;
	height:50px;
	line-height:50px;
	cursor:pointer;
	text-align: center;
	margin:0 0px 0 0;
	font-weight: normal;
	font-size: 18px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.normaltab{
	color: #666;
	text-decoration: none;
}
.hovertab    {
	color: #ffffff;
	text-decoration: none;
	background-color: #169547;
}
.dis{display:block;}
.undis{display:none;}
/*==============产品滑动门结束=*/
/*==========新闻栏目样式=#news_list ul li:before {
	content: " ";
	display: inline-block;
	width:10px;
	height:10px;
	background-color: #F60;
	margin:0 5px 0 0px;
	border-radius: 0%;
	vertical-align:middle;
	
}*/
#news_list{ padding:0px; }
#news_list ul li{
	padding:20px 0 20px 0;
	line-height:30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E7E7E7;
	font-size:2.0em;
	color: #F60;
}
#news_list ul li:before {
	content:"";
	display: inline-block;
	width:10px;
	height:10px;
	margin:0px 10px 3px 0px;
	border-radius:0%;
	vertical-align:middle;
	background-color:#0198e1;
}
#news_list ul li span {
	float:right;
	color:#666;
	font-size:1.0em;
}
/*==========新闻栏目样式——2=*/
.news_list {padding:0px 0px 20px 0px;margin:10px 0 20px 0px;overflow:hidden;border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #dedede;}
.news_list dl{ float:left; width:160px; height:80px;margin:0px 0 0 0;padding:0px;}
.news_list dl dt{font-size:5.0em;line-height:60px;text-align:center;color: #999;font-weight:bold;}
.news_list dl dd{font-size:1.7em;line-height:30px;text-align:center;color: #999;}

.news_list ul{ float: right;width:440px;margin:0px 0 0 0px;padding:0px 0 0 20px;box-sizing: border-box;overflow:auto; zoom:1;border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e2e2e2;min-height:90px;                
    _height:90px;}
.news_list ul li {
	padding:0;
	font-size:1.9em;
	line-height:1.2em;
	text-align:left;
	color: #333;
	font-weight: normal;
}
.news_list ul li .laiyuan{
	padding:0;
	font-size:0.7em;
	line-height:1.4em;
	text-align:left;
	color: #999;
	font-weight: normal;
}
.news_list ul li i{
	font-size:0.7em;
	vertical-align:middle;

}
.news_list ul li span { margin:0px 0 0 0;color: #666;font-size:0.6em;line-height:1.2em; overflow:hidden;font-weight:normal;}
.news_list ul li img { margin:0px 0px 10px 0px; width:100%;border-radius:5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px; }
   
/*===================================================图片栏目图片样式=*/
#image_view{
	MARGIN: 0 20px 0 0px;
	padding:0px;
	border: 0px solid #eeeeee;
	background-color: #FFF;
}
/*==========1列图片尺寸=*/
#image_view_1_bj{
	MARGIN: 0px 0 30px 0;
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#image_view_1{
	WIDTH:260px;
	height:180px;
	MARGIN: 0 20px 25px 0px;
	padding:0px;
	overflow: hidden;
	border: 0px solid #eeeeee;
	background-color: #FFF;
}
#image_size1{
	WIDTH:260px;
	height:180px;
	BORDER: 0px solid;
}
#image_title1{
	width:320px;
	margin:0px 0 0 0px;
	COLOR: #333333;
	TEXT-ALIGN: left;
	font-size:1.8em;
	line-height:1.3em;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;*/
}

#image_intro1{
	TEXT-ALIGN: left;
	font-size:1.0em;
	line-height:1.1em;
	margin:5px 0px 5px 0px;
	COLOR: #666;
}
#image_date1 i{
	font-size:1.1em;
	COLOR:#20b2ea;
	vertical-align:middle;
}
#image_date1{
	COLOR:#666;
	HEIGHT:26px;
	line-height:26px;
}
#image_xq a{
	margin:10px 0 0 0;
	padding:0 15px 0 15px;
	COLOR:#fff;
	font-size:1.2em;
	HEIGHT:30px;
	line-height:30px;
	text-align:center;
	display: block;
	float: left;
	cursor: pointer;
	font-weight: normal;
	margin:5px 0 0 0px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:0px solid #1b3a78;
	background: #ea5515;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
#image_xq a:hover{
	COLOR:#fff;
	background-color:#20b2ea;
}

/*==========2列图片尺寸=*/
#image_view_2{

	MARGIN:0 20px 0px 0px;
	padding:0px;
	overflow: hidden;
	border: 0px solid #eeeeee;
	background-color: #FFF;
}
#image_size2{
	WIDTH:290px;
	height:200px;
}
#image_title2{
	WIDTH:290px;
	line-height:60px;
	COLOR: #333333;
	TEXT-ALIGN: center;
	padding:0px 0 0 0;
	font-size:1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}

#image_intro2{
	WIDTH:290px;
	COLOR: #666;
	TEXT-ALIGN: left;
	padding:0px 0 20px 0;
	font-size: 12px;
	line-height:21px; display:none;
}
/*==========3列图片尺寸=*/
#image_view_3{

	MARGIN: 0 20px 0px 0px;
	padding:0px;
	overflow: hidden;
	border: 0px solid #eeeeee;
	background-color: #FFF;
}
#image_size3{
	WIDTH:186px;
	height:130px;
	BORDER: 0px solid;
}
#image_title3{
	WIDTH:186px;
	line-height:50px;
	COLOR: #333333;
	TEXT-ALIGN: center;
	padding:0px 0 0 0;
	font-size:1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}

#image_intro3{
	WIDTH:186px;
	COLOR: #666;
	TEXT-ALIGN: left;
	padding:0px 0 20px 0;
	font-size:1.0em;
	line-height:20px; display:none;
}
/*==========4列图片尺寸=*/
#image_view_4{
	MARGIN: 0 10px 0px 0px;
	padding:0px;
	overflow: hidden;
	border: 0px solid #eeeeee;
	background-color: #FFF;
}
#image_size4{
	WIDTH:142px;
	height:110px;

}
#image_title4{
	WIDTH:142px;
	line-height:30px;
	COLOR: #333333;
	TEXT-ALIGN: center;
	padding:0px 0 0px 0;
	font-size:1.1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
/*#image_title4 a{
	COLOR: #1b3a78;
}*/
#image_intro4{
	WIDTH:142px;
	COLOR: #666;
	TEXT-ALIGN: left;
	padding:0px 0 20px 0;
	font-size: 12px;
	line-height:18px; display:none;
}

/*==============二级栏目列表设定=*/
#side_box_bj {padding:0px 0 0px 0;box-sizing: border-box;margin:0px auto 0 auto;overflow: hidden;}
.more a{
	margin:20px 20px 0 0;
	padding:0 0 0 0;
	COLOR: #999;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	display: block;
	float: right;
	font-weight:lighter;
	border-radius:20px 20px 20px 20px;
	font-family:Microsoft YaHei;
}
.more i{font-size:2.5rem; margin:0 0 0 5px;line-height:36px;}
.more a:hover{ background-color:#ccc;COLOR:#fff;}
.side_box{margin:0px 0px 0px 0px;padding:10px 0 0px 0;overflow:hidden;background-color:#F2F2F2;border-top-width:0px;
	border-top-style: solid;
	border-top-color:#dfdfdf;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color:#dfdfdf;}
.side_box_2.side_box{float:left;width:290px;margin:0 20px 20px 0px;overflow:hidden;background-color:#FFF;}
.side_box_3.side_box{float:left;width:190px;margin:0 15px 15px 0px;overflow:hidden;background-color:#FFF;}
.side_box_4.side_box{float:left;width:144px;margin:0 8px 8px 0px;overflow:hidden;background-color:#FFF;}
.side_box h2 {
	height:70px;
	font-size:2.0rem;
}
.side_box h2 span {
	padding:0 0 0 20px;
	line-height:70px;
	font-weight: normal;
	color:#384956;

} 
.side_box h2 span:before {
	content:"";
	display: inline-block;
	width:10px;
	height:30px;
	margin:0px 10px 4px 0px;
	border-radius:0%;
	vertical-align:middle;
	background-color:#0198e1;
} 
.side_con {padding:0px 20px 0px 20px;box-sizing: border-box;}
.side_con ul {margin-top:0px;padding:0px;}
.side_con ul p{font-size:1.2rem;line-height:1.8;color:#666;padding:0px 0px 20px 0px;}
.img_text_1{padding:8px 10px 0px 10px;font-size:1.2rem;line-height:1.8;color:#666;}
.img_text_2{padding:10px 10px 0px 10px;font-size:14px;line-height:1.9;color:#666;}
.img_text_3{padding:5px 10px 0px 10px;font-size:12px;line-height:1.9;color:#666;}
.img_text_4{padding:5px 5px 0px 5px;font-size:12px;line-height:1.7;color:#666;}
.img_text_1 img{float:left;width:320px;height:200px;border-radius:4px 4px 4px 4px;margin:0px 15px 5px 0px;}
.img_text_2 img{float:left;width:180px;height:115px;border-radius:4px;margin:0px 15px 5px 0px;}
.img_text_3 img{float:left;width:130px;height:85px;border-radius:3px 3px 3px 3px;margin:0px 10px 0px 0px;}
.img_text_4 img{width:206px;height:110px;border-radius:3px 3px 3px 3px;margin:0px 0px 7px 0px;}
.side_con ul li{
	padding:0 0 0 0px;
	font-size:1.9em;
	line-height:60px;
	text-align:left;
	color: #666;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E5E5E5;	
}
.side_con ul li a{color: #666; display:block;}
.side_con ul li a:hover{color: #fff; background-color:#036;}
.side_con ul li a:before {
	content: " ";
	display: inline-block;
	width:10px;
	height:10px;
	background-color: #F60;
	margin:0 10px 5px 0px;
	border-radius: 0%;
	vertical-align:middle;
	
}
.side_con ul li span {
	float:right;
	color: #666;
	font-size:0.9em;

	margin:0 0 0 0px;
}



/*=============图片信息排列==============================================*/
.side_con_1 {box-sizing: border-box;overflow:hidden;padding:10px 0px 0px 0px;}
.side_con_1 ul {padding:0 0 0px 0; overflow: hidden; zoom:1;}
.side_con_1 ul p img{ width:560px; height:350px;border:20px solid #ffffff; margin:5px 0px 15px 0;border-radius:0px 0px 0px 0px;}
.side_con_1 ul p{
	font-size:1.4rem;
	line-height:1.7;
	color: #333;
	padding:0px 20px 20px 20px;
	text-align: justify;

}
.side_con_1 ul li a{
	float:left;
	width:600px;
	line-height:30px;
	margin:0px 0px 20px 20px;
	padding:20px 20px 0 20px;
	color: #666;
	text-align: center;
   overflow:hidden;
   border-radius:0px 0px 0px 0px;
   box-sizing: border-box;
   display: block;
   background-color:#FFF;
   transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
   
}
.title_1{
	width:560px;
    line-height:80px;
	font-size:1.4rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	padding:0 0px 0 0px;
}
.side_con_1 ul li a:hover{color:#fff; background-color:#0198e1;}
.side_con_1 ul li img { width:100%;height:350px;padding:0px;box-sizing: border-box;}
 
.side_con_2 {box-sizing: border-box;overflow:hidden;padding:0px 0px 0px 0px;}
.side_con_2 ul {padding:0 0 0px 20px; overflow: hidden; zoom:1;}
.side_con_2 ul p img{ width:259px; height:170px; float:left;border:20px solid #ffffff; margin:3px 20px 0px 0;border-radius:0px 0px 0px 0px;}
.side_con_2 ul p{
	font-size:1.4rem;
	line-height:1.6;
	color: #333;
	padding:0 20px 20px 0px;
	text-align: justify;
}
.side_con_2 ul li a{
	float:left;
	width:299px;
	line-height:30px;
	margin:0px 1px 1px 0px;
	padding:20px 20px 0 20px;
	color: #666;
	text-align: center;
   overflow:hidden;
   border-radius:0px 0px 0px 0px;
   box-sizing: border-box;
   display: block;
   background-color:#FFF;
   transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.title_2{
	width:259px;
    line-height:60px;
	font-size:1.4rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	padding:0 0px 0 0px;
}
.side_con_2 ul li a:hover{color:#fff; background-color:#0198e1;}
.side_con_2 ul li img { width:100%;height:170px;padding:0px;box-sizing: border-box;}

.side_con_3 {box-sizing: border-box;overflow:hidden;padding:0px 0px 0px 0px;}
.side_con_3 ul {padding:0 0 0px 20px; overflow: hidden; zoom:1;}
.side_con_3 ul p img{ width:257px; height:145px; float:left;border:16px solid #ffffff; margin:3px 20px 0px 0;border-radius:0px 0px 0px 0px;}
.side_con_3 ul p{
	font-size:1.2rem;
	line-height:1.6;
	color: #333;
	padding:0 20px 20px 0px;
	text-align: justify;
}
.side_con_3 ul li a{
	float:left;
	width:199px;
	line-height:30px;
	margin:0px 1px 1px 0px;
	padding:15px 15px 0 15px;
	color: #666;
	text-align: center;
   overflow:hidden;
   border-radius:0px 0px 0px 0px;
   box-sizing: border-box;
   display: block;
   background-color:#FFF;
   transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.title_3{
	width:159px;
    line-height:45px;
	font-size:1.2rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	padding:0 0px 0 0px;
}
.side_con_3 ul li a:hover{color:#fff; background-color:#0198e1;}
.side_con_3 ul li img { width:100%;height:115px;padding:0px;box-sizing: border-box;}

.side_con_4 {box-sizing: border-box;overflow:hidden;padding:0px 0px 0px 0px;}
.side_con_4 ul {padding:0 0 0px 20px; overflow: hidden; zoom:1;}
.side_con_4 ul p img{ width:290px; height:160px; float:left;border:1px solid #e1e1e1; margin:3px 20px 0px 0;border-radius:10px 10px 10px 10px;}
.side_con_4 ul p{
	font-size:1.2rem;
	line-height:1.6;
	color: #333;
	padding:0 20px 20px 0px;
	text-align: justify;
}
.side_con_4 ul li a{
	float:left;
	width:135px;
	line-height:30px;
	margin:0px 20px 20px 0px;
	padding:0px 0px 0 0px;
	color: #666;
	text-align: center;
   overflow:hidden;
   border-radius:10px 10px 10px 10px;
   box-sizing: border-box;
   display: block;
   background-color: #666;
   transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.title_4{
	width:135px;
    line-height:40px;
	font-size:0.9rem;
	text-align: center;
	overflow: hidden;color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	padding:0 10px 0 10px;
}
.side_con_4 ul li a:hover{color:#fff; background-color:#0198e1;}
.side_con_4 ul li img { width:100%;height:95px;padding:0px;box-sizing: border-box;}