/*搜索*/
body{display:-webkit-flex;display: flex;flex-direction: column;}
#search_box{width: 1200px;margin: 0 auto;display:-webkit-flex;display: flex;align-items: center;}
#search_box #logos{width: 232px;color: #ff4200;}
#search_box #logos h1{margin-top:15px;}
#search_box #searchs{width: 674px;box-sizing: border-box;padding-left: 103px;}
#search_box #searchs #searchTexts{background: #ff4200;height: 40px;display:-webkit-flex;display: flex;align-items: center;}
#search_box #searchs #searchTexts #searchText{width:462px;margin-left: 2px;height: 36px;background: #fff;border: 0;box-sizing: border-box;padding:0 15px;}
#search_box #searchs #searchTexts span{color: #fff;text-align: center;font-size: 16px;width:108px;cursor: pointer;}
#search_box #searchs #tips{color: #888;margin-top: 6px;}
#search_box #searchs #tips span{display: inline-block;margin-right: 6px;}
#search_box #searchs #tips em{display: inline-block;margin-right: 15px;}
#search_box #searchs #tips em a{color: #888;}
#search_box #searchs #tips em a:hover{color: #ff4200;}
#search_box #ercoders{width: 294px;display:-webkit-flex;display: flex;padding: 10px 0;}
#search_box #ercoders li{display:-webkit-flex;display: flex;flex-direction: column;text-align: center;margin-left: 25px;color: #666;}
#search_box #ercoders li img{margin-top: 4px;width: 73px;height: 73px;}
/*分类及banner*/
#navs_box{width: 1200px;margin: 0 auto;display:-webkit-flex;display: flex;}
#navs_box #goodStyle_box{width: 232px;}
#navs_box #banner_box{width: 770px;}
#navs_box #imgStyle_box{width: 200px;}
#navs_box #goodStyle_box #title{height: 44px;background: #ff4200;color: #fff;font-size: 18px;box-sizing: border-box;display:-webkit-flex;display: flex;align-items: center;justify-content: center;}
#navs_box #imgStyle_box #title{height: 44px;color: #fff;font-size: 18px;background: #3bb3ff;text-align: center;display:-webkit-flex;display: flex;align-items: center;justify-content: center;}
#navs_box #goodStyle_box #title a,#navs_box #imgStyle_box #title a{color: #fff;}
#navs_box #banner_box #title{height: 44px;box-sizing: border-box;border-bottom: 2px solid #ff4200;display:-webkit-flex;display: flex;align-items: center;text-align: center;}
#navs_box #banner_box #title a{color: #333;font-weight: bold;font-size: 16px;}
#navs_box #banner_box #title a:hover{color: #ff4200;}
/*文章师列表*/
#contents_box{background: #f5f5f5;display: -webkit-flex;display: flex;flex-direction: column;}
/*文章列表*/
#articleList_box{width: 1200px;margin: 0 auto;display:-webkit-flex;display: flex;margin-top: 14px;}
#articleList_box #lf{width: 798px;margin-right: 14px;background: #fff;}
#articleList_box #rt{width: 388px;}
#streetList{padding:30px;box-sizing: border-box;border-bottom: 1px solid #ededed;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}
#streetList:hover{
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	box-shadow: 4px 0px 24px rgba(50, 50, 50, .2);
	-webkit-box-shadow: 4px 0px 24px rgba(50, 50, 50, .2);
	-moz-box-shadow: 4px 0px 24px rgba(50, 50, 50, .2);
	-o-box-shadow: 4px 0px 24px rgba(50, 50, 50, .2);
}
#streetList #imgs{width: 737px;height: 255px;}
#streetList #imgs img{width: 737px;height: 255px;}
#streetList #names{font-size: 18px;font-weight: bold;padding: 20px 0;color: #333;}
#streetList #text{color: #999;font-size: 14px;position: relative;}
#streetList #text span{display: inline-block;width: 112px;height: 40px;background: #ff4200;border-radius: 3px;color: #fff;text-align: center;line-height: 40px;position: absolute;right: 0;bottom: 0;}
#streetList #text .actives{background: #cccccc;}
#rt #hotgoods{padding: 0 30px;box-sizing: border-box;background: #fff;}
.titles{padding:20px 0;color: #ff4200;font-size: 16px;font-weight: bold;}
#information .titles{padding-bottom: 0;}
#hotgoods #goodsList{display:-webkit-flex;display: flex;flex-flow: wrap;}
#hotgoods #goodsList .goods{width: 150px;margin-right: 28px;text-align: center;margin-bottom: 20px;}
#hotgoods #goodsList .goods:nth-child(2n){margin-right: 0;}
.goods img{width: 150px;height: 150px;box-sizing: border-box;border: 1px solid #ededed;}
.goods span{color: #333;margin: 10px 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.goods b{color: #ff4200;font-size: 16px;}
.goods b:before{content: "￥";color: #ff4200;font-size: 12px;}
/*最新资讯*/
#information{background: #fff;padding: 0 30px;box-sizing: border-box;margin-top: 14px;}
#information .articleList{
	display: -webkit-flex;display: flex;padding:20px 0;border-bottom: 1px solid #ededed;
}
#information .articleList a {
	display: flex;
	align-items: center;
}
#information .imgs{width: 102px;height: 78px;}
#information .imgs img{width: 103px;height: 78px;}
#information .article{display: -webkit-flex;height: 78px;font-size: 12px;display: flex;align-content: space-around;flex-direction: column;justify-content: space-around;padding-left:20px;box-sizing: border-box;}
#information span{color: #999;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
#information b{display: inline-block;text-overflow: ellipsis;white-space:nowrap;overflow: hidden;width: 216px;}
#information .article:hover b{color: #ff4200;}
/*分页*/
#page_box{width: 1200px;margin: 30px auto;}
