#myporoject{
	width: calc(100% - 210px);
	height: calc(100vh - 30px);
	float: right;
	background: #1E1E1E;
}
#myporoject .carousel-inner img {
			width: 100%;
			height: 100%;
		}
		#myporoject #example{
			width: 100%;
			height: 300px;
			overflow: hidden;
		}
		
		#myporoject #projectList-type{
			width: 100%;
			height: 80px;
			text-align: center;
			overflow: hidden;
		}
		#myporoject #projectList-type ul{
			height: 20px;
			margin: 10px auto;
		}
		#myporoject #projectList-type ul li{
			list-style: none;
			text-align: center;
			float: left;
			width: 20%;
		}
		
		/*缩略图*/
		#myporoject #projectList-thumbnail-box{
			width: 100%;
			height: calc(100vh - 110px);
			overflow: hidden;
			overflow-y: auto;
		}
		#myporoject #projectPaging{
			margin: 5px 0 0 0;
			text-align: center;
		}

		#myporoject #projectList-thumbnail{
			width: 80%;
			margin: 0 auto;
			height: calc(100vh - 180px);
			/*border: 1px solid #000;*/
		}
		#myporoject #projectList-thumbnail .projectList-img{
			height: 250px;
			/*border: 1px solid red;*/
			text-align: center;
			margin-bottom: 30px;
		}
		#myporoject #projectList-thumbnail .projectList-img img{
			width: 100%;
			height: 200px;
			margin: 0 auto;
			border: 1px solid #000;
		}
		#myporoject #projectList-thumbnail .projectList-img div{
			width: 100%;
			height: 50px;
			text-align: left;
			background: #8a8a8a;
			overflow: hidden;
			border: 1px solid #000;
			border-top: none;
			font-size: 12px;
		}
		