.banner{width: 100%;}
.banner img{width: 100%;}
.news{width: 100%;padding-top: 50px;}
.news .news_box{width: 1200px; margin: 0 auto;padding-bottom: 50px;}
.news .news_box ul{width: 100%;display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap;}
.news .news_box ul li {width:32%; margin-right: 2%; margin-bottom: 30px;}
.news .news_box ul li:nth-child(3n){margin-right: 0;}
.news .news_box ul li .pic{width: 100%;overflow: hidden;height: 350px;}
.news .news_box ul li .pic img{width:100%;  display: block;height: 100%;object-fit: cover;}
.news .news_box ul li .title{font-size: 16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-top: 10px; margin-bottom: 10px;}
.news .news_box ul li .price{color: #333; font-size: 16px;}


.menu{width: 1200px;padding-top: 50px;margin: 0 auto;}
.menu ul { zoom:1; padding-bottom:20px; border-bottom:1px solid #ddd; text-align:center; }
.menu ul:after{content:'\20';display:block;height:0;clear:both}
.menu ul li { display:inline-block; *display:inline; zoom:1; margin:0 2px 12px; vertical-align:top; }
.menu ul li a { display:inline-block; padding:10px 20px; border-bottom:1px solid #cfcfcf; background:#efefef; color:#666; font-size:14px; }
.menu ul li a:hover,.menu ul li .current { border-bottom:1px solid #000; background:#000; color:#fff; text-decoration:none; }


/*详情*/
.local{width: 1200px;padding-top: 50px;margin: 0 auto;padding-bottom: 50px;color: #666666;}
.local a{color: #BDBDBD}

.show{width: 1200px;margin: 0 auto;padding-bottom: 50px;display:flex; justify-content:space-between;}
.show .show_left{width: 890px; }
.show .show_left_con{background: #F9F9F9;width: 100%;; padding:30px;}
.show .show_left h1{ font-size: 24px; color: #000; font-weight: 500; padding-bottom: 20px; line-height: 30px;}
.show .show_left dl{ font-size: 14px; color: #999; padding-bottom:20px;}
.show .show_left dd{font-size: 16px; color: #666; line-height: 32px; padding-top: 10px;}
.show .show_left dd img{ max-width: 100%; }

.show .show_right{ width:280px;}
.show .show_right h1{ width: 100%;font-weight: 400;color:#000;font-size: 20px;}
.show .show_right ul{ width: 100%; margin-top: 20px;}
.show .show_right ul li{margin-bottom: 30px;}
.show .show_right ul li .pic{ text-align:center;overflow: hidden; }
.show .show_right ul li .pic img{ width:100%;display:block;}
.show .show_right ul li .title{ font-size:14px;color:#666;width: 100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden; margin-top: 10px;}
