.banner-box {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-box .m-index-banner-block {
	width: 100%;
}

.swiper-banner {
	position: relative;
}

.swiper-banner .index-swiper-pagination {
	bottom: 30px;
}

.swiper-banner .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 4px;
	opacity: .5;
	background-color: white;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.swiper-banner>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0 0 15px;
}

.swiper-banner .swiper-pagination-bullet-active {
	opacity: 1;
	width: 40px;
}

.banner-box .m-index-banner-block .list {
	position: relative;
}

.banner-box .m-index-banner-block .list .text {
	position: absolute;
	left: 50%;
	bottom: 80px;
	width: 1400px;
	margin-left: -700px;
	text-align: left;
}

.banner-box .m-index-banner-block .list .text h1 {
	font-family:Arial,sans-serif;
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}

.banner-box .m-index-banner-block .list img {
	display: block;
	width: 100%;
    min-width: 1920px;
    object-fit: cover;
}

.swiper-banner .index-button-next,
.swiper-banner .index-button-prev {
	position: absolute;
	top: 50%;
	width: 84px;
	height: 84px;
	margin-top: -42px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-banner .index-button-next {
	background: url(../img/banner-next.png) no-repeat 0 0;
}

.swiper-banner .index-button-prev {
	background: url(../img/banner-prev.png) no-repeat 0 0;
}

.index-button-prev:after,
.swiper-container-rtl .index-button-next:after {
	content: '';
}

.index-button-next:after,
.swiper-container-rtl .index-button-prev:after {
	content: '';
}

.index-button-prev,
.swiper-container-rtl .index-button-next {
	left: 0;
	right: auto;
}

.index-button-next,
.swiper-container-rtl .index-button-prev {
	right: 0;
	left: auto;
}


/*内容*/

.m-content-block {
	width: 100%;
}


/*News*/

.Medicine-hot {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
padding-top: 110px;
}

.Medicine-hot .content {
	width: 1400px;
	margin: 0 auto;
	min-height: 600px;
}

.Medicine-hot .content .title {
	font-family: "Roboto Condensed-Bold";
	font-size: 44px;
	font-weight: 600;
	color: #003f88;
	text-align: center;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.Medicine-hot .content ul.Medicine-ul {
	width: 100%;
	position: relative;
}

.Medicine-hot .content ul.Medicine-ul:after {
	content: '';
	display: block;
	clear: both;
}

.Medicine-hot .content ul.Medicine-ul li.items {
	float: left;
	margin-bottom: 40px;
    box-shadow: 0px 3px 14px 0px #aaa;
}

.Medicine-hot .content ul.Medicine-ul li:first-child {
	width: 680px;
	height: 370px;
	overflow: hidden;
	margin-right: 40px;
}

.Medicine-hot .content ul.Medicine-ul li:last-child {
	width: 680px;
	height: 370px;
	overflow: hidden;
	margin-left: 40px;
}

.Medicine-hot .content ul.Medicine-ul li:first-child {
	margin-bottom: 0;
}

.Medicine-hot .content ul.Medicine-ul li.bigItems .cards {
	position: relative;
}

.Medicine-hot .content ul.Medicine-ul li.bigItems .cards .img {
	width: 100%;
}

.Medicine-hot .content ul.Medicine-ul li.bigItems .cards .img img {
	display: block;
	width: 100%;
    height: 370px;
}

.Medicine-hot .content ul.Medicine-ul li.bigItems .cards a.text {
	font-family: 'Roboto Condensed-Regular';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	line-height: 75px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 0 30px;
	background: url(../img/image/text-bg.png) repeat-x left top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Medicine-hot .content ul.Medicine-ul li:nth-child(3) {
	margin-left: 40px;
}

.Medicine-hot .content ul.Medicine-ul li:nth-child(4) {
	margin-right: 40px;
}
.Medicine-hot .content ul.Medicine-ul li.smallItems {
	position: relative;
	background-color: #fff;
	width: 320px;
}

.Medicine-hot .content ul.Medicine-ul li.smallItems .img {
	width: 100%;
}

.Medicine-hot .content ul.Medicine-ul li.smallItems .img img {
	display: block;
	width: 100%;
    height: 210px;
}

.Medicine-hot .content ul.Medicine-ul li.smallItems .text {
	position: relative;
	background-color: #fff;
	padding: 20px;
	width: 100%;
	height: 160px;
	border-bottom: solid 4px #003f88;
}

.Medicine-hot .content ul.Medicine-ul li.smallItems .text h2 {
	font-family: 'Roboto Condensed-Regular';
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
	color: #333333;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.Medicine-hot .content ul.Medicine-ul li.smallItems .text h2 a {
	color: #333333;
}

.Medicine-hot .content ul.Medicine-ul li.smallItems .text h2:hover a {
	color: #b01f24;
}

.Medicine-hot .content ul.Medicine-ul li.smallItems .text .icon-time {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-family:'Roboto-Regular';
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #003f88;
}
.Medicine-hot .content ul.Medicine-ul li.smallItems .cards{
    display: none;
}
.Medicine-hot .content ul.Medicine-ul li.bigItems>.img{
    display: none;
}
.Medicine-hot .content ul.Medicine-ul li.bigItems .text{
    display: none;
}

.Medicine-hot .content .view-more {
	width: 100%;
	margin-top: 40px;
}

.Medicine-hot .content .view-more a {
	display: flex;
	width: 500px;
	justify-content: center;
	margin: 0 auto;
}

.Medicine-hot .content .view-more a img {
	display: block;
	width: 60px;
	margin: 0 20px 0 0;
}

.Medicine-hot .content .view-more a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #003f88;
}

.clearfix {
	display: block;
	clear: both;
}


/*Featured Stories*/

.Project-series {
	position: relative;
	width: 100%;
	padding: 60px 0 60px;
	background-color: #ffffff;
}

.Project-series .content {
	width: 1400px;
	margin: 0 auto;
}
.Project-series .content .title{
	float: left;
	width: 60px;
}
.Project-series .content .title h2{	
	font-family: "Roboto Condensed-Bold";	
	width: 100%;
	font-size: 44px;
	font-weight: 600;
	color: #003f88;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.Project-series .content ul.Series-ul {
	float: right;
	display: flex;
	width: 1280px;
	justify-content: space-between;
}

.Project-series .content ul.Series-ul li {
	position: relative;
	width: 300px;
    box-shadow: 0px 3px 14px 0px #aaa;
}

.Project-series .content ul.Series-ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
}

.Project-series .content ul.Series-ul li a {
	display: block;
	position: relative;
}

.Project-series .content ul.Series-ul li a img {
	display: block;
	width: 100%;
    height: 600px;
}
.Project-series .content ul.Series-ul li:nth-child(1) a .series-text {
    background-color: #ff616069;
}
.Project-series .content ul.Series-ul li:nth-child(2) a .series-text {
    background-color: #00a8ff5c;
}
.Project-series .content ul.Series-ul li:nth-child(3) a .series-text {
    background-color: #4bb0f578;
}
.Project-series .content ul.Series-ul li:nth-child(4) a .series-text {
    background-color: #ff600066;
}
.Project-series .content ul.Series-ul li a .series-text {
	position: absolute;
	left: 0;
	top: 0;	
	font-family: "Roboto Condensed-Bold";
	padding: 30px;
	font-size: 24px;
	font-weight: 600;	
	color: #fff;
	letter-spacing: 2px;
    width: 100%;
	/*-webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;*/
}
.Project-series .content ul.Series-ul li .more{
	position: absolute;
	right: 30px;
	bottom: 50px;
	font-family: "RobotoCondensed";
	font-size: 16px;
	font-weight: 600;	
	color: #fff;
	letter-spacing: 2px;
	-webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	
}
.Project-series .content ul.Series-ul li:after{
	content: '';
	display: block;
	position: absolute;
	right: 39px;
	bottom: 0;
	width: 1px;
	height: 40px;
	background-color: #fff;
}
.Project-series .top .title .view-more {
	width: 100%;
	margin-top: 40px;
}

.Project-series .top .title .view-more a {
	width: 100%;
}

.Project-series .top .title .view-more a img {
	display: block;
	width: 60px;
	margin: 0 0 20px;
}

.Project-series .top .title .view-more a span {
	font-family: "RobotoCondensedBold";
	display: block;
	width: 30px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	color: #003f88;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}


/*Lectures Series*/

.Lectures-Series {
	position: relative;
	width: 100%;
	min-height: 500px;
	padding: 60px 0 60px;
	background: url(../img/image/Lectures-bg.png) no-repeat center;
	background-size: cover;
}

.Lectures-Series .content {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

.Lectures-Series .content .title {
	font-family: "Roboto Condensed-Bold";
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.Lectures-Series ul.Lectures_ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.Lectures-Series ul.Lectures_ul li{
	position: relative;
	width: 320px;
}
.Lectures-Series ul.Lectures_ul li .imgs{
	display: block;
	width: 100%;
    height: 175px;
    overflow: hidden;
}
.Lectures-Series ul.Lectures_ul li .imgs a{
	display: block;
	width: 100%;
}
.Lectures-Series ul.Lectures_ul li .imgs img{
	display: block;
	width: 100%;
    height: 450px;
    max-height: 450px;
}
.Lectures-Series ul.Lectures_ul li .texts{
	position: relative;
	width: 100%;
	padding:50px 30px 30px;
	background-color: #fff;
}
.Lectures-Series ul.Lectures_ul li .texts h3{
	font-family: 'Roboto Condensed-Regular';
	font-size: 16px;
	line-height: 28px;
    height: 84px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.Lectures-Series ul.Lectures_ul li .texts h3 a{
	color: #333;
}
.Lectures-Series ul.Lectures_ul li .texts .Attime{
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #333;
}
.Lectures-Series ul.Lectures_ul li .texts .calendar{
	position: absolute;
	left: 30px;
	top: 10px;
	padding: 0px 5px;
	background-color: #003f88;
}
.Lectures-Series ul.Lectures_ul li .texts .calendar .day{
    display: inline-block;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 0 5px;
    text-align: center;
}
.Lectures-Series ul.Lectures_ul li .texts .calendar .xl-year{
    width: 80px;
    white-space: nowrap;
    line-height: 30px;
    padding-left: 0;
}

.Lectures-Series ul.Lectures_ul li .texts .calendar .mouth{
    display: inline-block;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.Lectures-Series .content .view-more {
	width: 100%;
	margin-top: 40px;
}

.Lectures-Series .content .view-more a {
	display: flex;
	width: 500px;
	justify-content: center;
	margin: 0 auto;
}

.Lectures-Series .content .view-more a img {
	display: block;
	width: 60px;
	margin: 0 20px 0 0;
}

.Lectures-Series .content .view-more a span {
	font-family: "RobotoCondensedBold";
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

/*Research @ CPS-ZJU*/
.Research{
	position: relative;
    width: 100%;
    padding: 60px 0;
    background: url(../img/image/research-bg.png) no-repeat center 120px;
    background-color: #fff;
    background-size: contain;
    overflow: hidden;
}
.Research .content{
	width: 1400px;
    margin: 0 auto;
}
.Research .content .title {
    font-family: "Roboto Condensed-Bold";
    font-size: 44px;
    font-weight: 600;
    color: #003f88;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.Research .content .Research-block{
	position: relative;
}
.Research .content .Research-block .imgs{
	width: 700px;
}
.Research .content .Research-block .imgs img{
	display: block;
	width: 100%;
        height: 470px;
}
.Research .content .Research-block .texts{
	position: absolute;
	right: 0;
	top: 42px;
	width: 750px;
	padding: 30px 40px 30px 80px;
	border: solid 6px #003f88;
}
.Research .content .Research-block .texts h2{
	font-family: "Roboto Condensed-Bold";
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #003f88;
    margin-bottom: 30px;
}
.Research .content .Research-block .texts .line{
	width: 120px;
	height: 6px;
	border-radius: 4px;
	background-color: #003f88;
	margin-bottom: 10px;
}
.Research .content .Research-block .texts h5{
	font-family: "Roboto-Regular";
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 25px;
}
.Research .content .Research-block .texts .time{
	display: flex;
	justify-content: flex-start;
}
.Research .content .Research-block .texts .time img{
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.Research .content .Research-block .texts .time span{
	font-family: "Alternate";
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #003f88;
}
.Research .content .Research-block .texts .view-more{
	display: flex;
	width: 120px;
	padding:8px 20px;
	justify-content: center;
	border: solid 3px #003f88;
	margin-top: 10px;
}
.Research .content .Research-block .texts .view-more span{
	font-family: "Alternate";
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #003f88;
	margin-right: 5px;
	text-transform: capitalize;
}
.Research .view-more{
    width: 100%;
    margin-top: 80px;
}
.Research .view-more a {
    display: flex;
    width: 500px;
    justify-content: center;
    margin: 0 auto;
}
.Research  .view-more a img {
    display: block;
    width: 60px;
    margin: 0 20px 0 0;
}
.Research   .view-more a span {
    font-family: "RobotoCondensedBold";
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #003f88;
}
/*Global Engagement*/

.Global-Engagement {
	position: relative;
	width: 100%;
	padding: 60px 0;
	background-color: #f5f5f5;
}

.Global-Engagement .content {
	width: 1400px;
	margin: 0 auto;
}

.Global-Engagement .content .title {
	font-family: "Roboto Condensed-Bold";
	font-size: 44px;
	font-weight: 600;
	color: #003f88;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}

.Global-Engagement .content ul.Cooperation-ul {
	position: relative;
	width: 100%;
}

.Global-Engagement .content ul.Cooperation-ul li {
	position: relative;
	float: left;
	width: 675px;
    box-shadow: 0px 3px 14px 0px #aaa;
}
.Global-Engagement .content ul.Cooperation-ul li:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.Global-Engagement .content ul.Cooperation-ul li:first-child {
	margin-right: 50px;
}


.Global-Engagement .content ul.Cooperation-ul li img {
	display: block;
	width: 100%;
    height: 460px;
}

.Global-Engagement .content ul.Cooperation-ul li h2 {
	font-family: "Roboto Condensed-Bold";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.Global-Engagement .content ul.Cooperation-ul:after {
	content: '';
	display: block;
	clear: both;
}

/*Study*/
.Study{
	position: relative;
    width: 100%;
    padding: 40px 0;
    background: url(../img/zu67.png) no-repeat center;
    background-color: #fff;
}
.Study .content{
	position: relative;
	width: 1400px;
    margin: 0 auto;
}
.Study .content .menu {	
	position: absolute;
	left: 0;
	top: 200px;
	width: 476px;
	z-index: 9;
}

.Study .content .menu:after {
	content: '';
	display: block;
	clear: both;
}

.Study .content .menu a.list {
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
    margin-bottom: 30px;
    border: 1px solid #fff;
}
.Study .content .menu a.list .view{
position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 25px;
    right: 40px;
    top: 40px;
}

.Study .content .menu a.list .view img{
    display: block;
    width: 15px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 10px;
}
.Study .content .menu a.list:hover{
background-color: #0000004d;
    border: 1px solid #0000004d;
}
.Study .content .menu a.list:nth-child(1) {
	/*background-color: #464646;*/
}

.Study .content .menu a.list:nth-child(2) {
	/*background: url(../img/image/study-img-2.png) no-repeat center;
	background-size: cover;*/
}

.Study .content .menu a.list:nth-child(3) {
	/*background: url(../img/image/study-img-3.png) no-repeat center;
	background-size: cover;*/
}

.Study .content .menu a.list span.icon {
	display: block;
    width: 50px;
    height: 70px;
    margin-left: 40px;
    margin-bottom: 0;
    padding-top: 20px;
}

.Study .content .menu a.list span.icon img {
	display: block;
	width: 100%;
}

.Study .content .menu a.list span.text {
	font-family: "Roboto Condensed-Bold";
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
    padding-left: 40px;
    text-align: left;
}

.Study .content .Campus-life {
	position: relative;
	width: 100%;
}

.Study .content .Campus-life a.list {
	display: block;
	width: 880px;
    float: right;
}

.Study .content .Campus-life a.list img {
	display: block;
	width: 100%;
}

.Study .content .Campus-life a.list h2.text {
	position: absolute;
	left: -0;
	top: 0;
	font-family: "Roboto Condensed-Bold";
	height: 60px;
	line-height: 60px;
	font-size: 44px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

/*Event*/

.Announcements {
	width: 100%;
	padding: 60px 0;
	background-color: #efebea;
}

.Announcements .content {
	width: 1400px;
	margin: 0 auto;
}

.Announcements .content .title {
	font-family: "Roboto Condensed-Bold";
	font-size: 44px;
	font-weight: 600;
	color: #003f88;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}

.Announcements .content .tab-nenu {
	width: 800px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.Announcements .content .tab-nenu .navItem {
	font-family: "Alternate";
	padding: 12px 25px;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	border-radius: 24px;
	cursor: pointer;
	margin: 0 20px;
}

.Announcements .content .tab-nenu .cur-item {
	background-color: #003f88;
	color: #fff;
}

.Announcements .content ul.Announce-ul {
	position: relative;
	display: none;
}

.Announcements .content ul.Announce-ul.curShow {
	display: block;
}

.Announcements .content ul.Announce-ul li {
	position: relative;
	float: left;
	width: 440px;
	padding: 30px;
	background: url(../img/image/index-notice-bg.png) no-repeat left bottom;
    background-size: 100% 100%;
	border-bottom: solid 8px #003f88;
	margin-top: 40px;
	margin-right: 40px;
    box-shadow: 0px 3px 14px 0px #aaa;
}

.Announcements .content ul.Announce-ul li:nth-child(3n) {
	margin-right: 0;
}

.Announcements .content ul.Announce-ul li h2 {
	font-family: "Roboto Condensed-Regular";
	font-size: 16px;
	line-height: 32px;
    height: 64px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.Announcements .content ul.Announce-ul li h2 a {
	color: #333;
}

.Announcements .content ul.Announce-ul li h2:hover a {
	color: #003F88;
}

.Announcements .content ul.Announce-ul li p {
    font-family: 'Roboto-Regular';
	font-size: 14px;
	line-height: 30px;
	color: #666666;
    height: 60px;
	padding-right: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Announcements .content ul.Announce-ul li .Release-time {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 80px;
	text-align: right;
}

.Announcements .content ul.Announce-ul li .Release-time h1 {
	font-family: "Alternate";
	font-size: 50px;
	font-weight: 600;
	color: #003f88;
}

.Announcements .content ul.Announce-ul li .Release-time h5 {
	font-family: "Alternate";
	font-size: 16px;
	font-weight: 600;
	color: #003f88;
}

.Announcements .content ul.Announce-ul:after {
	content: '';
	display: block;
	clear: both;
}

.Announcements .content .view-more {
	width: 100%;
	margin-top: 40px;
}

.Announcements .content .view-more a {
	display: flex;
	width: 500px;
	justify-content: center;
	margin: 0 auto;
    display: none;
}

.Announcements .content .view-more a img {
	display: block;
	width: 60px;
	margin: 0 20px 0 0;
}

.Announcements .content .view-more a span {
	font-family: "RobotoCondensedBold";
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #003f88;
}

/*Links*/
.Quick-navigation {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}

.Quick-navigation .content {
	width: 1400px;
	margin: 0 auto;
}

.Quick-navigation .content ul.quick-ul {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.Quick-navigation .content ul.quick-ul li {
	width: 280px;
	text-align: center;
}

.Quick-navigation .content ul.quick-ul li a {
	display: block;
}

.Quick-navigation .content ul.quick-ul li span.icon {
	display: block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto 10px;
}

.Quick-navigation .content ul.quick-ul li:nth-child(1) span.icon {
	background: url(../img/icon/icon-nav-1.png) no-repeat 0 0;
}

.Quick-navigation .content ul.quick-ul li:nth-child(1):hover span.icon {
	background-position: 0 -90px;
}

.Quick-navigation .content ul.quick-ul li:nth-child(2) span.icon {
	background: url(../img/icon/icon-nav-2.png) no-repeat 0 0;
}

.Quick-navigation .content ul.quick-ul li:nth-child(2):hover span.icon {
	background-position: 0 -90px;
}

.Quick-navigation .content ul.quick-ul li:nth-child(3) span.icon {
	background: url(../img/icon/icon-nav-3.png) no-repeat 0 0;
}

.Quick-navigation .content ul.quick-ul li:nth-child(3):hover span.icon {
	background-position: 0 -90px;
}

.Quick-navigation .content ul.quick-ul li:nth-child(4) span.icon {
	background: url(../img/icon/icon-nav-4.png) no-repeat 0 0;
}

.Quick-navigation .content ul.quick-ul li:nth-child(4):hover span.icon {
	background-position: 0 -90px;
}

.Quick-navigation .content ul.quick-ul li span.text {
	font-family: "Roboto Condensed-Bold";
	display: block;
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	color: #333;
}

.Quick-navigation .content ul.quick-ul li:hover span.text {
	color: #003f88;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
.Global-Engagement .content ul.Cooperation-ul li img {
    height: 360px;
}

.Project-series .content ul.Series-ul li a img {
    height: 500px;
}
	/*banner*/
	.banner-box .m-index-banner-block .list .text {
		width: 1200px;
		margin-left: -600px;
	}
	.swiper-banner .index-swiper-pagination {
	    padding-right: calc((100% - 1200px) / 2) !important;
	}
	/*News*/
	.Medicine-hot .content {
		width: 1200px;
	}
	.Medicine-hot .content .title {
		font-size: 36px;
	}
	.Medicine-hot .content ul.Medicine-ul li.items {
		margin-bottom: 20px;
	}
	.Medicine-hot .content ul.Medicine-ul li.bigItems .cards .img img{
    height: 325px;
}
	.Medicine-hot .content ul.Medicine-ul li:first-child {
		width: 590px;
		height: 324px;
		margin-right: 20px;
	}
	.Medicine-hot .content ul.Medicine-ul li:last-child {
		width: 590px;
		height: 324px;
		margin-left: 20px;
	}
	.Medicine-hot .content ul.Medicine-ul li:nth-child(3) {
		margin-left: 20px;
	}
	.Medicine-hot .content ul.Medicine-ul li:nth-child(4) {
		margin-right: 20px;
	}
	.Medicine-hot .content ul.Medicine-ul li.smallItems {
		width: 285px;
	}
	.Medicine-hot .content ul.Medicine-ul li.smallItems .img {
		width: 100%;
		height: 184px;
		overflow: hidden;
	}
	.Medicine-hot .content ul.Medicine-ul li.smallItems .text {
		height: 140px;
		padding: 15px 20px;
	}
	.Medicine-hot .content ul.Medicine-ul li.smallItems .text h2 {
		font-size: 12px;
		line-height: 24px;
	}
	.Medicine-hot .content ul.Medicine-ul li.smallItems .text .icon-time{
		font-size: 16px;
	}
	.Medicine-hot .content .view-more {
		margin-top: 25px;
	}
	/*Featured Stories*/
	.Project-series .content {
		width: 1200px;
	}
	.Project-series .content .title h2{
		font-size: 32px;
		padding-right: 10px;
	}
	.Project-series .content ul.Series-ul {
		width: 1080px;
	}
	.Project-series .content ul.Series-ul li {
		width: 250px;
	}
	.Project-series .content ul.Series-ul li a .series-text {
		height: auto;
		font-size: 18px;
	}
	.Project-series .content ul.Series-ul li .more{
		font-size: 17px;
	}
	
	/*通知公告*/
	.Announcements .content {
		width: 1200px;
	}
	.Announcements .content .title {
		font-size: 36px;
	}
	.Announcements .content .tab-nenu .navItem {
		font-size: 22px;
	}
	.Announcements .content ul.Announce-ul li {
		width: 380px;
		padding: 20px;
		margin-top: 30px;
		margin-right: 30px;
	}
	.Announcements .content ul.Announce-ul li h2 {
    font-size: 14px;
    line-height: 32px;
}
	.Announcements .content ul.Announce-ul li p {
		font-size: 14px;
		line-height: 30px;
		padding-right: 50px;
	}
	.Announcements .content ul.Announce-ul li .Release-time {
		position: absolute;
		right: 20px;
		bottom: 20px;
		width: 50px;
		text-align: right;
	}
	/*快速导航*/
	.Quick-navigation .content {
		width: 1200px;
	}
	.Quick-navigation .content .title {
		font-size: 35px;
	}
	
	/*Lectures Series*/
	.Lectures-Series .content .title{
		font-size: 32px;
	}
	.Lectures-Series .content {
	    width: 1200px;
	}
	.Lectures-Series ul.Lectures_ul li {
	    width: 280px;
	}
	.Lectures-Series ul.Lectures_ul li .texts h3 {
	    font-size: 14px;
	}
	.Lectures-Series ul.Lectures_ul li .texts {	
	    padding: 40px 20px 30px;
	}
	.Lectures-Series ul.Lectures_ul li .texts .calendar {
	    left: 20px;
    top: 3px;
    padding: 0px 5px;
	}
	.Lectures-Series ul.Lectures_ul li .texts .calendar .day {
	    font-size: 16px;
	}
	.Lectures-Series ul.Lectures_ul li .texts .calendar .mouth {
	    font-size: 15px;
	}
	/*Research @ CPS-ZJU*/
	.Research .content .title {
	    font-size: 32px;
	}
	.Research .content {
    width: 1200px;
}
.Research .content .Research-block .imgs {
    width: 600px;
}
.Research .content .Research-block .texts{
	top: 35px;
	width: 650px;
	padding: 20px 40px 30px 80px;
}
.Research .content .Research-block .texts h2{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
}
.Research .content .Research-block .texts .line{
	margin-bottom: 20px;
}
.Research .content .Research-block .texts h5{
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 20px;
}
.Research .content .Research-block .texts .time img{
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.Research .content .Research-block .texts .time span{
	font-size: 16px;
	color: #003f88;
}
.Research .content .Research-block .texts .view-more{
	display: flex;
	width: 120px;
	padding: 6px 20px;
	justify-content: center;
	border: solid 3px #003f88;
	margin-top: 30px;
}
/*Global Engagement*/
.Global-Engagement .content .title {
    font-size: 32px;
}
.Global-Engagement .content {
    width: 1200px;
}
.Global-Engagement .content ul.Cooperation-ul li {
    width: 575px;
}
/*Study*/
.Study .content{
	width: 1200px;
}
.Study .content .menu {
	width: 350px;
}

.Study .content .menu:after {
	content: '';
	display: block;
	clear: both;
}

.Study .content .menu a.list {
	width: 100%;
	height: 110px;
	overflow: hidden;
}

.Study .content .menu a.list:nth-child(3) {
	
}

.Study .content .menu a.list span.text {
	font-size: 24px;
}

.Study .content .Campus-life {
	width: 100%;
}


.Study .content .Campus-life a.list {
	width: 812px;
}

}

