@CHARSET "UTF-8";

/* .newsTime{
	float:right;
}
.newsInfo{
	line-height:30px;
	border-bottom: 1px dotted #ddd;
}
.tecNewP{
	font-size:10px;
} */
.rightPart{
	margin-bottom:40px;
}
.newslist .time{
	float:right;
	margin-left:10px;
	line-height: 30px;
    text-align: left;
    padding-right: 15px;
}
.newslist a{
	margin-left:10px;
	overflow: hidden;
}
.newslist li{
	height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0 6px;
    border-bottom: 1px dotted #ddd;
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxleft .newtitle a{
	float:right;
}
.newtitle{
	color:#5589BB;
    border-bottom: 2px solid #3b57bf;
    line-height: 40px;
    font-size: 2rem;
    padding: 0px 10px;
    margin: 0;
}
.newtitle a{
	font-size:1rem;
    line-height: 30px;
    padding-right: 20px;
}
.more{
	float:right;
    padding-right: 20px;
    padding-top: 10px;
}
.boxnewliststyle {
	border: 1px solid #bbb6b6;
    border-radius: 5px;
}
.rightPart .carousel-inner{
	height:15vw;
}

/* 图片自动播放样式 */
/* css 重置 */
		*{margin:0; padding:0; list-style:none; }
		img{ border:0;  }
		a{ text-decoration:none; color:#333;  }

		/* 本例子css */
		.picScroll-left{ width:100%;  overflow:hidden; position:relative;  border:1px solid #ccc;   }
		.picScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("images/arrow.png") no-repeat;}
		.picScroll-left .hd .next{ background-position:0 -50px;  }
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{ padding:10px;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:130px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:24px; width:128px;  height:44px;}
