
.hy_news{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 53px;
    background:#f6f6f6;
}
.news_titleBox{
    width: 100%;
    height: 379px;
    background-image: url("../images/news_bg.jpg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat:no-repeat;

}
.hy_news .hy_titlebox{
    padding-top: 60px;
    padding-left: 23px;
}
.news_list{
    width: 100%;
    padding-top: 1%;
}
.news_item{
    width: 32.66%;
    margin-left: 1%;
    background: #fff;
    float: left;
    padding: 45px 16px 16px 20px;
}
.marginleft0{
    margin-left: 0 !important;
}
.news_titleText{
    font-weight: bold;
    font-size: 16px;
}
.news_timeText{
    line-height: 60px;
}
.news_contentText{
    width: 100%;
    color: #333333;
    font-size: 14px;
    height: 130px;
    margin-top: 50px;
}
.news_more{
    color: #121212;
}
.hy_news .about_title{
    color: #fff;
}
@media (max-width: 1200px) {
    .hy_news{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        background:#f6f6f6;
    }
    .news_titleBox{
        height: auto;
        background: none;
    }
    .hy_news .hy_titlebox{
        padding: 0;
    }
    .hy_news .about_title{
        color: #121212;
    }
    .about_title3{
        color: #121212;
        line-height: 24px;
    }
    .news_item{
        width: 100%;
        padding: 10px;
        margin-left: 0;
        margin-top: 1%;
    }
    .news_timeText{
        line-height: 30px;
    }
    .titleline{
        display: none;
    }
    .news_contentText{
        margin-top: 10px;
        line-height: 23px;
        height: auto;
    }
}