*{margin:0; padding:0; list-style:none; }
img{ border:0;  }
a{ text-decoration:none; color:#333;  }

/* 轮播 */
.slideBox{ width:100%; height:300px; overflow:hidden; position:relative; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:523px; display:block;  }


section .box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
    overflow: hidden;
}
section .box .show_title {
    text-align: center;
    font-size: 28px;
    color: #0076c0;
}
section .box .show_title span{
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #0076c0;
  position: relative;
  top: 3px;
}
section .box .show_title span{
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #0076c0;
  position: relative;
  top: 3px;
}
section .box ul{
  width: 1200px;
  display: flow-root;
}
section .box li{
  width: 1200px;
  float: left;
}
section .box li div{
  width: 600px;
  height: 420px;
  float: left;
  overflow: hidden;
}
section .box li div div{
  width: 532px;
  height: 245px;
  margin-top: 90px;
}
section .box li div .you{
  margin-left: 68px;
}
section .box li div span{
  font-size: 42px;
  color: #333333;
  font-family: 'kaiti';
  transition:all ease-out 0.5s;
}
section .box li div p{
  width: 530px;
  margin-top: 30px;
  font-size: 17px;
  color: #999999;
  line-height: 2;
  font-family: 'kaiti';
  height: 145px;
  transition:all ease-out 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
section .box li:hover div span{
  color: #008d3a;
}
section .box li:hover div p{
  color: #008d3a;
}

section .box li div img{
  width: 600px;
  height: 420px;
  transition:all ease-out 0.5s;
}
section .box li:hover div img{
  transform: scale(1.05);
}
section .box li div .tiaozhuan{
  font-size: 14px;
  color: #0f7ec4;
  line-height: 2;
  font-family: 'kaiti';
  transition:all ease-out 0.5s;
  font-size: 16px;
}
section .box li div .tiaozhuan:hover{
  color: red;
}







#mypages{
    text-align: center;
    margin-top: 50px;
}
