.news-content .contact-section {
    margin-bottom: 40px;
}
.ja-news .news-itmes{
    margin: 60px 0;
}
.ja-news .news-itmes .news-photo a img{
    width: 100%;
}
.ja-news .news-itmes .news-title{
    padding-right: 80px;
    padding-top: 5px;
}
.ja-news .news-itmes .news-title h3{
    font-size: 27px;
    color: #666;
    font-weight: bold;
    margin: 10px 0 20px 0;
    font-family: "HanHei-SC-thin";
    transition: all .3s linear;
    max-height: 58px;
    display: block;
    overflow:hidden;
}
.ja-news .news-itmes .news-title h3:hover{
    color: #337ab7;
}

.ja-news .news-itmes .news-title b{
    color: #777;
    font-size: 14px;
    font-weight: 400;
}
.ja-news .news-itmes .news-title i{
    margin-right: 20px;
    font-size: 15px;
    color: #666;
}
.ja-news .news-itmes .news-title p{
    color: #999;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.5em;
    max-height: 72px;
    display: inline-block;
    overflow:hidden;
}

.ja-news .news-itmes .news-title a span{
    font-size: 14px;
	display: block;
	position: absolute;
    bottom: -30px;
}


/*新闻正文*/
.news-div .title-us{
    height: auto;
    padding-left: 20px;
}
.news-div .title-us h3{
    font-size: 30px;
    margin-bottom: 5px;
}
.news-div .title-us b{
    font-weight: 400;
    margin-left: 15px;
    color: #999;
    font-size: 14px;
}
.news-div .line-x{
    margin-top: 20px;
}

.news-text{
    padding:0 70px;
    margin-bottom: 100px;
}
.news-text h3{
    font-size: 18px;
    color: #555;
    margin: 20px 0 7px 0;
}
.news-text p{
    text-indent: 2em;
    color: #777;
    font-size: 16px;
    line-height: 1.7em;
    text-align: justify;
    margin-bottom: 10px;
}
.news-text h5{
    text-align: right;
    color: #777;
    font-size: 16px;
    line-height: 1.6em;
}
.news-content{
    margin-top: 30px;
 }
.breadcrumb{
    background: transparent;
    padding-left: 0;
    font-size: 15px;
}