/*  初始化  */
body {
    margin: 0px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial;
    min-width: 1366px;
}

html {
    overflow-y: scroll;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.title_font {
    font-size: 15px !important;
}
.fontSize14{
    font-size: 14px !important;
    line-height: 24px;
}