﻿.newslist {
	padding:12px 10px;
}

.newslist li{
	height:30px; line-height:30px; border-bottom:dashed 1px #ccc;
}

.newslist li span{
	float:right;
}

.newslist li a{
	color:#666; text-decoration:none;
}

.pages{
	height:28px; line-height:28px; clear:both; margin:15px 0px; text-align:center;
}

.pages a{
	color:#666; font-size:12px; padding:2px 8px; border:solid 1px #ccc; margin-right:1px; text-decoration:none;
}

.ntitle{
	height:40px; line-height:40px; text-align:center; font-size:18px;
}

.ninfo{
	height:24px; line-height:24px; text-align:center; margin:5px 0px;
}

.ncontent{
	line-height:22px;
}

a{
	text-decoration:none;
}

.nimg img{
	width:auto; max-width:100%;
}

@media screen and (max-width: 780px) {
	.newslist li span{
		display:none;
	}
}

a:link, a:visited, a:hover, a:active {
    color: #043fa0;
    text-decoration: none;
}

#header .search input.search-button {
    background: #EF8201;
}

.dialog .title {
    background: #EF8201;
}

#footer {
    background: #EF8201;
}

#left-bar .menu-dialog .title-bar {
    background: #EF8201;
}

 