/*
 * 
 * 走进绝味
 * 
 */
.cont-box{padding:0; padding-bottom: 40px; overflow: hidden;}
.rec-det{width:100%; background-color: #F3F3F3; padding:20px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; position: relative;}
.rec-det .rec-info{ border-bottom: 1px solid #cccccc; padding:20px; position: relative;}
.rec-det .rec-info .rec-time{color:#999999; line-height: 40px; height: 40px; font-size: 16px;}
.rec-det .rec-info h2{line-height: 60px; height: 60px;font-size: 24px;}
.rec-det .rec-info h2 .icon-urgent{ vertical-align: middle; position: relative; width: 20px; height: 26px; line-height: 20px; text-align: center; background-color: #E60012; display: inline-block; font-size: 14px; color: #ffffff; }
.rec-det .rec-info h2 .icon-urgent b{ position: absolute; bottom:0; left: 0; width: 0; height: 0; border-right:10px solid transparent; border-left:10px solid transparent; border-bottom:6px solid #F3F3F3;}
.rec-det .rec-info .rec-addr{ color: #999999;font-size: 16px;}
.rec-det .rec-info .applying{ position: absolute; bottom:20px;right: 0; display:inline-block;width:120px; height: 40px; line-height: 40px; background-color: #E60012; color: #ffffff; text-align: center; border-radius: 4px; font-size: 16px;}
.rec-det .rec-info .applying:hover{filter:alpha(opacity=80);opacity:0.8;}

.rec-det .rec-desc{padding:20px;-webkit-box-sizing: border-box;box-sizing: border-box;font-size: 16px;}
.rec-det .rec-desc .info{ display: block;padding-bottom: 20px;}
.rec-det .rec-desc h3{line-height: 40px; height: 40px;}
.rec-det .rec-desc div{}
.rec-det .rec-desc div p{line-height: 30px; height: 30px;}

.rec-det .rec-desc .applying-box{ display: block; text-align: center; padding:30px 0; width: 100%;}
.rec-det .rec-desc .applying-box .applying{ display:inline-block;width:120px; height: 40px; line-height: 40px; background-color: #E60012; color: #ffffff; text-align: center; border-radius: 4px; font-size: 16px;}
.rec-det .rec-desc .applying-box .applying:hover{filter:alpha(opacity=80);opacity:0.8;}

.cont-nav-box{line-height: 50px; height: 50px; font-size: 16px; color:#000000; display: block;}
.cont-nav-box a{}
.cont-nav-box a:hover{filter:alpha(opacity=80);opacity: 0.8;}
.cont-nav-box span{ padding:0 5px;}