﻿@font-face {
    /* font-test*/
    font-family: fzqk;
    src: url("../font/fzqk.TTF");
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 微软雅黑, serif;
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #2f6ea2;
    text-decoration: none;
}

body {
    width: 100%;
    margin: 0 auto;
    min-width: 1250px;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}
.foot .linkCon .button a{
    color: #e64242;
}
div.title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    width: 1200px;
    margin: 20px auto 10px;
}

 .content {
    width: 1216px;
    margin: 0 auto 40px;
}
 .content ul li{
    display: inline-block;
    background: #f1f2f3;
    width: 372px;
    height: 48px;
     padding-left: 14px;
    font-size: 16px;
    line-height: 48px;
    margin: 10px 8px;
}