/* 新闻列表样式 */

.news-list-item {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #dcdcdc;
	margin-top: 10px;
}

.news-list-item dt {
	width: 52px;
	height: 52px;
	background: #db1416;
	text-align: center;
	color: #fff;
	font-size: 12px;
	float: left;
	margin-right: 24px;
}

.news-list-item dd {
	overflow: hidden;
}

.news-list-item dt span {
	display: block;
	font-size: 20px;
	line-height: 24px;
	padding-top: 6px;
}

.news-list-tit {
	font-size: 18px;
	height: auto;
	line-height: 1.5;
}

.news-list-tit a {
	color: #252c41;
}

.news-list-tit a:hover {
	color: #db1416;
}

.news-list-txt {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	color: #666666;
}

.news-list-txt a {
	color: #db1416;
}

.module-right {
	width: 360px;
	float: right;
}





/*分页*/

.page span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	float: left;
	background-color: #f2f2f2;
	text-align: center;
}

.page span.page-fu {
	background: none;
	color: #828282;
}

.page span a {
	color: #828282;
	display: block;
	font-size: 12px;
}

.page span a:hover,
.page span a.curr {
	color: #fff;
	background-color: #db1416;
}


/* 新闻详情样式 */

.ui-content-article {}

.ui-content-article-head {
	padding-bottom: 15px;
	border-bottom: 1px solid #db1416;
}

.ui-content-article-head h1 {
	font-size: 26px;
	margin-bottom: 15px;
}

.ui-content-article-head span {
	font-size: 16px;
	color: #666;
}

.ui-content-article-description {
	font-size: 16px;
	line-height: 34px;
	padding: 20px;
	background: #f7f8fa;
	margin-top: 20px;
}

.ui-content-article-content {
	font-size: 16px;
	line-height: 34px;
	margin-top: 20px;
}

.ui-content-article-content p {
	padding-bottom: 20px;
}


/* 当屏幕宽度在1024px到1199px之间 */

@media (min-width:1024px) and (max-width:1199px) {}


/* 当屏幕宽度在768px到1023px之间 */

@media (min-width:768px) and (max-width:1023px) {}


/* 当屏幕宽度小于767px */

@media (max-width:767px) {
	.news-list-item dt {
		display: none;
	}
}