@charset "utf-8";

/*--------------- reset ---------------*/
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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body, button, input, select, textarea{font:12px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, sans-serif;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
address, cite, dfn, em, var{font-style:normal;}
code, kbd, pre, samp, tt{font-family:"Consolas", "Courier New", Courier, monospace;}
em,strong{font-weight:bolder;}
i{font-style: normal;}
ul, ol, li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
/*--------------- other ---------------*/
img{border:0 none;}
textarea{ resize: vertical; }
a, button{ cursor:pointer; }
input{border: 0;outline: none;}
a{text-decoration: none;}

.clr{clear:both;}
.clr:after{content:".";display:block;height:0;line-height:0;clear:both;visibility:hidden;font-size:0;}
.clr { *zoom:1; }
body{
	min-width: 1020px;
}
.qianxun{
	padding: 150px 0;
	width: 1020px;
	margin:0 auto;
}
.qianxun .videoBox{
	width: 1020px;
	height: 545px;
}
.qianxun h2{
	text-align: center;
	font-size: 20px;
	color:#626262;
	padding-top: 15px;
}
.qianxun .describe{
	line-height: 48px;
	font-size: 20px;
	color:#626262;
	/* text-indent: 30px; */
	letter-spacing: 1.2px;
	margin-top: 70px;
}
.qianxun .list {
	padding-top: 60px;
}
.qianxun .list li{
	margin-bottom: 42px;
	border:1px solid #eee;
	overflow: hidden;
}
.qianxun .list li .pic{
	float: left;
	width: 325px;
	height: 196px;
}
.qianxun .list li .pic img{
	width: 100%;
}
.qianxun .list li .txt{
	overflow: hidden;
	padding:20px 20px 0 35px;
	position: relative;
	height: 176px;
}
.qianxun .list li .txt .hdTit{
	font-size: 20px;
	color:#343434;
	line-height: 1.5;
}
.qianxun .list li:hover .txt .hdTit{
	color:#197caf;
}
.qianxun .list li .txt .des{
	font-size: 16px;
	color:#626262;
	line-height: 24px;
	padding-top: 10px;
}
.qianxun .list li .txt .msg{
	position: absolute;
	left: 35px;
	bottom: 12px;
	overflow: hidden;
	width: 624px;
}
.qianxun .list li .txt .msg a{
	float: left;
	font-size: 12px;
	color:#c6c5c5;
	line-height: 32px;
}

.qianxun .list li .txt .msg a img{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 8px;
}
.qianxun .list li .txt .msg .time{
	font-size: 14px;
	color:#c6c5c5;
	float: right;
	letter-spacing: 0.5px;
	line-height: 32px;
}
.qianxun .list li .txt .msg .time em{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/resWeb/topic/images/qianxun/time.png) no-repeat;
	vertical-align: middle;
	margin-right: 5px;;
}