@CHARSET "UTF-8";
body{
	background :#f5f5f5;
}
#header{
	background:#dc3545;
}
#wright {
	min-height:800px;
}
.common_border{
	background:#fff;
	border:1px solid #ddd;
	border-radius:3px;
}
.zilei{
	background:#dc3545;
	list-style: none;
	position: absolute;
    top: 100%;
    min-width: 150px;
    float: left;
	padding:10px;
	text-align:left;
	z-index:10001;
	display:none;
}
#reg_login {
	display:none;
}
#center_index {
	display:none;
}
.heart_a:hover{
	text-decoration:none;
	background:#c32b3a;
	color:#adb5bd;
}
#footer{
	height:50px;
}
.img_tp{
	width:160px;
	height:160px;
}
.img_fd{
	width:120px;
	height:120px;
}
.h2alink{
	color : #655a5a;
	font-size:18px;
	font-weight:bold;
}
.h2alink:hover{
	color:#4c57d8;
	text-decoration:none;
}
.h2p {
	text-indent:32px;
	font-size:15px;
	color:#4e6377;
	line-height:23px;
}
.h3alink{
	color : #6b98c7;
	font-size:16px;
	font-weight:bold;
}
.h3alink:hover{
	color:#4c57d8;
	text-decoration:none;
}
.rh2alink{
	color:#fff;
}
.rh2alink:hover{
	color:#e6dada;
	text-decoration:none;
}
.tags_header{
	font-size:20px;
}
.thuijian_tit{
	display: flex;
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    color:#fff;
}
.content_h1{
	color : #655a5a;
	font-size:20px;
	font-weight:bold;
}
.content_body img{
	max-width:550px;
}
@media (max-width: 1199){ 
	.content_body img{
		max-width:550px;
	}
}

@media (max-width: 991px){ 
	.content_body img{
		max-width:500px;
	}
}

@media (max-width: 767px){ 
	.content_body img{
		max-width:450px;
	}
}
@media (max-width: 650px){ 
	.content_body img{
		max-width:400px;
	}
}
@media (max-width: 450px){ 
	.content_body img{
		max-width:300px;
	}
}
