body {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 1.8em;
}

.nav-link {
    font-size: 16px;
    word-spacing: normal;
}

/*vertical menu*/

body, html {
    height: 100%;
}

#sidebar {
    min-width: 130px;
}
.nav-link[data-toggle].collapsed:after {
    content: "▾";
}
.nav-link[data-toggle]:not(.collapsed):after {
    content: "▴";
}

/*about*/
.enfonts {
     font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}

.bb{
    border-bottom: 1px solid gray;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

/*资讯*/

object {
    width: 100%;
}

#zxcontent{
    height: 1140px;
    overflow: scroll;
     white-space: nowrap;

}


.psize{
    font-size: 16px;
    line-height: 1.8em;
}


