.y-content .yc-slider .item {
  padding: 80px 78px 0 30px;
  background: #fff;
 }
 .y-content .yc-slider .item .item-pic {
   float: left;
   width: 530px;
   margin-right: 60px;
 }
 .y-content .yc-slider .item .t-cell{
   display: table;
   margin-top: 37px;
 }
 .y-content .yc-slider .item .t-cell:nth-child(1) {
    margin-top: 0;
 }
 .y-content .yc-slider .item .item-pic img {
   width: 100%;
 }
 .y-content .yc-slider .item .item-tit{
   font-size: 28px;
   font-weight: bold;
   font-family: "PingFang SC";
   /* line-height: 39px; */
 }
 .y-content .yc-slider .item .item-con{
   /* margin-top: 7px; */
   font-size: 16px;
   letter-spacing: 1px;
   line-height: 28px;
 }
 .y-content .yc-slider {
     overflow: hidden;
     background: #fff;
     /* padding: 45px 0 25px 0; */
     height: calc(100% - 45px);
     /* display: table; */
     /* bottom: 9px; */
     position: absolute;
     width: 60%;
     right: 0;
     top: 45px;
 }
 .y-content .yc-slider .slick-prev {
   background: url(../../images/right-dir.png) no-repeat center;
 }
 .y-content .yc-slider .slick-next {
   background: url(../../images/left-dir.png) no-repeat center;
   margin-right: 78px !important;
 }
 .y-content .yc-slider .slick-dir {
   float: right;
   width: 28px;
   /* margin-bottom: 30px;
   margin-top: 30px; */
   height: 28px;
   background-color: rgba(0, 0, 0, 0.1);
   color: rgb(255, 255, 255);
   border-radius: 100%;
   line-height: 44px;
   text-align: center;
   cursor: pointer;
   margin-right: 30px;
   margin-top: 35px;
   background-size: 6px 15px;
   position: absolute;
   bottom: 20px;
   right: 40px;
 }
 .y-content .yc-slider .slick-dir:hover {
   background-color: #E50113;
 }

 .content-container > .item-pic {
   float: left;
   margin: 80px 30px 80px 80px;
 }
 .content-container {
   overflow: hidden;
   /* padding: 50px 30px 50px 30px; */
   background-color: #fff;
 }
 .content-container .slick-dots{
   display: none !important;
 }