.container{
	width: 1400px;
}
.ch_pd{
	padding: 0;
}
.ch_ad img{
	max-width: 100%;
}
.row{
	margin: 0;
	padding: 0;
}
.ch_address{
	height: 24px;
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	display: flex;
	margin-top: 20px;
	height: 53px;
	line-height: 53px;
	padding-left: 10px;
	
}
.ch_address p{
	padding-left: 15px;
	font-size: 17px;
}
.ch_title{
	border-bottom: 1px solid #D0111A;

}

 .ch_t1 span{
	 font-size: 23px;
	 color: #D0111A;
	 border-bottom: 5px solid #D0111A;
	 font-weight: 600;
	 line-height: 2;
	 padding-bottom: 6px;
 }
 .ch_t2 a{
 	 color:#999999 ;
	 text-decoration: none;
 }
 .ch_t2 a:hover{
 	 color:#999999;
 	 text-decoration: none;
 }
 .ch_t2{
	 font-size: 17px;
	 color: #999999;
 }
 .ch_bleft{
	 margin-top: 20px;
 }
 .ch_mright{
	 line-height: 1.8;
	 padding-right: 15px;
 }
 .ch_mleft img{
	 width: 147px;
 }
 .ch_mright .ch_mtit{
	 white-space:nowrap;
	 overflow:hidden;
	 text-overflow:ellipsis;
	 font-size: 17px;
 }
 .ch_mright .ch_mcon a{
	 font-size: 15px;
	 color: #A5A7B2
 }
 .ch_mright .ch_mcon{
	 overflow : hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical
 }
.ch_mright a{
	color: #000000;
	text-decoration: none;
}
.ch_mright a:hover{
	color: #D0111A;
	text-decoration: none;
}
.ch_mright .ch_time{
	color: #A5A7B2
}
.ch_xg{

	padding-left: 100px;
}
.ch_xtit{
	font-size: 23px;
	color: #D0111A;
	border-bottom: 5px solid #D0111A;
	font-weight: 600;
	line-height: 2;
}
.ch_lh{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top: 10px;
	text-align: center;
}
.ch_lh img{
	width: 200px;
}
.span{
	padding:0 50px ;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: center;
	font-size: 17px;
	margin-top: 10px;
}
.span a{
	color: #000000;
	text-decoration: none;
}
.span a:hover{
	color: #D0111A;
	text-decoration: none;
}
.ch_rlist{
	font-size: 17px;
	line-height: 2;
	letter-spacing: 1px;
	margin-top: 20px;
	
}
.ch_rlist>ul>li{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ch_rlist a{
	color: #333333;
	text-decoration: none;
	
}
.ch_rlist a:hover{
	color: #D0111A;
	text-decoration: none;
}
.ch_bimg img{
	width: 100%;
	padding: 20px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

@media (max-width:767px) {
	.container{
		width: 100%;
	    padding: 0 15px;
	}
	.ch_address{
		height: 49px;
	}
	.ch_mright{
		 padding-right: 0;
		 padding-left: 8px;
	}
	.ch_bimg img{
		padding-top: 0px;
	}
	.ch_xg{
			padding-left: 0;
	}

}