/* ========================================================================= *\
    vmcarousel plugin
\* ========================================================================= */

.vmc-container{position:relative;}
.vmc-viewport{overflow: hidden;}

.vmcarousel{list-style-type: none; padding: 0; margin: 0; width: 1000%;}
.vmcarousel:after{content: ''; display: table; clear: both;}
.vmcarousel > li{float: left;}
.vmcarousel > li img{ display: block; margin: 0 auto; max-width: 100%;}

.vmc-container.hide-controls .vmc-arrow-left, .vmc-container.hide-controls .vmc-arrow-right{display: none;}

.vmc-arrow-left, .vmc-arrow-right{position: absolute; top: 20%;width: 22px; height: 83px; overflow: hidden;opacity: 1; }
.vmc-arrow-left{left: -10px; background: url(http://www.cnnb.com.cn/ll/html/image/arrowl.png)  no-repeat;}
.vmc-arrow-right{left: auto; right: 140px;background: url(http://www.cnnb.com.cn/ll/html/image/arrowr.jpg) no-repeat;}

.vmc-arrow-left:after, .vmc-arrow-right:after{
    content: ''; display: inline-block;
    font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased;color: white;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.vmc-arrow-left:hover:after, .vmc-arrow-right:hover:after{color: white;}

.vmc-container img[src$=".svg"]{width: 100% !important; height: auto !important; max-height: 100%;}

.notransition{-webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important;}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2020-02-19 16:02:40" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->