@charset "utf-8";


.news_list{ margin-bottom:10px;}
.news_list li{line-height:35px;height:35px;border-bottom:1px dotted #c3c2c2;background:url(../images/libg.jpg) no-repeat 5px center;padding-left:28px;position:relative;}
.news_list li a{ color:#464646;}
.news_list li span{ position:absolute; top:0; right:5px; font-size:12px;}
.news_list .bt{font-size:15px;display:block; line-height:25px; text-align:center; color:#000; font-weight:bold;} 
.news_list .daodu{ height:20px; line-height:20px; text-align:center; color:#666; background:#e5e4e4; font-size:12px; margin:10px 0; } 
.news_list .txt{ line-height:230%; font-size:14px;}
.news_list .txt p{font-size:14px;}




.m-con-2 {padding:10px 3%; }
.m-con-2 a{ display:block;}
.m-con-2 dl { border-bottom:1px solid #ffffff; box-shadow:0 1px #e6e6e6; margin-bottom:2px; padding:12px 20px 12px 10px; position:relative; }
.m-con-2 dt { float:left;display:block; margin-right:11px; }
.m-con-2 dt img { display:block;border:1px solid #e2e2e2; padding:3px;}
.m-con-2 h3{height:24px;line-height:24px;overflow:hidden; padding-right:10px; font-size:16px; }
.m-con-2 h3 a{ color:#bc0606;}
.m-con-2 p{font-size:13px; /*height:116px;*/ line-height:23px; margin:5px; margin-right:10%; overflow: hidden; }
.m-con-2 dl span{ display:block; width:9px;height:16px;position:absolute; top:80px;right:1%;}/*切换下面列表箭头样式*/
.m-con-2 dl span:before{ content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	background:#aaaaaa;
	width:11px;
    height:11px;
    right:0;
	top:0;
	z-indx:10;
	-moz-transform: rotate(45deg);/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg); /*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);}/*切换下面列表箭头css3样式*/
.m-con-2 dl span:after{ content:"";
	position:absolute;
	background:#f2f2f2;
	width:11px;
    height:11px;
    right:4px;
	top:0;
	z-indx:11;
	-moz-transform: rotate(45deg);/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg);  /*针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg); /*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);} /*切换下面列表箭头css3样式*/
	
	
	
.pic_list{}
.pic_list li{ width:49%; text-align:center; float:left;}
.pic_list li img { border:1px solid #d7d7d7; width:134px; height:95px;}
.pic_list li span { text-align:center; display:block; line-height:30px; overflow:hidden; color:#666; font-size:12px;} 
	
	