* {
    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;
}

li {
    list-style: none
}
body{
    background: #ffffff;
}
.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;
}
.main .pos {
    width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    border-left: 3px solid #1fb81f;
    height: 30px;
    color: #333;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}
.main .ylyx {
    margin: 30px auto;
}
.main .sjfbTitle {
    width: 424px;
    height: 55px;
    margin: 10px auto;
}
.main .sjfbTitle img{
     width: 424px;
    height: 55px;
}
.main .ylyx .ylyxNav {
    margin: 30px 0;
}

.main .ylyx .ylyxNav li {
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 20px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    background: #f7f8fc;
    cursor: pointer;
}

.main .ylyx .ylyxNav li.active {
    background: #1fb81f;
    color: #ffffff;
    font-weight: bold;
}

.main .ylyx .chart {
    width: 1200px;
    height: 420px;
    margin-bottom: 30px;
}
.main .tjsj {
    width: 1200px;
    margin: 0 auto 40px;
}

.main .tjsj h4 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.main .tjsj  h4 span{
    font-size: 24px;
    border-bottom: 2px solid #1fb81f;
    color: #1fb81f;
    padding-left: 20px;
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 15px;
    font-weight: bold;
}
.main .tjsj .more{
    float: right;
    font-size: 14px;
    margin-top: 10px;
}
.main .tjsj .point{
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: 3px;
    background: #d9d9d9;
}

/*新闻列表*/
.main .tjsj ul.newsList {
    width: 1200px;
    margin-top: 12px;
}
.main .tjsj ul.newsList li {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px dashed #ccc;
}
.main .tjsj ul.newsList li:last-child{
    border-bottom: hidden;
}
.main .tjsj ul.newsList li a {
    width: 85%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main .tjsj ul.newsList li span.time {
    text-align: right;
    float: right;
}
