/*html {*/
/*    filter: grayscale(100%);*/
/*}*/
body {
    font-family: Arial, "Microsoft YaHei", "微软雅黑", serif;
    font-size: 14px;
    position: relative
}

h5 {
    font-size: 16px;
}

a:hover {
    text-decoration: none
}

.ui.text.justified{
    text-align: justify;
}

.page-header {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    border-bottom: 0;
    padding-top: 0;
    height: 120px;
    background: url("/static/image/head-bg-small.png");
    background-size: cover;
}

.page-header h1 {
    font-size: 32px;
    color: #0d71bb;
    padding: 30px 15px 20px 15px;
    margin-top: 0;
    text-shadow: 1px 1px 0 #66afe9;
}

.page-header h1 small {
    color: #ddd
}

.ui.secondary.menu.ngdc {
    margin: 0 -5px;
}

.ui.secondary.menu.ngdc .item {
    color: #0c64b6 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.index {
    background: #fff;
    position: relative;
    padding: 10px 15px 15px 15px;
    border: 0
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

/*------------------Banner-------------------*/

.banner {
    background: url("../image/head-bg-small.png") no-repeat !important;
    background-size: cover !important;
    padding: 30px 0 !important;

}

/*.ui.six.raised.cards > .card {*/
/*    background-color: #F0FAFE !important;*/
/*    -webkit-box-shadow: 0 0 0 1px #F0FAFE, 0 2px 4px 0 #d9e7ee, 0 2px 10px 0 #fff;*/
/*    box-shadow: 0 0 0 1px #F0FAFE, 0 2px 4px 0 #d9e7ee, 0 2px 10px 0 #fff;*/
/*    !*margin: 1em 0 1em 1em !important;*!*/
/*}*/

.ui.four.raised.cards > .card {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f1f6f9;
}

.ui.four.raised.cards > .card > .content > .ui.image.left.floated {
    padding: 5px;
    margin: 0 auto;
}

.ui.four.raised.cards > .card > .content {
    padding: 5px;
}

.ui.four.raised.cards > .card > .content > .header {
    vertical-align: middle !important;
    font-size: 14px;
    font-weight: 600;
}

.card .image .thumbnail:hover {
    background-color: #f5f5f5
}

.thumbnail img {
    margin-right: 10px;;
    float: left;
    width: 100px;
    height: 100px;
    alignment: left;
}

.thumbnail h4 {
    margin-top: 0;
}

.thumbnail ul li {
    padding: 2px;
}

.thumbnail strong {
    font-size: 16px;
    font-weight: 400;
}

.layout {
    margin: 0 -10px 20px;
    overflow: hidden
}

.layout h4 {
    font-size: 18px
}

.layout .text-class {
    font-size: 14px;
    display: block;
    text-align: center;
    word-wrap: break-word
}

.layout .layout-list-group {
    float: left;
    width: 100%;
    height: 100px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    border: 3px solid #fff;
    background-color: #f1f6f9
}

.ui.pagination.menu .active.item {
    padding-top: 5px;
}

.ui.pagination.menu .item {
    min-width: 2em;
    text-align: center;
}

div.dataTables_filter input {
    font-family: Arial, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 1em;
    padding: 5px 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color .1s ease, border-color .1s ease;
    transition: color .1s ease, border-color .1s ease;
}

/*.layout a:hover {*/
/*color: #fff;*/
/*background-color: #29a4ef*/
/*}*/

@media (min-width: 768px) {
    .layout {
        margin-right: 0;
        margin-left: 0
    }

    .layout .layout-list-group {
        width: 33.3%;
        font-size: 12px
    }
}


@media only screen and (min-width: 1200px) {
    .ui.grid.container {
        width: calc(1170px + 2rem) !important;
    }
}


.callout {
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #eeeeee
}

.callout img {
    float: left;
    margin-left: 20px;
    margin-top: 0;
}

.callout h4 {
    padding-bottom: 5px;
    text-align: center;
}

.callout h1 {
    margin-top: 0;
    padding-bottom: 5px;
    text-align: center;
}

.callout p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
    padding-bottom: 5px;
    /*text-align: center;*/
}

.callout p:last-child {
    margin-bottom: 0
}

.callout code {
    border-radius: 3px
}

.callout + .callout {
    margin-top: -5px
}

.callout-danger {
    border-top-color: #ce4844
}

.callout-danger h4 {
    color: #ce4844
}

.callout-danger h4 > a {
    color: #ce4844;
}

.callout-warning {
    border-top-color: #FFCC33;
}

.callout-warning h4 {
    color: #FFCC33
}

.callout-warning h4 > a {
    color: #FFCC33;
}

.callout-info {
    border-top-color: #00AADC
}

.callout-info h4 {
    color: #00AADC
}

.callout-info h4 > a {
    color: #00AADC
}

.callout-success {
    border-top-color: #00AA88;
}

.callout-success h4 {
    color: #00AA88;
}

.callout-success h4 > a {
    color: #00AA88;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    margin-left: -1.5px
}

.tldate {
    display: block;
    width: 200px;
    background: inherit;
    border: 3px solid #ccc;
    color: #e38d13;
    margin: 0 auto;
    padding: 3px 0;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35)
}

.timeline li {
    margin-bottom: 25px;
    position: relative
}

.timeline li:before, .timeline li:after {
    content: " ";
    display: table
}

.timeline li:after {
    clear: both
}

.timeline li:before, .timeline li:after {
    content: " ";
    display: table
}

.timeline li .timeline-panel {
    width: 46%;
    float: left;
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15)
}

.timeline li .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "
}

.timeline li .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
    top: 0;
    right: 0;
    display: none;
    border: 0
}

.timeline li.timeline-inverted .timeline-panel {
    float: right
}

.timeline li.timeline-inverted .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline li.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline li .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    background: #6a8db3;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: -16px;
    border: 3px solid #90acc7;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 99999
}

.tl-heading h4 {
    margin: 0;
    color: #c25b4e
}

.tl-body p, .tl-body ul {
    margin-bottom: 0
}

.tl-body > p + p {
    margin-top: 5px
}

@media (max-width: 991px) {
    .timeline li .timeline-panel {
        width: 44%
    }
}

@media (max-width: 700px) {
    .page-header h1 {
        font-size: 1.8em
    }

    ul.timeline:before {
        left: 40px
    }

    .tldate {
        width: 140px
    }

    ul.timeline li .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px)
    }

    ul.timeline li .tl-circ {
        top: 22px;
        left: 22px;
        margin-left: 0
    }

    ul.timeline > li > .tldate {
        margin: 0
    }

    ul.timeline > li > .timeline-panel {
        float: right
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

/***********Sign in***************/
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*BIGD SEARCH*/
.hits em {
    color: red;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

/*
 * Main content
 *
 */

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}

@media only screen and (min-width: 1200px) {
    .ui.container {
        width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.segment p {
    font-size: 14px !important;
}

@media only screen and (max-width: 320px) {
    div.header.responsive.font {
        font-size: 28px !important;
    }
}


@media only screen and (min-width: 1170px) {
    div.header.responsive.font {
        font-size: 38px !important;
    }
}

/*h3.texts{*/
/*    margin-top: 15px !important;*/
/*    margin-bottom: 15px !important;*/
/*}*/

.ui.card > .image, .ui.cards > .card > .image {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    background: linear-gradient(rgba(176, 223, 248, 0.8), rgb(238, 238, 248, 0.1));

}

.ui.accordion.styled {
    background: #F8FCFE;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ui.accordion.styled .title {
    background: #2185d0;
    color: #fff;
    padding: 5px;
    font-weight: bolder;
    border-radius: 5px;
    margin-top: 15px;
}

.ui.accordion.styled .content {
    padding: 15px !important;
}

.ui.accordion.styled .title:hover {
    background: #1678C2;
    color: #fff;
    padding: 5px;
    font-weight: bolder;
    border-radius: 5px;
    margin-top: 15px;
}

.ui.accordion.styled .active.title {
    background: #1678C2;
    color: #fff;
    padding: 5px;
    font-weight: bolder;
    border-radius: 5px;
    margin-top: 15px;
}
