
.hidden.menu {
    display: none;
}

.masthead.segment {
    min-height: 700px;
    padding: 1em 0em;
}
.masthead .logo.item img {
    margin-right: 1em;
}
.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}
.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}
.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}
.ui.vertical.stripe h3 {
    font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
    margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
    clear: both;
}
.ui.vertical.stripe p {
    font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}
.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }
    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }
    .secondary.pointing.menu .toc.item {
        display: block;
    }
    .masthead.segment {
        min-height: 350px;
    }
    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }
    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}

.ui.menu .item{
    font-size: 1.2rem;
}

.ui.secondary.inverted.menu a.item {
    color: #000000;
}
.ui.secondary.inverted.menu a.item:hover{
    color: #0e8c8c;
    font-weight: bold;
}
.ui.pagination.menu .active.item {
    background-color: #05287A;
    color: white !important;
}
.five.wide.column{
    margin-left: 30px;
}
/*.ui .footer{*/
/*    position: fixed;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    z-index: 9999;*/
/*}*/
#footer{
    margin-top: -50px;
    height: 170px;
    z-index: 999;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background-color: #99a9bf;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: #d3dce6;
}
.page .item{
    border: 0.05rem solid #d3d3d3 !important;
    border-radius: 4px !important;
    font-size: 0.75rem !important;
    margin-right: 15px;
    color: #937e7e !important;
}
.page .item:before{
    content: none !important;
}
.page .item i{
    opacity: 1 !important;
    font-size: 0.75em !important;
}
.ui.table thead th{
    background-color: #FFFFFF;
}
.ui.table{
    border: none;
}
.ui.table tr td{
    border-top: none;
}
.ui.table thead th {
    border-bottom: none;
}

/*设置奇数行颜色*/
.ui.table tbody tr:nth-child(odd)
{
    background: #F1F2F4;

}
/*设置偶数行颜色*/
.ui.table tbody tr:nth-child(even)
{
    background: #FFFFFF;
}
a {
    color: #0C318A;
    text-decoration: none;
}

.positive_new,.positive_new a{
    background-color: #0C318A!important;
    color: #FFFFFF!important;
}

.negative_new,.negative_new a{
    background-color: #5883EC!important;
    color: #FFFFFF!important;
}

teal_new{
    background-color: #0C318A!important;
    color: #FFFFFF!important;
}

.ui.medium.image img{
    max-height: 300px;
}