@charset "utf-8";

.news-bg img{
	width: 100%;
}
.work-cont{
	padding: 16px;
}
.work-cont h3{
	color: #1875a8;
	margin-bottom: 24px;
}
.work-cont-list-6{
	width: 100%;
}
.work-cont-list-up{
	background: url(../img/work-1.png) no-repeat 95% center;
	background-color: #f5f5f5;
	padding: 20px;
}
.work-cont-list-up h4{
	font-weight: bold;
	margin-bottom: 24px;
	color: #333;
}
.work-cont-list-up p{
	line-height: 2em;
}
.work-cont-list-6:hover .work-cont-list-up{
	background: url(../img/work-1-active.png) no-repeat 95% center;
	background-color: #76c5f0;
}
.work-cont-list-6:hover .work-cont-list-up h4, .work-cont-list-6:hover .work-cont-list-up p{
	color: #fff;
}
.work-container-cont-scroll{
	box-shadow: 0px 2px 2px #e5e5e5;
	padding: 20px;
	transform-origin: top;
	position: absolute;
	transform: scaleY(0);
	transition: all 0.6s;
	z-index: 999;
	background-color: #fff;
	width: 100%;
}
.work-cont-list-6:hover .work-container-cont-scroll{
	transform: scaleY(1);
}
.work-container-cont-scroll h5{
	color: #2e709d;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
}
.work-container-zhi{
	margin-bottom: 28px;
}
.work-container-zhi-cont ol li{
	padding: 4px 0;
}
.work-container-cont-scroll p{
	font-size: 18px;
	font-weight: bold;
	color: #2e709d;
	padding-top: 12px;
	border-top: 1px solid #ddd;
}
.work-container-cont-scroll-1{
	height: 168px;
	overflow: auto;
}
.work-cont-list-6{
	margin-bottom: 16px;
}
.school-view{
	margin-top: 36px;
}

/*滚动条*/
html {
  /*三角箭头的颜色*/
  scrollbar-arrow-color: #c2c2c2;
  /*滚动条滑块按钮的颜色*/
  scrollbar-face-color: #c2c2c2;
  /*滚动条整体颜色*/
  scrollbar-highlight-color: #ffffff;
  /*滚动条阴影*/
  scrollbar-shadow-color: #c2c2c2;
  /*滚动条轨道颜色*/
  scrollbar-track-color: #ffffff;
}

::-webkit-scrollbar {
  /*滚动条整体部分*/
  width: 8px;
  height: 10px;
}

::-webkit-scrollbar-track {
  /*滚动条的轨道*/
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  /*滚动条的滑块按钮*/
  border-radius: 0;
  background-color: #c2c2c2;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  /*滚动条的滑块按钮hover*/
  background-color: #a0a0a0;
}

::-webkit-scrollbar-button {
  /*滚动条的上下两端的按钮*/
  height: 0;
  background-color: #ffffff;
}