/*  新闻内容页面左侧导航栏设置 */
#main
{
    background-color: #f9f7f6;}
#navleft
{
    width: 1100px;
    background-color: #f9f7f6;
    float: left;
    vertical-align: middle;
    text-align: center;}
#rightcontent
{
    width: 1100px;
    background-color: #f9f7f6;
    float: left;
	height:500px;
	overflow:scroll;}
#videocontent
{
 width:1100px;
 background-color:#f9f7f6;
 float:left;
 height:515px;
 text-align:center;}
.video
{
 text-align:center;}
.navleft
{
    width: 1100px;
    margin-bottom: 20px;
    margin-top: 10px;}
a:link, a:visited
{
    color: #76777A;
    text-decoration: none;}
a:hover
{
    color: black;
    text-decoration: none;}


/* content.aspx 新闻内容页 */
.path
{
    margin-left: 15px;
    text-align: left;
    font-size: 14px;
    padding: 5px;
    color: #d20c43;}
.path a:link, .path a:visited
{
    color: #d20c43;}
.path a:hover
{
    color: #d20c43;
    text-decoration: underline;}

#title
{
    margin: 8px auto;
    font-weight: bold;
    font-size: 16px;
    color: Red;
    height: 30px;}
.commonfrm h4
{
    /* 框架标题样式 */
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

#newscontent
{
    /* 新闻内容框架 */
    width: 1000px;
    padding-bottom: 10px;
    margin-left: 50px;}
#newscontent p
{
    margin: 10px 10px;
    line-height: 26px;
}

#newscontent table {
max-width:100%;
margin:0 auto;

}


#newscontent .newscon
{
    line-height: 25px; /*行间距*/
    width: 900px;
    vertical-align: middle;}
#newscontent .con_time
{
    text-align: center; /*靠右对齐*/
    padding-bottom: 10px;
    font-size: 12px;
    color: Gray;
    border-bottom: 1px dashed Gray;}

/* dbcontent.aspx 数据库内容页 */
.lefttd
{
    border-right: 2px solid black;
    vertical-align: top;
    height: 510px;
}
.con td
{
    border: solid 1px #76777A;}
#leftnav h4
{
    text-align: center;}
#leftnav
{
    border: 2px solid #red;
    width: 200px;
    height: 400px;
    padding: 10px auto;
    background-color: #FDF9F0;
    font-size: 16px;
    line-height: 27px;
    float: left;}
#leibie
{
    text-align: center;}

#right
{
    width: 778px;
    height: 380px;
    float: left;
    border-left: 2px solid #787878;
    background-color: #FDF9F0;
    padding-left: 20px;
    padding-top: 20px;}
.dbtable
{
    border: 1px solid #787878;
    text-align: center;}
.dbtable td
{
    border: 1px solid #787878;}

/* 资源、服务、概况的左右框架页面 */
.allLeft, .allRight
{
    height: 500px;}

/* 数据库评价页面样式 */
.evaCon
{
    height: 25px;
	 line-height:25px;
    text-align: left;
    font-size: 14px;
    font-family:黑体;
    color:#505050;}
.evaPeo
{
    height: 25px;
    text-align: right;
    font-family:黑体;
    font-size: 14px;
    color: #505050;
    border-bottom: 1px dashed #E1D9FF;}