/* @font-face {
    font-family: "思源黑体";
    src: url('./font/SourceHanSansCN-Light.otf');
    src: url("./font/SourceHanSansCN-Regular.woff2") format("woff2"),
         url("./font/SourceHanSansCN-Regular.woff") format("woff"),
         url("./font/SourceHanSansCN-Regular.ttf") format("truetype"),
         url("./font/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
         url("./font/SourceHanSansCN-Regular.svg") format("svg");
  } */

.title{
    color:#00a2e6;
    font-size: 20px;
    font-weight: bold;  
    font-family: '微软雅黑';  
}
.line{
    width: 100%;
    background-color: #c9c9c9;
    height: 4px;
    padding: 0;
}
.line_bg{
    width: 15%;
    background-color: #00a2e6;
    height: 4px;
}
p{
    font-family: '微软雅黑';
}