* {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

a {
    text-decoration: none !important;
}

.contain {
    width: 100%;
}

.header-title {
    position: fixed;
    top: 0;
    height: 68px;
    background-color: #FFF;
    text-align: center;
    z-index: 999;
    width: 100%;
    display: none;
}

.nav-bar {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    box-sizing: border-box;
    /*overflow: hidden;*/
}

@media screen and (max-width:980px) {
    .navbar-header {
        display: none !important;
    }
}

.navbar-header img {
    height: 40px;
    display: inline-block;
    margin-top: -4px;
}

.navbar-header {
    font-size: 18px;
    line-height: 56px;
    padding-left: 12px;
}

.nav-bar {
    background-color: rgb(8, 114, 175);
    color: white;
    height: 56px;
    /*line-height: 56px;*/
    font-size: 1.2em;
    text-align: right;
    padding: 0 16px;
    box-sizing: border-box;
}

.nav-bar a {
    background-color: rgb(8, 114, 175);
    color: white;
    line-height: 56px;
    font-size: 1em;
    text-align: right;
    padding: 0 16px;
    box-sizing: border-box;
}

.nav-bar>div {
    display: inline-block;
    box-sizing: border-box;
}

.text-muted {
    margin-top: 22px;
}

a:hover {
    background-color: unset !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: unset !important;
}

.navbar-nav>li>a {
    padding-top: 18px;
}

.carousel {
    margin-top: 56px;
}

.dropdown-menu {
    min-width: unset !important;
    background-color: rgb(8, 114, 175);
    color: white;
    text-align: left;
    white-space: nowrap
}

.dropdown-menu a {
    line-height: 30px !important;
}

.cai-head-logo {
    display: inline-block;
}

.cai-head-logo img {
    width: 68px;
}

.cai-line {
    width: 100%;
    height: 1px;
    margin-top: 12px;
    background-color: rgb(8, 114, 175);
    box-shadow: 0 -1px 0 2px rgb(8, 114, 175);
}

.cai-head-title {
    display: inline-block;
    float: right;
    font-size: 22px;
    font-weight: bold;
    color: red;
}

.cai-content {
    width: 100%;
    margin-top: 18px;
    padding: 8px 12px;
    box-sizing: border-box;
    text-align: justify;
    /*background-color: #f1f1f1;*/
    /*box-shadow: 0 1px 2px 2px #a6a6a6;*/
    font-size: 20PX;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 48px;
}

.cai-content p {
    text-indent: 2em;
}

.box {
    margin-bottom: 22px;
    font-size: 18PX;
    line-height: 28px;
    font-weight: 500;
}

.box .subtitle {
    color: #EE2561;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: bold;
}

.box p {
    text-align: justify;
    text-indent: 2em;
}

.org-title {
    text-align: center;
    margin: 12px 0 18px 0;
    font-weight: bold;
    font-size: 18px;
}

.cai-org table,
.cai-org tr,
.cai-org td {
    border: none;
    width: 100%;
    color: rgb(8, 114, 175);
    font-size: 22px;
    font-weight: bold;
}

.cai-org td {
    width: 25%;
    padding: 12px 0;
}

.cai-org td>div {
    padding-bottom: 12px;
}

.org-logo {
    width: 100%;
    padding: 0 28px 0 0;
}

.date-box {
    padding: 0;
    text-align: center;
    height: 56px;
    line-height: 56px;
    font-size: 1.4em;
    /*letter-spacing: 5px;*/
    font-family: "Microsoft YaHei";
    color: white !important;
    background-color: rgb(8, 114, 175) !important;
    /*background: url(https://www.kuangyeyuan.com/files/system/wenli.jpg) repeat;*/
}

.box-sidebar {
    box-shadow: 0 0 2px 2px #666666;
}

.btn-sidebar {
    width: 100%;
    border: 1px solid #666;
    text-align: center;
    font-size: 28px;
    line-height: 52px;
    box-shadow: 0 0 2px 2px rgb(8, 114, 175);
    margin-bottom: 22px;
}

.contact-sidebar div {
    margin-bottom: 16px;
}

.list-group-item {
    font-size: 1.1em;
}

table {
    margin-bottom: unset !important;
}

.col-md-4 .panel-body {
    overflow-y: scroll;
    height: 180px;
    scrollbar-width: thin;
}

.panel-body>a {
    font-size: 1.2em;
    line-height: 1.3em;
}

.panel-body>a:hover {
    color: orange;
    text-decoration: none;
}


/* .panel-body table tbody tr td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
} */

.footer {
    /*background: url(https://www.kuangyeyuan.com/files/system/wenli.jpg) repeat;*/
    background: rgb(8, 114, 175);
    width: 100%;
    text-align: center;
}

.footer p {
    color: white;
    font-size: 1.1em;
    text-align: center;
}


/**菜单选中样式**/

.active>a {
    /*color: red !important;*/
    font-size: 1.2em;
    font-weight: 900;
}

.active>a:hover {
    text-decoration: none;
}


/*块标题*/

.block_title {
    padding: 0;
    height: 56px;
    line-height: 56px;
    font-size: 1.4em;
    /*border-left: 12px solid red;*/
    background-color: rgb(8, 114, 175) !important;
}

.block_title>font {
    padding-left: 8px;
    /*letter-spacing: 2px;*/
    font-weight: bold;
    color: white;
}

.panel-cai {
    text-align: justify;
    font-size: 1.2em;
    line-height: 28px;
    color: black;
}

.panel-cai>p {
    text-indent: 2em;
}

.name-ori {
    margin-bottom: 12px;
}