* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 微软雅黑, serif;
}

li {
    list-style: none;

}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    min-width: 1200px;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

@media print {
    .main{
        width: 100% !important;
    }
    .content{
        width: 100% !important;
        border: none !important;
        padding:0 !important;
        box-shadow: none  !important;
    }
    .zw{
        width: 100% !important;
    }
}

.main {
    width: 100%;
    background: url("../images/ft_bg.jpg");
    padding: 30px 0;
}

.main .content {
    width: 1200px;
    margin: 20px auto;
    background: #ffffff;
    border: solid 1px #aed4f5;
    box-sizing: border-box;
    padding: 20px 20px 40px;
    box-shadow: 0 0 5px 0 #ededed;
    border-radius: 10px;
    line-height: 40px;
}

.main .content .title h4{
    text-align: center;
    font-size: 34px;
    margin-top: 10px;
    font-weight: bold;
    color: #004196;
}

.main .content .title .infos{
    text-align: center;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.main .content .title .infos img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.main .content .title .infos img.time{
    margin-left: 80px;
}

.foot{
    margin-top: 0;
}