/**×é¼þÑùÊ½**/
.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;}

.xsdw_list {padding: 0 15px 0 50px;}

.xsdw_list ul {
  margin-right: 0;
  margin-left: 0;
  padding: 20px 0;}

.xsdw_list ul li {
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.3s;
  overflow: hidden;}

.xsdw_list ul li a .pic:hover {}

.xsdw_list ul li a {
  display: block;}

.xsdw_list ul li a .pic {
  padding-top:106.7%;}

.xsdw_list ul li a .pic:hover {
  box-shadow: 0px 1px 6px rgba(34, 24, 21, 0.3);}

.xsdw_list ul li .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);}

.xsdw_list ul li .pic>img:hover {
  width: 105% !important;
  height: 105% !important;}

.xsdw_list ul li .text {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  padding-bottom: 0;
  transition: all 0.3s;}

.xsdw_list ul li .text h2 {
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  color: #333333;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;}

.xsdw_list ul li .text h2::after {
  content: '';
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;}


.xsdw_list ul li .text p {
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  max-height: 87px;
  overflow: hidden;
  text-align: justify;
  transition: all 0.3s;}

.xsdw_list ul li:hover .text {
  transition: all 0.3s;}

.xsdw_list ul li:hover h2 {
  transition: all 0.3s;
  color: #d6a30e;}

.xsdw_list ul li:hover h2::after {
  background: #fff;
  transition: all 0.3s;}

.xsdw_list ul li:hover p {
  color: #ffffff;
  transition: all 0.3s;}

.xsdw_list .slick-prev {
  width: 30px;
  height: 60px;
  background: url(/images/ky_slider_right.png) no-repeat center center #d6d6d6;
  left: -3%;
  z-index: 9;
  transition: all 0.3s;}

.xsdw_list .slick-next {
  width: 30px;
  height: 60px;
  background: url(/images/ky_slider_left.png) no-repeat center center #d6d6d6;
  right: -3%;
  z-index: 9;
  transition: all 0.3s;}

.xsdw_list .slick-prev:hover,
.xsdw_list .slick-next:hover {
  background-color: #0d7539;
  transition: all 0.3s;} 

