.right .product_list ul{
	padding-left: 0;
}
.right .product_list li{
    width: 340px;
    height: 254px;
    float: left;
    padding-right: 10px;
    margin: auto;
}
.right .product_list .product{
	width: 335px;
    height: 243px;
	padding-right: 5px;
	text-align: center;
	cursor: pointer;
}
.right .product_list .product .name{
    font-size: 18px;
    /*width: 325px;*/
    height: 34px;
    margin-left: 5px;
    line-height: 34px;
    color: #000000;
    overflow: hidden;
}
.right .page_box{
	width: 100%;
    margin: auto;
    line-height: 80px;
    color: #333;
    text-align: center;
}
.right .page_box .button{
	border: 1px solid #b1b1b1;
    padding: 0 3px;
    margin-left: 5px;
    cursor: pointer;
}

.right .page_box a{
	/*border: 1px solid #b1b1b1;
    padding: 0 3px;
    margin-left: 5px;
    cursor: pointer;*/
}
.right .page_box .cur{
	background-color: #F13A3A;	
}
/*detail*/
.right .detail_title {
	text-align: center;
}
.right .detail_title .case_title{
	font-size: 24px;
	line-height: 55px;
}
.right .detail_title .time{
	font-size: 16px;
	line-height: 40px;
}
.right .fgx{
    border-bottom: 1px solid #3f3e3e;
}
.product_list .pro_img{
    text-align: center;
    border: 1px solid #0090D5;
}
.product_list .detail{
	margin: 20px;
	font-size: 16px;
}
.product_list .detail p{
	text-indent: 2em;
}
.right .page_box {
    width: 280px;
    margin: auto;
    line-height: 80px;
    color: #333;
}
.product_list .page_box{
    width: 100%;
    margin: 20px;
    line-height: 30px;
}
.product_list .page_box a{
	color: #004eff;
	border: 0;
	padding: 0;
	margin: 0;	
}
.product_list .page_box .up_page,.next_page{
	text-align: left;
}