@charset "utf-8";
.clear {
    clear: both;
    float: none;
    overflow: hidden;
    height: 0;
}
/*设置页面字体rem为单位*/

html {
    font-size: 62.5%;

}

@media only screen and (min-width: 320px) {
    html {
        font-size: 53.3%;
    }
}

@media only screen and (min-width: 375px) {
    html {
       font-size: 62.5% ;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 69% ;
    }
}
@media only screen and (min-width: 600px) {
    html {
        font-size: 100% ;
    }
}
@media only screen and (min-width: 800px) {
    html {
        font-size: 133.3% ;
    }
}
.bg-q{background: #e5e5e5}
#content{overflow: hidden;color: #222222;background: #FFFFFF;font-size: 1.6rem}
a:visited{    color: #2072cf;}

/*detail*/
.list-tab{border:solid #e8e8e8; border-width: 1px 0 1px 0;}
.list-tab ul{width: 80%;margin: 0 auto}
.list-tab li{float: left;width: 40%;text-align: center;padding: 1rem 0;margin:0 5%;}
.list-tab li.active{border-bottom: 4px solid #2072cf;color: #2072cf}
.list-tab li.fr{float: right}
.list-tab-detial .tab-content{display: none;padding: 2rem 1rem;}

.tab-content h3{ font-size:1.7rem;color:#222222;font-weight:bold;margin-bottom:0.8rem;line-height:2rem;word-break: normal;word-wrap: break-word;}
.tab-content p{ font-size:1.6rem;color:#41474c;margin-bottom:1.6rem;line-height:2rem;word-break: normal;word-wrap: break-word;}
.font-weight{ font-weight:bold;}
.tab-content ol.ol-list{ }
.tab-content ol.ol-list li,.tab-content ul.ul-list li{ font-size:1.6rem;color:#41474c;list-style: decimal inside;text-align: justify;text-align-last: left;-moz-text-align-last: left;margin-bottom:1.6rem;line-height:2rem;word-break: normal;word-wrap: break-word;}
.tab-content ul.ul-list{ margin-bottom:1.4rem;}
.tab-content ul.ul-list li{ list-style: none;background: url(../images/point.png) no-repeat;padding-left: 1rem;background-position: 0 0.8rem;background-size: 1.5%;margin-bottom:0.8rem;word-break: normal;word-wrap: break-word;}
.m-b{ margin-bottom:0.8rem !important;}






 
