/**三联切换动效**/
.sudy-slide {
    overflow: hidden;
    zoom: 1; position: relative;
    font: 14px/1.5 "\5b8b\4f53",sans-serif;
}

.slide-wrap {
    width: 1400px;
    height: 500px;
    margin: auto;
    position: relative;
}

.slide-container {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}

.slide-container .slide-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 200%;
    top: 0;
    overflow: hidden;
    z-index: 1;
    object-fit:cover
}

.slide-container .slide-item img {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit:cover
}

.slide-title-bar {
    height: 50px;
    position: absolute;
    bottom: 61px;
    width: 40% !important;
    z-index: 99;
    border-bottom: #fff 1px solid;
    display: none;
}

.slide-title-bg {
    width: 100%;
    height: 100%;
    background-color: #06c;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.slide-title {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 20px;
}

.slide-title a,.slide-text a {
    color: #fff4e4;
    text-decoration: none;
    font-family: "Microsoft Yahei";
}

.slide-title a:hover,.slide-text a:hover {
    color: #e5e5e5;
    text-decoration: none;
}

.slide-text-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 60px !important;
    z-index: 99;
}

.slide-text-bg {
    width: 100%;
    height: 100%;
    background-color: #06c;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.slide-text-inner {
    position: absolute;
    left: 0;
    top: 0;
}

.slide-text {
    padding: 5px 20px;
    height: 60px;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slide-text a {
    font-family: "Microsoft Yahei";
}

.slide-navigation {
    display: block !important;
    width: 30px;
    text-align: center;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 50;
    opacity: 0.7;
    font-size: 0;
    filter: alpha(opacity=70);
}

.slide-navigation:hover {
    color: #fff;
    text-decoration: none;
}

.slide-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slide-prev {
    left: -30px;
    background: url(../images/prev31.png) no-repeat center;
}

.slide-next {
    right: -28px;
    background: url(../images/next31.png) no-repeat center;
}

.slide-pagination {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 60;
    height: 20px;
    text-align: right;
}

.slide-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    border-radius: 5px;
    background-color: #999;
    color: #fff;
    margin-right: 5px;
    cursor: pointer;
}

.slide-page span {
    display: none;
}

.slide-page:hover {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.slide-page-active {
    background-color: #ff4019;
}

.slide-mask {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    z-index: 40;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.mask-left {
    left: -100%;
}

.mask-right {
    left: 100%;
}

.slide-thumb {
    height: 72px;
    position: absolute;
    left: 20px;
    bottom: 0px;
    z-index: 40;
}

.slide-thumb .thumb-image {
    display: inline-block;
    cursor: default;
    border: 2px solid #000;
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 6px;
    margin-top: 9px;
}

.slide-thumb .thumb-image img {
    width: 100%;
    height: 100%;
    border: 0;
}

.slide-thumb .thumb-active {
    border-color: #c60;
}
