#main .container {
	background: #ffffff;
	margin-top: 15px;
	box-shadow: 0 4px 4px 0 #f1f1f1;
}

#main .container .row {
	padding: 15px 15px 0 15px;
}

#main .box-text {
	height: 30px;
	line-height: 30px;
}

#main .box-text a {
	display: inline-block;
	color: #2775cc;
	font-size: 20px;
	font-weight: bold;
}

#main .box-text img {
	margin-right: 15px;
	margin-top: -5px;
}

 .ch_mright{
	 line-height: 1.8;
	 padding-right: 15px;
 }
 .ch_mleft img{
	 width: 170px;
 }
 .ch_mright .ch_mtit{
	 white-space:nowrap;
	 overflow:hidden;
	 text-overflow:ellipsis;
	 font-size: 18px;
 }
  .ch_mright .ch_mtit a{
	 white-space:nowrap;
	 overflow:hidden;
	 text-overflow:ellipsis;
	 font-size: 18px;
 }
 .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;
	}

}