﻿﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
  margin: 0;
  padding: 0;
  list-style: none;
}
.daohang{
	width: 1200px;
	margin: 20px auto 0;
	font-size: 14px
}
.listall{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px
}
.list_left{
	width: 850px;
	float: left;
	overflow: hidden;
	padding-top: 10px
}
.list_23{
	width: 780px;
	margin-left: 5px;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 20px
}
.list_23:hover{
	/* box-shadow: 1px 1px 9px #888; */
	transition: all .2s linear
}
.list_23 h3{
	margin-bottom: 8px
}
.list_23 h3 a{
	font-size: 26px;
	color: #2683cf;
	line-height: 30px
}
.list_23 .jianjie_list{
	font-size: 15px;
	color: #000;
	line-height: 24px;
	margin-bottom: 10px;
}
.listdata{
	width: 90px;
	font-size: 14px;
	border-bottom: 1px solid #2683cf;
	padding-bottom: 5px
}
.list_left .yema{
	width: 100%;
	margin-left: 25px;
	margin-top: 40px;
	font-size: 14px
}
.list_left .yema li{
	float: left;
	margin: 0 5px
}



.list_right{
	width: 300px;
	float: right;
	overflow: hidden;
	padding: 20px;
	background: #f4f5f6
}
.list_right .photo2{
	display: block;
	overflow: hidden;
}
.head2{
	height: 35px;
	font-size:20px;
	font-weight: bold;
}

.photo2 img{
	width:100%;
	transition: all 0.6s;
}
.photo2 img:hover{
	transform: scale(1.1);
}
.ne{
	clear: both;
	display: block;
	padding:12px 0 24px 0;
}
.ne .name{
	color:#000;
	line-height: 20px;
	font-size:18px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.ne .name:hover{
	color: #2683cf
}
.date{
	height: 40px;
	line-height: 40px;
	font-size:14px;
	position: relative;
}
.date i{
	display: block;
	width: 80px;
	border-bottom:1px solid #2683cf;
	position: absolute;
	left: 0;
	bottom: 0;
}
.tip{
	font-size:14px;
	line-height: 20px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.pageinfo strong{
	margin: 0 2px
}