body{
background: white;
}
.wrap {
    /*padding-bottom: 416px;*/
    min-height: calc(100vh);
    position: relative;
}
.productHead{
    background: #fff;
    border-top: 70px solid #2c2d3f;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 7%);
    box-shadow: 0 5px 5px rgb(0 0 0 / 7%);
    height: 70px;
    line-height: 70px;
    padding: 0 15vw;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.productHead img{
	vertical-align: middle;
	height: 20px;
	position: relative;
	top: -1px;
}
.productHead a{
	color: black;
    font-size: 16px;
}
.productHead a:hover{
	color: #007dce;
}
.newsText{
    padding: 2vw 15vw 2vw 15vw;
    text-align: center;
}
.newsText h3{
	font-size: 26px;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    /*padding-bottom: 28px;*/
    margin-top: 40px;
}
.newsText h6{
	font-size: 14px;
    color:gray;
    text-align: right;
    font-weight: bold;
    margin-bottom: 28px;
    font-weight: normal;
}
.newsText p{
	text-align: left;
	font-size: 16px;
	line-height: 28px;
    color: #333;
    font-weight: normal;
    text-indent: 32px;
    padding-bottom: 20px;
}
.newsText h5{
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 16px;
    color: #333;
    /*font-weight:normal;*/
    line-height: 28px;
     padding-bottom: 20px;
}
.newsText img{
	vertical-align: middle;
	max-width: 100%;
	margin: 0 auto;
     padding-bottom: 20px;
}
.newsText video{
	vertical-align: middle;
	max-width: 100%;
	margin: 0 auto;
     padding-bottom: 20px;
}
@media screen and (max-width: 800px){
		.newsText {
	    padding:15px;
	}
}
@media screen and (max-width: 500px){
	.newsText {
	    padding:15px;
	}
	.productHead {
	    border-top:50px solid #2c2d3f;
	    height: 30px;
	    line-height: 30px;
	    padding: 0 15px;
	    font-size: 12px;
	}
	.productHead a {
	    color: black;
	    font-size: 14px;
	}
	.productHead img {
	    height:16px;
	    position: relative;
	    top: -1px;
	}
	.newsText h3 {
	    font-size: 18px;
	    line-height: 28px;
	    padding-bottom: 8px;
	    padding-top: 0px;
	}
	.newsText p {
	    font-size: 14px;
	    line-height: 24px;
	    color: #333;
	    text-indent: 28px;
	    padding-bottom: 8px;
	}	
	.newsText img{
		padding-bottom: 8px;
	}
	.newsText h5{
		padding-bottom: 8px;	
	}
}
