@charset "utf-8";
/* CSS Document */

.food_nav {
	width:100%;
	background:#F8504B;
	position:relative;
	z-index:11;
}

.foodmenu {
	position:relative;
	z-index:5;
}	

.foodmenu h3 {
	line-height:45px;
	font-size:18px;
	float:left;
	font-weight:normal;
	position:relative;
	z-index:1;
}

.foodmenu h3 a {
	display:block;
	color:#fff;
}

.foodmenu h3 i {
	display:block;
	position: absolute;
    top: 50%;  
    right: -15px;  
    width: 5px;  
    height: 5px;  
    border-style: solid;  
    border-width: 2px 2px 0 0;  
    border-color: #fff;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(135deg);  
    -webkit-transition: 100ms ease-in .1s;  
    transition: 100ms ease-in .1s;
}	

.foodmenu .m {
	float:left;
	position:relative;
	z-index:1;
	margin-right:70px;
}

.foodmenu h3 a:hover {
	color:#FFF!important;
}

.foodmenu .sub {
	display:none;
	position:absolute;
	left:-30px;
	top:45px;
	z-index:1;
	width:160px;
	border:1px solid #E6E4E3;
	border-top:0;
	background-color:rgba(255,255,255,.95);
}
	
.foodmenu .sub li {
	text-align:center;
	padding:0 10px;
	font-size:15px;
}	

.foodmenu .sub li a {
	display:block;
	padding:8px 0;
	height:28px;
	line-height:28px;
}

.foodmenu .sub li:last-child a {
	border-bottom:none;
}

.foodmenu li.curt {
	position:relative;
	z-index:1;
}

.foodmenu li.curt i {
	border-color:#fff;
}

.foodmenu li.curt:before {
	content:"";
	position:absolute;
	z-index:5;
	width:0; 
    height:0; 
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid #fff;
	bottom:0;
	left:50%;
	margin-left:-8px;
}

.foodmenu li.curt a {
	position:relative;
	z-index:11;
	color:#fff;
}

.foodmenu li.curt .sub a {
	position:relative;
	z-index:11;
	color:#333;
}

.telisnav a {
	margin: 0 21px;
}

.foodtop_l {
	width:250px;
	float:left;
	margin-top:10px;
	background:#383131;
	color:#FFF;
	overflow:hidden;
	height:390px;
}

.foodtop_l h4 {
	font-size:16px;
	line-height:50px;
	height:50px;
	border-bottom:1px solid #534d4d;
	padding:0 15px;
}

.foodtop_l ul {
	padding:0 15px;
	margin-top:8px;
}

.foodtop_l ul li {
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:40px;
	line-height:40px;
	position:relative;
	z-index:1;
	padding-left:24px;
}

.foodtop_l ul li:before {
	content:"";
	content: "";
    position: absolute;
    left: 8px;
    top: 50%;
	margin-top:-2px;
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.foodtop_l ul li:hover:before {
	background:#F8504B;
}

.foodtop_l ul li a {
	color:#ddd;
}

.foodtop_c {
	width:720px;
	float:left;
	height:100px;
	background:#CCC;
	margin-left:15px;
	margin-top:10px;
}

.foodtop_ca {
	width:600px;
	height:330px;
	background:#F00;
}

.foodtop_r {
	width:200px;
	float:right;
	background:#CCC;
}

.foodbox {
	background:#FFF;
	margin-bottom:15px;
}

.foodbox h4 {
	height:36px;
	line-height:36px;
	padding:0 15px;
	font-size:16px;
}


.foodslibox {
	width:940px;
	height:400px;
	float:right;
	margin-top:10px;
}	
.foodslibox .bd{
	position:relative;
	float:left;
	width:700px;
	height:390px;
	overflow:hidden;
}	
.foodslibox .showDiv {
	position:relative;
	width:100%;
	height:390px;
}	
.foodslibox .showDiv img {
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}	
.foodslibox .showDiv p {
	position:absolute;
	left:0;
	bottom:0;
	color:#bbb;
	z-index:9; 
	height:44px;
	box-sizing:border-box;
	padding:0 15px 0 20px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
	font-size:14px;
}	
.foodslibox .showDiv h2 {
	position:absolute;
	bottom:0;
	height:34px;
	font-size:20px;
	line-height:34px;
	z-index:9;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	box-sizing:border-box;
	padding:0 15px 0 20px;
	margin-bottom:5px;
}	
.foodslibox .showDiv h2 a {
	color:#FF6B37;
	font-weight:normal;
}	
.foodslibox .foucebox_bg {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:110px;
	background-color:rgba(0,0,0,.6);
	z-index:8;
	overflow:hidden;
	}	

.foodslibox .hd {
	width:230px; 
	height:318px;
	float:right;
}	
.foodslibox .hd ul li {
	width:106px; 
	height:86px; 
	overflow:hidden; 
	float:left; 
	margin:0 0 10px 0; 
	position:relative;
	z-index:1;
	border:2px solid #2b2b2b;
}
.foodslibox .hd ul li:nth-child(2n) {
	float:right;
}
.foodslibox .hd ul li a {
	display:block;
}	
.foodslibox .hd ul li img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}	
.foodslibox .hd ul .txt_bg {
	width:100%;
	height:24px;
	line-height:24px;
	position:absolute;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,.5);
	display:none;
	z-index:2;
}	
.foodslibox .hd ul .txt{
	width:100%; 
	height:24px; 
	line-height:24px; 
	color:#fff; 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:9; 
	box-sizing:border-box;
	padding:0 10px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}	
.foodslibox .hd ul .mask{
	width:100%; 
	height:100%; 
	display:block; 
	position:absolute; 
	left:0px; 
	bottom:0px; 
	z-index:3; 
	background:rgba(0,0,0,0.4);
}	
.foodslibox .hd ul li:hover, .foodslibox .hd ul li.on {
	border-color:#F8504B;
}
.foodslibox .hd ul li:hover .mask, .foodslibox .hd ul li.on .mask {
	display:none;
}	
	
.foodslibox .hd ul li:hover .txt_bg, .foodslibox .hd ul li.on .txt_bg {
	background:#F8504B;
	display:block;
}	

.foodtwo {
	
}

.foodtwo_l {
	width:380px;
	float:left;
}

.foodtwo_title {
	height:50px;
	line-height:50px;
	overflow:hidden;
	margin-bottom:10px;
}

.foodtwo_title b {
	float:left;
	font-size:24px;
	color:#F8504B;
	font-weight:normal;
}

.foodtitle_list {
	float:left;
	margin-left:20px;
	font-size:14px;
}

.foodtitle_list li {
	float:left;
	display:inline-block;
	line-height:26px;
	margin-right:15px;
	margin-top:13px;
}

.foodtitle_list li a {
	display:block;
	border:1px solid #383131;
	color:#383131;
	padding:0 15px;
	border-radius:15px;
}

.foodtitle_list li a:hover {
	color:#F8504B;
	border:1px solid #F8504B;
}

.foodtwo_title .more {
	display:block;
	width:50px;
	height:100%;
	position:relative;
	float:right;
	z-index:1;
	text-align:center;
}

.foodtwo_title .more i {
	display:inline-block;
	width:6px;
	height:6px;
	background:#ccc;
	border-radius:50%;
	position:relative;
	z-index:1;
	margin:0 auto;
}

.foodtwo_title .more i:before, .foodtwo_title .more i:after {
	content:"";
	position:absolute;
	top:0;
	width:6px;
	height:6px;
	background:#ccc;
	border-radius:50%;
}

.foodtwo_title .more i:before {
	left:-12px;
}

.foodtwo_title .more i:after {
	right:-12px;
}

.foodtwo_title .more:hover  i {
	background:#F8504B;
}

.foodtwo_title .more:hover i:before, .foodtwo_title .more:hover i:after {
	background:#F8504B;
}

.foodtwo_title .more2 {
	display:block;
	float:right;
	height: 32px;
    line-height: 32px;
    padding: 0px 30px 0 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 16px;
    background: #f64d36;
    background-image: -webkit-linear-gradient(to right, #f67536, #f64d36);
    background-image: linear-gradient(to right,#f67536,#f64d36);
    transition: all ease 0.1s;
	margin-top:10px;
	position:relative;
	z-index:1;
}

.foodtwo_title .more2:hover {
	background:#F8504B;
	color:#FFF!important;
}

.foodtwo_title .more2:before {
	content:"";
	position: absolute;
    top: 50%;
	margin-top:-2px;
    right: 13px;  
    width: 6px;  
    height: 6px;  
    border-style: solid;  
    border-width: 2px 2px 0 0;  
    border-color: #ffffff;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(45deg);  
    -webkit-transition: 100ms ease-in .1s;  
    transition: 100ms ease-in .1s;
}

.foodtwo_l_list {
	
}

.foodtwo_l_list li {
	margin-bottom:20px;
	width:100%;
	float:left;
}

.foodimg {
	width:160px;
	height:90px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
	border-radius:5px;
}

.foodimg img{
    width:100%;
    height: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.foodtxt {
	float:right;
	width:-webkit-calc(100% - 175px); 
	width:-moz-calc(100% - 175px); 
	width:calc(100% - 175px);
}

.foodtxt b {
	display:block;
	font-weight:normal;
	font-size:16px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:30px;
	line-height:30px;
	margin-bottom:5px;
}

.foodtxt p {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
	font-size:14px;
	color:#999;
}

.foodtwo_c {
	width:470px;
	float:left;
	margin-left:25px;
}

.foodtwo_cone {
	
}

.foodtwo_cone li {
	width:225px;
	float:left;
	overflow:hidden;
	border-radius:5px;
}

.foodtwo_cone li:nth-child(2n) {
	float:right;
}

.foodtwo_cone li .foodtwopic {
	width:100%;
	height:130px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.foodtwo_cone li .foodtwopic img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.foodtwo_cone li .foodtwotxt {
	padding-top:5px;
	height:85px;
	overflow:hidden;
	background:#F5F5F5;
}

.foodtwo_cone li .foodtwotxt b {
	display:block;
	font-weight:normal;
	font-size:16px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:30px;
	line-height:30px;
	margin:0 5px 0 10px;
}

.foodtwo_cone li .foodtwotxt p {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:22px;
	height:44px;
	font-size:12px;
	color:#888;
	margin:0 5px 0 10px;
}

.foodtwo_ctwo {
	margin-top:10px;
	height:185px;
	overflow:hidden;
}

.foodtwo_ctwo li {
	height:38px;
	line-height:38px;
	font-size:14px;
	width:100%;
	float:left;
}

.foodtwo_ctwo li b {
	display:block;
	float:left;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:normal;
	padding-left:15px;
	position:relative;
	z-index:1;
	width:-webkit-calc(100% - 60px); 
	width:-moz-calc(100% - 60px); 
	width:calc(100% - 60px);
}

.foodtwo_ctwo li b:before {
	content:"";
	width:4px;
	height:4px;
	border-radius:50%;
	background:#ccc;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2px;
}

.foodtwo_ctwo li span {
	display:block;
	float:right;
	color:#c0c0c0;
	font-size:13px;
}

.foodtwo_r {
	width:300px;
	float:right;
}

.foodtwo_rlist {
	margin-top:-7px;
	height:430px;
	overflow:hidden;
}

.foodtwo_rlist li {
	height:39px;
	line-height:39px;
	position:relative;
	z-index:1;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:16px;
	padding-left:15px;
}

.foodtwo_rlist li:before {
	content:"";
	width:4px;
	height:4px;
	border-radius:50%;
	background:#ccc;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2px;
}

.foodthree {
	
}

.foodvideo {
}

.foodvideo li {
	width:280px;
	float:left;
	background:#f5f5f5;
	border-radius:5px;
	margin-right:26px;
	margin-bottom:25px;
	margin-top:5px;
}



.foodvideo li .foodv_pi {
	width:100%;
	height:160px;
	overflow:hidden;
	position:relative;
	z-index:1;
	border-radius:5px 5px 0 0;
	margin-bottom:7px;
}

.foodvideo li .foodv_pi img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	z-index:2;
}

.foodvideo li .foodv_ti {
	font-weight:normal;
	font-size:16px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:40px;
	line-height:40px;
	margin:0 10px 0 15px;
}

.foodvideo li .foodv_co {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:22px;
	height:44px;
	font-size:12px;
	color:#999;
	margin:0 10px 17px 15px;
}

.foodvideo li .shadow_bg {
	background-color:rgba(0,0,0,.4);
	position:absolute;
	z-index:5;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	display:block;
}

.foodvideo li .videostar {
	display:block;
	background:url(../images/bofang.png) no-repeat center;
	background-size:70px auto;
	width:90px;
	height:90px;
	position:absolute;
	z-index:19;
	left:50%;
	top:50%;
	margin-top:-45px;
	margin-left:-45px;
}

.foodvideo li:nth-child(4n) {
	float:right;
	margin-right:0;
}

.foodvideo li:hover .shadow_bg {
	display:none;
}

.foodvideo li:hover i {
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
	box-shadow:0 0 10px rgba(0, 0, 0, .5);
	border-radius:50%;
	transition: all .25s linear;
	background-color:rgba(0,0,0,.4);
}


.foodfour {
	margin-bottom:20px;
}

.foodfour_pics {
	
}

.foodfour_pics li {
	width:370px;
	float:left;
	margin-left:20px;
	overflow:hidden;
	position:relative;
	z-index:1;
	height:210px;
	margin-bottom:20px;
	border-radius:5px;
}

.foodfour_pics li img {
    height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	z-index:5;
}

.foodfour_pics li .txtbg {
	position:absolute;
	background-color:rgba(0,0,0,.5);
	z-index:9;
	color:#FFF;
	width:100%;
	left:0;
	bottom:0;
	transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
	height:50px;
}

.foodfour_pics li:hover .txtbg {
	height:100px;
}

.foodfour_pics li .txtbg b {
	display:block;
	font-weight:normal;
	font-size:16px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:center;
	line-height:50px;
	margin:0 15px 0 10px;
}

.foodfour_pics li .txtbg p {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	font-size:14px;
	color:#FFF;
	margin:0 15px 0 10px;
	line-height:24px;
	height:48px;
}

.foodfour_pics li:hover .txtbg b {
	line-height:40px;
	text-align:left;
}

.foodfour_pics li:first-child {
	margin-left:0;
	width:420px;
	height:440px;
}

.foodfour_piclist {
	
}

.foodfour_piclist li {
	width:220px;
	float:left;
	margin-right:25px;
}

.foodfour_piclist li .is {
	display:block;
	width:100%;
	height:120px;
	overflow:hidden;
	position:relative;
	z-index:1;
	border-radius:5px;
}

.foodfour_piclist li .is img {
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.foodfour_piclist li .ts {
	font-size:16px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:40px;
	line-height:40px;
}

.foodfour_piclist li .cs {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	font-size:12px;
	line-height:22px;
	height:44px;
	color:#999;
}

.foodfour_piclist li:nth-child(5n) {
	float:right;
	margin-right:0;
}

.foodfive {
	margin-bottom:10px;
}

.foodfive_l {
	width:870px;
	float:left;
}

.nutr {
	background:#fff2f2;
	padding:35px 0 0 0;
	border-radius:10px;
	margin-bottom:20px;
}

.nutr li {
	width:100px;
	float:left;
	text-align:center;
	margin: 0 15px 15px 28px;
}

.nutr li span {
	display:block;
	height:100px;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.nutr li span img {
	display:block;
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.nutr li b {
	display:block;
	font-weight:normal;
	font-size:14px;
	overflow:hidden;
	height:36px;
	line-height:36px;
}

.foodfive_tj {
	margin-bottom:13px;
}

.foodfive_tj_pic {
	width:220px;
	height:120px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-right:20px;
}

.foodfive_tj_pic img {
	display:block;
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.foodfive_tj_pic i {
	display:block;
	width:40px;
	height:36px;
	background-color:rgba(248,80,75,.85);
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:30px;
	position:absolute;
	z-index:11;
	left:10px;
	top:0;
	border-radius:0 0 15px 15px;
}

.foodfive_tj_txt {
	
}

.foodfive_tj_txt b {
	display:block;
	font-weight:normal;
	font-size:16px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:40px;
	line-height:40px;
	margin-bottom:5px;
}

.foodfive_tj_txt p {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	font-size:14px;
	line-height:24px;
	height:48px;
	color:#999;
}

.foodfive_font {
	margin-bottom:15px;
	height:190px;
	overflow:hidden;
}

.foodfive_font li {
	width:-webkit-calc(50% - 20px); 
	width:-moz-calc(50% - 20px); 
	width:calc(50% - 20px);
	float:left;
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	position:relative;
	z-index:1;
	padding-left:15px;
}

.foodfive_font li:nth-child(2n) {
	float:right;
}

.foodfive_font li:before {
	content:"";
	width:4px;
	height:4px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2px;
	background:#444;
}

.foodfive_list {
	height:550px;
	overflow:hidden;
}

.foodfive_list li {
	width:425px;
	float:left;
	margin-bottom:20px;
}

.foodfive_list li:nth-child(2n) {
	float:right;
}

.foodfive_list li .pics {
	width:160px;
	height:93px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.foodfive_list li .pics img {
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.foodfive_list li .txts {
	width:-webkit-calc(100% - 161px); 
	width:-moz-calc(100% - 161px); 
	width:calc(100% - 161px);
	border:1px solid #eee;
	border-left:none;
	float:left;
	box-sizing:border-box;
	padding:0 10px 0 15px;
	height:93px;
	overflow:hidden;
}

.foodfive_list li .txts b {
	display:block;
	font-weight:normal;
	font-size:16px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:34px;
	line-height:34px;
	margin-top:4px;
}

.foodfive_list li .txts p {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	font-size:12px;
	line-height:20px;
	height:40px;
	color:#999;
}

.foodfive_r {
	width: 300px;
    float: right;
}

.cooklist {
	
}

.cooklist li {
	width:100%;
	float:left;
	margin-bottom:20px;
}

.cooklist li span {
	display:block;
	float:left;
	width:150px;
	height:80px;
	overflow:hidden;
	border-radius:5px;
	position:relative;
	z-index:1;
	margin-right:15px;
}

.cooklist li span img {
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.cooklist li b {
	display:block;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	font-size:14px;
	line-height:24px;
	height:48px;
	font-weight:normal;
	margin-bottom:5px;
}

.cooklist li i {
	display:block;
	height:20px;
	line-height:20px;
	color:#999;
	font-size:12px;
}

.cooknew {
	height:445px;
	overflow:hidden;
	margin-top:-3px;
}

.cooknew li {
	background:#f5f5f5;
	height:40px;
	line-height:40px;
	margin-bottom:5px;
	padding:0 10px;
	font-size:14px;
}

.cooknew li i {
	display:block;
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	line-height:20px;
	color:#FFF;
	background:#F8504B;
	margin-top:10px;
}

.cooknew li b {
	display:block;
	float:right;
	width:-webkit-calc(100% - 30px); 
	width:-moz-calc(100% - 30px); 
	width:calc(100% - 30px);
	font-weight:normal;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.baking {
	padding:10px 0 20px 0;
}

.baking_list {}

.baking_list li {
	width: 220px;
    float: left;
    margin-right: 25px;
	margin-bottom:20px;
}

.baking_list li:nth-child(5n) {
    float: right;
    margin-right: 0;
}

.baking_list li span {
	display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	border-radius:5px;
}

.baking_list li span img {
	width: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.baking_list li b {
	display: block;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:16px;
	height:40px;
	line-height:40px;
	font-weight:normal;
}


.food_xl {
	width:875px;
	float:left;
}



.foodseries {
}

.foodseries li {
	width:280px;
	float:left;
	background:#f5f5f5;
	border-radius:5px;
	margin-right:26px;
	margin-bottom:25px;
	margin-top:5px;
	position:relative;
	z-index:1;
	height:160px;
	overflow:hidden;
}

.foodseries li img {
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	z-index:2;
}

.foodseries li .foodv_ti {
	position:absolute;
	z-index:11;
	left:0;
	bottom:0;
	width:100%;
	height:40px;
	line-height:40px;
	background-color:rgba(0,0,0,.6);
	box-sizing:border-box;
	font-size:16px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	padding:0 10px 0 15px;
	color:#FFF;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}

.foodseries li:nth-child(4n) {
	float:right;
	margin-right:0;
}

.foodseries li:hover .foodv_ti {
	width:100%;
	height:100%;
	text-align:center;
	padding-top:60px;
}

.foodline {
	float:left;
	font-size:18px;
	margin-left:20px;
	position:relative;
	z-index:1;
	padding-left:20px;
}

.foodline:before {
	content:"";
	width:6px;
	height:6px;
	border-radius:50%;
	background:#F8504B;
	position:absolute;
	top:50%;
	margin-top:-3px;
	left:0;
}





