.top_pic {
    line-height: 0;
}

.content {
    max-width: 1200px;
    margin: 20px auto;
}

.content_title {
    font-size: 12px;
    color: #9c9c9c;
    margin: 10px 0px;
}

.content_title_name {
    color: #9c9c9c;
}

.content_inner {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    height: 1050px;
    min-height: 1050px;
    min-width: 960px;
}

.content_inner_list {
    float: left;
    width: 230px;
    height: 100%;
    background-color: #fbfcff;
    border-right: 1px solid #e5e5e5;
    font-size: 18px;
    color: #474747;
}

.main_content {
    float: left;
    padding: 30px 60px;
}

.main_content_inner {
    width: 840px;
}

.content_inner_li {
    line-height: 65px;
    text-align: left;
    margin: 0px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.content_inner_li.active {
    background-color: #fff;
    margin: 0;
    padding: 0px 30px;
    border-right: 1px solid #fff;
    margin-right: -1px;
    border-left: 2px solid #ea5404;
    border-top: 1px solid #e5e5e5;
    margin-top: -1px;
}

.main_content_inner_list_title {
    color: #333;
    font-size: 20px;
    padding: 20px 0px;
}

.main_content_inner_img {
    margin-bottom: 20px;
}

.main_inner_list {
    color: #474747;
    font-size: 16px;
}

.main_inner_li {
    line-height: 45px;
    border-top: 1px dashed #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 0px 10px;
}

.main_inner_li_title {
    float: left;
}

.main_inner_li_date {
    float: right;
}

.main_inner_li_title:before {
    content: 'â€¢';
    font-size: 15px;
    color: #ea5404;
    margin-right: 5px;
}

.main_inner_li:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.content_inner_li a {
    display: block;
    width: 100%;
    height: 100%;
}

.activity_title {
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    width: 270px;
    text-align: center;
    margin: 0 auto;
}

.activity_title:before {
    /* content: "";
    width: 30px;
    height: 28px;
    display: block;
    float: left;
    background-image: url(../images/activity_03.png);
    background-repeat: no-repeat;
    background-position: center; */
}

.activity_title:after {
    /* content: "";
    width: 30px;
    height: 28px;
    display: block;
    float: right;
    background-image: url(../images/activity_05.png);
    background-repeat: no-repeat;
    background-position: center; */
}

.activity_text {
    color: #474747;
    font-size: 16px;
    line-height: 28px;
}

.activity_text_title {
    color: #474747;
    font-size: 18px;
    line-height: 50px;
}

.introduce_title {
    color: #e95504;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.introduce_name {
    color: #e95504;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.introduce_hr {
    background-color: #fff;
    border: 0px;
    border-top: 2px dashed #dcdcdc;
    width: 560px;
}

.activity_title {
    padding: 20px;
}

.introduce_img {
    text-align: center;
    /* padding-bottom: 26px; */
    margin-bottom: 40px;

}

.introduce_img img {
    width: 840px;
    height: 533px;
    border: 1px solid #cecdcb;
}

.honor .introduce_img {
    padding-bottom: 0px;
}

.contact_text {
    color: #474747;
    padding: 5px 100px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.joinus_box {
    width: 870px;
    height: 440px;
    margin: 0 auto;
    background-image: url(../images/joinus_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px 0px;
}

.joinus_inner {
    font-size: 18px;
    color: #474747;
    padding: 20px 30px;
    width: 515px;
    background: -webkit-linear-gradient(left, #ffffff, #e9f0f6);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ffffff, #e9f0f6);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ffffff, #e9f0f6);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ffffff, #e9f0f6);
    /* æ ‡å‡†çš„è¯­æ³• */
}

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

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

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

.search_option {
    float: left;
    margin: 0px 20px;
}

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

input[name="search_name"] {
    width: 220px;
    height: 27px;
    border: 1px solid #bfbfbf;
    display: block;
    float: left;
}

.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: 31px 20px;
}

.people_search_li {
    background-color: #f5f5f5;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 370px;
}

.people_search_li:nth-child(2n) {
    margin-right: 0px;
}

.people_search_li .search_result_info {
    font-size: 14px;
    color: #474747;
}

.people_search_li .search_result_box_photo {
    padding: 5px;
    background-color: #fff;
    width: 118px;
    height: 154px;
}

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

.search_result_info i,
.search_result_li 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;
}

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

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

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

.result_name {
    width: 37px;
}

.people_title_btn {
    text-align: center;
    float: left;
    padding: 5px;
    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;
}

.top_pic img {
    width: 100%;
}

.introduce_img_width img {
    width: 100%;
}

.info_text {
    color: #fff;
    margin: 0 auto;
    font-size: 14px;
    position: relative;
    margin-top: -166px;
    width: 740px;
    padding: 10px 50px 46px;
    overflow: hidden;
}

.info_text span {
    display: block;
    width: 160px;
    text-align: left;
    margin-right: 130px;
    float: left;
}

.info_text span:last-child {
    margin-right: -1px;
}

.team_box {
    width: 640px;
    height: 497px;
    margin: 0 auto;
    background-image: url(../images/introduce_07.png);
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
}

.adviser_box {
    width: 830px;
    height: 455px;
    margin: 0 auto;
    background-image: url(../images/introduce_11.png);
    color: #474747;
    font-size: 14px;
    text-align: center;
}

.team_list_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.team_list {
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
}

.team_list_text_right {
    float: right;
}

.team_list_text {
    width: 200px;
    height: 89px;
    padding: 35px 15px;
}

.team_list_text_cont {
    line-height: 20px;
}

.adviser_list_title {
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 13px;
}

.adviser_list {
    width: 120px;
    height: 94px;
    float: left;
    padding: 115px 37px 10px 43px;
    margin-right: 10px;
}

.adviser_top {
    overflow: hidden;
    width: 628px;
    margin: 0 auto;
}

.adviser_list:last-child {
    margin-right: 0px;
}

p.adviser_list_text {
    line-height: 21px;
}

.adviser_bottom .adviser_list {
    padding: 124px 37px 10px 41px;
}

.service .adviser_list {
    padding: 112px 25px 10px 30px;
    width: 145px;
}

.adviser_box {
    background-position: 100%;
    background-repeat: no-repeat;
}

.service .adviser_box {
    margin-bottom: 20px;
}

.service .adviser_bottom {
    margin-top: 15px;
}

.activity_bg_title {
    background-image: url(../images/title_03.png);
    font-size: 20px;
    color: #474747;
    text-align: center;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

.activity_bg_title_1 {
    background-image: url(../images/title_bg_03.png);
    font-size: 20px;
    color: #474747;
    text-align: center;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    display: none;
}

.strength_box {
    background-image: url(../images/strength_03.png);
    width: 640px;
    height: 350px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}

.strength_list {
    width: 315px;
    height: 122px;
    float: left;
    padding: 48px 0px 10px 0px;
    line-height: 25px;
}

.strength_list:nth-child(2n-1) {
    margin-right: 10px;
}

.contact_box {
    /* background-image: url(../images/contact_box_bg01.png); */
    width: 840px;
    height: 197px;
    margin: 0 auto;
    /* padding: 25px 44px; */
    line-height: 33px;
    background-repeat: no-repeat;
    position: relative;
    margin: 26px 0 30px;
}

.contact_box img {
    width: 840px;
    height: 197px;
    border: 1px solid #cac9c7;
}

.contact_span {
    color: #040000;
}

.contact_div {
    position: absolute;
    top: 30px;
    right: 65px;
}

.contact_div p {
    color: #050006;
}

.contact_text .contact_special {
    letter-spacing: 29px;
    color: #000000;
    font-weight: bold;
    /* margin-right: -32px; */
}

.major_box {
    background-image: url(../images/major_box_bg.png);
    width: 600px;
    height: 500px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-position: center;
    background-size: 642px;
    background-repeat: no-repeat;
    display: none;
}

p.major_title {
    font-size: 18px;
    line-height: 35px;
}

.major_top {
    width: 220px;
    margin: 0px auto;
    height: 159px;
    padding: 50px 0px;
}

p.major_text {
    line-height: 27px;
}

.major_bottom_left {
    width: 200px;
    float: left;
    padding: 60px 20px;
}

.major_bottom_right {
    float: right;
    width: 200px;
    padding: 60px 20px;
}

p.honor_time {
    color: #fb5454;
    font-size: 16px;
    font-weight: bold;
}

p.honor_text {
    font-size: 14px;
    color: #474747;
}

li.honor_li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/honor_tips.png);
    float: left;
    padding: 15px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.honor_li_inner {
    float: left;
    line-height: 25px;
}

li.honor_li {
    overflow: hidden;
    margin: 10px 10px;
}

ul.honor_box {
    width: 780px;
    margin: 0 auto;
    background-image: url(../images/honor_text_bg.png);
    background-repeat: no-repeat;
    background-size: 2px 1540px;
    background-position: 33px 18px;
}

.contact_text span {

    color: #626262;
    font-weight: normal;
}

.context {
    letter-spacing: 32px;
    margin-right: -32px;
}

@media screen and (max-width: 1210px) {
    .main_content_inner {
        width: 765px;
    }

    .content_inner_list {
        width: 135px;
    }

    .main_content {
        padding: 30px 20px;
    }

    .main_content_inner_img img {
        width: 100%;
    }

    .main_content img {
        width: 100%;
    }

    .people_search_li {
        width: 302px;
    }

    .people_search_li .search_result_box_photo {
        width: 95px;
        height: 118px;
    }

    .people_search_li .search_result_info {
        font-size: 13px;
    }

    .search_result_info {
        padding: 30px 5px;
    }

    .search_result_box {
        padding: 20px 10px;
    }

    .contact .introduce_img {
        width: 568px;
        margin: 0 auto;
    }

    .contact_box {
        width: 568px;
        height: 250px;
        margin: 0 auto;
        padding: 22px 44px;
        line-height: 30px;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .info_text span {
        margin-right: 96px;

    }

    .info_text {
        width: 709px;
    }
}