.pc-news_details{
    width: 85%;
    line-height: 30px;
    padding-left: 5%;
    color: #999999;
}
.pc-news_details img{
    width: 100%;
    margin: 2% 0 2% 0;
}
.pc-news_details_title{
    text-align: center;
}
.pc-news_details_title>p{
    font-size: 26px;
	color: #000000;
	margin-bottom: 2%;
}
.pc-news_details_title span{
    display: inline-block;
    width: 160px;
}

.pc-title-level{
    color: #666666;
    margin: 2% 0 2% 0;
}
.color-newsTitle-hover{
	text-indent: 2em;
}
.color-newsTitle-hover>a:hover{
	color: #9cbfff;
}

@media only screen and (max-width: 1200px){
	.new-box{
		flex-wrap: wrap;
	}
	.newBox-left{
		display: flex;
		width: 100%;
		height: auto;
		/*justify-content: space-between;*/
		border-bottom: 1px solid #DCDCDC;
		padding-right: 0;
	}
	.newsLeft-title{
		width: 30%;
		border: none;
	}
	
	.pc-news_details{
		width: 100%;
		padding-left: 0;
	}
	.pc-news_details_title>h1{
		margin-top: 10%;
	}
}