.news_img{
    width: 300px;
    height: 170px;
    margin-right: 20px;
    overflow: hidden;
}
.news_img>img:hover{
    transform: scale(1.2);
}
.news_img>img{
    transition: all 0.6s;
}
.lunbo{
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.lunbo>img{
    width: 100%;
    height: 600px;
}
.lunbo>img:hover{
    transform: scale(1.2);
}
.lunbo>img{
    transition: all 4s;
}
.news_text{
    width: 540px;
    height: 128px;
    position: relative;
    overflow: hidden;
}
.news_text h1{
    font-size: 18px;
    letter-spacing: 1px;
}
.news_text span{
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 50px;
}
.author{
    margin-right: 50px;
}
.news_text>p{
    color: #54657e;
    font-size: 14px;
    line-height: 28px;
}
.news_text>p:hover{
    text-decoration: underline;
}
.news_div{
    position: relative;
}
.news_div>a{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #f85032;
    font-size: 16px;
    font-weight: normal;
}
.news_all{
    padding: 35px 0 35px;
    border-bottom: 1px dashed #ccc;
}
/*详情*/
.author{
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ddd;
    width: 100%;
}
.author>p{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}
.author>p:first-child{
    margin-right: 50px;
}
.contain{
    width: 100%;
    padding: 20px;
}
.contain>h1{
    font-size: 16px;
    line-height: 60px;
    width: 100%;
    text-align: center;
}
.contain>p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.author>p:first-child>span:first-child{
    display: inline-block;
    width: 22px;
    height: 30px;
    background: url(../../images/author.png);
    background-position: 73px 48px;
    vertical-align: middle;
    background-size: 70px 70px;
}
.author>p:nth-child(2)>span:first-child{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../images/author.png);
    background-position: 50px 46px;
    vertical-align: middle;
    background-size: 70px 70px;
}
.author>p:last-child>span:first-child{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../../images/author.png);
    background-position: 26px 48px;
    vertical-align: middle;
    background-size: 70px 70px;
}
.title_01{
    line-height: 50px;
    font-size: 20px;
    text-align: center;
}

