.control-box {
    width: 100%;
    /* height: 230px; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
	/* margin-top:150px; */
}
.control-box ul {
  list-style: none;
  /* position: relative; */
}
.control-box ul li {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9998;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 100%;
  /* height: 190px; */
  margin: 0 auto;
}
#switcher {
  /* height: 190px; */
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 25%;
  height: 400px;
  float: left;
  border-left: 3px solid #ffffff00;
}
.box:hover {
 /*opacity:0.5;*/
}
.shadow {
  width: 255px;
  height: 60px;
  /* opacity: 1; */
  background-color: rgba(0, 0, 0, 0.45);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  margin-top: 130px;
  color: white;
  font-size: 14px;
}
.shadow a {
  display: inline-block;
  width: 225px;
  height: 60px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}
.box .boxli{
	width:200px;
	min-height:300px;
	padding:0 10px;
	padding-top: 10px;
	margin:0 auto;
	overflow:hidden;
	transition: all .7s ease 0s;
	/*background-color:blue;*/
}
.box .boxli .cont1imgbox{
	height:100px;
	width:100px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
	transition: all .7s ease 0s;
}
.box .boxli .cont1tit{
	font-size:18px;
	text-align:center;
	margin:10px auto;
	transition: all .7s ease 0s;
}
.box .boxli .cont1link{
	width:50px;
	height:2px;
	background-color:#8d8d8d;
	margin:10px auto;
	transition: all .7s ease 0s;
}
.box .boxli .cont1txt{
	font-size:12px!important;
	height:90px;
	margin:10px auto;
	text-indent:2em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	transition: all .7s ease 0s;
}
.box .boxli .cont1more{color: #8d8d8d;
    width: 60px;
    border: 1px solid #8d8d8d;
    border-radius: 10px;
    text-align: center;
    margin: 20px auto;
	transition: all .7s ease 0s;
}
.box .boxli:hover .cont1imgbox{
	transform: scale(1.1,1.1); 
	-ms-transform: scale(1.1,1.1);
}
.box .boxli:hover .cont1txt{
	font-size:12px!important;
	height:170px;
	margin:10px auto;
	text-indent:2em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
	transition: all .7s ease 0s;
}
.box .boxli:hover .cont1tit{
	color:#14ba3b;
	transition: all .7s ease 0s;
}
.box .boxli:hover .cont1more{
	color:#14ba3b;
	border: 1px solid #14ba3b;
	transition: all .7s ease 0s;
}
.box .boxli:hover{
	background-color:#fff;
}