* {
    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;
    box-sizing: border-box;
    padding: 30px;
}

.main .kssjtj {
    margin: 30px auto;
}

.main .kssjtj .kssjtjNav {
     margin: 30px auto;
}

.main .kssjtj .kssjtjNav li {
    display: inline-block;
    float: left;
    padding: 3px 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}

.main .kssjtj .kssjtjNav li.active {
    background: #3072d0;
    color: #ffffff;
}

.main .kssjtj .chart {
    width: 1200px;
    height: 420px;
}

.main .sjfbTitle {
    margin: 20px auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    text-align: center;
}
.main .sjfbTitle img {
    margin-top: -9px;
}
.main .sjfbTitle h5 {
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    font-size: 22px;
    color: #3072d0;
}

.main .sjfbTitle a.more {
    float: right;
    font-size: 16px;
    margin-top: 10px;
    color: #999999;
    display: inline-block;
}

.main .sjfbTitle a.more:hover {
    color: #1795f6;
}

.main .sjyw {
    margin: 50px auto;
}

.main .sjyw .newsList {
    margin: 0 auto 10px;
}
.main .sjyw .newsList li .line{
    width: 4px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    background: #2056a0;
    margin-right: 10px;
}
.main .sjyw .newsList li {
    
    line-height: 46px;
}
.main .sjyw .newsList li a {
    float: left;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main .sjyw .newsList li .time{
    font-size: 14px;
    color: #9e9e9e;
    float: right;
}


.main .sjs {
    margin: 50px auto;
}

.main .sjs .pic {
    width: 1160px;
    margin: 0 auto 30px;;
}
.main .sjs .pic .section {
    width: 372px;
    margin-top: 10px;
    margin-right: 12px;
    position: relative;
}
.main .sjs .pic .section:last-child{
    margin-right: 0;
}
.main .sjs .pic .section img {
   width: 372px;
   height: 208px;
}

.main .sjs .pic .section .imgtil{
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}