.right .title_tag{
	width: 200px;
	margin: auto;
    font-size: 18px;
    cursor: pointer;
}
.right .title_tag span{
    line-height: 90px;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 2px solid;
    text-align: center;
    margin-left: 10px;
}
.right .title_tag .cur{
    color: #0090D5;
}
.product_list .left{
	width: 105px;
    float: left;
    height: 105px;
    color: #777;
    background: #f2f2f2;
    text-align: center;
    margin-top: 15px;
}
.day{
    width: 105px;
    line-height: 60px;
    float: left;
}
.year_moth{
    float: left;
    width: 105px;
}
.product_list ul li{
	border-bottom: 1px dashed #ddd;
    height: 140px;
}
.product_list li .right{
	width: 860px;
    float: left;
    margin: auto;
    padding-left: 40px;
    margin-top: 10px;
}
.product_list li .right .title{
	width: 890px;
	color: #00e;
}
.product_list li .right .intro{
    padding-top: 25px;
    height: 67px;
    overflow: hidden;
    line-height: 21px;
}
.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;	
}

.right .detail_title{
	width: 1041px;
	padding-top: 20px;;
}
.right .detail_title .news_title{
	font-size: 24px;
	margin: 20px;
}
.right .detail_title .time{
	font-size: 18px;
	margin: 20px;
	color: #cccdc7;
}
.product_list .detail{
	margin-left: 20px;
	font-size: 16px;
}
.product_list .detail p{
	text-indent: 2em;
}
.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;
}
