@charset "UTF-8";

/*列表页面样式*/
.main_ny_news {
	width: 1150px;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 30px;
	height: auto;
}

.main_ny_news_details {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 30px;
	height: auto;
}

.main_ny_news a {
	text-decoration: none;
}

.ny_youshi_top {
	width: 100%;
	border-bottom: 1px dashed #ccc;
	font-size: 23px;
	line-height: 90px;
	font-weight: 800;
}

.ny_youshi_top span {
	font-weight: bold;
	color: #888;
}

.newslist {
	list-style: none;
	height: auto;
}

.newslist li {
	border-bottom: 1px dashed #ccc;
	padding: 20px 0;
	height: 200px;
}

.media_img {
	width: 328px;
	height: 169px;
	background: url(/news-portlet/image/md_bg.png) no-repeat;
	padding: 18px 18px 20px;
	float: left;
}

.media_img img {
	width: 328px;
	height: 169px;
}

.media_info {
	width: 750px;
	float: right;
}

.media_info h5 {
	font-size: 16px;
	line-height: 25px;
	padding-top: 10px;
	margin: 0;
}

.media_info h5 a:link,.media_info h5 a:visited,.media_info h5 a:hover,.media_info h5 a:active
	{
	color: #333;
}

.media_info p.day {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	margin: 0;
}

.media_info p.gaiyao {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

.news-button-style {
	font-size: 14px;
	color: #333;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 80px;
	display: block;
	text-align: center;
	border-radius: 5px;
}

.news-button-style:link,.news-button-style:visited {
	background: #f0f0f0;
}

.news-button-style:hover,.news-button-style:active {
	background: #ccc;
}

.media_more {
	font-size: 14px;
	height: 21px;
	background: url(/news-portlet/image/more.png) no-repeat;
	line-height: 21px;
	padding-left: 25px;
	padding-right: 10px;
}

.media_more:link,.media_more:visited {
	color: #999;
	background-position: 0 -22px;
}

.media_more:hover,.media_more:active {
	color: #0C3;
	background-position: 0 0;
}

.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px;
}

.pages a:link,a:visited {
	vertical-align: baseline;
	word-break: break-all;
	outline: none;
	color: #327bb9;
}

.page a,.page font {
	margin: 0px 3px 0px 3px;
}

/*编辑页面样式*/
.news-editor-table {
	width: 100%;
	min-width: 600px;
}

.news-editor-td {
	width: 70px;
	text-align: right;
	padding: 10px;
}

/*明细页面样式*/

.media_ft {
    clear: both;
    height: 30px;
    margin-top: 20px;
    padding: 20px 0 100px;
}

.back {
	font-size: 14px;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 120px;
	display: block;
	text-align: center;
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.back:link,.back:visited {
	background: #1eaf88;
}

.back:hover,.back:active {
	background: #5cd6b5;
}

.gohome {
	font-size: 14px;
	color: #333;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 80px;
	display: block;
	text-align: center;
	border-radius: 5px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.gohome:link,.gohome:visited {
	background: #f0f0f0;
}

.gohome:hover,.gohome:active {
	background: #ccc;
}

.media_title {
	font-size: 24px;
	font-family: "microsoft yahei";
	padding-top: 20px;
	line-height: 30px;
	margin: 0
}

.news_day {
	font-size: 12px;
	color: #999;
	padding-bottom: 10px;
	line-height: 30px;
	margin-bottom: 20px;
	margin: 0;
}

.txt {
	padding-top: 10px;
	color: #333;
    font-family: Microsoft YaHei,微软雅黑;
    letter-spacing: 1px;
    line-height: 29px;
}

.newlist2 {
	margin-top: 10px;
}

.newlist2 li {
	height: 45px;
	line-height: 45px;
	float: left;
	border-bottom: 1px dashed #CCCCCC;
	width: 1150px;
}

.newlist2 li a:link,a:visited {
	text-decoration: none;
	vertical-align: baseline;
	word-break: break-all;
	outline: none;
	color: #327bb9;
}