#main1 {
    margin: 0;
}
#main2 {
    width: 100%;
    max-width: 100%;
}
.home-banner {
    display: block;
}
.page-banner {
    display: none;
}
.page-bread {
    display: none;
}
#main ul{
    margin: 0;
    padding: 0;
}
#main ul li{
    list-style: none;
    list-style-image: none;
}
.box-top {
    margin: 0 0 30px;
}
.box-top:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}   

.box-top .box {
    float: left;
    width: 31.5%;
    margin: 0 0.917% 30px;
    min-height: 400px;
    box-sizing: border-box;
    box-shadow: 7px 7px 0 rgba(0,0,0,0.05);
    background: url(cssimg/bg-box1.jpg) no-repeat 100% 0 #fff;
    background-size: auto 60px;
    padding: 0 0 40px;
    position: relative;
}

.box.box-admiss {
    background-image: url(cssimg/bg-box1.jpg);
}
.box.box-focus {
    background-image: url(cssimg/bg-box2.jpg);
}
.box.box-events {
    background-image: url(cssimg/bg-box3.jpg);
}
.box.box-video {
    background-image: url(cssimg/bg-box4.jpg);
}
.box.box-research {
    background-image: url(cssimg/bg-box5.jpg);
}
.box.box-news {
    background-image: url(cssimg/bg-box6.jpg);
}
.box .note {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.box h2 {
    color: #585858;
    font-size: 28px;
    line-height: 60px;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
}
.box ul {
    font-size: 20px;
    line-height: 1.5;
}
.box li {
    margin: 0 0 10px;
    padding: 0 10px 0 20px;
}
.box-video {}
.box-video #ppp {
    text-align: center;
}
.box-video iframe {
    width: 90%;
    height: 200px;
}
.box-video h2+h2 {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
}
.box-news .note {
	display: none;
}
.box-news h2+h2 {
	display: none;
}
.box-bottom {
    clear: both;
    background: #dfdfdf;
    padding: 40px 0;
    overflow: hidden;
}
.box-bottom2 {}
.box-bottom .box-link {
    float: left;
    width: 48%;
    position: relative;
}
.box-bottom .box-link+.box-link {
    float: right;
}
.box-link h2 {
    color: #494157;
    background: url(cssimg/line-links.png) no-repeat 0 bottom;
    background-size: 100% 4px;
    font-size: 28px;
    padding: 0 0 14px;
    margin: 0 0 14px;
}
.box-link h2+h2 {
	display: none;
}
.box-link ul {
	float: left;
	width: 50%;
}
.box-link li {
    display: block;
    margin: 0 0 5px;
}
.box-link a {
    font-size: 20px;
    line-height: 1.5;
}

.box-bottom .note {
	display: none;
    position: absolute;
    right: 0;
    top: 20px;
}
.note a {
    background: url(cssimg/icon-more2.png) no-repeat 0 0;
    display: block;
    overflow: hidden;
    height: 17px;
    width: 96px;
    text-indent: 120%;
    white-space: nowrap;
}
.note a:hover {
    opacity: 0.7;
}