﻿/**!
* 网站大师-信息列表页
* author: xiaolong;
*/

.news-list-h {
    height: 1200px;
}

@media (max-width: 767px) {
	.news-list-h {
		height: auto;
	}
}
/* 问卷列表 */
.wenjuan-wrap {
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    padding: 0 3px;
    min-height: 951px;
	width:970px;
	background-color:#fff;
}

/* 信息列表 */

.linestyle-title123{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-wrap {
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    padding: 0 12px;
    height: 951px;
}

.news-con {
    min-height: 923px;
}

@media (max-width: 767px) {
	.news-wrap,
	.news-con {
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.news-detail {
		height: 44px;
		overflow: hidden;
	}
}

.news-list-item {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.news-list-tt {
    padding-top: 8px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}

.news-list-item>a {
    display: block;
}

.news-list-item>a:hover {
    background-color: #f2f2f2;
}

.news-list-item>a:hover .news-list-tt {
    font-weight: normal;
}

.news-para {
    font-size: 14px;
    line-height: 22px;
}

.pager {
    height: 28px;
}

.third-level {
	height:41px;
	border-bottom:2px solid #c5c5c5;	
}
.third-level span {
	display:block;
	height:40px;
	border-bottom:3px solid #65a8e9;
	font-size:16px;
	color:#65a8e9;
	line-height:40px;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

.sublist3{
	background-color:#f7f7f7;
	padding-left:10px;
	margin-bottom:30px;
}

.sublistimg{
	border-bottom:1px solid #6187b2;
	padding-top:15px;
	padding-bottom:8px;
	padding-left:10px;
	height:30px;
	margin-left:10px;
	margin-right:10px;
}

.sublistimg a{
	/*font-family:microsoft yahei;*/
	font-size:16px;
	color:#0b468a;
	margin-left:18px;
}
.sublisttext{
	float:left;
	line-height:30px;
}

.listClass{
margin-top:10px; 
margin-left:10px;
}

/*信息列表样式*/
.listnews {
	font-size: 14px;
	cursor:pointer;
	line-height:26px;
	height:26px;
	text-align:left;
	background:url(/images/listimg.gif) 0 50% no-repeat;
}

.wb-data-date {   
 float: right;   
 }
 
 .title {   
 margin-left:15px;   
 }