* {
    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: #ffffff;
}

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: 20px auto 0;
    box-sizing: border-box;
}

.main .gzcgsj {
    margin: 30px auto;
}

.main .gzcgsj .gzcgsjNav {
    margin: 30px 0;
}

.main .gzcgsj .gzcgsjNav li {
    display: inline-block;
    width: 50%;
    float: left;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    text-align: center;
    background: #F7F8FC;
    cursor: pointer;
}

.main .gzcgsj .gzcgsjNav li.active {
    background: #0868cc;
    color: #ffffff;
    font-weight: bold;
}

.main .gzcgsj .chart {
    width: 1200px;
    height: 420px;
}

.main .sjfbTitle {
    background: #eaf5fa;
    margin-bottom: 20px;
    line-height: 42px;
    height: 42px;
    padding: 0 10px 0 14px;
}

.main .sjfbTitle img {
    width: 148px;
    height: 26px;
    display: inline-block;
}

.main .sjfbTitle a.more1 {
    color: #0769cc;
    display: inline-block;
    font-size: 14px;
}

.main .sjfb {
    margin: 40px auto;
}


.main .sjfb .pic .section {
   width: 386px;
    margin-top: 10px;
    margin-right: 21px;
    position: relative;
}
.main .sjfb .pic .section:last-child{
    margin-right: 0;
}
.main .sjfb .pic .section img {
   width: 386px;
   height: 258px;
}

.main .sjfb .pic .section .imgtil{
        width: 100%;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    text-align: left;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.main .sjfb .pic .section .imgtil a:hover{
    color:#fff;
}
/*新闻列表*/

.main .sjfb ul.newsList {
    width: 1200px;
    margin-top: 30px;
}
.main .sjfb ul.newsList li {
    height: 42px;
    line-height: 42px;
    position: relative;
}
.main .sjfb ul.newsList li:after {
    position: absolute;
    content: " ";
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    background: #d2d2d2;
}
.main .sjfb ul.newsList li:last-child{
    border-bottom: hidden;
}
.main .sjfb ul.newsList li a {
    width: 85%;
    font-size: 18px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main .sjfb ul.newsList li span.time {
    text-align: right;
    float: right;
    font-size: 18px;
    color: #989898;
}
