.top_wrapper{
	background-position: 50%;
	height:479px;
    position: relative;
    z-index: 100;
}
.keypage .logo{
    z-index: 9999;
    position: relative;
    top: 20px;
    display: inline-block;
}
.keypage .wrapper{
	background-color: white;
}
.keypage .wrapper p{
	color: #505050;
}
.keypage .middletext {
    text-align: center;
    padding: 0 0 3em 0;
}
.keypage .middletext a{
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #505050;
}

.keypage .center_wrapper {
    width: 100%;
    background-size: cover;
    background-position:center;

}

.keypage .top_wrapper .circlewrapper{
    margin-top: 65px;
}
.keypage .bottom_wrapper {
    background: url('/20230224210218oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/bkg_03.png');
    background-position:top center;
    text-align: center;
    padding: 3em 0;
}
.keypage .bottom_wrapper .leftcol,
.keypage .bottom_wrapper .rightcol{
    display: inline-block;
    vertical-align: top;
}
.keypage .bottom_wrapper .leftcol
{
    width: 59%;
}
.keypage .bottom_wrapper .rightcol
{
    width: 40%;
}

.keypage .bottom_wrapper .col{
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%;
}

.keypage .bottom_wrapper h1,
.keypage .bottom_wrapper h2,
.keypage .bottom_wrapper h3,
.keypage .bottom_wrapper h4{
	margin: 0;
	padding: 0;
}
.keypage .bottom_wrapper h2{
	font-size: 32px;
	line-height: 1.2em;
	margin: .5em 0;
}
.keypage .bottom_wrapper a{
	display: block;
	border: none;
	text-decoration: none;
}
.keypage .bottom_wrapper .shortcut_block{
	margin-top: 1em;
}
.keypage .bottom_wrapper .shortcut_block .circle_frame{
    border-radius: 50%;
    width: 85px;
    height: 85px;
    overflow: hidden;
    display: inline-block;
}
.keypage .bottom_wrapper .shortcut_block .icon{
    /* border-radius: 50%;*/
     width: 85px;
}
.keypage .bottom_wrapper .shortcut_block .info{
	display: inline-block;
	margin-left: 20px;
    margin-top: 20px;
    vertical-align: top;
    width: 70%;
}
.keypage .bottom_wrapper .shortcut_block .info .title,
.keypage .bottom_wrapper .shortcut_block .info .desc{
	margin: .5em 0;
}
.keypage .bottom_wrapper .shortcut_block .info .title{
    
    font-size:14px;
}
.keypage .bottom_wrapper .shortcut_block .info .desc{
	color:#505050;
	font-size: 14px;
}

.keypage .template_banner{
	position: relative;
    /* height: 600px; */
    height: 420px;
}

.keypage .linklist .item {
    font-size: 14px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  	margin-bottom: .5em;
}
.keypage .linklist a{
    color: #505050;
}

.keypage .linklist .item:hover{
    padding-left: .5em;
}
.keypage .top_wrapper .middletext a p,
.keypage .center_wrapper .middletext a p{
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}
