/**************
   *页面样式
***************/
   /* =======
1. 头部、底部（联系我们板块）、主体
	
     界面组件
2.头部组件
	2.1 logo
	2.2 回到顶部按钮
	2.3 顶部快捷菜单
	2.4 主菜单
	2.5 二级子菜单
	2.6 搜索栏和控制搜索栏弹出按钮

 3.图片轮播组件：新闻图片轮播、香港时时彩qq澳门太阳游戏网站展示轮播
 	+ 香港时时彩qq澳门太阳游戏网站板块

 4.新闻列表选项卡

     布局样式
 5. 主页展示模块布局- 宿舍板块、关于知行板块


 6.详细页公共布局
 	6.1侧栏布局
	6.2侧栏组件——最近新闻和相关新闻
		       ——相关链接和相关文件（已去掉）

7. 澳门太阳游戏网站内容展示页、新闻详细页共同样式

8.新闻资讯页布局

9.香港时时彩qq澳门太阳游戏网站页布局

10.宿生日常页布局

   =======*/

/* =======
   基本默认值
   =======*/

html{
	font-size: 10px;
	/*color: #222;*/
}

::selection{
	background-color: #b3d4fc;
	text-shadow: none;
}

::-moz-selection
{
	background-color: #b3d4fc;
	text-shadow: none;
}

ul{
	margin: 0;
	padding: 0;
}

ul,ol{
  	padding-left:0; 
  	list-style-type:none; 
} 

li{
	list-style: none;
}

 /*image with no-border*/

 a img{
 	border:0;
 }

img{
	border:0;
}

.tc{ text-align:center; }
.t2{ text-indent:2em; }
.vt{ vertical-align:top; }
.db{ display:block; }

/* =======
   工具样式
   =======*/
/*.hide{
	display: none;
}

.show{
	display: block;
}
*/

.clearfix:after,
.clearfix:before{
	content: " ";
	display: table;
}

.clearfix:after{
	clear: both;
}

/*ellipsis*/
.ellipsis {
    display: block;;
    white-space: nowrap;
    -o-text-overflow: ellipsis; /* Opera */
    text-overflow: ellipsis;
    overflow: hidden;
}

/* =======
   页面基本样式：链接颜色、背景色、边框色等
   =======*/
body{
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0;
	background-color: #ffffff;
	font-family: "Classic Grotesque W01", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, "Hiragino Sans GB", "PingFang SC", "Heiti SC", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans", sans-serif;
	vertical-align: baseline;
}

/*link*/
 a{
 	color: #333;
}

 a:hover{
 	color: #03bbd7;
 	text-decoration: none;
 	
}



/*relevent files or links - Fixed*/

.rel-link-file{
	margin: 2rem;
	padding-bottom: 1rem; 
	/*border-bottom: 1px solid #03bbd7; */
}

.rel-link-file ul li {
	width: 100%;
	font-size: 0;
	box-sizing: border-box;
	margin-bottom: 1rem;
	position: relative;
	border:1px solid #03bbd7;
}

.rel-link-file ul li a{
	font-size: 1.6rem;
	color: #393939;
	text-decoration: none;
	margin: 1.5rem;
	padding-left: 6rem;
	display: inline-block;
}

.rel-link-file ul li a:hover{
	color: #03bbd7;

}
.rel-link-file ul li span{
	width: 5rem;
	position: absolute;
	top: 0;
	bottom: 0;
	/*float: left;*/
	background-color: #03bbd7;
}

.icon-rellink, .icon-relfile{
	background-size: 100%;
	position: absolute;

}
.icon-rellink{
	/*width: 25px;
	height: 25px;*/
	background:url("/zxsy/images/icon-rellink.png") no-repeat center;
}
.icon-relfile{
	/*width: 26px;
	height: 21px;*/
	background:url("/zxsy/images/icon-relfile.png") no-repeat;
}

   /* =======
   头部、底部、主体
   =======*/
   /*公共布局*/
header,
footer,
.container{
	width: 100%;
}

.container{
	box-sizing: border-box;
	background-color: #f8f8f5;
	margin-right: auto;
	margin-left: auto;
}

/**************************头部********************************/
  
header{
	border-bottom: 4px solid #03bbd7;
}

header .contain-box{
	box-sizing: border-box;
	padding: 0 2rem;
}

.top-box{
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}

/**************************底部（联系我们板块）********************************/

/*底部联系方式*/

.contact{
	background-color: #c9c9c9;
	background-image: url("/zxsy/images/footer-bg.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.contact ul {
	width: 25%;
	float: left;
	margin: 3rem 0 5rem 5rem ;
	font-size: 1.4rem;
}

.contact ul .title{
	font-size: 1.6rem;
	font-weight: 800;
	
}
.contact ul li:not(.title){
	padding: 1rem 0 0;
	margin-left: 3rem;
}

.contact ul li:not(.title) a{
	text-decoration: none;
	color: #333;
}
.contact ul li:not(.title) a:hover{
	text-decoration: none;
	color: #666;
}

.contact .brand{
	width: 220px;
	height: 81px;
	background: url("/zxsy/images/brand-logo.png") no-repeat;
	background-size: 100%;
	float: left;
	margin-top: 3rem;
}

.icon-mail{
	width: 24px;
	height: 24px;
	background: url("/zxsy/images/icon-mail.png") no-repeat;
	background-size: 100%;
	position: absolute;
	margin-left: -3rem;
}

.icon-tel{
	width: 24px;
	height: 22px;
	background: url("/zxsy/images/icon-tel.png") no-repeat;
	background-size: 100%;
	position: absolute;
	margin-left: -3rem;
}

.icon-post{
	width: 24px;
	height: 19px;
	background: url("/zxsy/images/icon-post.png") no-repeat;
	background-size: 100%;
	position: absolute;
	margin-left: -3rem;
}

.icon-address{
	width: 22px;
	height: 30px;
	background: url("/zxsy/images/icon-address.png") no-repeat;
	background-size: 100%;
	position: absolute;
	margin-left: -3rem;
}

.icon-link{
	width: 23px;
	height: 23px;
	background: url("/zxsy/images/icon-link.png") no-repeat;
	background-size: 100%;
	position: absolute;
	margin-left: -3rem;
}

footer p{
	text-align: center;
	font-size: 1.6rem;
}
footer p a{
	color: #03bbd7;
	text-decoration: none;
	
}

footer p a:hover {
	color: rgba(3, 187, 215, 0.6);
}


/******* 分页 ********/
.pager 
{
      display: inline-block;
  *display: inline;
  margin: 20px 0;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pager  a,
.pager  span 
{
  margin:0;
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
  color:#428bca;
}

.pager a:hover,
.pager a:focus,
.pager .active > a,
.pager .active > span {
  background-color: #f5f5f5;
}

.pager .active > a,
.pager .active > span {
  color: #999999;
  cursor: default;
}

.pager span.active {
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color:#428bca;
}

.pager .disabled > span,
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pager a:first-child,
.pager span:first-child {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pager a:last-child,
.pager span:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pager-centered {
  text-align: center;
}


/******** 分页 *******/


@media only screen and (max-width: 48em) {
	.contact ul {
		font-size: 1.4rem;
		margin: 2rem 0 2rem 2rem ;
	}
	.contact ul .title{
		font-size: 2rem;
		font-weight: 800;
		
	}
	.contact .brand{
		width: 165px;
		height: 61px;
		background: url("/zxsy/images/brand-logo.png") no-repeat;
		background-size: 100%;
		float: left;
		margin-top: 3rem;
	}

}

@media only screen and (max-width: 30em) {
	.contact ul {
		font-size: 1.4rem;
		margin: 2rem 0 0 2rem ;
		width: calc( 50% - 2rem);
	}
	.contact ul .title{
		font-size: 1.6rem;
		font-weight: 800;
		
	}
	.contact .brand{
		width: 165px;
		height: 61px;
		clear: both;
		margin: 2rem;
	}

	footer p{
		font-size: 1.4rem;
	}
}



/*界面组件*/
	
/**************************头部组件********************************/

/*2.头部组件
	2.1 logo
	2.2 回到顶部按钮
	2.3 顶部快捷菜单
	2.4 主菜单
	2.5 二级子菜单
	2.6 搜索栏和控制搜索栏弹出按钮*/

	/*logo*/

.logo{
	margin:20px  0;
	margin-left: 4rem;
	float: left;
}

header .top-brand{
	display: block;
}


@media only screen and (max-width: 64em) {
	header .top-brand{
		float: none;
		margin-left: -60px;
		display: inline-block;
		left: 50%;
		position: relative;
	}
	.top-brand .logo{
		float: none;
		margin:2rem auto 1rem; 
	}
	header .contain-box{
		padding: 0;
	}
}
@media only screen and (max-width: 48em) {
	
	.top-brand .logo{
		width: 10rem;
		margin: 1rem auto;
	}
}

@media only screen and (max-width: 30em) {
	.top-brand .logo{
		width: 10rem;
	}
	
}

	/*回到顶部按钮*/

#btn{
            display: none;
            width: 40px;
            height: 40px;
            position: fixed;
            right: 50px;
            bottom: 30px;
            z-index: 12;
            background: url("/zxsy/images/back-top1.png") no-repeat left top ;
            background-size: 100%;
}

#btn:hover{
	 background:url("/zxsy/images/back-top2.png") no-repeat left top;
            background-size: 100%;
	 
}

	/*顶部快捷菜单*/

.top_nav{
	position: absolute;
	right: 0;
	top: 0;
}

.top_nav_list li{
	padding: 5px 5px;
	display: inline-block;
	float: left;
	background-color: #03bbd7;
}

.top_nav_list a{
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;

}

.top_nav_list a:hover{
	text-decoration: underline;
}

.triangle-topright {
	position: absolute;
	left: -31px;
	width: 0;
	height: 0;
	border-top: 31px solid #03bbd7;
	border-left: 31px solid transparent; 
}

@media only screen and (max-width: 48em) {
	.top_nav {
	    padding-top: 0.5rem;
	    position: relative; 
	    display: block;
	    right: 0;
	    top: 0;
	    background-color: #03bbd7;
	    z-index: 0;
	  
	}
	.top_nav_list {
		text-align: right;
	}
	.top_nav_list li{
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		float: none;
		border: 1px solid #E0E0E0;
		border-radius: 15px; 
	}
	ul.top_nav_list {
		padding-right: 0.5rem;
	}

	.top_nav_list li:hover {
		border: 1px solid #E0E0E0;
		background-color: #fff;
	
	}
	.top_nav_list li:hover a{
		color: #03bbd7;
		text-decoration: none;
	}
	.triangle-topright{
		display: none;
	}

}

	/*主菜单*/

a.header_menu{
	display: none;
}

.nav{
	text-align: center;
	margin-top: 55px;
	padding-right: 1rem;
	padding-left: 18rem;
}

.nav .nav_list{
		padding-left: 1rem;
}

.nav_list a{	
	font-size: 1.8rem;
	font-weight: bold;
	color: #393939;
	font-family: "Microsoft Yahei";
	text-decoration: none;
}

.nav_list a:hover{
	color: #03bbd7;
}
.nav_list .active{
	color: #03bbd7;
}

.nav_list > li{
	display: inline-block;
	float: left;
	position: relative;
}

.nav_list > li a{
	padding: 12px;
}

.nav_list .active:after{
	position: absolute;
	left: 50%;
	bottom: -15px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin-left: -7px;
	border-width: 7px 7px;
	border-style: solid;
	border-color: transparent transparent #03bbd7 transparent;
	color: #03bbd7;
}

@media only screen and (min-width: 64em) {
	.nav_list > li{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 64em) {
	
	.nav{
		text-align: left;
		margin-top:2rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}

}
@media only screen and (max-width: 48em) {
	a.header_menu{
		display: inline-block;
		position: absolute;
		left: 0;
		top: 0;
		padding: 1.5rem;
		width: 1.5rem;
		height: 3rem;
		background-image: url("/zxsy/images/menu.png");
		background-repeat: no-repeat;
		background-size: 68%;
		background-position: center;
	}

	.nav .nav_list{
		padding-left: 0;
	}

	.nav_list > li{
		margin-top: 0;
	}

	.nav_list li{
		padding-left: 7px;
		padding-right: 7px;
	}

	.nav {
		z-index: 10;
		background-color: #fff;
		width: 200px;
		position: absolute;
		padding: 0;
		margin-top: 0;
		-webkit-transform: translate(-200px, 0);
		transform: translate(-200px, 0);
		transition: transform 0.3s ease;

	}
	.nav.open{
		-webkit-transform: translate(0, 0);
    		transform: translate(0, 0);
	}

	
	
	nav .nav_list > li{
		float: none;
		border-right:  1px solid #E0E0E0;
		display: block;
		padding: 0;
	}

	nav .nav_list > li a{
		display: inline-block;
		padding: 1rem;

		box-sizing: border-box;
	}

	nav .nav_list > li + li{
		border-top: 1px solid #E0E0E0;
	}
	.nav_list .active:after{
		display: none;
	}

}

@media only screen and (max-width: 30em) {
	.nav{
		width: 150px;
	}
	.nav_list a{
		font-size: 1.6rem;
	}

}
	/*二级子菜单*/

.sub-nav{
	display: none;
}

.nav_list .sub-nav b{
        width:15px;
        background-color:rgba(3, 187, 215, 0.48);
        display:inline-block;
        margin-right:15px;
}

.nav_list .sub-nav li a:hover b{
	background-color:#03bbd7;
}

a.subnav-btn{
		display: none;
}


@media only screen and (min-width: 48em) {
	.nav_list li:hover .sub-nav{
		display: block;
		width:15rem;
		position: absolute;
		left: 0;
		margin-top: 0.3rem;
		z-index: 11;
		text-align: left;
		color: #fff;
		background-color: #fff;
	}
	.nav_list li:hover .sub-nav a{
		    color: #666;
		    display: inline-block;
		    border-top: 1px dotted #EAEAEA;
		    border-left: none;
		    line-height: 4rem;
		    padding: 0;
		    padding-right: 3rem;
	}

	.nav_list li:hover .sub-nav a:hover{
		background-color: #fff;
		color: #03bbd7;
	}
	.sub-nav li{
		display: block;
		padding: 0;
	}
	
	.news-brief h3
	{
	    font-size: 2rem;
        margin-bottom: 0.5rem;
        margin-top: 0;
        text-align: left;
        Width: calc( 60% - 2rem );
    }
}

@media only screen and (max-width: 48em) {

	.sub-nav.show{
		display: block;
	}

	.sub-nav{
		display: none;
		width: 70%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 11;
		text-align: center;
		margin-left: 200px;
		background-color: #fff;
	}
	.sub-nav li{
		display: block;
	}

	nav .nav_list > li a.subnav-btn.on{
		display: inline-block;
		float: right;
		padding: 1rem;
		background: url("/zxsy/images/subnav-btn.png") no-repeat;
		background-position: center;
		background-color: #03bbd7;
		width: 30%;
		box-sizing: border-box;
	}

	.sub-nav a{
		    color: #666;
		    display: inline-block;
		    border-top: 1px dotted #EAEAEA;
		    border-left: none;
		    line-height: 4rem;
		    padding: 0;
		    padding-right: 0;
	}
	
	.nav_list .sub-nav > li{
		padding: 0;
		text-align: left;
	}
	.nav_list .sub-nav > li a{
		padding: 0;
		width: 100%;
	}
	.news-center-box .news-item
	{
	    Width: calc( 45% - 1rem );
	    display: inline-block;
	    vertical-align:top;
	    }
}


@media only screen and (max-width: 30em) {
	
	.nav_list .sub-nav a{

		font-size: 1.4rem;
	}
	.sub-nav{
		left: 0;
		margin-left: 150px;
	}
}


	/*2.6 搜索栏和控制搜索栏弹出按钮*/


.search_bar{
	display: inline-block;
	width:auto;
	overflow: hidden;
	float: right;
	margin-top: 0;
}

.search_sm{
	display:inline-block; 
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	padding: 10px;
	font-size: 14px;
	width: 150px;
	height: 40px;
	border: 1px solid #fafafa;
	background: #fafafa;
	border-right: none;
	float: left;
	transition: border-color 0.5s;

}
.search_go{
	width: 40px;
	height: 40px;
	background: url(/zxsy/images/search.png) #03bbd7 no-repeat;
	background-position: 50%;
	border: 1px solid #03bbd7;
	float: right;
	padding: 5px;


}

.search_sm:focus{
	outline:none;
	border-color: #03bbd7;

}

@media only screen and (max-width: 64em) {
	
	.contain-box .search_bar{
		padding-bottom: 1rem;
		padding-right: 1rem;
		margin-top: -6px;
	}
	
}

@media only screen and (max-width: 48em) {
	a.toggle_search_bar{
		position: absolute;
		right: 0;
		top: 0;
		padding: 1.5rem;
		width: 3rem;
		height: 3rem;
		background-image: url("/zxsy/images/search-gray.png");
		background-repeat: no-repeat;
		background-position: center;

	}
	.contain-box .search_bar{
		display: none;
		position: absolute;
		z-index: 13;
		padding:1rem;
		box-sizing: border-box;
		width: 100%;
		background-color: #03bbd7;
	}
	.contain-box .search_bar .search_sm{
		display: block;
		width: 100%;
		background-color: #fafafa;
		background-position: right;
		margin: 0;
	}
	.contain-box .search_bar .search_sm:focus{
		border-color: #89e9ff;
	}
	.search_bar  .search_go{
		display: none
	}
	
	.toggle_search_bar.toggleBtn{
		background-color: #03bbd7;
		background-image: url("/zxsy/images/search.png");
	}
	.search_bar.showSearch{
		display: block;
	}

}


/*新闻图片轮播和新闻列表选项卡*/

.slider-tabs .swiper-container{
	width: 61.7%;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.tab-cards{
	width: 38.3%;
	float: right;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
	position: relative;
}

@media only screen and (max-width: 61.25em) {
		
	.container .slider-tabs .swiper-container{
		width: 100%;
		float: none;
	}

	.slider-tabs  .tab-cards{
		width: 100%;
		float: none;
	}

}


	/*3.图片轮播组件：新闻图片轮播、香港时时彩qq澳门太阳游戏网站展示轮播*/



	/*新闻图片轮播*/


.slider-tabs{
	background-color: #f7f7f7;
	
	overflow: hidden;
} 

.slider img{
	max-width: 100%;
	width: 100%;
	margin-bottom: -8px;
	    display: block;
}
.slider .news-title{
	text-align: left;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 2rem;
	line-height: 2.5rem;
	padding: 1.5rem;
	display: block;
	width: 61.7%;
	background-color: rgba(0,0,0,.35);
	position: absolute;
	bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper-container{
	position: relative;
}



.pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #000;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #03bbd7;
}


.swiper-container  .slide-arrow-left:hover, .projects-con .arrow-left:hover{
	background-color: rgba(0,0,0,0.5);
}

.swiper-container  .slide-arrow-right:hover, .projects-con .arrow-right:hover{
	background-color: rgba(0,0,0,0.5);
}



.swiper-container  .slide-arrow-left,.projects-con .arrow-left {
	  background: url("/zxsy/images/arrows-left.png") no-repeat left top;
	  background-position: center;
	  background-size: 50%;
	  position: absolute;
	  background-color: rgba(0,0,0,0.25);
	  left: 10px;
	  top: 50%;
	  margin-top: -15px;
	  margin-left: -10px;
	  width: 45px;
	  height: 90px;
	  cursor: pointer;
	  border-top-right-radius: 10px;
	  border-bottom-right-radius: 10px;
	  z-index: 1;
}



.swiper-container  .slide-arrow-right, .projects-con .arrow-right {
	background: url("/zxsy/images/arrows-right.png") no-repeat left bottom;
	position: absolute;
	background-position: center;
	background-size: 50%;
	background-color: rgba(0,0,0,0.25);
	right: 10px;
	top: 50%;
	margin-top: -15px;
	margin-right: -10px;
	width: 45px;
	height: 90px;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	 z-index: 1;
}

	/*香港时时彩qq澳门太阳游戏网站展示轮播*//*首页香港时时彩qq澳门太阳游戏网站*/
.swiper-container2{
	width: 100%;
}

	
.index-projects-list {
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	font-size: 0;
	vertical-align: top;
	position: relative;
	width: 90%;
	margin:0 auto;
}

.index-projects-list h3{
	font-weight: bold;
	font-size: 4rem;
	border-bottom: 2px solid #03bbd7;
	display: inline-block;
	margin-bottom: 1rem;
}
.projects-con{
	position: relative;
}
.index-project{
	vertical-align: top;
	display: inline-block;
}

.index-project h4{
	font-size: 2rem;
	line-height: 3rem;
	border-bottom: 2px solid #03bbd7;
	display: inline-block;
	margin:1.5rem;
}

.index-project p{
	/*width: 300px;*/
	white-space: normal;
	margin: 0;
	padding: 0 2.5rem;
	box-sizing: border-box;
	font-size: 1.4rem;
}

.index-project a {
	position: relative;
	display: inline-block;

}
.index-project a:hover:before {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 2rem);
	height: 100%;
	background: -webkit-linear-gradient(bottom,#000,transparent);
	background: -webkit-linear-gradient(bottom,#03bbd7,transparent);
	background: linear-gradient(0deg,#03bbd7,transparent);
	content: ' ';
	margin-left: 1rem;

}
.index-project a:hover .hover-icon{
	display: block;
	width: 60px;
	height: 60px;
	background-image: url("/zxsy/images/imghover-arrow.png");
	background-size: 100%;
	position: absolute;
	 top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -moz-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	  -webkit-transform: translate(-50%, -50%);
}


.index-projects-list span a {
	display: inline-block;

}

.img-con{
	display: inline-block;
	width: 100%;
}
.img-con  img{
	display: inline-block;
	width: calc(100% - 2rem);
}
.pro-intro{
	text-align: center;
	background: #fff;
	margin-right: 1rem;
	margin-left: 1rem;
	padding-bottom: 1rem;
}

.pro-intro p{
	text-align: left;
}

@media only screen and (max-width: 64em) {
	.index-project p{
		white-space: normal;
		margin: 0;
		box-sizing: border-box;
		font-size: 1.2rem;
	}
	.index-project img{
		width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 48em) {
	.swiper-container  .slide-arrow-left,
	.swiper-container  .slide-arrow-right,
	.projects-con .arrow-left,
	.projects-con .arrow-right{
		display: none;
	}

	.slider .news-title{
		font-size: 1.6rem;
		    padding: 1rem;
	}

	.index-projects-list {
		position: relative;
		width: 100%;
		margin:0 auto;
	}

	.index-project a  img{
		width: 100%;
	}
	
	.index-project p{
		white-space: normal;
		margin: 0;
		box-sizing: border-box;
		font-size: 1.2rem;
	}
	.index-projects-list h3{
		font-size: 3rem;
	}

	.container .index-life{
		background: url("/zxsy/images/dorm-life-square.jpg") no-repeat;
		background-size: 100%;
		text-align: center;
	}	
	.index-project h4{
		font-size: 1.8rem;
		margin: 1rem 0;
	}
	.index-project p{
		padding: 0 1rem;
	}
}

@media only screen and (max-width: 30em) {
	.index-project p{
		padding: 0 0.3rem;
	}
	
	.pro-intro{
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		padding-bottom: 0.5rem;
		box-shadow: 0 2px 5px rgba(0,0,0,0.25);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
		-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
		-o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	}
	.index-project img{
		padding-left: 0.5rem;
    		padding-right: 0.5rem;
	}

}
	/*4. 新闻列表选项卡*/


.tab-top{
	background-color: #03bbd7;
	padding: 1rem 1rem 0;
}

.tab{	
	display: inline-block;
	width: 50%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #03bbd7;
	color: #fff;
	font-size: 2rem;
	padding: 1rem 0 ;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}
.tab:hover{	
	color: #03bbd7;
	background-color: #f7f7f7;

}

.current-tab{
	color: #03bbd7;
	background-color: #f7f7f7;
}

.tab:hover .icon-notice,
.current-tab .icon-notice{
	background-image: url("/zxsy/images/icon-notice-2.png");
}

.tab:hover .icon-news,
.current-tab .icon-news{
	background-image: url("/zxsy/images/icon-news-2.png");
}

.icon-notice{
	display: block;
	width: 23px;
	height: 26px;
	background-image: url("/zxsy/images/icon-notice-1.png");
	background-size: 100%;
	position: absolute;
	margin-left: 2rem;
}
.icon-news{
	display: block;
	width: 25px;
	height: 26px;
	background-image: url("/zxsy/images/icon-news-1.png");
	background-size: 100%;
	position: absolute;
	margin-left: 2rem;
}

.tab-content{
	font-size: 0;
	margin-top: 2rem;
	text-align: left;
	padding: 0 2rem;
}



.tab-tags-con{
	float: left;
	margin-left: -100%;
	padding: 7px;
	font-size: 14px;
	border: 1px solid #03bbd7;
	border-radius: 5px;
	background-color: rgba(3, 187, 215, 0.75);

}

.tab-content li .tab-tags-con:hover{
	background-color: rgba(3, 187, 215, 0.95);
}

.tab-content>li>a
{
    display:block;
    padding:0.6rem 0;
   }
.tab-content li .tab-tags{	
	color: #fff;
	line-height: 0.8;
	display: inline-block;
	vertical-align: baseline;
}
.tab-content > li .tab-title-div {
    float: left;
    font-size: inherit;
    font-weight: normal;
    margin-right: -120px;
    width: 100%;
}

.tab-content > li .tab-title-p 
{
    margin:0;
    margin-right: 100px;
    line-height:2.7rem;
    font-size: 1.6rem;
    background:url("/zxsy/images/ls_2.jpg") no-repeat 0 1rem;
    padding-left:20px;
    box-sizing:border-box;
}

.tab-content > li .tab-data {
    display: block;
    float: right;
    text-align: center;
    width: 100px;
        line-height:2.7rem;
    font-size: 1.6rem;
}
        

.tab-content li h6{
	font-size: 1.6rem;
	line-height: 2.6rem;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.tab-cards .tab-more{
	left: calc(50% - 3.8rem);
}
.tab-cards .tab-more .more-con
{
	padding: 5px 2rem;
	background-color: #03bbd7;
}
.tab-cards .tab-more .more
{
    padding: 5px 2rem;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-decoration: none;
	display: inline-block;
	color:#ffffff;
}

/*.tab-content li:last-child{
	display: none;
}*/

@media only screen and (max-width: 61.25em) {
	.icon-notice{
		background-image: url("/zxsy/images/icon-notice-1.png");
		left: 5rem;
	}
	.icon-news{
		background-image: url("/zxsy/images/icon-news-1.png");
		margin-left: 6rem;left: 50%;
	}
	.tab-content {
		text-align: left;
		font-size: 0;
		padding: 1rem;
		box-sizing: border-box;
	}
	.tab-content li{
		width: 50%;
		float: left;
		margin-bottom: 2rem;
	}
	.tab-content li .tab-tags{
		font-size: 1.6rem;
	}
	.tab-content li:last-child{
		display: inline-block;	
	}
}
@media only screen and (max-width: 48em) {
	.tab-cards .tab-more .more{
		padding: 5px 3rem;
	}
	.tab-content li{
		width: 100%;
	}
	.icon-notice{
		background-image: url("/zxsy/images/icon-notice-1.png");
		left: 1rem;
	}
	.icon-news{
		background-image: url("/zxsy/images/icon-news-1.png");
		margin-left: 2rem;left: 50%;
	}
	
}
@media only screen and (max-width: 480px) {
	.tab-content-title-con2{
		margin: 0 75px 0 0;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
		width: calc(100% - 85px);
		font-size: 1.6rem;
		line-height: 2.7rem;
		text-decoration: none;
	}
	.tab-tags-con{
		display: none;
	}
	.tab-content{
		    margin-top: 1rem;
	}

	.tab-content li{
		border-bottom: 1px dotted #e0e0e0; 
	}
	.tab-content li .tab-tags{
			display: none;
	}
	.tab{
		font-size: 1.6rem;
	}
	.tab-content li h6{
		width:220px;
		max-width: 100%;
		padding-bottom: 5px; 
		border-bottom: 1px dotted #e0e0e0;
	}
	.icon-notice,.icon-news{
		display: none;
	}
	.tab-content .tab-tags{
		display: none;
	}
	

}


/*5.主页展示模块布局-宿舍板块、关于知行板块*/



	/*关于知行*/

.about-zhixing img{
	width: 100%;
}

@media only screen and (max-width: 48em) {
	.about-zhixing{
		display: none;
	}

}


	/*宿生日常板块*/

.index-life{
	background: url("/zxsy/images/dorm-life.jpg") no-repeat;
	background-size: 100%;
	text-align: center;
	
}

.index-life .dorm{
	background-color: rgba(3, 187, 215, 0.15);
}
.index-life .dorm h3{
	font-weight: 600;
	font-size: 5rem;
	line-height: 7rem;
	color: #f0f0f0;
	padding: 5rem 0 ; 
}

.index-life .dorm a,
.dorm-content > a,
.more-news a{
	display: inline-block;
	font-size: 2.5rem;
	line-height: 4rem;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 0 5rem;
	margin-right: 2rem;
	margin-bottom: 7rem;
	background-color: rgba(3, 187, 215, 0.75);
	border: 2px solid #03bbd7;
	transition: all 0.3s;
}

.index-life .dorm a:hover,
.dorm-content > a:hover,
.more-news a:hover{
	color: #03bbd7;
	background-color: #fff;
}

@media only screen and (max-width: 61.25em) {
	.container .index-life .dorm h3{
		font-size: 3rem;
		padding: 1rem;

	}
	.container .index-life .dorm a, .container .dorm-content > a, .more-news a{
		font-size: 2rem;
		margin-bottom: 3rem;
	}

}

@media only screen and (max-width: 48em) {
	.index-life .dorm{
		padding-bottom: 1rem;
	}
	.container .index-life .dorm h3{
		font-size: 3rem;
		padding: 1rem;
		line-height: 4.5rem;
		margin: 2rem auto;
		
	}
	.index-life {
		background-size: 100%; 
		background: url(/zxsy/images/dorm-life.jpg) no-repeat;
	}

	.container .index-life .dorm a, .container .dorm-content > a, .more-news a{
		font-size: 2rem;
		display: block;
		margin:0 auto 1rem;
		width: 50%;
	}

}

@media only screen and (max-width: 30em) {
	.container .index-life .dorm h3{
		font-size: 2rem;
		padding: 1rem;
		line-height: 3em;
		margin: 1rem auto;	
	}

	.container .index-life .dorm a, .container .dorm-content > a, .more-news a{
		font-size: 2rem;
		display: block;
		margin:0 auto 1rem;
		width: 35%;
	}


}




/*6.公共布局*/
.content-box{
	width: 75%;
	float: left;
	background-color: #f8f8f5;
}

.content-box .top-bar{
	background-color: #03bbd7;
	padding: 0.5rem 4rem; 
}
.sidebar .top-bar{
	padding: 0.5rem 2rem; 
	height: 3.45rem;
    	box-sizing: border-box;
}
.top-bar .home{
	background: url("/zxsy/images/home-white.png") no-repeat;
	background-size: 100%;
	background-position: center;
	width: 18px;
	height: 18px; 
	display: inline-block;
	vertical-align: baseline;
}
.content-box .top-bar a,
.sidebar .top-bar span{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.content-box .top-bar a:nth-child(n+2):before{
	content: " \00a0\005c\00a0";
}


	/*6.1侧栏布局*/
	
.sidebar{
	width:25%;
	float: left;
}

.sidebar .top-bar{
	width: 100%;
	background-color: #42cce1;

}
.sidebar a{
	text-decoration: none;
	color: #393939;
}



@media only screen and (max-width: 34.25em) {
	.content-box .top-bar{
		    padding: 0.5rem 1rem;
	}

}

@media only screen and (max-width: 61.25em) {
	.content-box{
		width: 100%;
		float: none;
	}

	.sidebar{
		width: 100%;
		float: none;
	}


}
	 /*6.2侧栏组件*/
		/*最近新闻和相关新闻*/
		/*相关链接和相关文件（已去掉）*/
		
.recent-news,.relevent-news {
	margin: 2rem;
	padding-bottom: 1rem;
}
.recent-news{
	border-bottom: 1px solid #03bbd7;

}

.recent-news h5,.relevent-news h5{
	font-size: 2rem;
	font-weight: bold;
	margin: 2rem 0;
}

.recent-news h6 a:hover,
.relevent-news h6 a:hover{
	color: #03bbd7;
	
}

.recent-news ul li,
.relevent-news ul li{
	margin-bottom: 0;
	padding: 1rem 0;
	font-size: 0;
	border-bottom: 1px #03bbd7 dotted;

}

.recent-news ul li:last-child,
.relevent-news ul li:last-child{
	border-bottom: none;
}

.recent-news ul li:first-child,
.relevent-news ul li:first-child{
	padding-top: 0;
}

.recent-news ul li h6,
.relevent-news ul li h6{
	font-size: 1.6rem;
	margin-top: 0;
	font-weight: normal;
	margin-bottom:1rem;
}

.news-thumbnail{
	width: 35%;
	display: inline-block;
}

.news-thumbnail img{
	width: 100%;
	display: inline-block;
}

.news-summary {
	vertical-align: top;
	display: inline-block;
	width: 65%;
	padding-left: 1rem;
	box-sizing: border-box;
}

.recent-news ul li .news-category,
.relevent-news ul li .news-category{
	font-size: 1.4rem;
	color: #03bbd7;
}

.recent-news ul li .news-category:hover,
.relevent-news ul li .news-category:hover{
	color:rgba(3, 187, 215, 0.6);
}

.recent-news ul li .news-data,
.relevent-news ul li .news-data{
	font-size: 1.2rem;
	display: inline-block;
}




@media only screen and (min-width: 30em) and (max-width: 61.25em) {
	.recent-news ul li,
	.relevent-news ul li{
		margin-bottom: 0;
		padding: 1rem 2rem 1rem 0;
		font-size: 0;
		display: inline-block;
		width: calc(33.333% - 1.333rem);
		border: none;
	}

	.recent-news ul,
	.relevent-news ul{
		font-size: 0;
	}

	.news-thumbnail{
		width: 100%;
		box-sizing: border-box;
		display: inline-block;
	}
	
	.news-summary{
		width: 100%;
		margin-top: 1rem;
	}
	.recent-news ul li:last-child,
	.relevent-news ul li:last-child{
		padding-right: 0;
	}

	.recent-news h5, .relevent-news h5{
		margin: 1rem 0 0;
	}
	
	.recent-news, .relevent-news{
		margin: 2rem 4rem;
	}

}


@media only screen and (max-width: 30em) {
	.recent-news ul li,
	.relevent-news ul li{
		margin-bottom: 0;
		padding: 1rem 2rem 1rem 0;
		font-size: 0;
		display: inline-block;
		width: 100%;
		border: none;
	}

}



/*7.澳门太阳游戏网站内容展示页、新闻详细页共同样式*/

.feature{
	background: url("/zxsy/images/feature-img4.jpg") no-repeat;
	background-color: #f8f8f5;
	background-size: 100%; 
	padding: 27%;
}

.project-header{
	width: 100%;
	/*padding: 4rem 4rem 1rem 0;*/
	padding-bottom: 1rem;
	box-sizing: border-box;
}

article .project-title{
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: -14rem;
	padding: 3rem 4rem 0;
}
article .project-title a{
	font-size: 1.6rem;
}
.project-info{
	padding-right: 8rem;
	padding-left: 8rem;
}

.project-body{
	margin: 2rem 4rem 0;
	background-color: #fff;
}

.project-category,
.project-info{
	font-size: 1.6rem;
}

.project-body p{ margin:1em 0; padding:0;  color: #5c5c5c;  }

.project-body .submitDate,.project-body .cont{
	/*color: #5c5c5c;*/
	padding: 0 4rem 4rem;
	text-align: justify;
	font-size:1.8rem;
	/*text-indent: 2em;*/
	line-height:1.5em;
}

.project-body .cont{ margin-bottom:2em; }

/*
.project-body p:last-child{
	margin-bottom: 0;
}
*/

.project-body img{
	/*Width: calc( 100% + 8rem );*/
	max-width:100%;
	height:auto;
	/*padding: 2rem 0rem;*/
	/*box-sizing: border-box;*/
	/*margin-left:-4rem;*/
}

article .project-body figure{
	margin: 0;
}
/*
figure figcaption{
	text-align: center;
	padding: 0 8rem;
	font-size: 1.4rem;
	color: #5c5c5c;
	margin-top: -1.5rem;
}

figure figcaption:before{
	content: " —— "
}
*/
.outer-box{
	margin: 0 4rem 2rem;
	padding: 2rem 4rem;
	background-color: #fff;

}

.bottom-bar{
	margin: 4rem;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-top:1px solid #03bbd7; 
	border-bottom: 1px solid #03bbd7; 
}

.bottom-bar a {

	width: 50%;
	box-sizing: border-box;
	padding: 1.5rem 4rem 9999px 4rem;
	margin-bottom: calc( 1.5rem - 9999px);
	text-decoration: none;
	font-size: 2rem;
	line-height: 2.8rem;
	color: #5f5f5f;
	
}
a.next-project{
	text-align: right;
}
a.pre-project{
	text-align: left;
}


.bottom-bar a:hover {
	color: #fff;
	background-color: #03bbd7;
	
}
.pre-project{
	float: left;
}
.next-project{
	float: right;
}

.pre-project .pre-icon,
.next-project .next-icon {
    position: absolute;
    font-size: 3rem;
}
.pre-project .pre-icon{
    left: 0;
}
.next-project .next-icon{
    position: absolute;
    right: 0;
}

.pre-title, .next-title{
	display: inline-block;
}

@media only screen and (max-width: 61.25em) {

    .project-body .project-title{
		padding: 1.5rem 4rem;
		margin-bottom: 0;
		font-size: 3rem;
	}
	
	article .project-body figure img{
		padding: 0;
	}
	/*
	article figure figcaption{
		padding: 0 2rem;
		margin-top: 1rem;
	}
    */
}

@media only screen and (max-width: 48em) {
	.pre-project .pre-icon,
	.next-project .next-icon{
	    font-size: 1.6rem;
	}

	.project-body .project-title{
		padding: 1.5rem 4rem;
		margin-bottom: 0;
		font-size: 3rem;
	}
	
	.project-info{
		padding: 1rem 2rem 0 ;
	}

	article .project-body .project-category{
		font-size: 1.4rem;
	}
	article .project-body .submitDate,article .project-body .cont{
		/*padding: 0 4rem 4rm;*/
	}
	article .project-body .cont{
		margin-bottom:2em;
	}
	/*
	article figure figcaption{
		margin-top: 0.5rem;
	}
*/
	
	.content-box .outer-box{
		margin: 0 4rem 2rem;
		padding: 1rem 0;
	}

	.outer-box .bottom-bar a {
		padding: 0.5rem 2rem 9999px 2rem;
		margin-bottom: calc( 0.5rem - 9999px);
		font-size: 1.6rem;
		line-height: 2.4rem;
	}

	.outer-box .bottom-bar{
		margin: 2rem 4rem;
	}

}


@media only screen and (max-width: 30em) {

	.project-body .project-title{
		padding: 2rem 2rem;
		margin-bottom: 0;
		font-size: 2.4rem;
		margin-top: -3rem;
	}
	article .project-body .submitDate,article .project-body .cont{
		font-size: 1.6rem;
		padding: 0 2rem 2rem;
	}
	article .project-body .cont{
		margin-bottom:2em;
	}
	article .project-body{
		margin: 2rem 0 0;
	}
	.content-box .outer-box{
		margin: 0 0 2rem;
		padding: 2rem 1rem;
	}
	.outer-box .bottom-bar {
		margin: 2rem 0;
	}
}


/*8.新闻资讯页布局*/


.news-center-box{
	background: #e6e7e8;
}

.content-box ul{
	width: 90%;
	margin:2rem auto;
	font-size: 0;
}
.news-item{
	overflow: hidden;
	margin-bottom: 2rem; 
	background-color: #fff; 
	position: relative;
}
.news-item img{
	float: left;
	width: 38%;
	overflow: hidden;
}
.news-brief {
	width: 100%;
	margin-left: calc(38% + 2rem);
	padding-right: 2rem;
	box-sizing: border-box;
	padding-top: 2rem;
	position: relative;

}
.news-brief h3{
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 0.5rem;
	text-align: left;
}

.news-brief p{
	margin-top: 0;
	font-size: 1.6rem;
	text-align: left;
	width: calc( 60% - 2rem );
}
.more-news a{
	margin-right: 0;
}
.news-brief a{
	font-size: 1.6rem;
	display: inline-block;
	text-decoration: none;
    Width:100%;
}

.news-brief span{
	font-size: 1.6rem;
	display: inline-block;
}
.news-bottom{
	font-size: 1.4rem;
	line-height: 3.5rem;
}
.news-bottom a,
.news-body .news-category,
.project-categroy{
	text-decoration: none;
	color: #03bbd7;
}
.news-bottom a:hover,
.news-body .news-category:hover,
.project-categroy:hover{
	color: rgba(3, 187, 215, 0.6);
}

.news-bottom .news-category,
.news-body .news-category,
.project-categroy{
	margin-right: 2rem;
}

.news-bottom .news-category{
	margin-left: 2rem;

}

.news-bottom .enter{
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	right: 0;
	background: url("/zxsy/images/news-list-readmore.png") no-repeat;
	background-size:40%;
	background-position: center;
	background-color: #03bbd7;
}

.more-news{
	margin-top: 4rem;
	text-align: center;
}

.more-news a{
	margin-bottom:4rem;
}

@media only screen and (min-width: 61.25em) and (max-width: 64em){
	.news-brief h3{
		margin-bottom: 0.1rem;
	}
}


@media only screen and (max-width: 48em) {
	.news-center-box .news-item{
		width: calc( 45% - 1rem);
		display: inline-block;
	}
	.news-center-box .news-item:nth-child(2n+1){
		margin-right: 2rem;

	}
	.news-brief p{
		margin-right: 0;
	}
	.news-brief p {
	    margin-top: 0;
	    font-size: 1.6rem;
	    text-align: left;
	     width: auto; 

	}
	.content-box ul{
		width: 100%;
		text-align: center;
	}
	.news-brief {
		width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
		box-sizing: border-box;
		margin-left: 0;
		padding-top: 2rem;
		position: relative;

	}

	.news-item .news-bottom{
		text-align: left;
	}
	.news-bottom .enter span{
	}

	.news-bottom .news-category, .news-body .news-category, .project-categroy{
		margin-right: 1rem;
		margin-left: 2rem;

	}
	.news-item  .news-bottom{
		position: relative;
    		width: 100%;
	}
	.news-item img{
		float: none;
		width: 100%;
		overflow: hidden;
	}

}
@media only screen and (max-width: 34.25em) {
	.news-center-box .news-item{
		width: 100%;
		display: inline-block;
	}
	.news-center-box .news-item:nth-child(2n+1){
		margin-right: 0;

	}
	.content-box ul{
		width: 100%;
		text-align: left;
	}
	
	.news-brief {
		width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
		box-sizing: border-box;
		padding-top: 2rem;
		position: relative;

	}
}

@media only screen and (max-width: 30em) {

	.more-news a{
		font-size: 2rem;
		padding: 0 2rem;
	}
	
	.news-center-box  .more-news{
		margin-top: 2rem;
	}
}

 


/*9.香港时时彩qq澳门太阳游戏网站页布局*/


.projects-list{
	width: 100%;
	margin:0 auto;
	background-color: #eee;
}

.main-project{
	font-size: 0;
}


.main-project a{
	display: inline-block;
	color: #fff;
	font-size: 4rem;
	text-decoration: none;
}

.main-project p{
	color: #fff;
	font-size: 1.8rem;
}

.main-project .project-img img{
	display: inline-block;
	width: 100%;
}

.main-project  .row-1 .project{
	box-sizing: border-box;
	width: 25%;
	float: left;
}
.main-project  .row-2 .project{
	box-sizing: border-box;
	width: 25%;
	float: right;
}



.main-project .project-intro{
	
	padding-top: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
	background-color: #03bbd7;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}

.main-project .row-2 .project-intro{
	background-color: #8fc955;
}

.row-1, .row-2{
	overflow: hidden;

}

.other-projects {
	margin:2rem auto 2rem;
	text-align: center;
	padding: 0 1rem;
	font-size: 0;
}
.other-projects ul li{
	display: inline-block;
	box-sizing: border-box;
	width: calc(33.3333333% - 3rem);
	position: relative;
}

.other-projects ul li img{
	width: 100%;
}
.other-projects ul li + li{
	margin-left: 2rem;
}

.other-projects .imgover{
	font-size: 4rem;
	color: #fff;
	padding: 3rem;
	position: absolute;
	bottom: 0;
}
.other-projects li a{
	display: inline-block;
}
.other-projects li:hover:before{
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: -webkit-linear-gradient(bottom,#000,transparent);
	    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.4),transparent);
	    background: linear-gradient(0deg,rgba(0,0,0,.4),transparent);
	    content: '';
}
.other-projects .imgover h4{
	margin: 0;
}

@media only screen and (max-width: 61.25em) {
	.main-project .project-intro{
		    padding-top: 1.6rem;
		    padding-left: 2rem;
		    padding-right: 2rem;
	}
	.main-project .project h4 a{
		    font-size: 2.4rem;
	}

	.main-project p{
		    font-size: 1.6rem;
	}
	.other-projects .imgover{
		font-size: 2.4rem;
		padding: 2rem;
	}
}

@media only screen and  (min-width: 48em) and(max-width: 61.25em) {
	.main-project  .row-1 .project h4 a{
		    font-size: 2.4rem;
	}
}

@media only screen and (max-width: 48em) {
	.main-project  .row-1 .project li{
		width: 100%;
		float: none;
	}

	li.project.project-intro.clearfix{
		width: 100%;
		float: none;
	}
	.main-project  .row-1 li:nth-of-type(2){
		 background-color: #8fc955;
	}	
	.main-project  .row-2 li:nth-of-type(1){
		 background-color: #03bbd7;
	}

	.project.project-img.project-1.clearfix{
		width: 35%;
		float: left;
		margin-top: 2rem;
		margin-left: 2rem;
		margin-right: 2rem;

	}

	.main-project .project-intro{
		    padding-bottom: 2rem;
    		margin-bottom: 0;
    		width: 100%;
    		float: none;
	}

	.other-projects .imgover{
		font-size: 2.4rem;
		    padding: 0.8rem;
	}
}

@media only screen and (max-width: 34.25em) {
	.other-projects ul{
		text-align: center;
	}
	.other-projects ul li{
		display: block;
		width: 80%;
		margin:1rem auto;

	}
	.other-projects .imgover{
		font-size: 3rem;
    		padding: 2rem;
	}
	.other-projects ul li + li{
		width: 80%;
		margin:1rem auto;
	}


}

/*10.宿生日常页布局*/

.dorm-life-list{
	padding: 7rem 0 0;
	background: url("/zxsy/images/dorm-bg1.png") top no-repeat , url("/zxsy/images/dorm-bg2.png") bottom no-repeat;
	background-size: 100%;
	background-color: #f1f1f1;
}

.dorm-content{
	margin: 0 auto;
	text-align: center;
	width: 75%;	
	padding-bottom: 1rem;
}

.dorm-content .dorm{
	margin-bottom: 2rem;
	overflow: hidden;
	font-size: 0;
}

.dorm .dorm-img{
	width: 75%;
	float: left;
/*	padding: 0;
	margin: 0;*/
}

.dorm .dorm-img img{
	width: 100%;
}


.dorm .dorm-intro{
	width: 25%;
	padding-bottom: 9999px;
	padding-top: 3.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	box-sizing: border-box;
	margin-bottom: -9999px;
}


.dorm:nth-of-type(2n+1) .dorm-intro{
	background: #03bbd7;
	float: left;
}

.dorm:nth-of-type(2n+2) .dorm-intro{
	background: #8fc955;
	float: right;
}

.dorm:nth-of-type(2n+1) .dorm-img{
	float: right;
}
.dorm .dorm-intro a{
	color: #fff;
	text-decoration: none;
	font-size: 3rem;

}
.dorm .dorm-intro a:hover{
	color: rgba(0,0,0,.4);

}
.dorm .dorm-intro p{
	color: #fff;
	font-size: 1.6rem;

}
.dorm .dorm-intro h4, .dorm .dorm-intro p{
	/*display: inline-block;*/
	display:block;
}

.dorm .dorm-intro p
{
    text-align:left;
    text-indent:2em;
}

.dorm-content > a {
	margin-top: 5rem;
}

@media only screen and (max-width: 61.25em) {
	.dorm .dorm-intro a{
		font-size: 2rem;
	}
	.dorm .dorm-intro{
		padding-top: 1.5rem;
	}
	.dorm .dorm-intro p{
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 48em) {
	.dorm .dorm-intro a{
		font-size: 2.4rem;
	}
	.dorm .dorm-intro{
		width: 100%;
		float: none;
	}
	.dorm .dorm-img{
		width: 100%;
		float: none;
	}
	.dorm .dorm-intro p{
		font-size: 1.6rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media only screen and (max-width: 30em) {
	.dorm-content{
		width: auto;
	}
	.dorm-content .dorm{
		
		box-shadow:  0 3px 5px rgba(0,0,0,0.15);
	}
	.dorm-life-list{
		padding-top: 0;
		background: url(/zxsy/images/dorm-bg2.png) bottom no-repeat;
    		background-size: 100%;
	}
}