.ct_box {
    width: 1200px;
    margin: 0 auto;
    min-height: 55vh;
    justify-content: space-between;
}

.introduce_title {
    font-size: 24px;
    color: #333;
    padding-left: 5px;
    border-left: 3px solid #D00A15;
}

.ct_content {
    margin: 20px 0;
    color: #333;
    font-size: 14px;
}

.ct_content span {
    display: block;
    color: #333;
    font-size: 14px;
}

.ct_title {
    margin: 20px 0 0 0;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.message_box {
    width: 450px;
    min-height: 290px;
    border: 1px solid #D00A15;
    border-top: 0;
}

.message_title_box {
    background: #D00A15;
    height: 45px;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;

    font-weight: bold;
    color: #fff;
}

.message_title_box p {
    font-size: 16px;
}

.message_title_box span {
    font-size: 16px;
}

.message_ct_box {
    padding: 0 20px;
    box-sizing: border-box;
}

.advertising_table {
    width: 1200px;
    margin: 30px 0;
}

.advertising_table thead tr td {
    text-align: center;
    height: 45px;
    background: #D00A15;
    color: #fff;
    font-size: 16px;
}

.advertising_table tbody tr {
    height: 45px;
    text-align: center;

}

.advertising_table tbody tr td {
    font-size: 14px;

}

.advertising_table tbody tr:nth-child(2n-1) {
    background: #fff;
}

.advertising_table tbody tr:nth-child(2n) {
    background: #FFEDEE;
}

.advertising_ul {
    padding: 30px 0 0 30px;
    box-sizing: border-box;
}

.advertising_ul li {
    padding-bottom: 10px;
    box-sizing: border-box;
    list-style: disc;
    font-size: 16px;
}

.advertising_ul li span {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 5px 0;
    box-sizing: border-box;
}

.person_table {
    width: 1200px;
    margin: 30px 0;

}

.search__box {
    width: 100%;
    justify-content: space-between;
    margin: 20px 0;
}

.search_left_box {
    width: 812px;
    justify-content: space-between;

}

.search_left_box div {
    font-size: 16px;
}

.search {
    width: 200px;
    height: 30px;
    border: 1px solid #D00A15;
    outline: none;
    border-radius: 5px;
    text-indent: 10px;
    font-size: 14px;
}

.reset_but {
    width: 70px;
    height: 40px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #D00A15;
    margin-right: 20px;
}

.search_But {
    border: 0;
    width: 70px;
    height: 40px;
    border-radius: 5px;
    background: #D00A15;
    color: #fff;
}

.person_table thead tr td {
    text-align: center;
    height: 45px;
    background: #FFEDEE;
    color: #333;
    font-size: 16px;
}

.contnet_none {
    text-align: center;
}

.person_contennt {
    color: #333;
    font-size: 14px;
}

/* 地图 */
#container {
    width: 600px;
    height: 230px;
}