@charset "utf-8";

.newsPic-list {
    width: 100%;
    height: auto;
    margin: 25px 0;
}

.newsPic-list li {
    float: left;
    width: 46%;
    padding: 15px 2%;
    height: 382px;
    overflow: hidden;
}

.newsPic-list li img {
    width: 100%;
    margin-bottom: 12px;
}

.newsPic-list li .title {
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

.newsPic-list li .time {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: gray;
}

.newsPic-list li .des {
    line-height: 22px;
    color: gray;
    height: 44px;
    width: 100%;
    overflow: hidden;
}


.tab li {
    float: left;
    padding: 0 25px;
    height: 46px;
    line-height: 46px;
    margin-top: 12px;
    color: #333;
    cursor: pointer;
}

.tab li.curr {
    background-color: #eb6100;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.tab li.curr a {
    color: #fff;
}

.tab-con-item {
    display: none;
}

.show-block {
    display: block;
}

.allPic-list {
    width: 100%;
    height: auto;
    margin: 25px 0;
}

.allPic-list li {
    float: left;
    width: 31%;
    padding: 15px 1%;
}

.allPic-list li img {
    width: 100%;
    margin-bottom: 12px;
}

.allPic-list li .title {
    font-size: 18px;
    line-height: 140%;
    color: #000;
    display: inherit;
}