﻿
@font-face {
    font-family: 'NotoSansHans-Medium';
    src: url(../../Content/fonts/NotoSansSC-Medium.otf);
}

@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url(/Content/fonts/NotoSansSC-Regular.otf);
}

@font-face {
    font-family: 'NotoSansSC-DemiLight';
    src: url(/Content/fonts/NotoSansSC-DemiLight.otf);
}

* {
    margin: 0px;
    padding: 0px;
    font-family: NotoSansHans-Medium;
}


.cent1 {
    width: 100%;
    height: 950px;
    background-image: url(/Content/Image/Talent/banner.jpg);
    background-size: 100% 100%;
}

    .cent1 div {
        color: white;
        padding-top: 27%;
        margin-left: 7%;
    }

.cent1_t1_en {
    font-size: 42pt;
    font-family: Arial;
    font-weight: bold;
}

.cent1_t1_cn {
    font-size: 42pt;
    font-family: NotoSansSC-Regular;
}


.cent2 {
    width: 100%;
    height: 850px;
    background-color: #E8E8E8;
}

.cent2_tab1 {
    width: 88%;
    margin: auto;
    padding-top: 50px;
}

    .cent2_tab1 > ul {
        width: 100%;
        list-style: none;
    }

        .cent2_tab1 > ul > li {
            float: left;
        }

.cent2_tab_li0 {
    width: 40%;
    height: 700px;
}

    .cent2_tab_li0 span {
        font-size: 40pt;
        color: DimGray;
        width: 35%;
    }

#spans {
    font-size: 15pt;
    color: DarkGray;
    line-height: 30px;
    margin-top: 20px;
}

.cent2_tab_li1 {
    width: 59%;
    height: 690px;
    padding-top: 10px;
}


.cent2_top_div {
    width: 230px;
    height: 38px;
    border: 1px solid #C4C4C4;
    float: left;
    margin-left: 50px;
}

.cent2_top_div img { width: 28px;}
.cent2_top_seach{float:left;width:20%;height:100%;cursor:pointer;}

.cent2_tab1 td { padding-top: 20px;}

.cent2_bottom_div {
    width: 90%;
    height: 650px;
    background-color: white;
    border-top: 12px solid #C9062C;
    box-shadow: 3px 10px 26px #A9A9A9;
    margin-top: 80px;
}

    .cent2_bottom_div table {
        width: 86%;
        margin: auto;
        margin-top: 20px;
        font-size: 18pt;
        text-align: center;
    }

        .cent2_bottom_div table td {
            border-bottom: 1px dashed DarkGray;
            padding-bottom: 15px;
        }

        .cent2_bottom_div table th {
            font-size: 28pt;
            color: DimGray;
            padding-bottom: 20px;
        }
.cent2_bottom_div_d1{
    min-height:420px;text-align:center;margin-top:-25px;
}

#TalentBind tr:hover {
    color: #C9062C;
}
