
.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;
}

.zjjg-tab {
    margin-top: 10px;
}

.zjjg-tab .tab-list li{
    border-bottom: #FFFFFF 2px solid;
    width: 25%;
    position: relative;
    float: left;
    background-color: #fbfcfc;
}

.zjjg-tab .tab-list li:nth-child(8n) {
    background-color: #f1f6f4;
}
.zjjg-tab .tab-list li:nth-child(8n-1) {
    background-color: #f1f6f4;
}

.zjjg-tab .tab-list li:nth-child(8n-2) {
    background-color: #f1f6f4;
}

.zjjg-tab .tab-list li:nth-child(8n-3) {
    background-color: #f1f6f4;
}
.zjjg-tab .tab-list li a{
    display: block;
    padding-left: 70px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/2018nyt-zjjg-tit.png) 42px center no-repeat;
    font: 16px/46px "微软雅黑";
}

.zjjg-tab .tab-list li a:hover {
    color: #0ea860;
}

.zjjg-tab .tab-list li .describe{
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    top: 46px;
    z-index: 1;
    background: #ffffff;
    font: 14px/22px "微软雅黑";
    padding: 5px 8px;
}

.zjjg-tab .tab-list li .describe strong{
    font-weight: bold;
}

.zjjg-tab .list li{
    line-height: 54px;
    border-bottom: 1px solid #f1f6f4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zjjg-tab .list li a:hover{
    color: #036f3d;
}

.zjjg-tab .list li span.point{
    width: 6px;
    height: 6px;
    vertical-align: 2px;
    display: inline-block;
    background: #036f3d;
    margin-right: 10px;
}

.zjjg-tab .more{
    background: #ffffff;
    line-height: 36px;
    display: block;
    width: 140px;
    color: #046d3c;
    text-align: center;
    border: 1px solid #046d3c;
    margin: 20px auto;
}

.zjjg-tab .more:hover{
    background: #046d3c;
    color: #ffffff;
}