@charset "utf-8";
/* CSS Document */

.newslist,.productlist,.items{ border-color:#fff;}
.newslist h3,.productlist h3,.items h3{ padding:0; text-align:left; line-height:35px; border-bottom:3px solid #F4F4F4; position:relative; font-size:20px; margin-bottom:30px;}
.newslist h3:after,.productlist h3:after,.items h3:after{ content:''; width:160px; height:3px; background:#060a7d; display:block; left:0; bottom:-3px; position:absolute;}

.newslist ul li{ border:1px solid #e5e5e5; padding:20px; background:#f7f7f7; margin-bottom:20px;}
.newslist ul li .pic{ width:250px; height:180px; overflow:hidden;}
.newslist ul li .info{ width:600px;}
.newslist ul li .info h5{ line-height:26px;}
.newslist ul li .info h5 a{font-size: 18px;color: #666;}
.newslist ul li .info h5 a:hover,.items ul li a:hover{ color:#060a7d;}
.newslist ul li .info p{color: #686868;line-height: 24px; margin:15px 0 20px;}
.newslist ul li .info a.more{ width:90px; height:30px; display:block; border:1px solid #060a7d; text-align:center; line-height:30px; color:#060a7d; font-size:15px;}
.newslist ul li .info a.more:hover{ background:#060a7d; color:#fff;}

/*pages*/
.pages{ text-align:center; padding:15px 0 0;}
.pages span,.pages a{ padding:8px 15px; border:1px solid #e5e5e5; border-radius:5px; color:#666666; margin:0 3px;}
.pages a:hover{ background:#e5e5e5; color:#fff;}

/*productlist*/
.productlist ul li{width: 299px;border: 1px solid #ccc; margin:0 10px 10px 0; overflow:hidden; float:left;}
.productlist ul { overflow:inherit;}
.productlist ul li:hover{    box-shadow: -4px 0px 16px #bfbfbf, /*左边阴影*/
 0px -1px 6px #bfbfbf, /*上边阴影*/
 4px 0px 16px #bfbfbf, /*右边阴影*/
 0px 4px 16px #bfbfbf;
    z-index: 2;}
.productlist ul li .pic{ width:100%; height:210px; overflow:hidden;}
.productlist ul li .pic img{ width:100%; height:100%;}
.productlist ul li h4{ line-height:45px;}
.productlist ul li h4 a{ display:block; font-size:16px; color:#444; text-align:center;}

/*items*/
.items ul{ padding:15px;}
.items ul li{ border-bottom:1px dashed #e5e5e5; line-height:35px; overflow:hidden; padding:0 10px;}
.items ul li a,.items ul li span{ color:#666;}
.items ul li span{ float:right;}
