﻿
body{ background:#fff; }
.ow-faq{ margin:0 auto; padding:30px 0; width:1200px;}

/*常见问题faq*/
.ow-faq .header{ padding:0 0 20px 0;}
.ow-faq .header ul{ border-bottom:1px solid #c60000; height:51px; margin:0; padding:0 0 0 50px; z-index:999;}
.ow-faq .header ul li{ float:left; height:51px; line-height:51px; list-style:none; margin:0; padding:0; margin-left:-1px; overflow:hidden; padding:0; position:relative;}
.ow-faq .header ul li a{ background:#e6e6e6; border:1px solid #aaa; color:#333333; display:inline-block; font-size:16px; height:50px; line-height:50px; padding:0 25px; text-align:center;}
.ow-faq .header ul li a ,
.ow-faq .header ul li a:visited{ text-decoration:none;}
.ow-faq .header ul li a:hover{ background:#d6d6d6; color:#c60000; text-decoration:none;}
.ow-faq .header ul li.current { height:52px; position:relative; z-index:1;}
.ow-faq .header ul li.current a,
.ow-faq .header ul li.current a:hover{ background:#fff; border-color:#c60000; border-top-width:2px; color:#333; }

.ow-faq-list{ min-height:500px; padding:5px 0 0 0;}
.ow-faq-list .faq-item { padding:0 0px 20px 0;}
.ow-faq-list .faq-item h3{ margin:0; padding:0; }
.ow-faq-list .faq-item .title a{ background-color:#e5eaf1; display:block; font-size:16px;  height:32px; line-height:32px; padding:8px 10px 8px 15px;}
.ow-faq-list .faq-item .title a,
.ow-faq-list .faq-item .title a:visited{ color:#222;}
.ow-faq-list .faq-item .title a:hover{ text-decoration:none;}
.ow-faq-list .faq-item .title i.ques{ background:url("../images/faq-icons.png") 0px 0px no-repeat; display:inline-block; float:left; margin:0px 13px 0px 0px; height:32px;width:32px;}
.ow-faq-list .faq-item .title i.expand{ background:url("../images/faq-icons.png") 0px -64px no-repeat; display:inline-block; float:right; height:32px; width:32px;}
.ow-faq-list .faq-item .title a.current{ background-color:#3178cc; color:#fff;}
.ow-faq-list .faq-item .title a.current i.ques{ background-position:0px -32px;}
.ow-faq-list .faq-item .title a.current i.expand{ background-position:0px -96px;}
.ow-faq-list .faq-item .section{ background:url("../images/faq-icon-answer.png") 15px 25px no-repeat; border:1px solid #ddd; border-top:0px; color:#686868; display:none; font-size:16px; padding:8px 20px 8px 60px;}

/*详细*/
.ow-content-container{ margin:20px 0 0 0;}