<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.w-scrollbox, .w-slider { position: relative; *zoom:1
}
@-webkit-keyframes fadeIn { from {
opacity:0
}
to { opacity: 1 }
}
@keyframes fadeIn { from {
opacity:0
}
to { opacity: 1 }
}
.w-scrollbox .w-scrollbox-outer { width: 100%; height: 100%; overflow: hidden }
.w-scrollbox .w-scrollbox-track { position: absolute; right: 0; top: 0 }
.w-scrollbox .w-scrollbox-track .w-scrollbox-bar { display: block }
@keyframes fadeIn { from {
opacity:0
}
to { opacity: 1 }
}
.v-item { position: relative; *zoom:1;
_overflow: hidden }
.v-item .video { display: block; position: relative; *zoom:1;
cursor: pointer; overflow: visible; _overflow: hidden }
.v-item .video * { display: block; position: absolute }
.v-item .video .screenshot { position: relative; overflow: hidden; *zoom:1;
width: 100%; height: 100%; background: url(../images/placeholder.png) center center no-repeat #eee }
.v-item .video .screenshot img { width: 100%; height: 100%; display: block }
.v-item .video .shadow-bottom { width: 100%; height: 100%; background: url(../images/shadow-bottom.png) 0 bottom repeat-x; _display: none; left: 0; top: 0 }
.v-item .video .lt { left: 0; top: 0 }
.v-item .video .rt { right: 0; top: 0 }
.v-item .video .lb { left: 0; bottom: 0 }
.v-item .video .rb { right: 0; bottom: 0 }
.v-item .video .o { position: absolute; margin: auto; left: 0; top: 0; right: 0; bottom: 0 }
.v-item .video .mark-s { line-height: 24px; height: 24px; padding: 0 5px }
.v-item .video .mark-m { width: 52px; height: 52px; text-indent: -200%; overflow: hidden }
.v-item .video .mark-l { width: 63px; height: 63px; text-indent: -200%; overflow: hidden }
.v-item .video .dj-ico, .v-item .video .eggs, .v-item .video .exclusive, .v-item .video .self-made, .v-item .video .trailer, .v-item .video .unplayed, .v-item .video .video-feature { left: -1px; top: -1px; line-height: 24px; height: 24px; padding: 0 5px; background-color: #f06000; color: #fff }
.v-item .video .first-publish, .v-item .video .hd-ico, .v-item .video .high-definition, .v-item .video .sf-ico { left: -1px; top: -1px; line-height: 24px; height: 24px; padding: 0 5px; background-color: #40a630; color: #fff }
.v-item .video .super-definition { left: -1px; top: -1px; line-height: 24px; height: 24px; padding: 0 5px; background-color: #0040ff; color: #fff }
.v-item .video .video-highlights { left: -1px; top: -1px; line-height: 24px; height: 24px; padding: 0 5px; background-color: #0080FF; color: #fff }
.v-item .video .video-trailer { left: -1px; top: -1px; line-height: 24px; height: 24px; padding: 0 5px; background-color: #41A630; color: #fff }
.v-item .video .top-a { font-size: 16px; line-height: 1; font-weight: 700; color: #fff; padding: 5px 10px; left: 0; top: 0 }
.v-item .video .inner-title { font-size: 14px; line-height: 20px; color: #fff; bottom: 18px; width: 100%; white-space: nowrap; word-break: keep-all; text-overflow: ellipsis; overflow: hidden; text-indent: 5px }
.v-item .video .inner-des { font-size: 12px; line-height: 20px; color: #bdbdbd; bottom: 1px; width: 100%; white-space: nowrap; word-break: keep-all; text-overflow: ellipsis; overflow: hidden; text-indent: 5px }
.v-item .video .duration-nobg { font-size: 12px; line-height: 20px; color: #bdbdbd; bottom: 1px; padding-right: 5px }
.v-item .video .duration-bg { font-size: 12px; line-height: 20px; padding: 3px 5px; background-color: rgba(0,0,0,.5); filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#80000000, endColorstr=#80000000) \9;
_background-color: #000; _background-color: #444; color: #eee }
.v-item .video .mask { display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#80000000, endColorstr=#80000000) \9;
_background-color: #000 }
.v-item .video .player { display: none; position: absolute; left: 50%; top: 50%; margin-left: -26px; margin-top: -26px; width: 52px; height: 52px; background: url(../images/player-1.png) center center no-repeat }
.v-item .video:hover .mask { display: block; _display: none; -webkit-animation: fadeIn .2s ease-in-out; animation: fadeIn .2s ease-in-out }
.v-item .video:hover .player { display: block; -webkit-animation: fadeIn .2s ease-in-out; animation: fadeIn .2s ease-in-out }
.v-item .outer-title { display: block; width: 100%; white-space: nowrap; word-break: keep-all; text-overflow: ellipsis; overflow: hidden; font-size: 14px; line-height: 1.8; color: #333 }
.v-item .outer-title:hover { text-decoration: underline; color: #111 }
.v-item .outer-des { display: block; width: 100%; white-space: nowrap; word-break: keep-all; text-overflow: ellipsis; overflow: hidden; font-size: 12px; line-height: 1.6; color: #666 }
.v-item .outer-des a { color: #333; padding: 0 2px }
.v-item .outer-des a:hover { color: #f06000 }
.v-item .delete { display: none; font-size: 12px; line-height: 2; color: #f60; cursor: pointer; float: right; *display:inline;
margin-top: -24px }
.screen-ipad .v-item .video .mask, .screen-ipad .v-item .video .player { display: block; opacity: 0; filter: alpha(opacity=0) }
.screen-ipad .v-item .video:hover .mask, .screen-ipad .v-item .video:hover .player { opacity: 1; filter: alpha(opacity=100) }
.v-list { overflow: hidden; *zoom:1;
*position:relative;
margin-left: auto; margin-right: auto }
.v-list-m-5-x, .v-list-m-5-y { width: 1184px }
.v-list-m-5-x ul, .v-list-m-5-y ul {
*zoom:1; width: 1200px }
.v-list-m-5-x ul:after, .v-list-m-5-y ul:after { content: "\200B"; display: block; height: 0; clear: both }
.v-list-m-5-x ul li, .v-list-m-5-y ul li {
*overflow:hidden; float: left; *display:inline;
width: 224px; margin-right: 16px }
.v-list-m-5-x .v-item { width: 224px }
.v-list-m-5-x .v-item .video { width: 220px; height: 125px; border: 2px solid #fff }
.v-list-m-5-y .v-item { width: 224px }
.v-list-m-5-y .v-item .video { width: 220px; height: 310px; border: 2px solid #fff }
.screen-s .v-list-m-5-x, .screen-s .v-list-m-5-y { width: 944px }
.screen-s .v-list-m-5-x ul, .screen-s .v-list-m-5-y ul {
*zoom:1; width: 960px }
.screen-s .v-list-m-5-x ul:after, .screen-s .v-list-m-5-y ul:after { content: "\200B"; display: block; height: 0; clear: both }
.screen-s .v-list-m-5-x ul li, .screen-s .v-list-m-5-y ul li {
*overflow:hidden; float: left; *display:inline;
width: 224px; margin-right: 16px }
.screen-xs .v-list-m-5-x, .screen-xs .v-list-m-5-y { width: 704px }
.screen-xs .v-list-m-5-x ul, .screen-xs .v-list-m-5-y ul {
*zoom:1; width: 720px }
.screen-xs .v-list-m-5-x ul:after, .screen-xs .v-list-m-5-y ul:after { content: "\200B"; display: block; height: 0; clear: both }
.screen-xs .v-list-m-5-x ul li, .screen-xs .v-list-m-5-y ul li {
*overflow:hidden; float: left; *display:inline;
width: 224px; margin-right: 16px }
.v-slider { position: relative; *zoom:1
}
.v-slider .turn { cursor: pointer; width: 64px; height: 64px; position: absolute; top: 50%; margin-top: -32px }
.v-slider .turn i { display: block; width: 18px; height: 34px; position: absolute; left: 50%; top: 50%; margin-left: -9px; margin-top: -17px; text-indent: -200%; overflow: hidden; cursor: pointer; background: url(../images/vslider-turn.png) no-repeat; _background: url(../images/vslider-turn-png8.png) no-repeat 0 0 }
.v-slider .prev { left: 0 }
.v-slider .prev i { background-position: 0 0 }
.v-slider .next { right: -60px }
.v-slider .next i { background-position: -18px 0 }
.u-list .first { margin-left: 0 }
.u-list .last { margin-right: 0 }
.iconfont { display: inline-block; *display:inline;
*zoom:1;
vertical-align: middle; font-family: iconfont!important; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: .2px; -moz-osx-font-smoothing: grayscale; cursor: pointer }
@-webkit-keyframes Down1mu { from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes Down1mu { from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@-webkit-keyframes Up1mu { from {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes Up1mu { from {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeIn { from {
opacity:0
}
to { opacity: 1 }
}
@-webkit-keyframes ArrowsDownUp { 0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
opacity:1;
background-position:0 0
}
50% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
opacity:0;
background-position:0 0
}
51% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
opacity:0;
background-position:0 -6px
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
opacity:1;
background-position:0 -6px
}
}
@keyframes ArrowsDownUp { 0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
opacity:1;
background-position:0 0
}
50% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
opacity:0;
background-position:0 0
}
51% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
opacity:0;
background-position:0 -6px
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
opacity:1;
background-position:0 -6px
}
}
body { font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", Arial, Helvetica, sans-serif; color: #666; font-size: 14px }
::-moz-selection {
color:#fff;
background-color:#f06000
}
::selection { color: #fff; background-color: #f06000 }
body { background-color: #e3e3e3 }
.mini-container { background-color: #f1f1f1; box-shadow: 0 0 6px #ccc; width: 1400px; margin-left: auto; margin-right: auto }
.mini-container .c-header { width: 1400px; left: 50%; margin-left: -700px }
.mini-container .c-footer { border-top: 1px solid #e3e3e3 }
.mini-container .c-footer-links, .mini-container .c-footer-lv2 { background-color: #fff }
.mini-container .mini-content { padding-bottom: 45px }
.w-slider-focus:after { content: ''; display: block; width: 100%; height: 25px; position: absolute; top: 100%; left: 0; background: url(http://img.hunantv.com/imgotv-mini/common/shadow.png) center top no-repeat }
.screen-m .mini-container, .screen-s .mini-container, .screen-xs .mini-container { width: 100% }
.screen-m .c-header, .screen-s .c-header, .screen-xs .c-header { width: 100%; margin: 0; left: 0 }
.screen-xs .c-header .wp { width: 100%!important }
.screen-xs .c-header .c-header-logo { margin-left: 15px }
.screen-xs .c-header-lv2 .c-header-user { margin-right: 15px }
.screen-xs .c-footer { width: 100%; overflow: hidden; *zoom:1
}
.main1280 .w-slider-focus .text .title { font-size: 26px }
.main1280 .w-slider-focus .text .des { font-size: 14px }
.main1280 .w-slider-focus .text .status, .main1280 .w-slider-focus .text .time { font-size: 12px }
.index-gg { width: 100%; height: 550px; position: absolute; z-index: 298; left: 0; top: 0 }
.index-gg .index-gg-box { max-width: 1400px; min-width: 1000px; _width: 1400px; height: 550px; margin: auto; position: relative }
.index-gg .index-gg-box p { display: block; margin: 0 auto; position: absolute }
.index-gg .index-gg-box p.index-gg-bg { width: 100%; filter: alpha(opacity=80); -moz-opacity: .8; -khtml-opacity: .8; opacity: .8; background: #000; left: 0; top: 0; bottom: 0; right: 0; _height: 550px }
.index-gg .index-gg-box p.index-gg-img { width: 1000px; height: 380px; left: 50%; bottom: 50%; margin: 0 0 -190px -500px }
.main1024 .index-gg, .main1280 .index-gg { height: 393px }
.main1024 .index-gg .index-gg-box, .main1280 .index-gg .index-gg-box { width: 100% }
.main1024 .index-gg .index-gg-box p.index-gg-bg, .main1280 .index-gg .index-gg-box p.index-gg-bg { _height: 383px }
.main1024 .index-gg .index-gg-box p.index-gg-img, .main1280 .index-gg .index-gg-box p.index-gg-img { height: 380px }
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
.index-gg { height: 393px }
.index-gg .index-gg-box { width: 100% }
.index-gg .index-gg-box p.index-gg-bg { _height: 393px }
.index-gg .index-gg-box p.index-gg-img { height: 390px }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
.index-gg { height: 393px }
.index-gg .index-gg-box { width: 100% }
.index-gg .index-gg-box p.index-gg-bg { _height: 393px }
.index-gg .index-gg-box p.index-gg-img { height: 390px }
}
.m-modheader { line-height: 24px; height: 24px; overflow: hidden; margin-left: auto; margin-right: auto; padding-bottom: 15px; padding-top: 35px; position: relative; white-space: nowrap; *zoom:1
}
.m-modheader:after { content: "\200B"; display: block; height: 0; clear: both }
.m-modheader .submod { height: 24px; display: inline-block; *zoom:1;
vertical-align: top; white-space: normal; *float:left;
*display:inline
}
.m-modheader .title { margin:0; margin-right: 20px; position: relative; *zoom:1;
top: -2px; *top:-5px
}
.m-modheader .title a { font-size: 24px; line-height: 24px; display: block; color: #888 }
.m-modheader .title a i { width: 9px; height: 17px; _overflow: hidden; display: inline-block; *display:inline;
*zoom:1;
vertical-align: 0; *vertical-align:6px;
margin-left: 20px; background: url(http://img.hunantv.com/imgotv-mini//index/slider-ie.png) -359px -87px no-repeat }
.m-modheader .title a:hover { color: #f06000 }
.m-modheader .title a:hover i { background-position: -313px -87px }
.m-modheader .banner { position: relative; *zoom:1
}
.m-modheader .banner a { display: block; width: auto; height: 45px }
.m-modheader .banner a img { width: auto; height: 100% }
.m-modheader .banner-l { position: relative; *zoom:1;
top: -15px }
.m-modheader .banner-r { position: absolute; right: 0; bottom: 0; background-color: #f1f1f1 }
.m-modheader .banner-r a { position: relative; *zoom:1;
top: -10px }
.m-modheader .hot { overflow: hidden; *zoom:1
}
.m-modheader .hot:after { content: "\200B"; display: block; height: 0; clear: both }
.m-modheader .hot li { position: relative; *zoom:1
}
.m-modheader .hot li a { padding: 0 15px }
.m-modheader .hot li:before { content: '|'; color: #bbb; font-size: 12px; line-height: 1; right: 100%; position: absolute; top: 50%; margin-top: -7.5px }
.m-modheader .hot li.first:before { content: ''; display: none }
.m-modheader .hot li:first-child:before { content: ''; display: none }
.m-modheader .hot li { float: left; *display:inline;
font-size: 14px; line-height: inherit; color: #888 }
.m-modheader .hot li a { color: #888 }
.m-modheader .hot li a:hover { color: #f06000 }
.screen-xs .m-modheader .hot li { display: none }
.screen-xs .m-modheader .hot li:first-child, .screen-xs .m-modheader .hot li:nth-child(2) { display: block }
.v-slider .turn { background-color: #f1f1f1; border-radius: 3px; display: none }
.v-slider .turn:hover { background-color: #fff }
.v-slider-double .v-list-outer { width: 1184px; height: 274px }
.v-slider-double .v-list-outer .v-list-inner {
*zoom:1; width: 1200px }
.v-slider-double .v-list-outer .v-list-inner:after { content: "\200B"; display: block; height: 0; clear: both }
.v-slider-double .v-list-outer .v-list-inner .v-list-unit {
*overflow:hidden; float: left; *display:inline
}
.v-slider-double .v-list-outer .v-list-inner .v-item { width: 224px; margin-right: 0; margin-bottom: 16px }
.v-slider-double .v-list-outer .v-list-inner .v-item .video { width: 220px; height: 125px; border: 2px solid #fff }
.v-slider-double .v-list-outer .v-list-inner .v-list-unit { width: 224px; margin-right: 16px }
.v-slider-double .v-list-unit { height: 274px; overflow: hidden; *zoom:1
}
.v-slider-double-img .v-list-outer .v-list-inner .first { width: 464px; height: 274px }
.v-slider-double-txt .v-list-outer .v-list-inner .first { width: 100%; height: 274px }
.v-slider-single .v-list-outer { width: 1184px; height: 129px }
.v-slider-single .v-list-outer .v-list-inner {
*zoom:1; width: 1200px }
.v-slider-single .v-list-outer .v-list-inner:after { content: "\200B"; display: block; height: 0; clear: both }
.v-slider-single .v-list-outer .v-list-inner .v-list-unit {
*overflow:hidden; float: left; *display:inline
}
.v-slider-single .v-list-outer .v-list-inner .v-item { width: 224px; margin-right: 0 }
.v-slider-single .v-list-outer .v-list-inner .v-item .video { width: 220px; height: 125px; border: 2px solid #fff }
.v-slider-single .v-list-outer .v-list-inner .v-list-unit { width: 224px; margin-right: 16px }
.v-slider-y .v-list-outer { width: 1184px; height: 314px }
.v-slider-y .v-list-outer .v-list-inner {
*zoom:1; width: 1200px }
.v-slider-y .v-list-outer .v-list-inner:after { content: "\200B"; display: block; height: 0; clear: both }
.v-slider-y .v-list-outer .v-list-inner .v-list-unit {
*overflow:hidden; float: left; *display:inline
}
.v-slider-y .v-list-outer .v-list-inner .v-item { width: 224px; margin-right: 0 }
.v-slider-y .v-list-outer .v-list-inner .v-item .video { width: 220px; height: 310px; border: 2px solid #fff }
.v-slider-y .v-list-outer .v-list-inner .v-list-unit { width: 224px; margin-right: 16px }
.v-slider-single-txt .v-list-outer { height: 163px }
.v-slider-single-txt .turn { margin-top: -47px }
.v-slider-single-tvhot .v-list-outer { width: 1180px; height: 100px }
.v-slider-single-tvhot .v-list-outer .v-list-inner {
*zoom:1; width: 1180px }
.v-slider-single-tvhot .v-list-outer .v-list-inner:after { content: "\200B"; display: block; height: 0; clear: both }
.v-slider-single-tvhot .v-list-outer .v-list-inner .v-list-unit {
*overflow:hidden; float: left; *display:inline
}
.v-slider-single-tvhot .v-list-outer .v-list-inner .v-item { width: 236px; margin-right: 0 }
.v-slider-single-tvhot .v-list-outer .v-list-inner .v-item .video { width: 232px; height: 96px; border: 2px solid #fff }
.v-slider-single-tvhot .v-list-outer .v-list-inner .v-list-unit { width: 236px; margin-right: 0 }
.v-slider-single-filmhot { padding-top: 24px }
.v-slider-single-filmhot .v-list-outer { width: 1180px; height: 130px }
.v-slider-single-filmhot .v-list-outer .v-list-inner {
*zoom:1; width: 1180px }
.v-slider-single-filmhot .v-list-outer .v-list-inner:after { content: "\200B"; display: block; height: 0; clear: both }
.v-slider-single-filmhot .v-list-outer .v-list-inner .v-list-unit {
*overflow:hidden; float: left; *display:inline
}
.v-slider-single-filmhot .v-list-outer .v-list-inner .v-item { width: 295px; margin-right: 0 }
.v-slider-single-filmhot .v-list-outer .v-list-inner .v-item .video { width: 291px; height: 126px; border: 2px solid #fff }
.v-slider-single-filmhot .v-list-outer .v-list-inner .v-list-unit { width: 295px; margin-right: 0 }
.v-slider-single-const .v-list-outer .v-list-inner .first .video * { display: none }
.v-slider-single-const .v-list-outer .v-list-inner .first .video .screenshot, .v-slider-single-const .v-list-outer .v-list-inner .first .video .screenshot img { display: block }
.noshadow .v-item .shadow { display: none!important }
.screen-s .v-list-outer { width: 944px }
.screen-s .v-list-outer .v-list-inner {
*zoom:1; width: 960px }
.screen-s .v-list-outer .v-list-inner:after { content: "\200B"; display: block; height: 0; clear: both }
.screen-s .v-list-outer .v-list-inner .v-vlist-unit {
*overflow:hidden; float: left; *display:inline;
width: 224px; margin-right: 16px }
.screen-xs .v-list-outer { width: 704px }
.screen-xs .v-list-outer .v-list-inner {
*zoom:1; width: 720px }
.screen-xs .v-list-outer .v-list-inner:after { content: "\200B"; display: block; height: 0; clear: both }
.screen-xs .v-list-outer .v-list-inner .v-vlist-unit {
*overflow:hidden; float: left; *display:inline;
width: 224px; margin-right: 16px }
.follow-align { width: 1184px; margin-left: auto; margin-right: auto; height:80px }
.screen-s .follow-align { width: 944px; margin-left: auto; margin-right: auto }
.screen-xs .follow-align { width: 704px; margin-left: auto; margin-right: auto }
.v-item { *float:left;
*display:inline
}
.v-item-big { width: 700px!important }
.v-item-big .video { width: 460px!important; height: 270px!important; border: 2px solid #fff!important }
.v-slider-double-txt .v-item-big .video { width: 680px!important; height: 270px!important; border: 2px solid #fff!important }
.v-slider-double-txt .v-item-big .inner-des, .v-slider-double-txt .v-item-big .inner-title, .v-slider-double-txt .v-item-big .shadow { display: none!important }
.v-item-ybig { width: 464px!important }
.v-item-ybig .video { width: 460px!important; height: 310px!important; border: 2px solid #fff!important }
.v-item-des { background-color: #fff; position: relative; *zoom:1
}
.v-item-des:after { content: "\200B"; display: block; height: 0; clear: both }
.v-item-des .v-item-big { float: left; *display:inline
}
.v-item-des .v-item-txt { margin-left: 680px; _position: absolute; _right: 0; _top: 0; _margin-left: 0; padding: 25px; padding-top:10px }
.v-item-des .v-item-txt .title { font-size: 18px; line-height: 1.5; color: #222; display: block; width: 190px; height: 50px; overflow: hidden; *zoom:1;
margin-bottom: 0px }
.v-item-des .v-item-txt .title:hover { text-decoration: underline }
.v-item-des .v-item-txt .des { font-size: 12px; line-height: 1.8; color: #999; white-space: normal; overflow: hidden; *zoom:1;
width:450px; height: 200px }
.v-item-til { background-color: #fff }
.v-item-til .outer-title { font-size: 14px; line-height: 2; padding: 0 10px 6px; width: 204px }
.v-item-til .outer-title:hover { text-decoration: none }
.v-slider-single-music .v-list-outer .v-list-inner .v-item-music { position: relative; *zoom:1
}
.v-slider-single-music .v-list-outer .v-list-inner .v-item-music .side { position: absolute; top: 50%; margin-top: -80px; left: 178px; display: block; width: 19px; height: 160px; background: url(http://img.hunantv.com/imgotv-mini/index/music-icon.png) 0 -162px no-repeat }
.v-slider-single-music .v-list-outer .v-list-inner .v-item-music .cd { position: absolute; top: 50%; margin-top: -75px; left: 63px; -webkit-transition: .1s ease-in-out; transition: .1s ease-in-out; display: block; width: 150px; height: 150px; background: url(http://img.hunantv.com/imgotv-mini/index/music-icon.png) no-repeat }
.v-slider-single-music .v-list-outer .v-list-inner .v-item-music .video { width: 180px; height: 180px }
.v-slider-single-music .v-list-outer .v-list-inner .v-item-music .video .player { width: 54px; height: 54px; position: absolute; left: 50%; top: 50%; margin-left: -27px; margin-top: -27px; background: url(http://img.hunantv.com/imgotv-mini/index/music-icon.png) -60px -162px no-repeat }
.v-slider-single-music .v-list-outer .v-list-inner .v-item-music .video .mask { background-color: rgba(0,0,0,.5); filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#80000000, endColorstr=#80000000) \9;
_background-color: #000; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none }
.v-slider-single-music .v-list-outer .v-list-inner .v-item-music .inner-des, .v-slider-single-music .v-list-outer .v-list-inner .v-item-music .inner-title { display: none }
@keyframes fadeIn { from {
opacity:0
}
to { opacity: 1 }
}
.v-slider-single-music .v-list-outer .v-list-inner .v-item-music:hover .cd { left: 68px }
.v-slider-single-music .v-list-outer .v-list-inner .v-item-music:hover .inner-des, .v-slider-single-music .v-list-outer .v-list-inner .v-item-music:hover .inner-title, .v-slider-single-music .v-list-outer .v-list-inner .v-item-music:hover .mask { display: block }
.v-slider-single-music .v-list-outer .v-list-inner .v-item-music:hover .inner-des, .v-slider-single-music .v-list-outer .v-list-inner .v-item-music:hover .inner-title { -webkit-animation: fadeIn .35s ease-in-out; animation: fadeIn .35s ease-in-out }
.v-slider-single-music .v-list-outer .v-list-inner .v-item-music:hover .mask { -webkit-animation: fadeIn .3s ease-in-out; animation: fadeIn .3s ease-in-out }
.v-item-ad .video { -webkit-transition: border .1s ease-in-out; transition: border .1s ease-in-out }
.v-item-ad .video:hover { border-color: #f06000!important }
.v-item-tvhot { width: 236px; height: 100px; overflow: hidden; *zoom:1
}
.v-item-tvhot .tvbanner { display: block; width: 235px; height: 100px; overflow: hidden; *zoom:1;
position: absolute; left: 0; top: 0 }
.v-item-tvhot .tvbanner .text { position: absolute; left: 0; top: 0; background-color: #333; color: #999; line-height: 18px; display: block; width: 205px; height: 76px; padding: 12px 15px }
.v-item-tvhot .tvbanner .text .title { font-size: 14px; line-height: inherit; display: block; color: #fff; margin-bottom: 5px; white-space: nowrap; word-break: keep-all; text-overflow: ellipsis; overflow: hidden }
.v-item-tvhot .tvbanner .text .des { font-size: 12px; line-height: inherit; display: block; height: 57px; overflow: hidden; *zoom:1
}
.v-item-tvhot .tvbanner .screenshot { display: block; width: 100%; height: 100%; overflow: hidden; *zoom:1;
-webkit-transition: -webkit-transform .42s ease-in-out; transition: transform .42s ease-in-out; position: absolute; left: 0; top: 0 }
.v-item-tvhot .tvbanner .screenshot img { display: block; width: 100%; height: 100%; position: absolute }
.v-item-tvhot .tvbanner .icon-go { background: url(http://img.hunantv.com/imgotv-mini/index/tvhot.png) no-repeat; width: 28px; height: 28px; position: absolute; right: 0; top: 0; -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .42s ease-in-out, opacity .42s ease-in-out; transition: transform .42s ease-in-out, opacity .42s ease-in-out }
.v-item-tvhot:hover .screenshot { -webkit-transform: translate3D(-100%, 0, 0); -ms-transform: translate3D(-100%, 0, 0); transform: translate3D(-100%, 0, 0); display: none \9 }
.v-item-tvhot:hover .icon-go { -webkit-transform: scale(1.8); -ms-transform: scale(1.8); transform: scale(1.8); opacity: 0; display: none \9 }
.v-item-filmhot { position: relative; *zoom:1;
height: 130px; overflow: visible }
.v-item-filmhot .filmbanner { width: 100%; height: 100%; display: block; overflow: hidden; *zoom:1;
position: absolute; left: 0; bottom: 0; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out }
.v-item-filmhot .filmbanner .screenshot { display: block; width: 100%; height: 130px }
.v-item-filmhot .filmbanner .text { background-color: #fff; padding: 5px; display: none }
.v-item-filmhot .filmbanner .text .title { display: block; white-space: nowrap; word-break: keep-all; text-overflow: ellipsis; overflow: hidden; width: 285px; color: #333; font-size: 14px; line-height: 1.5 }
.v-item-filmhot .filmbanner .text .des { display: block; white-space: nowrap; word-break: keep-all; text-overflow: ellipsis; overflow: hidden; width: 285px; width: 100%; color: #888; font-size: 12px; line-height: 1.5 }
@-webkit-keyframes const-words { from {
width:0
}
to { width: 180px }
}
@keyframes const-words { from {
width:0
}
to { width: 180px }
}
.v-item-const .video .const-words { display: none; width: 0 \9; background-color: #0e40a0; color: #fff; padding: 10px 10px 10px 30px; height: 44px; font-size: 14px; line-height: 22px; text-indent: 32px; overflow: hidden; *zoom:1
}
.v-item-const .video .const-words .words-wp { width: 180px; height: 44px; position: static }
.v-item-const .video .const { width: 65px; height: 66px; background: url(http://img.hunantv.com/imgotv-mini/film/const-sprite.png) no-repeat; _background: url(http://img.hunantv.com/imgotv-mini/film/const-sprite-png8.png) no-repeat }
.v-item-const .video:hover .const-words { display: block; width: 180px \9; -webkit-animation: const-words .15s ease-in-out forwards; animation: const-words .15s ease-in-out forwards }
.v-item-const .video .const-0 { background-position: 65px 0 }
.v-item-const .video .const-1 { background-position: 0 0 }
.v-item-const .video .const-2 { background-position: -65px 0 }
.v-item-const .video .const-3 { background-position: -130px 0 }
.v-item-const .video .const-4 { background-position: -195px 0 }
.v-item-const .video .const-5 { background-position: -260px 0 }
.v-item-const .video .const-6 { background-position: -325px 0 }
.v-item-const .video .const-7 { background-position: -390px 0 }
.v-item-const .video .const-8 { background-position: -455px 0 }
.v-item-const .video .const-9 { background-position: -520px 0 }
.v-item-const .video .const-10 { background-position: -585px 0 }
.v-item-const .video .const-11 { background-position: -650px 0 }
.v-item-const .video .const-12 { background-position: -715px 0 }
.m-headergg { width: 100%; height: 80px }
.m-headergg p { display: block; height: 80px; margin-left: auto; margin-right: auto; position: relative; *zoom:1;
max-width: 1400px; min-width: 720px }
.m-headergg a { display: block; width: 100%; height: 100% }
.m-headergg .close { width: 44px; height: 30px; position: absolute; right: 10px; top: 0; *zoom:1;
text-indent: -300%; overflow: hidden; cursor: pointer; background: url(http://img.hunantv.com/imgotv-mini/m-headergg/70indexhead-close.png) 0 10px no-repeat; z-index: 10 }
.mini-m-headergg { position: relative }
.mini-m-headergg .c-header { position: absolute }
.v-slider-single-music .v-list-outer { height: 184px }
.m-index-ad { background: #e9e9e9; border-top: 1px solid #e3e3e3; padding: 30px 0 }
.m-index-ad .m-index-ad-title { font-size: 24px; line-height: 1; color: #888; margin-bottom: 20px }


.mod-normal-pic-slider { width: 100%; position: relative; margin: 0 auto }
.mod-normal-pic-slider .btnl, .mod-normal-pic-slider .btnr { display: none; width: 64px; height: 64px; position: absolute; top: 105px; text-indent: -9999px; overflow: hidden; z-index: 200 }
.mod-normal-pic-slider .btnl { left: 0; background: url(../images/slider.png) -364px 0 no-repeat; _background: url(../images/slider-ie.png) -364px 0 no-repeat }
.mod-normal-pic-slider .btnl:hover { background: url(../images/slider-ie.png) -512px 0 no-repeat }
.mod-normal-pic-slider .btnr { right: 0; background: url(../images/slider.png) -312px 0 no-repeat; _background: url(../images/slider-ie.png) -312px 0 no-repeat }
.mod-normal-pic-slider .btnr:hover { background: url(../images/slider-ie.png) -438px 0 no-repeat }
.mod-normal-pic-slider .btnl-on { background: url(../images/slider.png) -660px 0 no-repeat }
.mod-normal-pic-slider .btnl-on:hover { background: url(../images/slider.png) -512px 0 no-repeat }
.mod-normal-pic-slider .btnr-on { background: url(../images/slider.png) -586px 0 no-repeat }
.mod-normal-pic-slider .btnr-on:hover { background: url(../images/slider.png) -438px 0 no-repeat }
.mod-normal-pic-slider .play-index-con-box { max-width: 1180px; min-width: 941px; _width: 1180px; margin: 0 auto; position: relative; height: 144px; overflow: hidden }
.mod-normal-pic-slider .play-index-con-box .ullist-ele { width: 1195px }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li { float: left; margin: 15px 15px 0 0; width: 224px; position: relative; cursor: pointer }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li img { width: 220px; border: 2px solid #fff; height: 125px }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li span { display: block; width: 220px; position: absolute; overflow: hidden }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li span.a-pic-bg { z-index: 1; height: 123px; background: url(http://honey.hunantv.com/hunantv.imgotv/image/pbg-1.png) 0 bottom repeat-x; _background: url(none) 0 0 repeat #000; _height: 50px; bottom: 2px; _bottom: 1px; left: 2px }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li span.a-pic-bg1 { display: none; height: 133px; width: 216px; border: 4px solid #f06000; z-index: 2 }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t1, .mod-normal-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t2, .mod-normal-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t3 { padding: 0 5px; width: 210px; color: #fff; line-height: 20px; height: 20px; left: 2px; bottom: 20px; font-size: 14px; z-index: 3 }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t1 { height: 20px; overflow: hidden }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t2, .mod-normal-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t3 { bottom: 3px; color: #bdbdbd; font-size: 12px }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t3 { text-align: center; color: #fff; background: #f8571b; display: none; bottom: 0; left: 0; line-height: 18px; width: 214px }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li span.t2-txtr { text-align: right }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li .a-pic-play { width: 100%; height: 125px; position: absolute; bottom: 2px; left: 2px; display: block; z-index: 20; background: url(http://honey.hunantv.com/hunantv.imgotv/image/global/dot-t.png) center center no-repeat }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li .a-pic-play em { display: block; width: 60px; height: 60px; margin: 32px 82px; background: url(http://honey.hunantv.com/hunantv.imgotv/image/dot-t.png) center center no-repeat }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li .a-pic-play:hover em { background: url(../images/slider.png) 0 0 no-repeat; _background: url(../images/slider-ie.png) 0 0 no-repeat }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li.on { height: 145px; cursor: default }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li.on .a-pic-t1 { bottom: 40px }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li.on .a-pic-t2 { bottom: 20px }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li.on .a-pic-play { bottom: 20px }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li.on .a-pic-bg1 { display: block }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li.on .a-pic-t3 { display: block }
.mod-normal-pic-slider .play-index-con-box .ullist-ele li.on .a-pic-bg { _display: none }
.mod-normal-pic-slider-1 { height: 202px }
.mod-normal-pic-slider-1 .play-index-con-box { height: 160px }
.mod-normal-pic-slider-1 .play-index-con-box .play-index-con-ul .ullist-ele li { margin-bottom: 3px }
.mod-tagsearch-result-normal { width: 1180px; margin: 0 auto; overflow: hidden }
.mod-tagsearch-result-normal .mppl-til { display: block; width: 100%; color: #333; font-size: 24px; font-weight: 400; line-height: 25px }
.mod-tagsearch-result-normal .play-index-con-til { width: 100%; padding: 47px 0 35px }
.mod-tagsearch-result-normal .play-index-con-til h2 { display: inline-block; float: left; padding-right: 50px; width: auto }
.mod-tagsearch-result-normal .play-index-con-til .nav-til { float: left; height: 30px; width: auto; display: inline-block }
.mod-tagsearch-result-normal .play-index-con-til .nav-til a { display: inline-block; float: left; height: 28px; line-height: 28px; border-bottom: 2px solid #fff; text-align: center; color: #222; font-size: 14px; padding: 0 10px }
.mod-tagsearch-result-normal .play-index-con-til .nav-til a:hover, .mod-tagsearch-result-normal .play-index-con-til .nav-til a.on { text-decoration: none; border-bottom-color: #f06000; color: #f06000 }
.mod-tagsearch-result-normal .play-index-con-box { width: 100%; position: relative }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul { width: 100%; overflow: hidden; position: relative }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele { width: 100% }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li { float: left; margin: 19px 16px 0 0; _margin-top: 13px; width: 224px; position: relative }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .a-pic-play { width: 100%; height: 125px; position: absolute; bottom: 2px; left: 2px; display: block; z-index: 20; background: url(http://honey.hunantv.com/hunantv.imgotv/image/global/dot-t.png) center center no-repeat }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .a-pic-play em { display: block; width: 60px; height: 60px; margin: 32px 82px; background: url(http://honey.hunantv.com/hunantv.imgotv/image/dot-t.png) center center no-repeat }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .a-pic-play:hover em { background: url(../images/slider.png) 0 0 no-repeat; _background: url(../images/slider-ie.png) 0 0 no-repeat }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .img-box { position: relative; height: 129px; display: block; width: 100%; cursor: pointer; overflow: hidden }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .img-box img { border: 2px solid #fff; height: 125px; width: 220px }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .img-box span { display: block; width: 220px; position: absolute; overflow: hidden }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .img-box span.a-pic-bg { z-index: 1; position: absolute; height: 125px; background: url(http://honey.hunantv.com/hunantv.imgotv/image/pbg-1.png) 0 bottom repeat-x; _background: url(none) 0 0 repeat #000; _height: 35px; bottom: 0; _bottom: -1px; left: 0; display: none }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .img-box span.a-pic-bg1 { display: none; height: 103px; width: 200px; border: 10px solid #f8571b; z-index: 2; bottom: 0 }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .img-box span.a-pic-t3 { position: absolute; width: auto; height: 20px; color: #FFF; font-size: 12px; padding: 0 5px; line-height: 20px; bottom: 2px; _bottom: 1px; z-index: 3; right: 2px; background: #7A7B7D; background: rgba(0,0,0,.5) }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .img-box.on .a-pic-bg1 { display: block }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .img-box.on .a-pic-t2 { display: none }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .img-box.on .a-pic-t3 { display: block }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .img-box.on .a-pic-bg { _display: none }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li .img-box:hover { text-decoration: none }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li.a-hover .img-box .a-pic-play { display: block }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li p { width: 220px; overflow: hidden }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li p.a-pic-t1, .mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li p.a-pic-t2 { width: 220px; color: #222; line-height: 20px; height: 20px; left: 0; bottom: 27px; font-size: 14px; z-index: 3; padding-top: 5px; _padding-top: 6px }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li p.a-pic-t1 { height: 20px; overflow: hidden }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li p.a-pic-t2 { bottom: 6px; color: #888; font-size: 12px; _line-height: 18px; padding-top: 2px; _padding-top: 3px; padding-bottom: 2px }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li p.a-pic-t2 em { color: #222 }
.mod-tagsearch-result-movie { width: 1180px; margin: 0 auto; overflow: Hidden }
.mod-tagsearch-result-movie .play-index-con-box { width: 100%; position: relative }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul { width: 100%; overflow: hidden; position: relative }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele { width: 100% }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li { float: left; margin: 19px 15px 0 0; _margin-top: 13px; width: 224px; position: relative }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li .a-pic-play { width: 100%; height: 308px; position: absolute; bottom: 0; left: 0; display: block; z-index: 20; background: url(http://honey.hunantv.com/hunantv.imgotv/image/global/dot-t.png) center center no-repeat }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li .a-pic-play em { display: block; width: 60px; height: 60px; margin: 124px 82px; background: url(http://honey.hunantv.com/hunantv.imgotv/image/dot-t.png) center center no-repeat }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li .a-pic-play:hover em { background: url(../images/slider.png) 0 0 no-repeat; _background: url(../images/slider-ie.png) 0 0 no-repeat }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li .img-box { position: relative; height: 314px; display: block; width: 224px; cursor: pointer; overflow: hidden }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li .img-box img { border: 2px solid #fff; height: 310px; width: 220px }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li .img-box span { display: block; width: 220px; position: absolute; overflow: hidden }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li .img-box span.a-pic-bg { z-index: 1; position: absolute; height: 308px; background: url(//http://honey.hunantv.com/hunantv.imgotv/image/global/pbg-1.png) 0 bottom no-repeat; _background: 0 0; bottom: 0; _bottom: -1px; _height: 35px; left: 0 }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li .img-box span.sf-ico, .mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li .img-box span.hd-ico { left: 188px; top: 289px; border-radius: 0 }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li .img-box span.a-pic-bg1 { display: none; height: 103px; width: 200px; border: 10px solid #f8571b; z-index: 2; bottom: 0 }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li .img-box span.a-pic-t3 { position: absolute; width: auto; height: 20px; color: #FFF; font-size: 12px; padding: 0 5px; line-height: 20px; bottom: 2px; _bottom: 1px; z-index: 3; right: 2px; background: #7A7B7D; background: rgba(0,0,0,.5) }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li .img-box:hover { text-decoration: none }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li p { width: 220px; overflow: hidden }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li p.a-pic-t1, .mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li p.a-pic-t2 { width: 220px; color: #222; line-height: 20px; height: 20px; left: 0; bottom: 27px; font-size: 14px; z-index: 3; padding-top: 5px; _padding-top: 6px }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li p.a-pic-t1 { height: 20px; overflow: hidden }
.mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li p.a-pic-t2 { bottom: 6px; color: #888; font-size: 12px; _line-height: 18px; padding-top: 2px; _padding-top: 3px }
.mod-movie-pic-slider { width: 100%; position: relative; margin: 0 auto; overflow: hidden }
.mod-movie-pic-slider .btnl, .mod-movie-pic-slider .btnr { display: none; width: 64px; height: 64px; z-index: 200; position: absolute; top: 200px; text-indent: -9999px; overflow: hidden }
.mod-movie-pic-slider .btnl { left: 0; background: url(../images/slider.png) -364px 0 no-repeat; _background: url(../images/slider-ie.png) -364px 0 no-repeat }
.mod-movie-pic-slider .btnl:hover { background: url(../images/slider-ie.png) -512px 0 no-repeat }
.mod-movie-pic-slider .btnr { right: 0; background: url(../images/slider.png) -312px 0 no-repeat; _background: url(../images/slider-ie.png) -312px 0 no-repeat }
.mod-movie-pic-slider .btnr:hover { background: url(../images/slider-ie.png) -438px 0 no-repeat }
.mod-movie-pic-slider .btnl-on { background: url(../images/slider.png) -660px 0 no-repeat }
.mod-movie-pic-slider .btnl-on:hover { background: url(../images/slider.png) -512px 0 no-repeat }
.mod-movie-pic-slider .btnr-on { background: url(../images/slider.png) -586px 0 no-repeat }
.mod-movie-pic-slider .btnr-on:hover { background: url(../images/slider.png) -438px 0 no-repeat }
.mod-movie-pic-slider .play-index-con-box { max-width: 1180px; min-width: 941px; margin: 0 auto; _width: 1180px; position: relative; overflow: hidden; height: 329px }
.mod-movie-pic-slider .play-index-con-box .ullist-ele { width: 1195px }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li { float: left; margin: 15px 15px 0 0; width: 224px; position: relative; cursor: pointer; overflow: Hidden }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li img { width: 220px; border: 2px solid #FFF; height: 310px }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li span { display: block; width: 220px; position: absolute; overflow: hidden }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li span.a-pic-bg { z-index: 1; height: 123px; background: url(http://honey.hunantv.com/hunantv.imgotv/image/pbg-1.png) 0 bottom repeat-x; _background: url(none) 0 0 repeat #000; _height: 50px; bottom: 2px; _bottom: 1px; left: 2px }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t1, .mod-movie-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t2, .mod-movie-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t3 { padding: 0 5px; width: 210px; color: #fff; line-height: 20px; height: 20px; left: 2px; bottom: 20px; font-size: 14px; z-index: 3 }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t1 { height: 20px; overflow: hidden }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t2, .mod-movie-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t3 { bottom: 3px; color: #bdbdbd; font-size: 12px }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li span.a-pic-t3 { text-align: center; color: #fff; line-height: 22px; background: #f8571b; display: none }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li span.t2-txtr { text-align: right }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li .a-pic-play { width: 100%; height: 308px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; z-index: 20; background: url(http://honey.hunantv.com/hunantv.imgotv/image/global/dot-t.png) center center no-repeat }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li .a-pic-play em { display: block; width: 60px; height: 60px; margin: 126px 82px; background: url(http://honey.hunantv.com/hunantv.imgotv/image/dot-t.png) center center no-repeat }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li .a-pic-play:hover em { background: url(../images/slider.png) 0 0 no-repeat; _background: url(../images/slider-ie.png) 0 0 no-repeat }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li.intro-module { border-right: 1px solid #D5D5D5; width: 173px; height: 274px; background: #E3E3E3; padding: 20px 30px 20px 20px; overflow: inherit }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li.intro-module em { display: block; width: 10px; height: 18px; position: absolute; right: -1px; top: 50%; margin-top: -9px; background: url(http://honey.hunantv.com/hunantv.imgotv/image/global/arrows.png) 0 0 no-repeat }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li.intro-module h2 { color: #222; display: block; width: 100%; font-size: 18px; font-weight: 400; padding: 10px 0 }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li.intro-module p { display: block; width: 100%; height: 200px; overflow: Hidden; color: #888; line-height: 185% }
.mod-movie-pic-slider .play-index-con-box .ullist-ele li.intro-module span { width: 173px; padding-top: 10px; display: block; height: 20px; text-align: right }
.tw-time { width: 100%; overflow: hidden; line-height: 20px; padding: 4px 0 2px }
.tw-time span { float: left; padding-right: 20px; display: inline-block }
.tw-time span.twt-date { font-size: 14px; color: #878787 }
.tw-time span.twt-date em { margin-right: 5px; width: 16px; height: 16px; display: block; float: left; background: url(http://honey.hunantv.com/hunantv.imgotv/image/global/header.png) -32px -72px no-repeat; _background: url(http://honey.hunantv.com/hunantv.imgotv/image/global/header-ie.png) -32px -72px no-repeat; margin-top: 3px; _margin-top: 1px }
.tw-time span.twt-til { font-size: 16px; color: #202020 }
.tw-time span.twt-til a { color: #202020 }
.mod-picboard-with-txt { margin: 0 auto; overflow: hidden; position: relative; width: 100% }
.mod-picboard-with-txt .btnl, .mod-picboard-with-txt .btnr { display: none; width: 64px; height: 64px; z-index: 200; position: absolute; top: 120px; text-indent: -9999px; overflow: hidden }
.mod-picboard-with-txt .btnl { left: 0; background: url(../images/slider.png) -364px 0 no-repeat; _background: url(../images/slider-ie.png) -364px 0 no-repeat }
.mod-picboard-with-txt .btnl:hover { background: url(../images/slider-ie.png) -512px 0 no-repeat }
.mod-picboard-with-txt .btnr { right: 0; background: url(../images/slider.png) -312px 0 no-repeat; _background: url(../images/slider-ie.png) -312px 0 no-repeat }
.mod-picboard-with-txt .btnr:hover { background: url(../images/slider-ie.png) -438px 0 no-repeat }
.mod-picboard-with-txt .btnl-on { background: url(../images/slider.png) -660px 0 no-repeat }
.mod-picboard-with-txt .btnl-on:hover { background: url(../images/slider.png) -512px 0 no-repeat }
.mod-picboard-with-txt .btnr-on { background: url(../images/slider.png) -586px 0 no-repeat }
.mod-picboard-with-txt .btnr-on:hover { background: url(../images/slider.png) -438px 0 no-repeat }
.mod-picboard-with-txt .play-index-con-box { margin: 0 auto; overflow: hidden; position: relative; width: 100%; height: 289px }
.mod-picboard-with-txt .play-index-con-box .withtxt-box { margin: 0 auto; max-width: 1180px; min-width: 941px; overflow: hidden; _width: 1180px }
.mod-picboard-with-txt .play-index-con-box .ullist-ele { width: 239px; height: 290px; overflow: hidden; float: left }
.mod-picboard-with-txt .play-index-con-box .ullist-ele li { float: left; margin: 15px 15px 0 0; width: 224px; position: relative; overflow: Hidden }
.mod-picboard-with-txt .play-index-con-box .ullist-ele li img { width: 220px; border: 2px solid #fff; height: 125px }
.mod-picboard-with-txt .play-index-con-box .ullist-ele li span { display: block; width: 220px; position: absolute; overflow: hidden }
.mod-picboard-with-txt .play-index-con-box .ullist-ele li span.a-pic-bg { z-index: 1; height: 125px; background: url(http://honey.hunantv.com/hunantv.imgotv/image/pbg-1.png) 0 bottom repeat-x; _background: url(none) 0 0 repeat #000; _height: 50px; bottom: 2px; _bottom: 1px; left: 2px }
.mod-picboard-with-txt .play-index-con-box .ullist-ele li span.a-pic-t1, .mod-picboard-with-txt .play-index-con-box .ullist-ele li span.a-pic-t2, .mod-picboard-with-txt .play-index-con-box .ullist-ele li span.a-pic-t3 { padding: 0 5px; width: 210px; color: #fff; line-height: 20px; height: 20px; left: 2px; bottom: 20px; font-size: 14px; z-index: 3 }
.mod-picboard-with-txt .play-index-con-box .ullist-ele li span.a-pic-t1 { height: 20px; overflow: hidden }
.mod-picboard-with-txt .play-index-con-box .ullist-ele li span.a-pic-t2, .mod-picboard-with-txt .play-index-con-box .ullist-ele li span.a-pic-t3 { bottom: 3px; color: #bdbdbd; font-size: 12px }
.mod-picboard-with-txt .play-index-con-box .ullist-ele li span.a-pic-t3 { text-align: center; color: #fff; line-height: 22px; background: #f8571b; display: none }
.mod-picboard-with-txt .play-index-con-box .ullist-ele li span.t2-txtr { text-align: right }
.mod-picboard-with-txt .play-index-con-box .ullist-ele li .a-pic-play { width: 100%; height: 125px; position: absolute; bottom: 2px; left: 2px; display: block; z-index: 20; background: url(http://honey.hunantv.com/hunantv.imgotv/image/global/dot-t.png) center center no-repeat }
.mod-picboard-with-txt .play-index-con-box .ullist-ele li .a-pic-play em { display: block; width: 60px; height: 60px; margin: 32px 82px; background: url(http://honey.hunantv.com/hunantv.imgotv/image/dot-t.png) center center no-repeat }
.mod-picboard-with-txt .play-index-con-box .ullist-ele li .a-pic-play:hover em { background: url(../images/slider.png) 0 0 no-repeat; _background: url(../images/slider-ie.png) 0 0 no-repeat }
.mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic { width: 704px; overflow: Hidden; margin-right: 12px }
.mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li { position: relative; width: 704px; background-color: #fff }
.mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li img { width: 460px; height: 270px }
.mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li .bigpic-title, .mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li .em-til { padding: 20px 38px 0 22px; color: #222; position: absolute; right: 0; top: 0; font-size: 18px; width: 180px; height: 51px; overflow: Hidden }
.mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li .bigpic-title a:hover, .mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li .em-til a:hover { text-decoration: underline }
.mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li .bigpic-title.page-tvtil, .mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li .em-til.page-tvtil { height: 30px }
.mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li .em-til { top: 27px; color: #999; font-size: 16px }
.mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li .bigpic-content { padding: 0 38px 20px 22px; width: 180px; position: absolute; right: 0; top: 85px; color: #999; line-height: 22px }
.mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li.a-pic-bg { width: 460px }
.mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li.a-pic-t1, .mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li.a-pic-t2 { width: 450px }
.mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li .a-pic-play { width: 460px; height: 270px; background: url(http://honey.hunantv.com/hunantv.imgotv/image/global/dot-t.png) center center no-repeat }
.mod-picboard-with-txt .play-index-con-box .ullist-ele.bigpic li .a-pic-play em { margin: 105px 200px }
.mod-piclist { margin: 0 auto; overflow: hidden; position: relative; width: 100% }
.mod-piclist .btnl, .mod-piclist .btnr { display: block; width: 64px; height: 64px; z-index: 200; position: absolute; top: 110px; text-indent: -9999px; overflow: hidden }
.mod-piclist .btnl { left: 0; background: url(../images/slider.png) -364px 0 no-repeat; _background: url(../images/slider-ie.png) -364px 0 no-repeat }
.mod-piclist .btnl:hover { background: url(../images/slider-ie.png) -512px 0 no-repeat }
.mod-piclist .btnr { right: 0; background: url(../images/slider.png) -312px 0 no-repeat; _background: url(../images/slider-ie.png) -312px 0 no-repeat }
.mod-piclist .btnr:hover { background: url(../images/slider-ie.png) -438px 0 no-repeat }
.mod-piclist .btnl-on { background: url(../images/slider.png) -660px 0 no-repeat }
.mod-piclist .btnl-on:hover { background: url(../images/slider.png) -512px 0 no-repeat }
.mod-piclist .btnr-on { background: url(../images/slider.png) -586px 0 no-repeat }
.mod-piclist .btnr-on:hover { background: url(../images/slider.png) -438px 0 no-repeat }
.mod-piclist .play-index-con-box { margin: 0 auto; max-width: 1180px; min-width: 941px; _width: 1180px; height: 177px; overflow: hidden }
.mod-piclist .play-index-con-box .ullist-ele { width: 100% }
.mod-piclist .play-index-con-box .ullist-ele li { float: left; margin: 15px 15px 0 0; width: 224px; background: #fff; height: 162px; position: relative }
.mod-piclist .play-index-con-box .ullist-ele li p { width: 100%; color: #898989 }
.mod-piclist .play-index-con-box .ullist-ele li p.a-pic { width: 224px; overflow: Hidden; height: 127px; position: relative; margin-bottom: 4px; cursor: pointer }
.mod-piclist .play-index-con-box .ullist-ele li p.a-pic img { width: 220px; border: 2px solid #fff; height: 125px }
.mod-piclist .play-index-con-box .ullist-ele li p.a-pic .ap-num { display: inline-block; width: auto; font-size: 16px; color: #fff; padding: 5px 10px; position: absolute; top: 0; left: 0; font-weight: 700 }
.mod-piclist .play-index-con-box .ullist-ele li p.a-pic-t1, .mod-piclist .play-index-con-box .ullist-ele li p.a-pic-t2 { width: 204px; height: 24px; line-height: 24px; font-size: 14px; padding: 0 10px }
.mod-piclist .play-index-con-box .ullist-ele li p.a-pic-t1 { height: 24px; overflow: Hidden }
.mod-piclist .play-index-con-box .ullist-ele li p.a-pic-t2 { font-size: 12px; height: 20px; line-height: 22px; color: #999 }
.mod-piclist .play-index-con-box .ullist-ele li .a-pic-bg1 { display: none; height: 123px; border: 4px solid #f06000; z-index: 2; position: absolute; left: 0; top: -2px; width: 216px; height: 161px }
.mod-piclist .play-index-con-box .ullist-ele li .a-pic-t3 { display: none; position: absolute; padding: 0 5px; height: 20px; left: 0; z-index: 3; font-size: 12px; text-align: center; color: #fff; background: #f8571b; bottom: 0; line-height: 18px; width: 214px }
.mod-piclist .play-index-con-box .ullist-ele li .a-pic-play { width: 100%; height: 125px; position: absolute; top: 0; left: 0; display: block; z-index: 20; background: url(http://honey.hunantv.com/hunantv.imgotv/image/global/dot-t.png) center center no-repeat }
.mod-piclist .play-index-con-box .ullist-ele li .a-pic-play em { display: block; width: 60px; height: 60px; margin: 32px 82px; background: url(http://honey.hunantv.com/hunantv.imgotv/image/dot-t.png) center center no-repeat }
.mod-piclist .play-index-con-box .ullist-ele li .a-pic-play:hover em { background: url(../images/slider.png) 0 0 no-repeat; _background: url(../images/slider-ie.png) 0 0 no-repeat }
.mod-piclist .play-index-con-box .ullist-ele li.a-hover { height: 173px }
.mod-piclist .play-index-con-box .ullist-ele li.a-hover .a-pic-bg1, .mod-piclist .play-index-con-box .ullist-ele li.a-hover .a-pic-t3 { display: block }
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
.mod-tagsearch-result-normal, .mod-tagsearch-result-movie { width: 961px }
.search-becon { width: 961px }
.topsearch-con { width: 961px }
.topsearch-con p span.name-txt { width: 870px }
.sel-navmain p .sel-navmain-con { width: 880px; padding-left: 120px; padding-right: 0 }
.mod-header-1 .mph-box { max-width: 1180px; min-width: 940px; _width: 1000px }
.mod-header-1 .mph-box .mph-box-l { width: auto }
.mod-header-1 .mph-box .mph-box-l .mphbl-search { width: 350px }
.page-videolist-tag .page-videolist-tag-main { width: 940px }
.page-videolist .mod-normal-pic-slider .play-index-con-box { width: 940px; overflow: Hidden }
.page-videolist .mod-normal-pic-slider .play-index-con-box .play-index-con-ul { width: 940px }
.page-videolist .mod-normal-pic-slider .play-index-con-box .play-index-con-ul .ullist-ele { width: 965px }
.page-videolist .mod-picboard-with-txt { width: 941px }
.page-videolist .mod-picboard-with-txt .play-index-con-box .btnl { background: url(../images/slider.png) -660px 0 no-repeat }
.page-videolist .mod-picboard-with-txt .play-index-con-box .btnl:hover { background: url(../images/slider.png) -512px 0 no-repeat }
.page-videolist .mod-picboard-with-txt .play-index-con-box .btnr { background: url(../images/slider.png) -586px 0 no-repeat }
.page-videolist .mod-picboard-with-txt .play-index-con-box .btnr:hover { background: url(../images/slider.png) -438px 0 no-repeat }
.page-videolist .mod-piclist { width: 940px }
.page-videolist .mod-piclist .play-index-con-box .ullist-ele { width: 961px }
.page-videolist .mod-movie-pic-slider { width: 940px }
.page-videolist .mod-movie-pic-slider .play-index-con-box .ullist-ele { width: 961px }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
.mod-tagsearch-result-normal, .mod-tagsearch-result-movie { width: 961px }
.search-becon { width: 961px }
.topsearch-con { width: 961px }
.topsearch-con p span.name-txt { width: 870px }
.sel-navmain p .sel-navmain-con { width: 880px; padding-left: 120px; padding-right: 0 }
.mod-header-1 .mph-box { max-width: 1180px; min-width: 940px; _width: 1000px }
.mod-header-1 .mph-box .mph-box-l { width: auto }
.mod-header-1 .mph-box .mph-box-l .mphbl-search { width: 350px }
.page-videolist-tag .page-videolist-tag-main { width: 940px }
.page-videolist .mod-normal-pic-slider .play-index-con-box { width: 940px; overflow: Hidden }
.page-videolist .mod-normal-pic-slider .play-index-con-box .play-index-con-ul { width: 940px }
.page-videolist .mod-normal-pic-slider .play-index-con-box .play-index-con-ul .ullist-ele { width: 965px }
.page-videolist .mod-picboard-with-txt { width: 941px }
.page-videolist .mod-picboard-with-txt .play-index-con-box .btnl { background: url(../images/slider.png) -660px 0 no-repeat }
.page-videolist .mod-picboard-with-txt .play-index-con-box .btnl:hover { background: url(../images/slider.png) -512px 0 no-repeat }
.page-videolist .mod-picboard-with-txt .play-index-con-box .btnr { background: url(../images/slider.png) -586px 0 no-repeat }
.page-videolist .mod-picboard-with-txt .play-index-con-box .btnr:hover { background: url(../images/slider.png) -438px 0 no-repeat }
.page-videolist .mod-piclist { width: 940px }
.page-videolist .mod-piclist .play-index-con-box .ullist-ele { width: 961px }
.page-videolist .mod-movie-pic-slider { width: 940px }
.page-videolist .mod-movie-pic-slider .play-index-con-box .ullist-ele { width: 961px }
}
html { background: #f1f1f1 }
.mod-footer-1 { width: 100%; border-top: 1px solid #eee }
.mod-searchtag { width: 100% }
.page-videolist-tag { width: 100%; overflow: hidden; height: auto; border-bottom: 1px solid #fff; background: #ebebeb }
.page-videolist-tag .page-videolist-tag-main { width: 1180px; margin: 0 auto; color: #666; font-size: 20px; line-height: 70px }
.page-videolist-tag .page-videolist-tag-main a { color: #666 }
.page-videolist-tag .page-videolist-tag-main a:hover { color: #f06000; text-decoration: none }
.page-videolist-tag .page-videolist-tag-main .pa1-title { width: 100%; height: 70px; border-bottom: 1px solid #dcdcdc; color: #666; font-size: 20px; line-height: 70px; display: block }
.page-videolist-tag .page-videolist-tag-main .pa1-nav { display: block; width: 100%; height: 35px; line-height: 35px; color: #999; font-size: 14px; border-top: 1px solid #fff }
.page-videolist-tag .page-videolist-tag-main .pa1-nav a { display: inline-block; margin-right: 15px; height: 35px; width: auto; color: #999 }
.page-videolist-tag .page-videolist-tag-main .pa1-nav a.sel, .page-videolist-tag .page-videolist-tag-main .pa1-nav a:hover { color: #f06000; font-weight: 700; text-decoration: none }
.page-videolist-tag.tag-h70 { height: 70px; line-height: 70px }
.page-videolist { background: #f1f1f1; padding-bottom: 40px }
.page-videolist .mgtv-page { margin-top: 33px; padding: 0 }
.page-videolist.pvl-fff { background: #fff }
.mod-picboard-with-txt { width: 1400px }
.mod-normal-pic-slider { background: #f6f6f6 }
.mod-normal-pic-slider .play-index-con-box { height: auto }
.mod-normal-pic-slider .play-index-con-box .play-index-con-ul { height: auto }
.mod-normal-pic-slider .play-index-con-box .play-index-con-ul .ullist-ele li { margin-top: 24px }
.mod-piclist .play-index-con-box { height: auto }
.mod-piclist .play-index-con-box .ullist-ele { width: 1200px }
.mod-piclist .play-index-con-box .ullist-ele li { margin-top: 20px }
.mod-movie-pic-slider .play-index-con-box { height: auto }
.mod-movie-pic-slider .play-index-con-box .play-index-con-ul { height: auto }
.mod-movie-pic-slider .play-index-con-box .play-index-con-ul .ullist-ele li { margin-top: 20px }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele, .mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele { width: 1200px }
.mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele li, .mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele li { margin-top: 12px; margin-bottom: 7px }
.main1024 .mod-tagsearch-result-normal, .main1280 .mod-tagsearch-result-normal, .main1024 .mod-tagsearch-result-movie, .main1280 .mod-tagsearch-result-movie, .main1024 .mod-movie-pic-slider, .main1280 .mod-movie-pic-slider { width: 941px }
.main1024 .mod-tagsearch-result-normal .play-index-con-box .ullist-ele, .main1280 .mod-tagsearch-result-normal .play-index-con-box .ullist-ele, .main1024 .mod-tagsearch-result-movie .play-index-con-box .ullist-ele, .main1280 .mod-tagsearch-result-movie .play-index-con-box .ullist-ele, .main1024 .mod-movie-pic-slider .play-index-con-box .ullist-ele, .main1280 .mod-movie-pic-slider .play-index-con-box .ullist-ele { width: 961px }
.main1024 .mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele, .main1280 .mod-tagsearch-result-normal .play-index-con-box .play-index-con-ul .ullist-ele, .main1024 .mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele, .main1280 .mod-tagsearch-result-movie .play-index-con-box .play-index-con-ul .ullist-ele, .main1024 .mod-movie-pic-slider .play-index-con-box .play-index-con-ul .ullist-ele, .main1280 .mod-movie-pic-slider .play-index-con-box .play-index-con-ul .ullist-ele { width: 961px }
.main1024 .search-btn, .main1280 .search-btn { width: 100% }
.main1024 .search-becon, .main1280 .search-becon { width: 941px }
.main1024 .topsearch-con, .main1280 .topsearch-con { width: 961px }
.main1024 .topsearch-con p span.name-txt, .main1280 .topsearch-con p span.name-txt { width: 870px }
.main1024 .sel-navmain p .sel-navmain-con, .main1280 .sel-navmain p .sel-navmain-con { width: 880px; padding-left: 120px; padding-right: 0 }
.main1024 .mod-header-1 .mph-box, .main1280 .mod-header-1 .mph-box { max-width: 1180px; min-width: 940px; _width: 1000px }
.main1024 .mod-header-1 .mph-box .mph-box-l, .main1280 .mod-header-1 .mph-box .mph-box-l { width: auto }
.main1024 .mod-header-1 .mph-box .mph-box-l .mphbl-search, .main1280 .mod-header-1 .mph-box .mph-box-l .mphbl-search { width: 350px }
.main1024 .page-videolist-tag .page-videolist-tag-main, .main1280 .page-videolist-tag .page-videolist-tag-main { width: 940px }
.main1024 .page-videolist .mod-normal-pic-slider .play-index-con-box, .main1280 .page-videolist .mod-normal-pic-slider .play-index-con-box { width: 940px; overflow: Hidden }
.main1024 .page-videolist .mod-normal-pic-slider .play-index-con-box .play-index-con-ul, .main1280 .page-videolist .mod-normal-pic-slider .play-index-con-box .play-index-con-ul { width: 940px }
.main1024 .page-videolist .mod-normal-pic-slider .play-index-con-box .play-index-con-ul .ullist-ele, .main1280 .page-videolist .mod-normal-pic-slider .play-index-con-box .play-index-con-ul .ullist-ele { width: 965px }
.main1024 .page-videolist .mod-picboard-with-txt, .main1280 .page-videolist .mod-picboard-with-txt { width: 941px }
.main1024 .page-videolist .mod-picboard-with-txt .play-index-con-box .btnl, .main1280 .page-videolist .mod-picboard-with-txt .play-index-con-box .btnl { background: url(../images/slider.png) -660px 0 no-repeat }
.main1024 .page-videolist .mod-picboard-with-txt .play-index-con-box .btnl:hover, .main1280 .page-videolist .mod-picboard-with-txt .play-index-con-box .btnl:hover { background: url(../images/slider.png) -512px 0 no-repeat }
.main1024 .page-videolist .mod-picboard-with-txt .play-index-con-box .btnr, .main1280 .page-videolist .mod-picboard-with-txt .play-index-con-box .btnr { background: url(../images/slider.png) -586px 0 no-repeat }
.main1024 .page-videolist .mod-picboard-with-txt .play-index-con-box .btnr:hover, .main1280 .page-videolist .mod-picboard-with-txt .play-index-con-box .btnr:hover { background: url(../images/slider.png) -438px 0 no-repeat }
.main1024 .page-videolist .mod-piclist, .main1280 .page-videolist .mod-piclist { width: 940px }
.main1024 .page-videolist .mod-piclist .play-index-con-box .ullist-ele, .main1280 .page-videolist .mod-piclist .play-index-con-box .ullist-ele { width: 961px }
.main1024 .page-videolist .mod-movie-pic-slider, .main1280 .page-videolist .mod-movie-pic-slider { width: 940px }
.main1024 .page-videolist .mod-movie-pic-slider .play-index-con-box .play-index-con-ul, .main1280 .page-videolist .mod-movie-pic-slider .play-index-con-box .play-index-con-ul { width: 940px }
</pre></body></html>