/*
    description:
    author:  JiangL
    company:
    date:    2019年03月02日
    version: v1.0
*/
body {
    background: #fafff7;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration-line: underline !important;
}

.title-bar {
    background-image: url("../image/zh/nav_bj.jpg");
    height: 37px;
    width: 767px;
    margin-top: 19px;
    margin-left: 30px;
}

.title-bar-text {
    display: flex;
    justify-content: space-between;
    width: 618px;
    margin-left: 86px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    line-height: 35px;
}

.right-top-words {
    text-align: right;
    margin-top: -64px;
    font-size: small;
    color: gray;
}

.big-pic-showcase {
    background-image: url("../image/zh/banner_bg_ygl.jpg");
    height: 329px;
    margin-top: 20px;
}

.d-block.w-100 {
    height: 329px;
}

#carouselIndicators {
    margin: auto;
    width: 1440px;
}

#router {
    width: 1032px !important;
    margin-top: 30px;
    margin-left: 36px;
    border: 0;
}

.head1 {
    background-image: url("../image/zh/list_title_bj.jpg");
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    color: #296002;
    font-size: 14px;
    font-weight: bold;
}

.body1 {
    background-image: url("../image/zh/con_bj.jpg");
    background-repeat: no-repeat;
    padding-left: 24px;
    padding-top: 10px;
}

.left1 {
    background-image: url("../image/zh/con_bj.jpg");
    background-repeat: no-repeat;
    width: 20px;
    float: left;
}


.foot {
    background-image: url("../image/zh/foot_bj.jpg");
    height: 121px;
    text-align: center;
    font-size: 12px;
    font-family: Arial, 宋体, serif;
    margin-top: 20px;
}

.foot-title {
    color: white;
    line-height: 30px;
}

.announced div:nth-child(1) {
    margin-top: 20px;
}

.announced div:nth-child(2) {
    margin-top: 8px;
}

#ICP:hover {
    color: red;
    text-decoration-line: underline !important;
}

.son-title {
    background-image: url("../image/zh/son_title.jpg");
    height: 30px;
    font: bold 14px/30px "宋体";
    color: white;
    padding-left: 20px;
}

.list1 {
    border-bottom: 1px dashed gray;
    line-height: 30px;
    font-size: 12px;
    letter-spacing: 1px;
}

.list1 a {
    margin-left: 10px;
}

.son-content {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.son-container {
    border: 1px solid #307101;
    font-size: 14px;
}

.son-content > p {
    text-indent: 30px;
}