﻿/*网站全局设计*/
body {
   /* color: #333;
    background: url('/skin/xybg.jpg') repeat-x #FAFAFA;*/
    margin-top: 0px;
    text-align: center;
    font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
	line-height: 180%;  
	background-color: #7fa2e6;
}
a:link {text-decoration: none;color: #000000;}
a:visited {text-decoration: none;color: #000000;}
/*a:hover {text-decoration: none;font-weight:bold;color: #FF0000;}*/
a:hover {text-decoration: none;color: #FF0000;}
a:active {text-decoration: none;color: #000000;}

.container {
    width: 1000px;
	height: 100%;
    min-height: 100%;
    margin: auto;
    text-align: left;
    background: #fff;
}

.sidetitle{
  background: url('../skin/indexbg.png') no-repeat 0px -49px;
  height: 28px;
  padding-top: 5px;
  padding-left: 38px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
 }
 
.sidebox {
   width: 220px;
   margin-left: 15px;
}

/* 标题列表 */
ul{margin:0px; padding:0px;}
ul li{list-style-type:none;}
.listtitle li{background:url('../skin/all_icon.png') no-repeat -75px -169px; height:22px; padding:0 0 0 9px; line-height:20px;}
.LiteralTitlelink{float:left;}
.LiteralIssueTime{}
.shownew{background: url('../skin/new.gif') no-repeat;  float:left; height: 22px;}

/* 新闻中心的内容控件 */
.newscontentsct_title {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #915700;
}

.newscontentsct_user
{
	font-size: 12px;
	text-align: center;
    /*width: 90%;*/    
    margin-top: 5px;
    margin-bottom: 5px;
}

/* 页码 */
#DataPagerdivbox
{
    width: 100%; 
    height: 20px; 
    padding-top:10px; 
    text-align:center;
}

.NextPreButton
{
    width: 40px;
    height: 20px;
}

.NumericButton
{
    width: 20px;
    height: 20px;
    color: #050E90;
    padding: 5px 10px 5px 6px;
    text-align: center;
    font-weight: bold;
    background: url("../skin/focusBg1.gif") no-repeat;
}

.CurrentPageLabel
{
    width: 20px;
    height: 20px;
    padding: 5px 10px 5px 6px;
    color: #FF00FF;
    font-weight: bold;
    background: url("../skin/focusBg2.gif") no-repeat;
}

/* 顶部导航 */
.navigationcss
{
    width: 1000px;
    text-align: left;
    background: #ffffff;
    padding-top: 10px;
    margin: auto;
   
}
