﻿*
{
    /* border:0; */
    margin: 0;}
body
{
    /* background-color:#c8cdd1;  font-size:14px;  color:#2240b8; */
    font-family: 黑体;
    font-size: 14px;
    background-color: #FDF9F0;}

/* 实现整个网站变灰 
html {
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(100%);
}
*/
ul
{
    list-style-type: none;}
li
{
    list-style-type: none;}
/*a
{
    text-decoration: none;
    color: #1A5CA6;
}
a:hover
{
    color: #1A5CA6;
} */

#top
{
    width: 100%;
    height: 136px;
    margin: 0px auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: #FDF9F0;}

#login, #login1
{
    width: 1100px;
    height: 110px;}
.login
{
 margin:0px auto;
 width:1100px;}

.log
{
    /* border: solid 1px #a7c0dc;  //卡号，密码输入框     background-color: #e5e5ff;*/
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 96px;
    height: 19px;
    line-height:19px;
    background-image: url(../images/back_1.jpg);
    background-repeat: no-repeat;}

.logDiv
{
    position: fixed;
    width: 330px;
    height: 30px;
    z-index: 200px;
    margin: 0;
    padding: 0;
    top: 68px;
    right:240px;
    background-color: #f9f7f6;
    text-align: center;
   _position:absolute;
   _top:68px;
   _right:240px;
   _bottom:auto;}

/*我的图书馆，校内外访问资源链接样式*/
.link_a a:hover
{
  color:#d20c43;
  font-size:16px;}

#nav
{
    width: 100%;
    height: 26px;
    background-color: #2c2e32;
    vertical-align: middle;
    font-family: 黑体;
    color: White;
    font-size: 16px;}
#nav a
{
    color: White;
    text-decoration: none;
    text-align: center;}
#nav a:hover
{
    color: White;
    text-decoration: none;
    text-align: center;}
#nav .topline
{
    width: 150px;
    text-align: right;
    vertical-align: middle;
    height: 35px;}
#nav .topline a
{
    font-size: 16px;
    width: 150px;
    float: left;
    text-align: center;
    display: block;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;}
#nav .topline a:hover
{
    font-size: 16px;
    width: 150px;
    float: left;
    text-align: center;
    display: block;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;}

#main
{
    width: 1100px;
    margin: 0 auto;
    padding-top: 0px;
    background-color: #FDF9F0;
    min-height: 515px;}

#left
{
    width: 200px;
    float: left;
    padding-bottom: 10px;}
#right
{
    padding-left: 5px;
    padding-bottom: 10px;
    width: 795px;
    float: left;
    text-align: center;}

#footer
{
    height: 65px;
    width: 100%;
    background-color: #FDF9F0;}
#footer a
{
    color: White;
    font-size: 16px;
    text-decoration: none;}
