﻿body{
    margin: 0;
    font-size: 14px;
    font-family: 微软雅黑, "Microsoft simhei", sans-serif, 宋体, serif;
}
div{
    overflow: hidden;
}
img{
    border: none;
    width: 100%;
    height: 100%;
}
a{
    text-decoration: none;
    color: #000000;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

li{
    white-space: nowrap;
}

.p{
    width: 1220px;
    margin: 0 auto;
}

.header .infos{
    height: 68px;
    margin: 17px auto 18px;
}

.header .infos .ahnews-logo{
    height: 68px;
    width: 287px;
    float: left;
}

.header .infos .fzr-logo{
    width: 235px;
    height: 60px;
    float: right;
    padding: 4px 0;
}

.search{
    float: right;
    width: 315px;
    height: 36px;
    margin-top: 15px;
    margin-right: 50px;
}

.search input{
    width: 240px;
    height: 36px;
    border: none;
    border-radius: 5px;
    padding: 0 0 0 14px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    background-color: #efefef;
}

.search button{
    width: 72px;
    height: 36px;
    display: inline-block;
    float: right;
    border: none;
    border-radius: 5px;
    background-color: #d01f25;
    color: #FFFFFF;
}

.header .navigation-container{
    width: 100%;
    height: 45px;
    background-color: #0e53a3;
}

.header .navigation-container .navigation{
    height: 45px;
    line-height :45px;
}

.header .navigation-container .navigation span{
    display: inline-block;
    float: left;
    width: 78px;
}

.header .navigation-container .navigation span:nth-last-child(1){
    width: auto;
    text-align: right;
}

.header .navigation-container .navigation span a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    /*font-weight: bolder;*/
}

.footer{
    margin-top: 30px;
}

.footer .links{
    height: 80px;
    padding-top: 10px;
    border-bottom: 1px solid #eeeeee;
}

.footer .links .column-title{
    width: 64px;
    height: 122px;
    float: left;
    line-height: 36px;
    color: #222222;
    font-size: 16px;
}

.footer .links .row{
    width: 1132px;
    height: 34px;
    float: right;
    line-height: 34px;
    font-size: 14px;
}

.footer .links .row a{
    padding-right: 15px;
    color: #666666;
}

.footer .links .row a + a{
    border-left: 1px solid #d9d9d9;
    padding-left: 15px;
}

.footer .info{
    padding: 33px 0;
    color: #999999;
    font-size: 14px;
    text-align: center;
}

.footer .info p{
    line-height: 30px;
}

.footer .info p span a{
    color: #d01f25;
}

.top{
    position: fixed;
    width: 36px;
    height: 36px;
    right: 160px;
    bottom: 70px;
    cursor: pointer;
    display: none;
}