.faq{
    background-image: url(../images/faq_top.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;}
.faq .t_title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    height: 200px;
    line-height: 200px;
    width: 40%;
    margin: 0px auto;
    position: relative;}
.faq .t_title h2::before {
    content: "-------------";
    border-bottom: 1px solid #ffffff;
    color: transparent;
    position: absolute;
    top:-100px;
    left: -160px;}
.faq .t_title h2::after {
    content: "--------------";
    border-bottom: 1px solid #ffffff;
    color: transparent;
    position: absolute;
    top:-100px;
    right: -160px
;}
.faq_list{
    background-color: #ffffff;
    padding: 50px 0px;}
.faq_list .layui-row{
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;}
.faq_list h1 {
    line-height: 24px;
    font-weight: bold;
    color: #980000;}
.faq_list h1 span{
    color: #961D3C;
    font-weight: bold;}
.faq_content{
    line-height: 24px;
    margin-top: 15px;}
@media screen and (min-width: 1024px) and (max-width: 1200px)
{
   
}
@media screen and (max-width: 1024px) 
{
}
@media screen and (max-width: 768px){
   
}
@media screen and (max-width: 580px){

    .faq .t_title{
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        height: 200px;
        line-height: 200px;
        width: 100%;
        margin: 0px auto;
        position: relative;}
    .faq .t_title h2::before {
        content: "-";
        border-bottom: 1px solid #ffffff;
        color: transparent;
        position: absolute;
        top:0px;
        left: 0px;}
    .faq .t_title h2::after {
        content: "-";
        border-bottom: 1px solid #ffffff;
        color: transparent;
        position: absolute;
        top:0px;
        right: 0px;}


}