@charset "utf-8";
.ft_detail{
    border: 2px solid #e1e1e1;
}
.lst-tnm {
    overflow: hidden;
    height: auto;
    border-bottom: solid 1px #e1e1e1;
    line-height: 48px;
}
.m-txt-tt{
    text-align: center;
    width: 100%;
    display: block;
    font-size: 25px;
    color: #2b2b2b;
}
.m-txt-crm{
    text-align: right;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #2b2b2b;
}
.lst-tnm a {
    z-index: 4;
    display: inline-block;
    padding: 0 10px;
    border-bottom: 3px solid #1cac93;
    line-height: 48px;
    color: #1cac93;
    font-weight: 700;
    font-size: 20px;
}
.ft-bd {
    padding: 50px 20px;
    height: auto;
    overflow: hidden;
}
.ft-video-bd {
    overflow: hidden;
    height: auto;
    clear: both;
}
.ft-tnm {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    line-height: 36px;
    color:#1cac93;
    font-weight: 700;
    font-size: 18px;
    clear: both;
}
.ft-xq-sp{
    width: 100%;
    height: auto;
}
.ft-xq-sp img{
    width: 100%;
    height: auto;
}
.ft-txt {
    overflow: hidden;
    padding: 10px;
    line-height: 36px;
    color: #333;
    font-size: 18px;
    clear: both;
}
.ft-txt b{
    color: #333;
    font-weight: normal;
}
.ft-txt p {
    margin: 0 0 1rem 0;
    line-height: 1.8;
}
#ft_info p{
    font-size: 16px!important;
    line-height: 35px!important;
}
#ft_info strong{
    font-size: 16px!important;
    line-height: 35px!important;
}
#ft_info span{
    font-size: 16px!important;
    line-height: 35px!important;
}
@media all and (max-width:767px) {
    
    .ft_detail{
        padding: 0;
        border: none;
    }
    .ft-bd {
        padding: 10px 0;
    }
    
}