.row{
	margin-right: 1%;
}

.footer {
	bottom: 0;  width: 100%;
	height: 60px;
	background-color: whitesmoke;
	color: black;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;

}

.friendlink{
	margin-bottom: 20px;

}

.latestlist{
	margin-bottom: 20px;
}

.category_name{
	line-height: 50px;
}

.category_name .col-md-8{
	font-size: 22px;
	color: black;
	font-weight: bold;
	text-align: left;
}

.category_name .col-md-4{
	text-align: right;
	font-size: 17px;
}

.category_name .col-md-4 a{
	color: brown;
}

.category_list{
	font-size: 16px;
	line-height: 30px;
}

.category_list ul{
	margin-left: -30px;
}

.category_list li{
	border-bottom: dashed 1px lightgray;
	height: 30px;
	overflow: hidden;
}

.category_list li span{
	display: block;
	text-align: right;
	font-size: 14px;
	float: right;
	overflow: hidden;
}

.othercity li{
	height: 40px;
	overflow: hidden;
}

.othercity{
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}


.article_info{
	text-align: center;
}

.article_time{
	font-size: 18px;
}

.article_content{
	font-size: 18px;
	word-break:break-all;
}

.sub_title{
	font-size: 22px;
	background-color: #DFECEA;
	font-weight: bolder;
	margin-top: 20px;
}

.sub_title a:link{
	color:black;
}

.sub_title a:visited{
	color:black;
}

.content_img{
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

.article_content video{
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	max-height: 600px;
}

.article_list{
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	margin-left: -50px;
}

.article_list li{
	height: 30px;
	overflow: hidden;
	border: dashed 1px lightgray;
}

.article_list span{
	font-size: 15px;
	display: block;
	text-align: right;
	float: right;
}

.pagenav{
	text-align: center;
	font-size: 18px;
}

.info_alter{
    text-align: center;
    font-size: 20px;
    color: red;
    font-weight: bolder;
    background-color: #FAEBD7;
    height: 60px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .info_alter{
        line-height: 60px;
    }
    
	.location img{
		max-width: 100%;
		height: 400px;
	}
	
	.content_img{
		max-width: 90%;
		max-height: 1000px;
	}
	
	.article_list{
		font-size: 18px;
		line-height: 40px;
		margin-left: 0px;
	}
	
	.article_list li{
		height: 40px;
		overflow: hidden;
	}
}