.faqs {
    margin-top: 30px;
}

.faqs section {
    display: block;
    width: 100%;
    min-height: 30px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.faqs section div.titleArea {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #075799;
    border-radius: 5px 5px 5px 5px;
    behavior: url(/css/ie-css3.htc);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.faqs section div.titleArea:hover {
    background: #287ca7;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.faqs section div.titleArea h4 {
    display: block;
    float: right;
    width: 75%;
    color: #fff;
    height: 30px;
    line-height: 28px;
    text-indent: 3%;
}

.faqs section div.titleArea a.newlink {
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    display: block;
    margin-left: 4%;
}

.faqs section div.titleArea a.newlink:hover {
    text-decoration: underline;
}

.faqs section .ans {
    margin-top: 15px;
    padding-right: 3%;
    width: 97%;
    display: none;
}

span.title{
    color: #f7941e;
    font-weight: bold;
}

.faqs section .ans hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #006ac0;
    margin: 1em 0;
    padding: 0;
}

.faqs section .ansArea.withImg > .con {
    width: 86%;
    float: right;
}

.faqs section .ansArea .author {
    display: block;
    margin-bottom: 8px;
}

.faqs section .ansArea.withImg img.avatar,
.faqpage .text.withImg img.avatar{
    float: right;
    width: 60px;
    margin-left: 3%;
}

.faqpage time {
    display: block;
    float: left;
    margin-left: 3%;
}

.faqpage .text.withImg > .con {
    float: right;
    width: 70%;
}


.page > .con {
    margin-top: 20px;
}