/* CSS Document */
/* 云南日报网新版页面通用CSS样式表 */
/* Copyright by www.yndaily.com，云南日报报业集团，云南日报网，云南日报报业集团新闻网络信息中心 */
/* 样式设计：新闻网络信息中心——范晶 */


/* 网站整体BODY样式定义 */

html
{
	min-width: 920px;
}

body > div
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	background-color: #FFF;
}

body,select,textarea
{
  background-color: #666;
  font-size: 12px;
  font-family: 宋体,Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 150%;
  margin: 0px auto;
  text-align: center;
}




/* 定义部分页面通用选择器样式*/
ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li
{
	text-align: left;
	margin: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

iframe
{
	margin: 0px;
	padding: 0px;
}
img
{
	border: 0px;
}

/* 网站整体文字连接效果 */
a:link
{
	text-decoration: none;
	color: #000162;
}
a:visited
{
	text-decoration: none;
        color: #000162;
}
a:hover
{
        text-decoration: underline;
        color: #FF0000;
}
a:active
{
	text-decoration: underline;
	color:#009;
}


.moreright1
{
	width: 50px!important;
	width /**/: 60px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: right;
	/*font-size: 8px;*/
}
.moreright1 a
{
	color: red;
}
.moreright1 a:hover
{
	color: red;
}
.moreright1 a:visited
{
	color: red;
}