.main_banner {
    background-image: url(../images/banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.main_banner_route {
    padding: 0 1%;
    font-size: 16px;
}

.main_banner_title {
    font-size: 45px;
    margin: 0 1%;
    display: inline-block;
    border-bottom: 6px solid #e8d6cb;
    padding-bottom: 25px;
}

.main_body {
    min-height: 500px;
    background-color: #fff;
    width: 78%;
    float: left;
}

.main_nav {
    min-height: 250px;
    background-color: #fff;
    width: 18%;
    float: right;
}

.main_content {
    width: 96%;
    margin: 0 auto;
    margin-top: -122px;
    overflow: hidden;
    max-width: 1200px;
}

.main_img img {
    width: 94%;
}

.main_img {
    text-align: center;
}

.main_page {
    padding: 35px 0px;
}

.main_nav_list {
    margin: 25px 10%;
}

.main_nav_btn {
    padding: 10px 0px;
    color: #545454;
    font-family: '方正兰亭纤黑简体';
    border-bottom: 1px dashed #a2a09f;
    cursor: pointer;
}


.main_nav_icon {
    float: right;
    margin-right: 10px;
    color: #545454;
}

.main_nav_btn.last {
    border: 0px;
}

.main_nav_btn.active {
    color: #ee7637;
}

.main_honor {
    padding: 0px 0px 35px 0px;
}

.main_honor .main_img {
    line-height: 0;
}


.people_title {
    font-size: 18px;
    color: #474747;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    margin-bottom: 10px;
}

.people_search {
    margin: 10px 0px;
    background-color: #fdede9;
    padding: 5px 25px;
    font-size: 14px;
    color: #474747;
}

.people_search_option_label {
    font-weight: bold;
    float: left;
}

.search_option {
    float: left;
    margin: 0px 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 0px;
}

.people_search_option {
    /*overflow: hidden;*/
    height: 30px;
    padding: 10px 0px;
    position: relative;
}

input[name="search_name"] {
    width: 220px;
    height: 27px;
    border: 0;
    display: block;
    float: left;
    padding: 2px 10px 2px 28px;
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}

.option_label {
    line-height: 33px;
}

.search_option_btn {
    border: 1px solid #ea5404;
    width: 80px;
    height: 31px;
    background-color: #ea5404;
    color: #fff;
    display: block;
    float: left;
    cursor: pointer;
}

.search_result {
    background-color: #fff;
    margin: 10px auto;
    overflow: hidden;
}

.search_result_title {
    float: left;
    width: 15px;
    padding: 27px 15px;
    margin: 25px 0px;
    border-right: 1px solid #eaeaea;
    margin-right: 0px;
    font-size: 16px;
}

.search_result_box {
    float: left;
    padding: 20px 20px;
}

.search_result_box_photo {
    float: left;
    line-height: 0;
    width: 118px;
    height: 152px;
}

.search_result_info {
    float: left;
    font-size: 16px;
    line-height: 30px;
    padding: 0px 20px;
}

.search_result_box_photo img {
    width: 100%;
    height: 100%;
}

.search_result_info i {
    font-style: normal;
    color: #ed5f00;
}

.search_result_list {
    position: absolute;
    top: 40px;
    z-index: 100;
    left: 104px;
    width: 222px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    font-size: 12px;
}

.people_title_btn {
    text-align: center;
    float: left;
    margin: 0px;
    padding: 5px 15px 20px;
    margin-right: 10px;
    cursor: pointer;
}

.people_title_btn.active {
    border-bottom: 1px solid #ea5404;
}

.people_search_list {
    overflow: hidden;
}

.pageContent button {
    border: 1px solid #5798e4;
    border-radius: 5px;
    color: #5798e4;
    font-size: 14px;
    padding: 3px 8px;
    cursor: pointer;
    margin: 0 5px;
    background-color: #fff;
}

.pageContent button:hover {
    background-color: #5798e4;
    color: #fff;
}

.pageContent {
    text-align: center;
    margin-top: 10px;
}

.page_text {
    padding: 5px;
}

.pageSelect {
    font-size: 14px;
    height: 25px;
    width: 50px;
}

.main_content_inner_list {
    width: 90%;
    margin: 0 auto;
}


.search_result_li i {
    font-style: normal;
    color: #ed5f00;
}

.search_result_list {
    position: absolute;
    top: 40px;
    z-index: 100;
    left: 104px;
    width: 256px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    font-size: 12px;
}

.search_result_li {
    line-height: 25px;
    padding: 8px 10px;
    cursor: pointer;
}

.main_banner_inner {
    max-width: 1200px;
    margin: 0 auto;
}

li.search_result_li:hover {
    background-color: #efefef;
}

.search_result_li span {
    margin-right: 10px;
    display: inline-block;
}

.result_name {
    width: 37px;
}

@media screen and (max-width: 1600px) {
    
}

@media screen and (max-width: 1366px) {
    .main_nav {
        width: 28%;
    }

    .main_body {
        width: 69%;
    }

    .main_banner_title {
        font-size: 35px;
    }
}

@media screen and (max-width: 980px) {
    .main_banner_title {
        font-size: 24px;
    }
}
th{
    height:30px;
}
td{
    height:30px;
    text-align: center;
}

.main_people_select {
    text-align: center;
    font-size: 20px;
}



.main_people_select_btn {
    margin: 0 30px;
    padding-bottom: 4px;
    cursor: pointer;
}

.main_people_select_btn.active {
    border-bottom: 3px solid #ee7637;
    color: #ee7637;
}

.main_people_leader {
    padding: 30px 50px;
}

.main_leader_info_name, .main_leader_info_position {
    float: left;
    width: 49%;
    border: 1px solid #eee;
}

.main_leader_info {
    overflow: hidden;
    line-height: 37px;
    text-align: center;
}

.main_leader_info_title {
    line-height: 40px;
    font-weight: bold;
    font-size: 17px;
}

.main_leader_info_title div {
    background-color: #eaf2ff;
}

.main_leader_info_label {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
}
