﻿* {
    border-color:#255180;
    border-style:solid;
    border-width:0;
}
body {
    width:800px;/*Default.aspx:950px|other:800px*/
    margin:1px auto 1px auto;
    background:#fff;
}
body,td,th {
	color: #2A5C90;
	font-size: 12px;
}
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #2A5C90;
}
a:hover {
	text-decoration: underline;
	color: #f00;
}
table {
    border:none;
    margin:0;
}
form {
    border:none;
    margin:0;
}
input,
textarea {
    border-width:1px;
    margin:1px;
    line-height:18px;
}
/*--顶部表格样式--------------------------------------------*/
#header {
    margin:0;
}
#footer {
    margin:5px auto 20px auto;
    text-align:center;
    width:100%;
    display:block;
    float:left;
    height:87px;
    border-top-width:5px;
    color:#5d5666;
    background:url(../Img/bottomback.gif) repeat-x;
    font-size:12px;
}
#topTable {
    border:none;
    height:76px;
    background:#fff;
}
#topTable #topLogo {
    width:200px;
    margin:0 0 0 0;
}
#topTable #topNav {
    margin:0 0 0 0;
}
/*--顶部黑红杠--*/
#topTable #topLogo2 {
    background:#000;
    height:5px;
}
#topTable #topNav2 {
    background:#f00;
}
/*--显示新闻等信息的主体DIV-------------------------------*/
#pageMain {
    width:611px;/*要去掉边框所占的2px*//*要去掉padding所占的2px*/
    float:left;
    margin:5px 0 0 5px;
    border-width:1px;
    padding:1px;
}
/*--右边DIV--*/
#menuTable {
    background:#fff;
    margin:0 0 0 0;
    float:left;
    display:inline;
    width:180px;
}
/*----------------------------------------------*/
.divTable_right {
    width:176px;/*要去掉边框所占的2px*//*要去掉padding所占的2px*/
    background:#fff;
    margin:5px 0 0 0;
    padding:1px;
    border-width:1px;
    line-height:20px;
    float:left;
}
/*--head--*/
.divTable_right .hea {
    background:#3069A5;
    color:#fff;
    height:20px;
    text-indent:10px;
}
/*--body--*/
.divTable_right .bod {
    background:#fff;
    padding:2px;
    float:left;
    display:block;
}
/*--foot--*/
.divTable_right .foo {
    background:#eef;
}
/*--鼠标放上时换背景色--*/
.changeBG_a {
    background:#fff;
}
.changeBG_b {
    background:#E7F4FF;
}
.right {
    float:right;
}
/*----------------------------------------------*/
/*List*/
.mid_list {
    margin:5px 0 0 0;
    float:left;
    display:block;
    width:100%;
}
.tit {
    width:100%;
    height:25px;
    font-size:16px;
    font-weight:bold;
    line-height:200%;
    overflow:hidden;
    text-indent:10px;
    color:#f43;
    font-family:Arial;
    border-bottom:solid 2px;
}
.tit .right {
    font-size:12px;
}
/*----------------------------------------------*/
/*--成果--*/
.example {
    float:left;
    display:block;
    width:100%;
}
.example a:link,
.example a:hover,
.example a:active,
.example a:visited {
    border:solid 1px;
    width:170px;
    float:left;
    margin:2px auto 0 auto;
    background:#E7F4FF;
    text-decoration:none;
    text-align:center;
}
.example a:hover {
    border-color:#f11;
    background:#fee;
    color:#f11;
}