html, body {
    background: #FFFFFF;
}

.content-wrapper {
    width: 1200px;
    height: auto;
    margin: auto;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
    border-radius: 10px 10px 10px 10px;
    padding: 20px 60px;
}

.header-image{
    height: 360px;
    background-image: url("/page/pc/images/jbzx/img1.png");
}
.content-tab{
    display: flex;
    justify-content: center;
    background: #E6F0F9;
    border-radius: 10px;
}
.content-tab-list{
    width: 1200px;
}
.content-tab-list ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0px;
}
.content-tab-list ul li{
    width: 160px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #999999;
    font-size: 18px;
    cursor: pointer;
}
.title-type{
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.title-type img{
    width: 22px;
}

.content div{
    line-height: 30px;
}
.color-blue{
    color: #2589EB;

}
.flex-content{
    display: flex;
    justify-content: center;
}
.list{
    width: 900px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.list div{
    width: 450px;
}
.list2{
    width: 600px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.list2 div{
    width: 300px;
}

.content-style{
    text-align: center;
}
.flex-start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    margin-top: 20px;
}
.flex-start img{
    width: 12px;
    margin-right: 5px;
}
.padding50-style{
    padding: 0px 50px;
}
.content-tab_fixed{
    top: 110px;
    position: fixed;
    z-index: 1000;
    left: 190px;
    width: 1550px;
}
.click-style{
    color: #2589EB!important;
}

.ppsu-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.ppsu-table th, .ppsu-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
.ppsu-table thead th {
    background-color: #2589EB;
    color: white;
}


.peek-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    width: 850px;
}

.peek-table th,
.peek-table td {
    padding: 12px 15px;
    text-align: center;
}

.peek-table th {
    font-weight: bold;
    color: #333;
}
.peek-title{
    color: #333;
    font-size: 24px;
}
.none-style{
    display: none;
}
.style-bg-blue{
    background-color: #2589EB;
    color: white;
}

