.section1 .titles {
    line-height: unset;
}

.section1 .news-wrap {
    width: 100%;
    margin: 0 auto;
	padding: 0px 30px 0px 30px;  
}

.section1 .news-title {
    width: 11rem;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    height:.5rem;
}

.section1 .news-title span {
    display: block;
    float: left;
    color: #000;
    /*width: 2rem;*/
    font-size: .24rem;
    height: 0.5rem;
    margin-left: 2.0rem;
    cursor: pointer;
}

.section1 .news-title span:hover,
.section1 .news-title span.on{
    color: #38a0ff;
    border-bottom: 2px solid #38a0ff;
    text-decoration: none;
}

.section1 .news-section-wrap {
    width: 100%;
    height: 100%;
    margin-top: .16rem;
    display: none;
}

.section1 .news-section-wrap.on{
    display: block;
}

.section1 .news-section-content {
    width: 100%;
    height: 100%;
    max-height: 9.25rem;
    overflow: hidden;
}

.section1 .news-section-item {
    width: 100%;
    height: 1.85rem;
    border-bottom: 1px dotted #c5c5c5;
    overflow: hidden;
}


.section1 .news-item-wrap {
    width: 100%;
    height: 1.65rem;
    margin: .08rem auto 0;
}

.section1 .news-item-img {
    width: 3.01rem;
    height: 1.62rem;
    padding: 2px;
    float: left;
    overflow: hidden;
}

.section1 .news-item-img img {
    display: block; /*width: 324px;height: 152px;*/
    transition: all 0.6s;
    width: 100%;
	background: url(../images/loading.gif) no-repeat center;
}

.section1 .news-item-img img:hover {
    transform: scale(1.1);
}

.section1 .news-item-zw {
    width: 8.65rem;
    float: left;
    height: 1.52rem;
    color: #4d4d4d;
    margin-left: .3rem;
    position: relative;
}

.section1 .news-right-title {
    display: block;
    height: .55rem;
    font-size: .21rem;
    font-weight: bold;
    color: #000;
    line-height: .55rem;
}


.section1 .news-right-text {
    font-size: .15rem;
    color: #4d4d4d;
    line-height: .3rem;
    width: 100%;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section1 .news-right-time {
    font-size: .17rem;
    color: #e5596b;
    line-height: .6rem;
    width: 100%;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.section1 .next-100 {
    width: 2.65rem;
    height: .6rem;
    margin: .6rem auto;
    cursor: pointer;
    font-size: .26rem;
    text-align: center;
    line-height: .6rem;
    border: 1px solid;
    border-radius: 1rem;
}