html,
body{
    padding: 0;
    margin: 0;
    font-family: "微软雅黑", serif;
    background: #f8f9fa;
}
.navbar{
    max-width: 1140px;
    margin: auto;
}
.nav-link.active{
    color: #3d743d !important;
    font-weight: bold;
}
.topLogo{
    height: 50px ;
}
.nav-item ~ .nav-item{
    margin-left: 30px;
}

.carousel-caption{
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    height: 200px;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
}
.carousel-caption > h5{
    font-size: 40px;
    padding: 20px 10px;
    color: black;
}
.carousel-caption > p{
    width: 80%;
    display: block;
    margin: auto;
    color: #070e07;
}
.bg1{
    background-color: #e9ecef !important;
}
.jumbotron{
    background-color: transparent !important;
}
footer{
    background-color: #3d743d;
    color: white;
}
footer p{
    line-height: 24px;
    font-size: 14px;
}
footer p ~ p{
    margin: 0;
    padding: 0;
}
footer a{
    color: wheat;
}
footer a:hover{
    color: white;
}
footer a ~ a{
    margin-left: 20px;
}

footer .list-inline .image{
    width: 150px;
}
.indexImage{
    width: 100%;
}

.indexImage1{
    width: 100%;
    max-width: 450px;
}


.page_banner > img{
    width: 100%;
}


.page_banner1{
    max-height: 200px;
    overflow-y: hidden;
}

.page_banner1 > img{
    width: 100%;
}

.content-list{
    padding: 30px 0;
}

.content-list > .list-wrap{
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 15px;
}

.content-list > .list-wrap > .thumb{
    position: relative;
    width: 240px;
    height: 160px;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 5px;
}
.content-list > .list-wrap > .thumb::before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '暂无图片';
    height: 30px;
    text-align: center;
    margin: auto;
    color: white;
}

.content-list > .list-wrap:hover{
    background-color: antiquewhite;
    cursor: pointer;
}


.content-list > .list-wrap > .thumb > img{
    width: 100%;
    height: 100%;
}

.content-list > .list-wrap > .content-wrap{
    flex: 1;
}
.content-list > .list-wrap > .thumb ~ .content-wrap{
    margin-left: 30px;
}

.content-list > .list-wrap > .content-wrap > .title{
    font-size: 26px;
    font-weight: bold;
}

.content-list > .list-wrap > .content-wrap > .profile{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    color: #999;
}

.content-list > .list-wrap > .content-wrap > .info{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 100;
}
.content-list > .list-wrap > .content-wrap > .info > span{
    margin-right: 30px;
}

.list-wrap ~ .list-wrap::before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    content: '';
    background-color: #eceaea;
}

.noData{
    position: relative;
    height: 500px;
}

.noData::before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    content: '-内容紧张整理中,请稍候来访!-';
    text-align: center;
    font-size: 60px;
    color: #d7d4d4;
    margin: auto;
}