		.content-text{text-indent: 4rem;color: #323131;line-height: 36px;padding-top: 80px;}
		.content-img img{width: 100%;padding: 74px 0;}

		 .box:hover{background-color: #f4f4f4;box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.37);margin-top: -10px;}
		 .box{width:374px;height: 368px;background-color: #f4f4f4;margin: 0 auto;}
		 .box-img{width: 100%;height: 204px;}
		 .box-img img{width: 100%;height: 100%;}
		 .box-content{width: 90%;margin: 0 auto;height: 130px;margin-top: 20px;}
		 .box-content-left{width: 70%;float: left;}
		 .box-content-title{font-size: 18px;color: #333333;}
		 .box-content-des{font-family: SourceHanSansCN-Regular;font-size: 14px;line-height: 28px;color: #7a7a7a;margin-top: 10px;}
		 .box-content-right{width: 25%;height: 100%; float: right;text-align: right;border-left: 1px solid #e3e3e3;position: relative;}
		 .box-content-day{font-family: SourceHanSansCN-Medium;font-size: 20px;line-height: 28px;color: #222222;}
		 .box-content-yers{line-height: 28px;color: #797979;}
		 .box-content-btn{width: 34px;height: 34px;background-color: #0169b2;position: absolute;right: 0;bottom: 0;color: #fff;color: #fff;font-size: 30px;text-align: center;line-height: 34px;}
		 .swiper-slide li{padding-top: 30px;}
		 .container-height{padding-top: 60px;}
		 .swiper-button-icon{width: 170px;height: 50px;position:relative;margin: 0 auto;margin-top: 120px;}
		 .swiper-button-icon .swiper-button-next, .swiper-button-icon .swiper-button-prev{
		 		width: 70px;
		 		height: 50px;
		 		background-color: #0169b2;
		 		background-image:none;
		 }
		 .swiper-button-icon .swiper-button-next:after, .swiper-button-icon .swiper-button-prev:after{
		 	font-size: 26px;
		 	line-height: 0px !important;
		 }
 /*响应式*/
 @media screen and (max-width:700px) {
	/* 提示固定宽高 */
	.container-height{padding-top:30px;}
	.content-title{width: 90%;height: 80px;}
	.content-title .english-name{font-size: 30px;   white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
	.content-title .name{font-size: 20px;margin-top: -10px;}
 }
  /*响应式*/
 @media screen and (max-width:640px) {
 	.nav-title li{height: 50px}
 	.nav-title li a {
 	    font-size: 14px;
 	    height: 50px;
  		padding-top: 14px;
  		font-weight: bold;
 	}
 	.content-title{
 		margin-top:30px;
 	}
 }
 @media screen and (max-width:376px) {
 	.box{width: 100%;}
 }