﻿@charset "utf-8";
/* CSS Document */

/*内容*/
.nrbox{ width:938px; height:1550px; margin:0px auto;background-color:#fff;border:1px dashed #ccc;clear:both;}
.nr{ width:900px; height:1000px; padding:20px;line-height:30px;font-family:"黑体"; font-size:13px;word-spacing:1px; letter-spacing:1px;overflow:hidden;}





/*产品推荐*/
.cp_tp{ width:938px; height:500px; margin:10px auto; overflow:hidden;}
.cp_tp ul li{ width:208px; height:218px; float:left; text-align:center; margin-left:20px; margin-top:20px; display:block;border:1px solid #f4f4f4;}
.cp_tp ul li img:hover{ border:1px solid #01B246;}
.cp_tp ul li img{ width:200px; height:118px; padding:3px; }
.cp_tp ul li p{ width:208px; height:40px; line-height:40px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cp_tp ul li p a:hover{ text-decoration:underline;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}


/*分页*/

div.pagination {padding: 3px;margin:50px 0px 0px 20px;}
div.pagination a {padding: 3px 8px 3px 8px;margin:3px;border: 1px solid #92C756;text-decoration: none; /* no underline */color: #699933;}
div.pagination a:hover, div.pagination a:active {border: 1px solid #699933;color: #000;}
div.pagination span.current {padding: 3px 8px 3px 8px;margin: 3px;border: 1px solid #699933;font-weight: bold;background-color: #699933;color: #FFF;}
div.pagination span.disabled {padding: 3px 8px 3px 8px;margin: 3px;border: 1px solid #EEE;color: #DDD;}
