﻿* {
    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;
}

body {
    background-color: #fff;
    min-width: 1200px;
}

li {
    list-style: none
}

.hide {
    display: none;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main {
    margin: 0 auto;
    padding: 10px 0 40px;
    background: #f2f2f2;
}

.main .con {
    margin: 0 auto;
    overflow: initial;
    width: 1200px;
}

.main a:hover {
    text-decoration: none;
}
.pos {
    width: 1200px;
    height: 20px;
    line-height: 20px;
    margin: 20px auto;
    background: url(../images/position.png) no-repeat left center;
    padding-left: 24px;
    font-size: 14px;
    color: #454545;
}
.main .conBox {
    margin-top: 30px;
    background: #ffffff;
    border-radius: 6px;
    padding: 20px;
    overflow: hidden;
}

.main .con .conBox h4 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}
.main .con .conBox .more{
    font-size: 14px;
    border-top: 1px solid #f5f5f5;
    padding-top: 18px;
    margin-top: 8px;
}
.main .con .conBox .more a{
    display: inline-block;
    padding-right: 16px;
    background: url("../images/more.png") no-repeat center right;
}
.main .con .sswgh .headline {
    background: #fafafa;
    margin-bottom: 30px;
}

.main .con .sswgh .headline .pic {
    width: 557px;
    height: 270px;
}

.main .con .sswgh .describe {
    width: 546px;
    margin: 20px 24px 0;
}

.main .con .sswgh .describe h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    border-bottom: 1px dashed #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 18px;
    color: #2c8be9;
}

.main .con .sswgh .describe p {
    line-height: 30px;
    color: #999999;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.main .con .sswgh .file {
    margin-right: -40px;
}

.main .con .sswgh .file .section {
    padding: 14px;
    width: 565px;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    height: 96px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.main .con .sswgh .file .section p {
    font-size: 18px;
    width: 430px;
    font-weight: bold;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main .con .sswgh .file .section p a:hover{
    color: #2c8be9;
}
.main .con .sswgh .file .section span.time {
    color: #a3a3a3;
    margin-top: 40px;
}
.main .con .lcgh .lcghNav li {
    float: left;
    font-weight: bold;
    margin: 12px 26px 14px 0;
    color: #2c8be9;
    padding: 0 14px;
    line-height: 30px;
    cursor: pointer;
}

.main .con .lcgh .lcghNav li:hover, .main .con .lcgh .lcghNav li.active {
    color: #fff;
    background-color: #2c8be9;
    border-radius: 15px;
}

.main .con .lcgh .lcghBox ul li{
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .con .lcgh .lcghBox ul li span {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 2px;
    background: #dadada;
}

.main .con .lcgh .lcghBox ul li a:hover{
    color: #2c8be9;
}