﻿* {
    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 {
    margin: 0 auto;
    box-sizing: border-box;
}
.pos {
    width: 1200px;
    margin: 15px auto 0;
    line-height: 40px;
    font-size: 14px;
    color: #454545;
}

.main .hyjjfz {
    width: 1200px;
    margin: 30px auto;
    border: 1px solid #ccc;
    padding-bottom: 20px;
}

.main .hyjjfz .hyjjfzNav {
     margin: 30px 20px;
}

.main .hyjjfz .hyjjfzNav li {
    display: inline-block;
    float: left;
    padding: 3px 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}

.main .hyjjfz .hyjjfzNav li.active {
    background: #2071c4;
    color: #ffffff;
}

.main .hyjjfz .chart {
    width: 1200px;
    height: 420px;
}

.main .sjfbTitle {
    margin: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.main .sjfbTitle h5 {
    font-weight: bold;
    display: inline-block;
    font-size: 22px;
}

.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 .tjsj {
    width: 1200px;
    margin: 30px auto;
    border: 1px solid #ccc;
}

.main .tjsj .newsList {
    width: 1160px;
    margin: 0 auto 10px;
}
.main .tjsj .newsList li .point{
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 8px;
    float: left;
    margin-top: 17px;
    background: #ec3259;
    border-radius: 50px;
}
.main .tjsj .newsList li {
   line-height: 40px;
    width: 1160px;
    overflow: hidden;
}
.main .tjsj .newsList li a{
    width: 85%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main .tjsj .newsList li .time{
    float: right;
    color: #a1a1a1;
}


.main .sjs {
    width: 1200px;
    margin: 30px auto;
    border: 1px solid #ccc;
}

.main .sjs .pic {
    width: 1160px;
    margin: 0 auto 30px;;
}
.main .sjs .pic .section {
    width: 372px;
    margin-top: 10px;
    margin-right: 21px;
    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;
}