@charset "UTF-8";
* { margin: 0; padding: 0; }

body { background-color: #f9f9f9; font-size: 16px; }

a { text-decoration: none; }

.banner { height: 552px; background-image: url(/Public/Home/jz/banner.jpg); background-size: cover; background-position: center; }

.conten { padding-bottom: 40px; }

.cont-img { position: relative; z-index: 5; margin-top: -440px; }

.header {
    font-size: 0;
    text-align: center;
}
.intro {
    opacity: .7;
    text-align: center;
    margin-bottom: 50px;
}
.list-box { 
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 60px 80px;
    border-radius: 0 0 40px 40px;
    background-color: #fff;
    box-sizing: border-box;
}
.list-box .item:not(:last-child) { 
    margin-bottom: 60px;
}
.list-box .item .top {
    display: flex;
    align-items: center;
}
.list-box .item .top img {
    margin-right: 30px;
}
.list-box .item .top .right {
    flex: 1;
    font-weight: bold;
}
.list-box .item .top .right p {
    margin-top: 5px;
    line-height: 28px;
    opacity: .9;
}
.list-box .item .info {
    position: relative;
    border-radius: 5px;
    padding: 20px 60px;
    text-align: justify;
    margin-top: 15px;
    margin-left: 20px;
    background: #FCFDFE;
    border: 1px dashed #ddd;
}
.list-box .item .info.empty {
    border: none;
    padding: 0;
}
.list-box .item .info::after {
    content: '';
    position: absolute;
    top: -9px;
    left: -9px;
    width: 18px;
    height: 18px;
    background: #F0F7FA;
    border-radius: 100%;
}
.list-box .item .info span {
    font-size: 16px;
    line-height: 28px;
    opacity: .7; 
}

.newfooter { width: 100%; padding-bottom: 30px; font-size: 14px; color: #fff; background: #496057; }
.newfooter .f-nav { width: 100%; height: 78px; line-height: 78px; border-bottom: 1px solid rgba(0, 0, 0, 0.3); font-size: 16px; text-align: center; }
.newfooter .f-nav a { padding: 0 20px; color: inherit; display: inline-block; }
.newfooter .f-logo { margin-top: 30px; text-align: center; }
.newfooter .f-logo img { width: 40px; }
.newfooter .f-logo .img { display: flex; align-items: center; justify-content: center; }
.newfooter .f-logo span { font-size: 24px; font-weight: bold; margin-left: 8px; }
