﻿body {
}

@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url(/Content/fonts/NotoSansSC-Regular.otf);
}

@font-face {
    font-family: 'NotoSansSC-Medium';
    src: url(/Content/fonts/NotoSansSC-Medium.otf);
}


.cent1 {
    width: 100%;
    height: 950px;
    background-image: url(../Image/Johnsongroup/Journalism/banner.png);
    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-Medium;
}


.cent2 {
    width: 100%;
    min-height: 1980px;
    background-color: #E8E8E8;
    font-family: NotoSansSC-Regular;
    overflow: auto;
    color: DimGray;
    font-size: 16pt;
}

.cent2_top_title {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 26pt;
    font-family: NotoSansSC-Medium;
}

.cent2_top_date {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 22pt;
    font-family: NotoSansSC-Medium;
}

/*.cent2_imgs {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}*/

    .cent2_dv_lf img {
        display:block;
        /*width: 580px;
        height: 390px;*/
        margin:auto;
        margin-top:50px;
        margin-bottom:50px;
    }

.cent2_dv_rgt {
    width:100%;
    height:120px;
    padding-top:60px;
    text-align:right;
}
