﻿    *{
            padding:0px;
            margin:0px;
        }
@font-face{
    font-family:'NotoSansHans-Medium';
    src:url(../fonts/NotoSansHans-Medium.ttf);
}
@font-face{
    font-family:'NotoSansSC-Regular';
    src:url(/Content/fonts/NotoSansSC-Regular.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-Regular;
        }
.ImgBgs{
    display:none;
}

.cent2{
            width:100%;
            min-height:1980px;
            background-color:#E8E8E8;
            font-family:NotoSansHans-Medium;
            border:1px solid white;
            border-left:0px;
            border-right:0px;
            overflow:auto;
        }
.cent2_dvtp{width:82%;height:550px; margin:auto;margin-top:100px;position:relative;overflow:hidden;}
.cent2_dv_lf{
            width:46%;
            float:left;
            height:90%;
            padding-top:5%;
            padding-left:4%;
            color:Gray;
            background-color:white;
        }

.cent2_top_date{ font-size:20pt;}
.cent2_details{
            width:76%;
            height:150px;
            font-size:15pt;
        }
        .cent2_dv_rgt{
            float:left;
            width:50%;
            height:550px;
        }
        .cent2_dv_rgt img{
            width:100%;
            height:100%;
        }


        .cent2_botoms{
            width:82%;
            height:auto;
            margin:auto;
            margin-top:100px;
            overflow:auto;
            /*border:1px solid red;*/
        }
        .cent2_botoms ul li{
            list-style:none;
            float:left;
            padding:2%;
            /*overflow:hidden;*/
            margin-top:10px;
            width:29%;
            cursor:pointer;
            
        }
        .cent2_botoms ul li:hover{
            background-color:white;
            box-shadow:0px 10px 12px Gray; 
        }
        .cent2_botoms ul li table{
            width:100%;
            line-height:36px;
        }

        .cent2_botoms ul li table img{
            width:100%;
            height:300px;
        }
        .cent2_botoms_date{
            text-align:right;
        }
        .cent2_botoms_title{
            font-size:16pt;
            height:80px;
        }

    .hide_li{
        display:none;
    }