*{
    margin: 0;
    padding: 0;
    font-family: "Courier New", monospace;;
}
a{
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
ul{
    list-style: none;
}
body{
    background-color: #718eac;
    font-size: 14px;
    background-image: url(/static/img/zygc.jpg);
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: bottom center;
    background-attachment: fixed;
}
.content{
    width: 967px;
    margin: 0 auto;
    background-color: white;

}
.common{
    width: 926px;
    margin: 0 auto;
}
.header{
    height: 84px;
    
    background-color: aquamarine;
    background: url("../img/headerlogo.png") no-repeat left center;
}

.nav{
    background-color: #0a2045;
    height: 34px;

}

.nav ul{
    line-height: 14px;
    font-size: 14px;
    color: white;
    padding-top: 10px;
}

ul::after{
    content: "";
    display: block;
    clear: both;
}

.nav li{
    float: left;
    padding: 0 15px;
    border-right: 1px solid white;
}

.nav li:last-child{
    border:none;
    padding-right: 0;
}

.banner{
    
    height: 204px;
    background: url("../img/banner.jpg") no-repeat center center;
}

.list{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-content: flex-start;
  
    
}

.mokuai{
    width: 400px;
    padding: 10px;
    background-color: rgb(255, 250, 241);
    margin: 20px 10px 0;
}


.title{
    height: 26px;
    border-bottom: 4px solid white;
    position: relative;
    background-color: #0a2045;
    color: white;
    border-radius: 3px;
    
}


.title img{
    display: block;
    position: absolute;
    float: left;
    top: -13px;
    width: 30px;
}

.title p{
    padding-top: 3px;
    padding-left: 35px;
    float: left;
}



.mokuai li{
    font-size: 13px;
    color: #656565;
    height: 21.5px;
    background: url(../img/eg_arrow.gif) no-repeat left center;
    padding-left: 10px;
}

.mokuai a{
    display: inline-block; 
    width: 230px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21.5px;
    
}

.mokuai span{
    float: right;
}

.footer{
    font-size: 13px;
    margin-top: 20px;
    height: 74px;
    background: url(../img/footer_bg.png) repeat-x;
    line-height: 74px;
    color: #818181;
}

.footer ul{
    float: right;
}

.footer li{
    float: left;
    padding-left: 10px;
}
.footer img{
    width: 15px;
    margin-left: 5px;
}