﻿@charset "utf-8";
/* 小学学科网新闻页样式表 */

/**
 * 1. by wangwei
 * 2. qq 290518066
 */

.news_listem {
	width: 878px;
	min-height: 1220px;
	padding: 20px 20px 40px;
	background-color: #fff;
	border-radius: 5px;
}
.news_listem img {
    max-width:100%;
}
.news_list li {
	height: 56px;
	line-height: 56px;
	border-bottom: 1px dotted #ddd;
}
.news_list li a {
	float: left;
	width: 720px;
	padding-left: 5px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list li span {
	float: right;
	font-size: 12px;
	color: #999;
}
.news_list li a:hover {
	text-decoration: underline;
	color: #26aef3;
}

/*新闻详情页*/
.news_title {
	padding: 30px 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.news_title h1 {
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.news_title p {
	text-align: center;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #999;
}
.news_title p span {
	margin-right: 20px;
}
.news_title p em {
	font-style: normal;
	color: #f00;
}
.news_title p i {
	margin-right: 15px;
	font-style: normal;
	color: #26aef3;
}

/*翻页*/
.page {
	padding-top: 30px;
}
.page a {
	float: left;
	font-size: 14px;
	padding: 4px 10px;
	margin-right: 15px;
	border: 1px solid #ddd;
	color: #666;
	border-radius: 3px;
}
.page a:hover,
.page a.on {
	background-color: #26aef3;
	border-color: #26aef3;
	color: #fff;
}





