@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0; padding:0;}
body{background:#fff; color:#555; font-size:14px;font-family: "微软雅黑";}
td,th,caption{font-size:14px;}
h1, h2, h3, h4, h5, h6{font-weight:normal; font-size:100%;}

a{
	color: #555;
	text-decoration: none;
}


/*新闻样式二（图片+标题+摘要）*/
.news2{
	width: 1024px;
	margin-top:40px;
}
.news2 .news2_list{float: left;height: 170px;width: 1024px;background-image: url(file:///E|/user/Desktop/old/images/line_3.jpg);background-repeat: repeat-x;background-position: 0px bottom;padding-top: 20px;}
.news2 .news2_list span{width: 200px;height: 150px;margin-right: 20px;float: left;}
.news2 .news2_list h3{width: 550px;font-size: 20px;color: #002d72;font-weight: bold;font-family: "微软雅黑", "宋体";line-height: 20px;margin-top: 10px;padding-right: 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news2 .news2_list .txt{color: #888;height: 75px;overflow: hidden;font-size: 15px;line-height: 25px;font-family: "微软雅黑", "宋体";margin-top: 10px;padding-right: 15px;}
.news2 .news2_list .time{color: #888;overflow: hidden;font-size: 13px;line-height: 12px;font-family: "微软雅黑", "宋体";margin-top: 10px;text-align: right;padding-right: 15px;}
.news2 .news2_list:hover{background: #f9f9f9;}
.news2 .news2_list:hover h5{color: #fff;}
.news2 .news2_list:hover h3{color: #c1a367;}

