.p_container{
	width:1200px;
	margin:0 auto;
}
.p_textarea{
	/* height: 600px; */
	/*background: red;*/
	margin-bottom: 30px;
	color: #333333;
	line-height: 30px;
	font-size: 14px;
}
.p_textarea img{
	width:auto;
	max-width:100%;
	display: block;
	margin:0 auto;
	height: auto;
}

.p_picinfo{
	margin-top: 15px;
}
.p_picinfotitle{
	margin-bottom: 25px;
}

.p_casetab{
	margin-bottom:45px;
}
.n_title{
	text-align: center;
	margin-bottom: 20px;
}
.n_title>h1{
	font-size: 30px;
	color: #333333;
	margin-bottom: 6px;
}
.n_title span{
	font-size: 14px;
	color: #333333;
	margin:0px 10px;
}
.p_textarea u{
	background: none !important;
	background-color:transparent !important;
	color:lightgray !important;
}
@media(max-width:1420px){
	.p_container{
	    width:98%;	
	}
}
@media(max-width:767px){
	.p_textarea u{
		background: none !important;
		background-color:transparent !important;
		color:lightgray !important;
		overflow: hidden !important;
		text-overflow:ellipsis !important;
		white-space: nowrap !important;
		width:300px!important;
		display: block !important;
		margin:0 auto !important;
	}
}
