﻿    *{
            padding:0px;
            margin:0px;
        }
@font-face{
    font-family:'NotoSansHans-Medium';
    src:url(../../fonts/NotoSansSC-Medium.otf);
}
@font-face{
    font-family:'NotoSansSC-Regular';
    src:url(../../fonts/NotoSansSC-Regular.otf);
}

.cent1 {
            width: 100%;
            overflow-y:auto;
            background-color:#E8E8E8;
            /*height: 280px;
            background-image: url(../../Image/Johnsongroup/Journalism/banner.png);
            background-size: 100% 100%;*/
        }
.cent1 div { color: white;  margin-left: 7%;display:none; }
.cent1_t1_en {
            font-size: 18pt;
            font-family: Arial;
            font-weight: bold;
        }
.cent1_t1_cn {
            font-size: 19pt;
            font-family: NotoSansSC-Regular;
        }
.cent1 img{width:100%;display:block;}



.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:50px;position:relative;overflow:hidden;display:none;}

.cent2_botoms{
            width:82%;
            height:auto;
            margin:auto;
            margin-top:10px;
            /*overflow:auto;*/
            /*border:1px solid red;*/
        }
        .cent2_botoms > ul> li{
            list-style:none;
            float:left;
            /*overflow:hidden;*/
            margin-top:40px;
            width:99%;
            cursor:pointer;
        }
       
        .cent2_botoms ul li table{
            width:100%;
            height:360px;
        }


        .cent2_botoms_imgs{
            width:100%;
            height:280px;
            padding:0px;
            margin:0px;
            background-color:white;
        }
        .cent2_botoms_imgs img{
            width:100%;
            height:100%;
        }

        .cent2_botoms_date{
            text-align:left;
            background-color:white;
            padding-left:20px;
            padding-bottom:10px;
            font-size:10pt;
            color:#808080;
        }
        .cent2_botoms_title{
            font-size:12pt;
            height:70px;
            background-color:white;
            padding-left:20px;
            padding-right:10px;
        }

    .hide_li{
        display:none;
    }