/* CSS Document */
.news-top{
    width: 100%;
    height: 300px;
    margin-top: 60px;
    background: url("/statics/images/ylm/newsList/news-top.jpg") no-repeat center top;
}
.news-t{
    width: 1200px;
    margin: 60px auto 0;
}
.news{
    width: 1200px;
    margin: 0 auto;
}
.news .news-item{
    width: 100%;
    margin-top: 50px;
    padding-bottom: 70px;
    border-bottom: 1px solid #666;
}
/*.news .news-item:last-child{
    margin-bottom: 150px;
}*/
.news-item .news-left{
    float: left;
    width: 380px;
    margin-right: 40px;
}
.news-item .news-left a{
    display: block;
}
.news-item .news-right{
    float: left;
    width: 760px;
}
.news-right .news-h2{
    width: 100%;
}
.news-right .news-h2 a{
    color: #666;
    font-size: 24px;
    line-height: 30px;
    margin-top: 14px;
    text-decoration: none;
}
.news-right .news-h2 a:hover{
    text-decoration: underline;
}
.news-right .news-p{
    width: 100%;
    margin-top: 20px;
}
.news-right .news-p a{
    color: #666;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all .2s ease-in;
}
.news-right .news-p:hover a{
    color: #783580;
}
.news-right .news-time{
    color: #666;
    font-size: 13px;
    line-height: 30px;
    text-align: right;
    margin-top: 30px;
}