﻿body
{
    background:#f9f9f9;
}
ol li, ul li
{
    list-style-type: none;
}

a, a:hover
{
    text-decoration: none;
}

input:disabled, input:read-only
{
    cursor: no-drop;
}

input:focus
{
    outline: none;
}
/*顶部*/
.content
{
    padding:8px 0;
    background: rgba(0,0,0,0.18);
}

.content img
{
    height: 72px;
    width: auto;
}

.content .list
{
    float: right;
}

.content .list li
{
    height: 72px;
    line-height: 72px;
    /*background:url(../images/home.png) left center no-repeat;*/
    text-indent:23px;
}

.content .list a
{
    font-size: 16px;
    color: #333;
}
.content .list a:after {
    content: "";
    background: url(/sso/Images/auth_next.png) no-repeat;
    
    display: inline-block;
    position: relative;
    width: 9px;
    height: 11px;
    margin: 0 10px;
    top: 0;
}

.content .list a:hover
{
    color: #014d94;
}
/*底部导航*/
.footer
{
    text-align: center;
    font-size: 14px;
    padding: 16px 0 16px;
    /*background: #f9f9f9;*/
    background: rgba(0,0,0,0.18);
    width:100%;
    position:fixed;
    bottom:0;
    left:0;
}
.footer p
{
  font-size:14px;
  color:#fff;
  line-height:28px;
  margin:0;
}
@media screen and (min-width:1920px){
    .footer
    {
      position:fixed;
      bottom:0;
    }
}
#lblInfo
{
   font-size:14px;
}


