* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #fff;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    width: 1200px;
    padding-left: 30px;
    background: url(../images/pos.jpg) no-repeat left center;
    font-size: 14px;
    color: #333;
    margin: 23px auto;
}

.main .kshsj {
    width: 1200px;
    margin: 30px auto;
}

.main .kshsj .kshsjTitle img {
    display: block;
    margin: 0 auto 20px;
}

.main .kshsj .kshsjNav {
    margin-bottom: 30px;
}

.main .kshsj .kshsjNav li {
    display: inline-block;
    width: 25%;
    float: left;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #F7F8FC;
    cursor: pointer;
}

.main .kshsj .kshsjNav li.active {
    background: #2E6DA1;
    color: #ffffff;
}

.main .kshsj .chart {
    width: 1200px;
    height: 420px;
}

.main .sjfbTitle {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.main .sjfbTitle h5 {
    font-weight: normal;
    display: inline-block;
    font-size: 24px;
    padding-bottom: 6px;
    color: #2e6da1;
    border-bottom: 4px solid #2E6DA1;
}

.main .sjfbTitle a.more {
    color: #2e6da1;
    margin-top: 14px;
    display: inline-block;
    font-size: 14px;
}

.main .tjsj {
    margin: 30px auto;
}

.main .tjsj .newsList li {
    line-height: 40px;
}

.main .tjsj .newsList li a {
    width: 88%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .tjsj .newsList li a:hover {
    color: #2e6da1;
}

.sjs .content .section {
    width: 386px;
    margin-right: 21px;
    overflow: hidden;
    position: relative;
}

.sjs .content .section img {
    width: 386px;
    height: 234px;
}

.sjs .content .section p {
    position: absolute;
    font-size: 18px;
    width: 100%;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    text-indent: 10px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
}

.sjs .content .section:last-child {
    margin-right: 0;
}