    
    .faqs_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .faqs_titlel {
        display: flex;
        align-items: center;
    }
    
    .faqs_titlel span {
        width: 21px;
        height: 3px;
        background-color: #df002c;
    }
    
    .faqs_titlel p {
        margin-left: 12px;
        font-family: 'ProximaNova-Semibold';
        text-transform: capitalize;
        font-size: 36px;
        color: #333;
    }
    
    .faqs_titler_for {
        display: flex;
        border: 2px solid #234488;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        overflow: hidden;
    }
    
    .faqs_titler_sr {
        width: 225px;
        height: 34px;
        line-height: 34px;
        border: 0;
        padding-left: 15px;
    }
    
    .faqs_titler_tj {
        width: 50px;
        height: 34px;
        background-color: #234488;
        border: 3px solid #234488;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .faqs_titler_sr::-webkit-input-placeholder {
        color: #999;
    }
    
    .faqs_titler_sr::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #999;
    }
    
    .faqs_titler_sr:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #999;
    }
    
    .faqs_titler_sr:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999;
    }
    
    .faqs_ct {
        margin-top: 50px;
    }
    
    .faqs_ctitem {
        border: 1px solid #dddddd;
        margin-bottom: 20px;
    }
    
    .faqs_ctitemt {
        padding: 30px 40px;
        background-color: #f5f5f5;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }
    
    .faqs_ctitemtl {
        flex: 1;
        display: flex;
    }
    
    .faqs_ctitemtl span {
        width: 20px;
        height: 20px;
		font-size: 14px;
        line-height: 20px;
        text-align: center;
        background-color: #333333;
        color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    
    .faqs_ctitemtl p {
        margin-left: 15px;
        flex: 1;
        font-family: 'ProximaNova-Semibold';
        font-size: 16px;
        color: #333;
		line-height: 20px;
    }
    
    .faqs_ctitemtr {
        display: flex;
    }
    
    .faqs_ctitemtr_sj {
        font-size: 18px;
        color: #666666;
        margin: 0 70px;
    }
    
    .faqs_ctitemtr_i {
        margin-top: -4px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }
    
    .faqs_ctitemtr_i i {
        font-size: 28px;
        color: #999999;
    }
    
    .faqs_ctitemb {
        display: none;
    }
    
    .faqs_ctitemb_box {
        display: flex;
        padding: 30px 40px;
    }
    
    .faqs_ctitemb_tb {
        width: 20px;
        height: 20px;
        line-height: 20px;
		font-size: 14px;
        text-align: center;
        background-color: #df002c;
        color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    
    .faqs_ctitemb_ct {
        padding-left: 15px;
        flex: 1;
        word-break: break-all;
        color: #666;
        line-height: 24px;
        margin-bottom: 5px;
    }
.faqs_ctitemb_ct p{
	font-size: 14px;
	
}
    
    .faqs_fy {
        margin-top: 40px;
    }
    
    .foot {
        margin-top: 0;
    }
    
    @media screen and (max-width:1700px) {
        .faqs_ctitemt {
            padding: 30px 20px;
        }
        .faqs_ctitemb_box {
            padding: 20px 20px;
        }
        .faqs_ctitemtr_sj {
            margin: 0 50px;
        }
    }
    
    @media screen and (max-width:1200px) {
        .faqs_ctitemt {
            padding: 20px 10px;
        }
        .faqs_ctitemb_box {
            padding: 20px 10px;
        }
        .faqs_ctitemtr_sj {
            margin: 0 40px;
        }
    }
    
    @media screen and (max-width:992px) {
        .faqs_titlel p {
            font-size: 30px;
        }
        .faqs_ct {
            margin-top: 30px;
        }
    }
    
    @media screen and (max-width:768px) {
		.faqs_titlel span {
        width: 21px;
        height: 1px;
        background-color: #df002c;
    }
    .faqs_ct {
    margin-top: 20px;
}
  
        .faqs_titlel p {
            font-size: 24px;
        }
        .faqs_titler {
            display: none;
        }
        .faqs_ctitemtr_sj {
            display: none;
        }
        .faqs_ctitemtl p {
            font-size: 16px;
            margin: 0 10px;
        }
        .faqs_ctitemt {
            padding: 10px 15px;
        }
        .faqs_ctitemb_ct p {
            font-size: 12px;
            line-height: 20px;
        }
    }