﻿@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,form,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{  font:12px/1.5 "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;}
h1,h2,h3,h4,h5,h6{font-size:100%}
em, i { font-style: normal; }
ul,ol{list-style:none}
.fl{ float:left; }
.fr{ float:right; }
.clear{ height:0px; clear:both; }
.disabled{ pointer-events: none;filter: alpha(opacity=50); /*IE滤镜，透明度50%*/-moz-opacity: 0.5; /*Firefox私有，透明度50%*/opacity: 0.5; /*其他，透明度50%*/}
.p0{ padding:0px; }
.orange{ color:#eb6f15; }

.bar{ padding-top:20px; background:#313332; }
.bar_{ padding-top:0px;overflow: hidden; }

.main{ width:1200px; margin:0px auto; }

/*内容通用部分*/
.navigation{background:#f2f2f2;}
.crumb{ line-height:60px; color:#333; font-size:14px;}
.crumb span:first-child{color:#8e8e8e;}
.crumb ul li{ float:left; margin:0px 5px;}
.crumb ul li i {content: " ";width: 7px;height: 6px;border-right: 1px solid #333;border-bottom: 1px solid #333;border-radius: 1px;display: inline-block;margin-left:5px;transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);-ms-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);-webkit-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);}
.crumb a{text-decoration:none; color:#8e8e8e;}
.crumb a:hover{text-decoration:none; color:#000; }

.body{background:#f2f2f2; padding-bottom: 20px;text-align:left;}
.body .option{ line-height:55px; background:#FFF; }
.body .option ul{ border-bottom:#CCC dashed 1px;}
.body .option ul:last-child{ border:none; }
.body .option ul span{ float:left;}
.body .option ul li{ float:left; margin:0px 20px; }
.body .option ul li a{ color:#333;}
.body .option ul li.seleted a{ color:#eb6f15;}

.body .match_title{ }
.body .match_title ul{border-bottom:#dcdcdc solid 1px;}
.body .match_title ul li{ line-height:50px; float:left; padding:0px 32px; font-size:14px; cursor:pointer;}
/*.body .match_title ul li:first-child{ position:relative; width:100%; height:100%; border-bottom:#CCC solid 1px; margin-top:-1px; display:block; }
.body .match_title ul li:last-child{ width:100%; height:100%; border-bottom:#CCC solid 1px; margin-top:-1px; }*/
/*.body .match_title ul .clear{ height:1px; background:#dcdcdc; margin-top:-1px; }*/
.body .match_title ul li:hover,.body .match_title ul li.seleted,.body .match_title ul li.seleted { color:#eb6f15; border-bottom:#eb6f15 solid 2px;}
.body .match_title ul li:hover,.body .match_title ul li.seleted,.body .match_title ul li:hover.seleted a{ color:#eb6f15; }
.body .match_title ul li:hover,.body .match_title ul li.seleted,.body .match_title ul li a{ color:#333;}

.body .match_body ul{ margin-top:20px;}
.body .match_body ul li{ position:relative; margin-top:12px; padding:20px 0px; }
.body .match_body ul li i.fl{ position:absolute; top:18px; left:18px; z-index:1; }
.body .match_body ul li img{ max-width: 365px; width:expression(this.width>365 ? "365px":this.width);max-height:215px;height:expression(this.height>215 ? "215px":this.height);}


.body .match_body ul li .li_cont{ width:50%; margin-left:20px; color:#5b5b5b;text-align:left; }
.body .match_body ul li .li_cont .cont_title{ font-size:24px;}
.body .match_body ul li .li_cont .cont_title a{ color:#000;}
.body .match_body ul li .li_cont .cont_title a:hover{ color:#eb6f15; }
.body .match_body ul li .li_cont .cont_date{ margin:15px 0px;}
.body .match_body ul li .li_cont .cont_depict{ line-height:25px; margin-top:30px; }
.body .match_body ul li .li_cont .cont_depict p{ font-weight:bold; }
.body .match_body ul li .cont_but{ position:absolute; bottom:30px; right:30px; color:#FFF; text-align:center; line-height:32px; }
.body .match_body ul li .cont_but .orange{ font-size:18px; margin-bottom:20px; }
.body .match_body ul li .cont_but a{ width:70px; float:right; display:block; background:#eb6f15; color:#FFF; }
.body .match_body ul li .cont_but a.disabled{ background:#999; }
.body .match_body ul li .cont_but a:hover{ background:#666; }


.cont_heaer{ position:relative;background:#FFF; min-height:330px;padding:20px; }
.cont_heaer img{ width:650px; }
.cont_heaer .cont_info{ width:480px; margin-left:20px; }
.cont_heaer .cont_title{ font-size:16px; font-weight:bold; margin-bottom:12px;}
.cont_heaer .cont_class{ line-height:28px;}
.cont_heaer .cont_state{ line-height:36px; color:#999;}
.cont_heaer .cont_date{ line-height:36px; color:#eb6f15; font-size:20px;  }
.cont_heaer .cont_but{ position:absolute; bottom:0px; font-size:14px;}
.cont_heaer .cont_but span{font-size:24px; color:#eb6f15; margin-bottom:20px; display:block; }
.cont_heaer .cont_but a{ width:125px; height:40px; line-height:40px; color:#FFF; text-align:center; cursor:pointer; }
.cont_heaer .cont_but a{ display:block; background:#eb6f15; color:#FFF; }
.cont_heaer .cont_but a:hover{ background:#666; }
.cont_heaer .cont_share{ position:absolute; right:0px; bottom:0px; }
.cont_heaer .cont_share a{ margin:0px 15px;}

.cont_body{ margin-top:20px; }
.cont_body .body_tag{ line-height:58px; font-size:14px; border-bottom: #dcdcdc solid 1px;  background:#FFF;}
.cont_body .body_tag ul{ }
.cont_body .body_tag ul li{ float:left; padding:0px 28px; cursor:pointer; }
.cont_body .body_tag ul li:hover,.cont_body .body_tag ul li.seleted,.cont_body .body_tag ul li:hover.seleted{ color:#eb6f15; border-bottom:#eb6f15 solid 2px;}
.cont_body .body_tag .fr a{ margin-right:20px; text-decoration:underline; color:#eb6f15; }
.cont_body .body_tag .fr a:hover{ margin-right:20px; text-decoration:underline; color:#666; }

.cont_body .tag_cont{ padding:20px;  background:#FFF; margin-top:20px; }

.cont_body .tag_cont .fl{ position:relative; }
.cont_body .tag_cont .fl span{ width:35px; float:left; position:absolute; left:20px; top:8px; font-size:14px; color:#FFF; }
.cont_body .tag_cont .fl .product-wrap{ width:80px; position:relative;}
.cont_body .tag_cont .fl ul { border-right:#ebebeb solid 1px; }
.cont_body .tag_cont .fl ul li i{ width:8px; height:8px; display:block; border-radius:2em; background:#ebebeb; position:relative; float:right; top:-22px; right:-4px; }
.cont_body .tag_cont .fl ul li a{ width:55px; height:25px; line-height:25px; text-align:center; background:#f3f3f3; margin:5px 0px; color:#868686; cursor:pointer; display:block; }
.cont_body .tag_cont .fl ul li.seleted a,.cont_body .tag_cont .fl ul li:hover a{ background:#e90d01; color:#FFF;  }
.cont_body .tag_cont .fl ul li.seleted i,.cont_body .tag_cont .fl ul li:hover i{ background:#e90d01; border:#ffada9 solid 2px; right:-6px; }

.cont_body .tag_cont .fr{ width:1030px; margin:20px; }
.cont_body .tag_cont .fr a.name{ color:#e90d01; }

/*.cont_body .tag_cont.tag_tare .fr{ width:inherit; margin:20px; }*/

.daytitle{ font-size:14px; font-weight:bold; margin-bottom:12px;}