/* @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");
  } */
.org{
    width: 100%; 
    height: 100%;   
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    /* padding-bottom: 2%;
    padding-top: 2%; */
    background-image: url('../../img/org/org_bg.png');
    color: #FFFFFF;
    padding: 0;
    margin-top: 4%;
}
.count_bg{
    background-color:#0c71c0;
    opacity: 0.5;
    height: 70%;
    width: 60%; 
}
.count{
    background:  rgba(13, 112, 191, 0.5);
    padding: 15px 0 15px 25px;
    /* background-color: #0d70bf;
    opacity: 0.5; */
}
.count_title{
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
    font-family: "微软雅黑";
}
.line{
    height: 2px;
    background-color: #FFFFFF;
    width: 45%;
}
.count_font{
    /* margin-top: 20px; */
    line-height: 30px;
    /* font-size: 15px; */
    width: 85%;
    font-family: "微软雅黑";
}