@charset "utf-8";

img {
	border: none;
}
p,h1,h2,h3,h4,h5{
	clear:both;
}
#content h1, #content h2{
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 500;
}
#content .text_center {
	font-size: 0.85rem;
    text-align: center;
    margin: 0.8rem auto;
}
.reviewlist h3 {
	font-size: 1.1em;
	margin: 1.2rem 0 0.5rem 0;
	font-weight: bold;
}
@media (min-width: 769px) {
	#content h1 {
		font-size: 1.3rem;
		margin: 0.8rem auto;
	}
	#content h2 {
		font-size: 1.1rem;
		margin-bottom:0.5rem;
	}
	#content {
		width: 64.5%;
		margin: 2% auto 0;
		font-size: 0.96em;
	}
	#sidebar_left {
		width: 18%;
		float: left;
		position: relative;
	}
	.left_li {
		display: block;
		padding: 0 4px 14%;
		margin: 0 0 10px;
		position: relative;
	}
	#sidebar_left li {
		padding: 5px 0;
	    border-bottom: 1px solid #e8e8e8;
	}
	.left_li ul {
		list-style: disc outside url(../assets/bullet.png);
		font-size: 0.9em;
		padding-left: 14px; 
	}
	.left_li a {
	    color: #404040;
	}
	.left_li img {
		border: none;
	}

	/*----------右侧镜头列表----------*/
	.reviewlist {
		float: right;
		width: 79%;
	}
	.fenlei_list{
		float:left;
		margin-bottom: 2rem;
		width: 100%;
	}
	.fenlei_list div {
		float:left;
		width: 50%;
		padding-left: 3%;
	}
	.reviewlist li {
		font-size: 0.9em;
		padding: 2px 0;
	}
    .reviewlist .rmdtab, .reviewlist .newtab{
		margin: 0 5px 3px 4px;
		border: none;
	}
	.single_row{
		margin-left: 28%;
	}
}
/*----------媒体查询----------*/
@media (max-width: 768px) {
	li{line-height:160%;}
	body,h1,h2,h3,p,ul,form,fieldset,figure {
		margin:0;
		padding:0;
	}
	#content {
		padding:0;
		margin: 1rem 1rem 0rem;
	}
	#sidebar_left{
		display: none;
	}
	#content h1 {
		font-size: 1.2rem;
		margin: 0.8rem auto;
	}
	#content h2 {
		font-size: 1rem;
		margin-bottom:0.5rem;
	}
	.fenlei_list{
		margin-bottom: 2rem;
		font-size: 0.85em;
	}
    .reviewlist .rmdtab{
		content: url(../assets/tab_rmdmt.png);
		transform:scale(0.9); 
		margin:0 5px 3px 0;
	}
    .reviewlist .newtab{
		transform:scale(0.9); 
		margin:0 5px 3px 0;
	}
}