.dg-container {
    width: 100%;
    height: 462px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    /* overflow: hidden; */
    background: #f0f0f0;
    overflow: hidden;
}

.dg-wrapper {
    width: 1200px;
    height: 462px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper a {
    width: 1200px;
    height: 462px;
    display: block;
    /* background: #000; */
    position: absolute;
    left: 0;
    top: 0;
}

.dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
    display: block;
    padding: 0;
}

.dg-wrapper a div {
    font-style: italic;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 16px;
    width: 100%;
    bottom: -55px;
    display: none;
    position: absolute;
}

.dg-wrapper a.dg-center div {
    display: block;
}

.dg-container .dg-prev,
.dg-container .dg-next {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 462px;
    width: 30%;
    display: block;
    cursor: pointer;
    font-size: 0;
}

.dg-container .dg-prev {
    left: 0;
}
.dg-wrapper a.dg-center {
    box-shadow: 0 0 76px -2px #333;z-index:10000
}
 
.dg-container .dg-next {
    right: 0;
}
.dg-wrapper a {
    height: 462px;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 30px #333; 
}

.dg-wrapper a img {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
}
.dg-wrapper a.dg-center .news_title {
    position: absolute;display:none;
    padding: 0 28px;
    font-size: 18px;
    line-height: 39px;
    background: rgb(0 0 0 / 50%);
    bottom: 25px;
    color: #fff;
    left: 40px;
}
@media screen and (max-width: 1300px) {
.dg-wrapper{
    width: 60%;
}
.dg-wrapper a{width: 100%;}
.dg-wrapper a{
    width: 100%;
}
 }
 @media screen and (max-width: 999px) {
     .dg-wrapper a.dg-center .news_title{
    max-width: 76%;
    left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
     .dg-container .dg-prev, .dg-container .dg-next{
    width: 50px;
    height: 50px;
    font-size: 30px;
    /* font-weight: bold; */
    color: #fff;
    background: rgb(255 255 255 / 50%);
    line-height: 50px;
    text-align: center;
    top: 50%;
    margin-top: -25px;
}
     .dg-wrapper a img{
    height: 100%;
}
     .dg-container{
    height: 360px;
}
.dg-wrapper{
    width: 100%;
    height: 100%;
}
.dg-wrapper a{
    height: 100%;
}
.dg-wrapper a.dg-center{width: 100%;position: static;}
 }

@media screen and (max-width: 479px){
.dg-container{height:200px}
}
