

a {
	text-decoration:none !important;
}
.i_title_box{
	padding: 15px;
	color: #ff2e4d;
}

.i_list_box{
	padding: 15px;

	border-radius: 8px;
}

.i_news_box{
	border-bottom: 1px solid #f4f4f4;
    padding: 15px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 15px;
    }



.i_news_box_title{
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 20px;
	text-decoration:none !important;
}

.i_news_box_title:hover{
	color: #ff2e4d;
}

.i_news_box_description{
	color: #666;
}

.i2_title_box{
	width: 100%;
	text-align: center;
	color: #ff2e4d;
	margin-bottom: 10px;
}

.i2_title_box_btn{
   height:5px; 
   border-radius: 8px;
   background:#ff2e4d;
   max-width: 120px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 35px;
}

.pager{
		margin-left: auto;
	margin-right: auto;
	margin-top:15px;
	margin-bottom: 15px;
	padding: 15px;
}

.pager .pagination{
	font-size: 20px;
	text-align: center;
    
}

.pager .pagination li{
	padding-left:8px;
	padding-right: 8px;
}

.pager .pagination active{
	font-weight:bold;
}



.pager .pagination li a{
	color: #666;
}



@media (min-width: 768px) { 

.i_news_box_l{
	width: 200px;
	float: left;
	border-radius:8px;
	overflow: hidden;


}

.i_news_box_l img{
	width: 100%;

}

.i_news_box_r{
	float: right;
	width: calc(100% - 205px);
}

.i_news_box_title{
	padding-left: 8px;
	padding-right: 8px;
}

.i_news_box_description{
	padding: 12px;
	font-size: 16px;

}

}












.al {
  overflow: hidden;
  position: relative;
}
.n_box img{
	width: 100%;
	margin-bottom: 15px;
}

.i_c_box_hot{background: #ff2e4d ;
  border-radius: 8px;
  margin-bottom: 15px;
}



@media (min-width: 768px) {

	.masonry{
	width: 100%;
    margin: 20px auto;
    columns: 3;
    column-gap: 30px;}
}


/*mobile*/


@media (max-width: 768px) { 

.i_news_box_l {
	width: 100%;
	border-radius:8px;
	overflow: hidden;
}

.i_news_box_l img{
	width: 100%;


}

.i_news_box_title{
	margin-top:12px;
}

.i_news_box_description{
	padding: 12px;
	font-size: 18px;

}

.i_c_box_hot{
	background: #ffffff ;
}
}