* {
    margin: 0 auto;
    padding: 0;
    outline: 0;
    font-family: "Microsoft Yahei", "寰蒋闆呴粦", Tahoma, SimSun
}

html {
    _background-image: url(about:blank);
    _background-attachment: fixed
}

body {
    font-size: 14px;
    color: #333
}

html,
body {
    min-width: 1000px
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #ff7d00
}

ul,
li {
    list-style: none outside none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

img {
    border: none;
    outline: 0;
    display: block
}

a {
    transition: color .6s;
    -moz-transition: color .6s;
    -webkit-transition: color .6s;
    -o-transition: color .6s
}

.enlarge a img {
    transition: transform .5s
}

.enlarge a:hover img,
.enlarge.a:hover img {
    transform: scale3d(1.05, 1.05, 1)
}

.fl {
    float: left;
    _display: inline
}

.fr {
    float: right;
    _display: inline
}

.cf {
    *zoom: 1
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

.clear {
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb35 {
    margin-bottom: 35px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mb55 {
    margin-bottom: 55px
}

.mb60 {
    margin-bottom: 60px
}

.mb65 {
    margin-bottom: 65px
}

.mb70 {
    margin-bottom: 70px
}

.mb80 {
    margin-bottom: 80px
}

.mb85 {
    margin-bottom: 85px
}

.mb90 {
    margin-bottom: 90px
}

.mb100 {
    margin-bottom: 100px
}

.mb110 {
    margin-bottom: 110px
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

html,
body {
    min-width: 1200px;
    background-color: #f0f0f0
}

.box {
    width: 1200px
}

.hide {
    display: none
}

.overflow {
    overflow: hidden
}

.sp {
    background: url(../material/d4801sp.png) no-repeat
}

.imgHide {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.imgHide img {
    width: 100%;
    height: 100%
}

.bgcolor {
    background-color: #fff
}

.banner {
    width: 100%;
    height: 250px;
    background-image: url(../material/d4801bg.jpg);
    background-repeat: no-repeat;
    background-position: top center
}

.navbar {
    width: 100%;
    height: 85px;
    position: relative;
    z-index: 10
}

.navbar .logo {
    display: block;
    width: 125px;
    height: 76px;
    background-position: 0 0;
    margin: 4px 25px 0
}

.navbar .nav {
    height: 85px
}

.navbar .nav>li {
    float: left;
    width: 110px;
    height: 75px;
    line-height: 70px;
    padding-top: 10px;
    font-size: 20px;
    margin-right: 5px;
    cursor: pointer;
    position: relative
}

.navbar .nav>li:first-child a {
    border-bottom: 5px solid #3f96ff
}

.navbar .nav>li a {
    display: block;
    width: 40px;
    color: #666
}

.navbar .nav .navSon {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    width: 110px;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    font-size: 16px
}

.navbar .nav .navSon>li {
    height: 40px;
    line-height: 40px
}

.navbar .nav .navSon>li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    transition: all ease .4s
}

.navbar .nav .navSon>li a:hover {
    color: #fff;
    background-color: #3f96ff
}

.ad1 {
    width: 1200px;
    overflow: hidden
}

.ad1 img {
    width: 1200px;
    height: 130px
}

.ad2 {
    width: 1200px;
    overflow: hidden
}

.ad2 ul {
    width: 1220px
}

.ad2 ul li {
    float: left;
    width: 285px;
    height: 95px;
    margin-right: 20px
}

.ad2 ul img {
    width: 285px;
    height: 95px
}

.wrap .newsBox {
    width: 100%;
    height: 64px;
    line-height: 64px;
    overflow: hidden
}

.wrap .newsBox .wrapGdzx {
    width: 100px;
    line-height: 62px;
    font-size: 18px;
    font-weight: 700
}

.wrap .newsBox .newsInfo {
    width: 1100px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.wrap .newsBox .newsInfo .str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap
}

.wrap .newsBox .newsInfo .str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0
}

.wrap .newsBox .newsInfo .str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0
}

.wrap .newsBox .newsInfo .str_vertical .str_move_clone {
    left: 0;
    top: 100%
}

.wrap .newsBox .newsInfo .str_down .str_move_clone {
    left: 0;
    bottom: 100%
}

.wrap .newsBox .newsInfo .str_vertical .str_move,
.wrap .newsBox .newsInfo .str_down .str_move {
    white-space: normal;
    width: 100%
}

.wrap .newsBox .newsInfo .str_static .str_move,
.wrap .newsBox .newsInfo .no_drag .str_move,
.wrap .newsBox .newsInfo .noStop .str_move {
    cursor: inherit
}

.wrap .newsBox .newsInfo .str_wrap img {
    max-width: none !important
}

.wrap .newsBox .newsInfo a {
    padding-right: 10px;
    font-size: 16px
}

.wrap .wrapL {
    width: 660px;
    height: 370px
}

.wrap .wrapL .egSwiper {
    width: 100%;
    height: 370px;
    position: relative
}

.wrap .wrapL .egSwiper .swiper-slide {
    position: relative
}

.wrap .wrapL .egSwiper .swiper-slide .imgHide {
    height: 370px
}

.wrap .wrapL .egSwiper .swiper-slide img {
    width: 660px;
    height: 370px
}

.wrap .wrapL .egTit {
    width: 505px;
    height: 60px;
    line-height: 60px;
    padding: 70px 130px 0 25px;
    overflow: hidden;
    font-size: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: url(../material/d4801bg1.png) repeat-x
}

.wrap .wrapL .egPagin {
    height: 8px;
    position: absolute;
    right: 25px;
    bottom: 24px;
    line-height: 8px
}

.wrap .wrapL .egPagin .swiper-pagination-switch {
    display: inline-block;
    font-size: 0;
    width: 10px;
    height: 8px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #eaeaea;
    margin: 0 4px;
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.wrap .wrapL .egPagin .swiper-active-switch {
    width: 30px;
    background-color: #3f96ff
}

.wrap .wrapL .arrow {
    width: 45px;
    height: 65px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    cursor: pointer;
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    transition: all ease .4s
}

.wrap .wrapL .arrow span {
    display: block;
    width: 45px;
    height: 65px
}

.wrap .wrapL .arrow:hover {
    opacity: .6;
    filter: alpha(opacity=60)
}

.wrap .wrapL .arrow.arrowL {
    left: -45px
}

.wrap .wrapL .arrow.arrowL span {
    background-position: 0 -77px
}

.wrap .wrapL .arrow.arrowR {
    right: -45px
}

.wrap .wrapL .arrow.arrowR span {
    background-position: -46px -77px
}

.wrap .wrapR {
    width: 485px;
    padding-right: 25px;
    padding-top: 15px
}

.wrap .wrapR .wrapRtop {
    height: 120px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: -4px
}

.wrap .wrapR .wrapRul .wrapRbot {
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    margin-bottom: 19px;
    padding-top: 20px;
    font-size: 18px;
    border-top: 1px solid #f0f0f0
}

.wrap .wrapR .wrapRul .wrapRbot:first-child {
    border: none
}

:root .arrow {
    filter: none !important
}

.comTit {
    height: 22px;
    line-height: 22px;
    padding-left: 20px;
    border-left: 5px solid #3f96ff;
    font-size: 22px
}

.comTit a:hover {
    color: #333
}

.mb24 {
    margin-bottom: 24px
}

.wrap1 {
    padding: 24px 0 30px
}

.wrap1 .wrap1Ul {
    width: 1160px
}

.wrap1 .wrap1Ul li {
    float: left;
    width: 280px;
    height: 95px;
    margin: 0 5px;
    overflow: hidden
}

.wrap1 .wrap1Ul li img {
    width: 100%;
    height: 100%
}

.wrap2 .ad3 {
    width: 915px;
    height: 130px
}

.wrap2 .ad3 img {
    width: 100%;
    height: 100%
}

.wrap2 .wrap2Ul {
    width: 280px
}

.wrap2 .wrap2Ul li {
    width: 130px;
    height: 130px;
    float: left;
    margin-left: 10px
}

.wrap2 .wrap2Ul li img {
    width: 100%;
    height: 100%
}

.mb19 {
    margin-bottom: 19px
}

.wrap3 .wrap3Box,
.wrap5 .wrap3Box,
.wrap3 .wrap5Box,
.wrap5 .wrap5Box {
    width: 1215px
}

.wrap3 .wrap3Xhsz,
.wrap5 .wrap3Xhsz {
    width: 390px;
    height: 441px;
    padding-top: 24px;
    margin-right: 15px
}

.wrap3 .wrap3Xhsz .xhscVideo,
.wrap5 .wrap3Xhsz .xhscVideo {
    width: 340px;
    height: 190px;
    position: relative
}

.wrap3 .wrap3Xhsz .xhscVideo img,
.wrap5 .wrap3Xhsz .xhscVideo img {
    width: 340px;
    height: 190px
}

.wrap3 .wrap3Xhsz .xhscVideo span,
.wrap5 .wrap3Xhsz .xhscVideo span {
    display: block;
    position: absolute;
    overflow: hidden
}

.wrap3 .wrap3Xhsz .xhscVideo span.xhscTit,
.wrap5 .wrap3Xhsz .xhscVideo span.xhscTit {
    width: 278px;
    padding: 54px 15px 0 47px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    bottom: 0;
    left: 0;
    background: url(../material/d4801bg2.png) repeat-x
}

.wrap3 .wrap3Xhsz .xhscVideo span.xhscIcon,
.wrap5 .wrap3Xhsz .xhscVideo span.xhscIcon {
    width: 22px;
    height: 22px;
    background-position: -92px -77px;
    left: 15px;
    bottom: 12px
}
/*new jdt*/
.eg6Swiper {
    width: 340px;
    height: 190px;
    position: relative
}

.eg6Swiper .swiper-slide {
    position: relative
}

.arrow6 {
    width: 45px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}

.arrow6:hover {
    opacity: .6;
    filter: alpha(opacity=60)
}

.arrow6L {
    left: -45px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAjCAMAAABB9MFTAAAAVFBMVEUAAADb2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t2RLEfkAAAAG3RSTlMADAT28evk1L6lQTYsI8myHNyXFdDHs5qLTkhnuvmkAAAAcklEQVQoz43SyQ6AIAwEUDcWBQQUV/7/Pz0QD3ZqQo8vaTJNp6GzJgWkMrV2zjHUkHSEdCUJ+6VuR/IcDYbQWEn9RI48kBaWbkJn7q+G26zCkgTjGQYHRP+DlkGBqAvCOxyDEnErCDUIDEbE9CLWD2v6ADKECDvvyPTTAAAAAElFTkSuQmCC) 13px 12px no-repeat #333
}

.arrow6R {
    right: -45px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAjCAMAAABB9MFTAAAAVFBMVEUAAADb2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t2RLEfkAAAAG3RSTlMACPbx6+TUvrJBLCMPyaWYNxzcFdD6S8enizPDEeOQAAAAaUlEQVQoz43SWwqAIBRFUcsySys1ezr/efavG9TPBcJlc4SKh8ifSqpAH9Jqm9CMjFPXhMvAqNvwk4BOpkcAbgXOPePehtfJ+NJvoPo1DkgS6bxWEQYCUn0DNBLdGflyCD4QRVsfIAz1B2B/CFf3P5+zAAAAAElFTkSuQmCC) 13px 12px no-repeat #333
}

.eg6Pagin {
    position: absolute;
    bottom: 3px;
    width: 40px;
    height: 40px;
    color: #fff;
    right: 0;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.eg6Pagin span {
    color: #3f96ff
}
/*new jdt*/
.xhszUl {
    width: 340px
}

.xhszUl li {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px
}

.ad4 img,
.ad5 img {
    width: 100%;
    height: 100%
}

.ad4 .fl,
.ad5 .fl {
    width: 915px;
    height: 130px
}

.ad4 .fr,
.ad5 .fr {
    width: 270px;
    height: 130px
}

.wrap4 {
    padding-top: 24px;
    padding-bottom: 30px
}

.wrap4 .wrap4Ul {
    width: 1160px
}

.wrap4 .wrap4Ul li {
    float: left;
    width: 280px;
    margin: 0 5px;
    cursor: pointer
}

.wrap4 .wrap4Ul li .imgHide {
    position: relative;
    height: 160px;
    background-color: #000;
    margin-bottom: 15px
}

.wrap4 .wrap4Ul li .imgHide img {
    width: 280px;
    height: 160px;
    transition: all ease .4s;
    opacity: .6;
    filter: alpha(opacity=60)
}

.wrap4 .wrap4Ul li .imgHide:hover img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.wrap4 .wrap4Ul li .imgHide:hover .wrap4Icon {
    opacity: 0;
    filter: alpha(opacity=0)
}

.wrap4 .wrap4Ul li .imgHide .wrap4Icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-position: -62px -144px;
    transition: all ease .6s
}

.wrap4 .wrap4Ul li .wrap4Tit {
    height: 56px;
    line-height: 28px;
    font-size: 16px;
    overflow: hidden
}

.wrap4 .wrap4Ul li .wrap4Tit a {
    display: block
}

.wrap5 .xhscTit {
    width: 310px !important;
    padding-left: 15px !important
}

.wrap6 {
    padding-top: 24px
}

.wrap6 .wrap6Ul {
    width: 1160px
}

.wrap6 .wrap6Ul li {
    width: 280px;
    float: left;
    margin: 0 5px;
    padding-bottom: 30px
}

.wrap6 .wrap6Ul li .imgHide {
    width: 280px;
    height: 160px;
    margin-bottom: 15px
}

.wrap6 .wrap6Ul li .imgHide img {
    width: 100%;
    height: 100%
}

.wrap6 .wrap6Ul li .wrap6Tit {
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    font-size: 16px
}

.mb75 {
    margin-bottom: 75px
}

.website {
    padding-bottom: 10px
}

.website li {
    width: 1150px;
    border-top: 1px solid #ededed;
    padding: 20px 0
}

.website li:first-child {
    border: none
}

.website li h4 {
    height: 40px;
    line-height: 40px;
    font-size: 20px
}

.website li .contentBox {
    line-height: 30px
}

.website li .contentBox a {
    padding-right: 10px
}

.footbar {
    padding: 25px 0 20px;
    line-height: 30px;
    color: #bebdbd;
    background-color: #363636;
    text-align: center
}

.footbar a {
    display: inline-block;
    line-height: 14px;
    padding-left: 5px;
    color: #bebdbd;
    border-left: 1px solid #bebdbd
}

.footbar a:first-child {
    border: none;
    padding-left: 0
}

.footbar em {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../material/d4801sp.png) no-repeat -92px -101px;
    vertical-align: middle;
    margin-top: -2px
}

.entranceRight {
    position: fixed;
    _position: absolute;
    *width: 60px;
    height: 100px;
    left: 50%;
    margin-left: 620px;
    bottom: 0;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight- this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt (this.currentStyle.marginBottom, 10)||0)));
    z-index: 999
}

.entranceRight a {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 1px;
    opacity: .5;
    filter: alpha(opacity=50);
    background: url(../material/d4801sp.png) -1px -143px #7d7d7d no-repeat
}

.entranceRight a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: url(../material/d4801sp.png) -1px -143px #7d7d7d no-repeat
}

.listL,
.detailsL,
.videoL {
    float: left;
    width: 740px;
    padding: 25px
}

.crumb {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #666
}

.crumb a {
    color: #666;
    margin: 0 5px
}

.crumb a:first-child {
    margin-left: 0
}

.txtListUl {
    margin-bottom: 30px
}

.txtListUl li {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px
}

.txtListUl li span {
    float: right;
    display: block;
    width: 110px;
    color: #999;
    text-align: right;
    font-size: 14px
}

.nextPage {
    height: 20px;
    line-height: 20px;
    text-align: center
}

.nextPage a {
    margin: 0 5px;
    color: #666
}

.rightBar {
    float: right;
    width: 390px
}

.rightBar .rightBox {
    padding: 24px 0;
    margin-bottom: 25px
}

.rightBar .rightUl {
    width: 350px
}

.rightBar .rightUl li {
    float: left;
    width: 165px;
    height: 95px;
    margin: 0 5px 10px
}

.rightBar .rightUl .imgHide {
    position: relative
}

.rightBar .rightUl .imgHide img {
    width: 100%;
    height: 100%
}

.rightBar .rightUl .imgHide .rightUlTit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 145px;
    height: 30px;
    line-height: 30px;
    padding: 40px 10px 0;
    overflow: hidden;
    color: #fff;
    background: url(../material/d4801bg2.png) repeat-x 0 0
}

.detailsL,
.videoL {
    padding-bottom: 10px
}

.detailsL .crumb,
.videoL .crumb {
    margin-bottom: 50px
}

.detailsL h2,
.videoL h2,
.detailsL h3,
.videoL h3 {
    text-align: center;
    font-size: 20px
}

.detailsL h2,
.videoL h2 {
    margin-bottom: 13px
}

.detailsL h3,
.videoL h3 {
    margin-bottom: 30px
}

.detailsL .artTitle,
.videoL .artTitle {
    line-height: 48px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 13px
}

.detailsL .info,
.videoL .info {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-bottom: 35px
}

.detailsL .info span,
.videoL .info span {
    margin-right: 10px
}

.detailsL .artCon iframe,
.videoL .artCon iframe {
    display: block;
    max-width: 740px;
    max-height: 415px
}

.detailsL .artCon p,
.videoL .artCon p {
    overflow: hidden;
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all
}

.detailsL .artCon img,
.videoL .artCon img {
    max-width: 740px;
    height: auto;
    cursor: pointer
}

.videoL {
    padding-bottom: 0
}

.videoL .artTitle,
.videoL .info {
    text-align: left
}

.videoL .artTitle.artTitle,
.videoL .info.artTitle {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 15px
}

.videoL .artTitle.info,
.videoL .info.info {
    margin-bottom: 25px
}

.videoL .artCon iframe {
    margin-bottom: 30px
}

.videoL .artCon p {
    margin-bottom: 30px
}

.videoRight {
    float: right;
    width: 390px
}

.videoRight .videoBox {
    padding-top: 24px;
    margin-bottom: 25px
}

.videoRight .videoUl {
    width: 340px
}

.videoRight .videoUl li {
    height: 100px;
    margin-bottom: 30px
}

.videoRight .videoUl li span {
    display: block;
    overflow: hidden
}

.videoRight .videoUl li span.imgHide {
    width: 180px;
    height: 100px
}

.videoRight .videoUl li span.videoTit {
    width: 145px;
    height: 96px;
    line-height: 24px;
    font-size: 16px
}

.videoRight .videoEwm {
    width: 290px;
    padding: 20px 50px
}

.videoRight .videoEwm .ewmImg {
    width: 125px;
    height: 125px
}

.videoRight .videoEwm .ewmTxt {
    width: 130px;
    line-height: 34px;
    font-size: 16px;
    padding-top: 11px
}

.videoRight .videoEwm .ewmTxt em {
    font-style: normal;
    color: red
}