
/* 选项卡*/

.detailsa_nav{overflow: hidden;margin-bottom:5px; border-bottom:1px solid #ccc;}
.detailsa_nav ul{ margin:0px; padding:0px;}
.detailsa_nav li{width:100px; float:left;text-align:center; background:#ddd; margin-right:5px; color:#222}
.detailsa_nav a{font-size:16px; height:40px;font-weight:bold;line-height:40px; text-decoration:none;text-align:center; } 
.detailsa_active a,.detailsa_nav li:hover a{height:38px;display: block;color:#fff;font-size:16px; border-bottom:2px solid #0093DD;line-height:38px; text-decoration:none; text-align:center; background:#0093DD}
.detailsa_nav  .detailsa_active a{color:#fff;}



.synopsis{overflow: hidden; height:auto}

.synopsisbox{ overflow:hidden; }


