.control-box {
    width: 1224px;
    height: 350px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.control-box2 {
  width: 1560px;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 1224px;
  height: 350px;
}
.bigbox2 {
  overflow: hidden;
  width: 1560px;
  height: 360px;
  position: relative;
}
#switcher {
  height: 190px;
  left: 0px;
}
#switcher2 {
  height: 190px;
  left: 0px;
}

.box {
  transition:all .7s ease 0s;
  width: 290px;
  height: 330px;
  float: left;
  border-left: 16px white solid;
  color: #2A3342;
  position: relative;
}
.box2 {
  transition:all .7s ease 0s;
  width: 390px;
  height: 360px; 
  float: left;
  border: 1px solid #DDE3EA;
  border-bottom: none;
  padding: 94px 0;
  
}
.box2:hover{
   margin-top: -15px;
   background: #FFFFFF;
   box-shadow: 1px 4px 14px 1px #D2CECE;
   border: 1px solid #FFFFFF;
}
.box-content1{
  height: 100%;
  width: 100%;
  background: url(http://tyb-jiazhe.oss-cn-hangzhou.aliyuncs.com/tyb-website/new-bg.png) no-repeat center center;
  background-size:cover;

}


.box:hover .box-content2{
  z-index: 999;
  top: 0;
  cursor: pointer;
  transition: all .8s linear;
}
.box-content2{
  width: 290px;
  height: 350px;
  position: absolute;
  background: url(http://tyb-jiazhe.oss-cn-hangzhou.aliyuncs.com/tyb-website/new-bg.png) no-repeat center center;
  background-size:cover;
  padding: 20px;
}
.box-h2{
  font-size: 20px;
  margin-bottom: 12px;
}
.p-left{
  padding:0 14px 0 10px;
}
.box-h{
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin: 8px 0;
}
.box-p{
  width: 100%;
  height: 70px;
  overflow: hidden;
  font-size: 16px;
  color: #949EB1;
  line-height: 24px;
  display: none;
}
.box-date{
  text-align: right;
  font-size: 16px;
  font-family: Helvetica;
  color: #949EB1;
  line-height: 30px;
  padding-right: 22px;
}
.box-date2{
  font-size: 16px;
}
.box-h2{
  font-size: 20px;
  margin-bottom: 12px;
}
.box-p2{
  font-size: 16px;
  color: #949EB1;
  line-height: 24px;
}
.shadow {
  width: 290px;
  height: 350px;
  /* 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;
}
