/**

 */

.block-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    align-items: flex-start;
    margin-bottom: 100px;
}

/** 右边 **/
.right-content {
    width: 1000px;
    margin-top: 20px;
}

.right-content-title {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #E5E5E5;
}

.right-content-content {
    padding: 40px 0px;
}

.right-content-content  p{
    line-height: 36px;
    font-size: 18px;
    color: #3C3C3C;
    margin-bottom: 50px;
}

/** 工作人员查询 **/

.right-content-staff {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.staff-search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 656px;
}

.staff-search-input {
    width: 482px;
    height: 60px;
    background: #E1E1E1;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #D5D5D5;
}

.staff-search-input img.icon {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 15px;
    top: 20px;
}

.staff-search-input input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    text-indent: 50px;
    border-radius: 5px 5px 5px 5px;
}

.staff-search-btn {
    width: 174px;
    height: 60px;
    background: #BE0000;
    border-radius: 5px 5px 5px 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    font-size: 18px;
    color: #FFFFFF;
}


/**
 <!-- 查询结果 -->
 */

.staff-result {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.staff-result-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.staff-result-item {
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #E4E4E4;
    margin-bottom: 20px;
    padding: 50px;
}

.staff-result-item-left {
    width: 200px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staff-result-item-left img {
    width: 200px;
    height: 260px;
    background: #CFCFCF;
    border-radius: 5px 5px 5px 5px;
}

.staff-result-item-right {
    width: 448px;
    height: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
}

.staff-result-item-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 448px;
}

.staff-result-item-right ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E4E4E4;
}

.staff-result-item-right ul li img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.staff-result-item-right ul li span {
    font-size: 18px;
    color: #333333;
}

.staff-result-item-right ul li span:nth-child(2) {
    font-size: 18px;
    color: #333333;
}


/**
联系我们
 */


.right-content-contact {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-map {
    width: 100%;
    height: 400px;
}

.contact-map img {
    width: 100%;
    height: 400px;
}

.contact-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.contact-info-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 60px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.contact-info-item img {
    width: 22px;
    height: 22px;
    margin-right: 20px;
}


.contact-info-item .icon {
    width: 48px;
    height: 48px;
    margin-right: 20px;

}

.contact-info-item .contact-info-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.contact-info-item .contact-info-list span {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.contact-info-item .contact-info-list span:nth-child(2) {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}



