@charset "utf-8";
.news_content{
    width:100%;
    overflow: hidden;
}
.news_content_container{
	width:80%;
    margin:35px auto 20px;
    overflow: hidden;
}
.news_content_title{
    font-size: 24px;
    color:#4b4b4b;
    text-align: center;
}
.news_content_time{
    font-size: 14px;
    color: #4b4b4b;
    text-align: center;
    display: block;
    margin:20px 0 45px;
}
.news_content_text{
    width:100%;
    /*text-align: center;*/
    overflow: hidden;
    margin-top: 50px;
}
.news_content_text img, .news_content_text div, .news_content_text table{
    max-width: 100% !important;
    height: auto !important;
}
/* .news_content_text p{
    font-size: 14px;
    line-height:30px;
    color:#4f4f4f;
}
.news_content_text img:nth-of-type(1){
    margin: 45px auto 35px;
}
.news_content_text img:nth-of-type(2){
    margin: 60px auto;
} */
.product_banner {
    height: 350px;
    background: url(../images/banner_gscp.png) no-repeat;
    background-size: 100% 100%;
}

/* 手机 */
.main-mobile .news_content {
    padding: 20px;
}
.main-mobile .news_content_container {
    width: 100%;
    margin: 0;
}
.main-mobile .news_content_text {
    margin-top: 20px;
}
.main-mobile .product_banner {
    width: 100%;
    height: 250px;
    background: url(../images/banner_gscp.png) no-repeat;
    background-size: cover;
    background-position: center;
}
