* {
    margin:0;
    padding: 0;
    font-size: 1em;
}
a {
    text-decoration: none !important;
}
.contain {
    width: 100%;
}
.nav-bar,.nav-bar a {
    background-color:rgb(8, 114, 175);
    color: white;
    height: 56px;
    line-height: 56px;
    font-size: 1.1em;
    text-align: center;
}
.nav-bar>div {
    padding-right: 22px;
    display: inline-block;
    box-sizing: border-box;
}
.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;*/
}
.date-1 {
    margin: 18px 0;
    width: 90%;
    box-sizing: border-box;
    /*height: 52px;*/
    /*line-height: 52px;*/
    font-size: 1.2em;
}
.list-group-item {
    font-size: 1.1em;
}
.panel-body>a {
    font-size: 1.2em;
    line-height: 1.3em;
}
.panel-body>a:hover {
    color: orange;
    text-decoration: none;
}
.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;
}
.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;
}