﻿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
{
    height: 60px;
    position: relative;
    background: #f9f9f9;
}

.content img
{
    height: 34px;
    width: auto;
    position: absolute;
    top: 14px;
    left:20px;
}

.content .list
{
    float: right;
    margin-right: 25px;
}

.content .list li
{
    height: 60px;
    line-height: 60px;
    /*background:url(../images/home.png) left center no-repeat;*/
    text-indent:23px;
}

.content .list a
{
    font-size: 14px;
    color: #323232;
}

.content .list a:hover
{
    color: #ff8400;
}
/*底部导航*/
.footer
{
    text-align: center;
    font-size: 14px;
    padding: 20px 0 10px;
    background: #f9f9f9;
    width:100%;
}
.footer p
{
  font-size:12px;
  margin-bottom:14px;
  color:#9D9D9D;
}
@media screen and (min-width:1920px){
    .footer
    {
      position:fixed;
      bottom:0;
    }
}
#lblInfo
{
   font-size:14px;
}


