﻿/*
Copyright (c) 2009
version:2.0
LastUpdate:20110309
Author: beyond923
*/
/**
* @Include
* YUI Reset
* Base CSS
* Tool CSS
* Layout CSS
* Default CSS
* @requires 
*/
/*YUI Reset*/
html { color: #000; background: #FFF; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: inherit; font-weight: inherit; }
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
/*because legend doesn't inherit in IE */
legend { color: #000; }
input, button, textarea, select, optgroup, option { font: inherit inherit inherit inherit; }
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win,IE7-Win */
input, button, textarea, select { vertical-align: middle; font-size: 100%; }
sup, sub { vertical-align: baseline; }
del, ins { text-decoration: none; }
.em{ text-indent:2em; }
/*Base CSS*/
/* 设置默认字体 */
body, button, input, select, textarea { font: 12px Tahoma,Helvetica,Arial, "\5b8b\4f53" ,sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */ }
/* 重置文本格式元素 */
a { text-decoration: none; color: Black; }
a:hover { text-decoration: none; }
.white{ color: white; }
.red { color: #C3060C; }
.blue{ color: #044378; }
a.s_blue { color: #00519C; }
.gray{ color: #666666; }
.black { color: #423e3f; }
.green{ color: #699323; }
.orange { color: #FF6600; }
.yellow{ color: #FABE00; }
.blod{ font-weight: bold; }
.darkred { color: #CC0000; }
a.goldenrod, th.goldenrod, dd.goldenrod, span.goldenrod { color: #BB5D00; }
span.sp_block { color: #ff6600; font-weight: bold; }
/*Tool CSS*/
/*float*/
.flt, .fleft { float: left; }
.frt, .fright { float: right; }
.bgloading{ background-image:url(loading.gif); background-repeat:no-repeat; background-position:center center;}


/*Specification:Add className cfix to its parentNode to clear float*/
.cfix:after { clear: both; display: block; content: "."; height: 0; visibility: hidden; font-size: 0; }
.cfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .cfix { height: 1%; }
.cfix { display: block; }
/* End hide from IE-mac */
.clear { clear: both; float: none; font-size: 0; line-height: 0; height: 0; overflow: hidden; padding: 0; margin: 0; }
.hide { display: none; }
hr { clear: both; height: 1px; border: solid 1px transparent; width: 100%; margin: 0; padding: 0; font-size: 0; line-height: 0; }
/*Equal Height
Specification:Add className equalHeight to it and add style:"overflow:hidden;" to its parentNode*/
.equalHeight { padding-bottom: 32767px !important; margin-bottom: -32767px !important; }
/*Layout CSS*/
.warp950 { width: 950px; margin: auto; }
#bd, #ft { margin: 10px auto; clear: both; overflow: hidden; }
.w970 { width: 970px; overflow: hidden; margin: 0px auto; }
.col1004 { width: 1004px; overflow: hidden; }
.col950 { width: 950px; overflow: hidden; }
.col910 { width: 910px; overflow: hidden; }
.col670 { width: 670px; overflow: hidden; }
.col270 { width: 270px; overflow: hidden; }
.col390 { width: 390px; overflow: hidden; }
.mcenter { margin: 0 auto; width: 970px; }
/*Default CSS*/
/*body{background:white url(hdBg.gif) repeat-X scroll 0 0;}*/
#content { width: 950px; margin: 0 auto; clear: both; overflow: hidden; }

/*ft*/
#ft { width: 970px; overflow: hidden; background-color: white; margin: 10px auto; }
#ft .company { float: left; width: 450px; height: 30px; overflow: hidden; }
#ft .company li { float: left; padding: 7px; color: #535353; }
#ft .callme { float: right; width: 520px; height: 30px; overflow: hidden; }
#ft .callme li { float: right; padding: 7px 10px; background-image: url(xian.jpg); background-position: right; background-repeat: no-repeat; }
#ft .callme li a { color: #535353; }
#ft .companyinfo { width: 970px; height: 59px; border-top: 1px solid #D3D3D3; padding-left: 7px; }
#ft .companyinfo .info1 { width: 150px; float: left; line-height: 24px; }
#ft .companyinfo .info1 li a { color: #535353; }
#ft .companyinfo .info2 { width: 250px; float: left; line-height: 24px; padding-left: 10px; }
#ft .companyinfo .info2 li a { color: #535353; }
#ft .companyinfo .info3 { width: 290px; float: right; line-height: 57px; padding-right: 8px; padding-top: 2px; }
#ft .companyinfo .info3 li { float: right; margin-left: 10px; width:48px;}
#ft .companyinfo .info3 li a { color: #535353; display:block; height:55px; }
#ft .companyinfo .info4 { width: 220px; float: left; line-height: 24px; padding-left: 10px; }
#ft .companyinfo .info4 li a { color: #535353; }
/*page*/
/*
分页控件
20110308
beyond923
*/
.page { font-size: 12px; float: right; line-height: 26px; clear: both; width: 100%; margin: 10px 0px 10px 10px; }
.page a, .page strong, .page .next, .page .first, .page .last, .page .prev { float: left; display: inline; margin-left: 4px; padding: 0 8px; height: 26px; border: 1px solid; border-color: #C2D5E3; background-repeat: no-repeat; color: #333; overflow: hidden; text-decoration: none; background-color: #FFFFFF; }
.page a.next { padding: 0 10px; }
.page a:hover { border-color: #369; color: #369; }
.page a.next { padding-right: 25px; background-image: url(arw_r.gif); background-position: 90% 50%; }
.page a.prev { background-image: url(arw_l.gif); background-position: 50% 50%; }
.page strong { background-color: #E6F5FF; font-weight:bold; }
/*
分页控件结束
*/


/* add_to_album */
.add_to_album { background: transparent url(addToAlbum.gif) no-repeat -16px 0; display: block; height: 16px; position: absolute; width: 16px; z-index: 20; overflow: hidden; }
.add_to_album:hover { background-position: 0 0; }
/* all form default*/
input.btn ,a.btn{ color: #000000; background-image: url(bottonbg.gif); text-align: center; background-repeat: no-repeat; border: 0 none; width: 58px; height: 22px; cursor: pointer; float:left; padding:0; line-height:22px;}
a.btn:hover,input.btn:hover{ color: #CB000C; background-image: url(bottonbgdown.gif); }
/* dialog Style */
.dialog { background-color: #F0F0F0; position: absolute; padding: 3px; border: solid 1px #DADADA; }
.dialog .dialogHd { background-color: #CA000C; line-height: 1.2; color: white; font-weight: bold; padding: 3px 5px; border: solid 1px #99010E; clear: both; overflow: hidden; }
.dialog .dialogHd .boxTitle { float: left; }
.dialog .dialogHd .closeBtn { display: block; float: right; height: 14px; width: 14px; text-align: center; background: #EEEEEE url(closeBtn.gif) no-repeat scroll 0 0; cursor: pointer; }
.dialog .dialogHd .hover { background: #EEEEEE url(closeBtnHover.gif) no-repeat scroll 0 0; }
.dialog .dialogCt { padding: 15px 5px; line-height: 1.5; color: #313131; }
.msgBox { background-color: #F0F0F0; padding: 20px; border: solid 1px #DADADA; font-size: 14px; font-weight: bold; color: #313131; }
/* checkCodeModule */
.checkCodeModule .codeLayout1 { float: left; padding-bottom: 1px; }
.checkCodeModule .codeLayout2 { clear: both; padding: 5px 0 1px; }
.checkCodeModule .codeInput { height: 23px; width: 88px; border: solid 1px #C5C5C5; line-height: 23px; }
/* loginBox */
#loginBox { }
#loginBox .line { padding: 0 10px 0; }
#loginBox .tipsLine { padding-left: 90px; height: 20px; }
#loginBox .line .name { font-size: 14px; font-weight: bold; padding: 0; width: 80px; text-align: right; }
#loginBox .checkCodeModule .name { width: 80px; }
#loginBox .txtInput { width: 150px; margin-right: 6px; height: 23px; border: solid 1px #C5C5C5; line-height: 23px; }
#loginBox .btns { padding: 10px 0 0 90px; clear: both; display: inline-block; }
#loginBox .btns .btn { cursor: pointer; }
#loginBox .btns .goReg { padding-left: 10px; color: #C3060C; }

#errorMsgBox { border: solid 1px #FF6600; background-color: #FFF2E9; color: #CE2F2C; font-weight: bold; padding: 0 30px; margin-bottom: 10px; }
/* validator.css */




#hd .mainNavs .hotlink { background-attachment: scroll; background-color: transparent; background-image: url(hot.gif); background-repeat: no-repeat; font-size: 0; height: 23px; line-height: 0; margin-top: 95px; position: absolute; top: -1px; width: 19px; z-index: 99; }



/*电影Head*/

#mh { height: 136px; clear: both; width: 970px; }
#mh .hdRow { margin: 0 auto; }
#mh .hdbar { width: 1004px; margin: 0 auto; }
/*userbar*/
#mh .userbar { background: #3C3C3C url(house.gif) no-repeat scroll 10px 4px; padding-left: 35px; color: #FFE065; line-height: 23px; }
#mh .userbar a { color: #FFE065; padding: 0 5px; }
#mh .userbar a:hover { color: #FFCE00; text-decoration: none; }
#mh .userbar .link { padding: 0 10px; border-right: 1px solid #FFE065; }
#mh .userbar .last { border: 0; }
/*searchbar*/
#mh .hdinfo .infolt .searchbar { width: 342px; height: 25px; padding-top: 23px; }
#mh .searchbar .so { width: 350px; height: 18px; float: left; }
#mh .hdinfo .infolt .searchbar .so .keyword { float: left; width: 280px; height: 18px; border: 2px solid #03263e; line-height: 16px; margin: 0px; color: #393939; }
/*float to fix IE input margin bug*/
#mh .hdinfo .infolt .searchbar .searchBtn { cursor:pointer; float: right; margin: 0 15px 0 0; width: 49px; height: 22px; background-color: #03263e; color: #ffffff; border: 2px solid #1c2e3a; font-size: 14px; font-weight: bold; line-height: 18px; }
/*navigation*/
#mh .logoArea { width: 145px; height: 70px; float: left; background-color: Black; }
#mh .logoArea a, #hd .logoArea a:hover { line-height: 18px; }
#mh .hdinfo { width: 825px; height: 70px; overflow: hidden; background-color: Black; }
#mh .hdinfo .infolt { width: 545px; height: 70px; overflow: hidden; }
#mh .hdinfo .infort { width: 280px; height: 30px; overflow: hidden; }
#mh .hdinfo .infort2 { width: 280px; height: 40px; overflow: hidden; padding-top: 7px; }
#mh .navigation { width: 970px; height: 33px; overflow: hidden; background-image: url(nav_3.jpg); background-repeat: repeat-x; }

/*
#mh .navigation .channel { width: 288px; height: 33px; overflow: hidden; float: left; border-right: 1px solid #3b637e; margin-left: 15px; display: inline; }
#mh .navigation .channel li { float: left; line-height: 36px; }
#mh .navigation .channel li a { display: block; width: 46px; color: White; font-size: 14px; font-weight: bold; }
#mh .navigation .channel li a:hover { width: 46px; color: red; font-size: 14px; font-weight: bold; background-image: url(hoverBg_m.jpg); background-repeat: no-repeat; }
#mh .navigation .category { width: 395px; height: 33px; overflow: hidden; float: left; margin-left: 10px; display: inline; }
#mh .navigation li .hover { width: 46px; color: red; font-size: 14px; font-weight: bold; background-image: url(hoverBg_m.jpg); background-repeat: no-repeat; }
#mh .navigation .channel li a.hover { width: 46px; color: red; font-size: 14px; font-weight: bold; background-image: url(hoverBg_m.jpg); background-repeat: no-repeat; }
#mh .navigation .category li a.hover { width: 46px; color: red; font-size: 14px; font-weight: bold; background-image: url(hoverBg_m.jpg); background-repeat: no-repeat; }
*/

#mh .navigation { position:relative; }
#mh .navigation .channel { width: auto; height: 33px; overflow: hidden; float: left; border-right: 1px solid #3b637e; margin-left: 10px; display: inline; }
#mh .navigation .channel li { padding:0px; float: left; line-height: 36px; width:auto; margin-right:5px; }
#mh .navigation .channel li a { display: block; width: auto; color: White; font-size: 14px; font-weight: bold; padding-left:6px; padding-right:6px; _padding-left:7px; _padding-right:7px; }
#mh .navigation .channel li a:hover { width: auto; color: red; font-size: 14px; font-weight: bold; background-image: url(hoverBg_m.jpg); background-repeat:repeat-x; padding-left:6px; padding-right:6px; _border:1px solid #c80002; }
#mh .navigation .category { width: 395px; height: 33px; overflow: hidden; float: left; margin-left: 10px; display: inline; }
#mh .navigation .category li a.hover { width: 46px; color: red; font-size: 14px; font-weight: bold; background-image: url(hoverBg_m.jpg); background-repeat: no-repeat; }
#mh .navigation .channel li a.hover { width: auto; color: red; font-size: 14px; font-weight: bold; background-image: url(hoverBg_m.jpg); background-repeat:repeat-x; padding-left:6px; padding-right:6px; _border:1px solid #c80002;  }


/*#hd .navigation .category li {  float: left; line-height: 36px; background-image: url(rwxian.jpg); background-position: right; background-repeat: no-repeat; }*/
#mh .navigation .category li { float: left; line-height: 36px; padding:0px; }
#mh .navigation .category li a { display: block; width: 46px; color: White; font-size: 14px; }
#mh .navigation .category li a:hover { width: 46px; color: red; font-size: 14px; background-image: url(hoverBg_m.jpg); background-repeat: no-repeat; }
#mh .navigation .userinfo1 { width: 145px; height: 33px; overflow: hidden; float: right; padding-top: 5px; }
#mh .navigation .userinfo1 .tuan { float: right; line-height: 21px; width: 74px; height: 20px; background-color: #03263e; border: 1px solid #3b637e; overflow: hidden;  margin-right:10px; }
#mh .navigation .userinfo1 .tuan a { padding-left: 7px; width: 74px; height: 20px; color: White; font-size: 12px; }

#mh .adj_navigation { width: 968px; height: 32px; overflow: hidden; border: 1px solid #d0d0d0; border-top: none; background-color: White; }
#mh .adj_navigation .adj_navigation_title_pic { background-image: url("rkanr_m.jpg"); background-repeat: no-repeat; display: inline; float: left; height: 20px; margin-left: 15px; margin-right: 18px; margin-top: 8px; width: 115px; }
#mh .adj_navigation .adj_navigation_nav { width: auto; height: 32px; overflow: hidden; padding-left: 10px; }
#mh .adj_navigation .adj_navigation_nav li { float: left; line-height: 34px; }
#mh .adj_navigation .adj_navigation_nav li a { font-size: 12px; color: #333333; }
#mh .adj_navigation .adj_navigation_nav li .live { color: Red; }
#mh .adj_navigation .adj_navigation_nav li a:visited { }
#mh .adj_navigation .adj_navigation_nav li a:hover { color: Red; }
#mh .adj_navigation .adj_navigation_nav .adj_navigation_br { background-image: url(xian.jpg); background-repeat: no-repeat; float: left; width: 1px; height: 12px; overflow: hidden; margin-top: 12px; margin-left: 10px; margin-right: 10px; }

/*login*/
#mh .hdinfo .infort .hdtop { width: 200px; height: 30px; overflow: hidden; float: right; }
#mh .hdinfo .infort .hdtop li { height: 25px; line-height: 21px; overflow: hidden; float: right; margin-top: 8px; }
#mh .hdinfo .infort .hdhelp li a { color: Black; padding: 0 6px; background-image: url(xian.jpg); background-position: right; background-repeat: no-repeat; }
#mh .hdinfo .infort .hdtop a { color: White; }
#mh .hdinfo .infort .hdhelp { margin-right: 10px; }
#mh .hdinfo .infort .hdorder { width: 91px; height: 21px; overflow: hidden; padding-left: 12px; margin-right: 10px; }
#mh .hdinfo .infort .hdorder a { width: 91px; height: 21px; display: block; background-image: url(order.jpg); background-repeat: no-repeat; }

#mh .hdinfo .infort2 .login { width: 278px; height: 21px; overflow: hidden; padding-top: 4px;  line-height:1.75em; }
#mh .hdinfo .infort2 .login li { float: right;  padding: 0 6px; }
#mh .hdinfo .infort2 .login li a { color:White; }

#mh .hdinfo .infort2 .login .li1 { color:White;}
#mh .hdinfo .infort2 .login .li2 { float:right; line-height:1.75em;}
#mh .hdinfo .infort2 .login .li2 span { float:left; color:White;}
#mh .hdinfo .infort2 .login .li2  .my_Msg{  height:auto; width:85px; overflow:hidden; }
#mh .hdinfo .infort2 .login .li2 .my_Msg .my { display:block; cursor: pointer;  height: 20px; color: White; font-size: 12px; overflow:hidden;  padding-left:5px; padding-right:5px; }
#mh .hdinfo .infort2 .login .li2 .my_Msg .my span{  line-height:1.75em;}
#mh .hdinfo .infort2 .login .li2 .my_Msg .my .down{ float:right; background-image: url(dian01.png);  _background-image: url(dian01.gif); background-repeat: no-repeat; width:9px; height:7px; margin-top:6px; }
#mh .hdinfo .infort2 .login .li2 .my_Msg .meinfo { display:none;  text-align: center;}
#mh .hdinfo .infort2 .login .li2 .my_Msg .meinfo{ display:none; position: absolute; z-index: 10001; }
#mh .hdinfo .infort2 .login .li2 .my_Msg  .meinfo a{ display:block;  text-align:center; color:Black;}

#mh .hdinfo .infort2 .login .li01{ line-height:1.75em;}
#mh .hdinfo .infort2 .login .li01  .my_Msg{  overflow:hidden; width:85px; border:1px solid #dddddd; border-bottom:none;}
#mh .hdinfo .infort2 .login .li01 .my_Msg .my { display:block; cursor: pointer;  height: 20px; color: White; font-size: 12px; overflow:hidden;  padding-left:5px; padding-right:5px;  background-color:#dcdcdc;}
#mh .hdinfo .infort2 .login .li01 .my_Msg .my span{ line-height:1.75em;}
#mh .hdinfo .infort2 .login .li01 .my_Msg .my .down{ float:right; background-image: url(dian.png);  _background-image: url(dian.gif); background-repeat: no-repeat; width:9px; height:7px; margin-top:6px; }
#mh .hdinfo .infort2 .login .li01 .my_Msg .meinfo {  background-color:White; border:1px solid #dddddd; border-top:none;  display:none;  text-align: center;  padding-top:8px; padding-left:5px; padding-right:5px; padding-bottom:10px; width:75px; margin-left:-1px;}
#mh .hdinfo .infort2 .login .li01 .my_Msg .meinfo{ display:none; position: absolute; z-index: 10001; }
#mh .hdinfo .infort2 .login .li01 .my_Msg  .meinfo a{ display:block;  text-align:center; line-height:1.75em; color:Black;}
#mh .hdinfo .infort2 .login .li01 .my_Msg  .meinfo a:hover{ background-color:#d0d0d0;}

/*logo*/
#mh .logoArea .logo { background-image: url(logo_m.jpg); background-repeat: no-repeat; background-position: 0 10px; display: block; width: 145px; padding-top: 70px; height: 0; overflow: hidden; float: left; }


/*电影Head End*/

/*renderbody页面内容*/
.renderbody { width: 970px; margin: 0px auto; overflow: hidden; }
/*renderbody页面内容End*/

/*公用模块*/

.ln175 { line-height: 1.75em; }
.ln15 { line-height: 1.5em; }
.ln20 { line-height: 2.0em; }
a.blue { color: #14647d; }
a.orange { color: #FF9900; }

/* 视频列表样式1 图片下单标题 图片尺寸120*90 */
.video1 li { width: 124px; margin-left: 25px; margin-bottom: 20px; overflow: hidden; float: left; display: inline; }
.video1 .pic { }
.video1 .pic a img { width: 120px; height: 90px; border: 1px solid #D3D3D3; padding: 1px; }
.video1 .title { width: 124px; overflow: hidden; line-height: 1.5em; white-space: nowrap; }
.video1 .title a { color: #1F559B; }

/* 视频列表样式2 图片下单标题 图片尺寸100*75 */
.video2 li { width: 104px; height: 134px; margin-right: 25px; margin-bottom: 15px; overflow: hidden; float: left; }
.video2 .pic { margin-bottom: 5px; }
.video2 .pic a img { width: 100px; height: 75px; border: 1px solid #D3D3D3; padding: 1px; }
.video2 .title { width: 104px; overflow: hidden; line-height: 2em; }
.video2 .title a { color: #1F559B; }

/* 视频列表样式3  图片右双标题 图片尺寸120*90 */
.video3 li { width: 336px; height: 94px; overflow: hidden; }
.video3 .pic { margin-right: 10px; float: left; }
.video3 .pic a img { width: 120px; height: 90px; border: 1px solid #D3D3D3; padding: 1px; }
.video3 .title { width: 194px; font-weight: bold; line-height: 2.0em; float: left; white-space: nowrap; }
.video3 .title a { color: #1F559B; }
.video3 .subtitle { width: 194px; line-height: 2.0em; float: left; }
.video3 .subtitle a { color: #666666; }

/* 视频列表样式4 图片下双标题 图片尺寸120*90 */
.video4 li { width: 124px; height: 134px; overflow: hidden; margin-right: 20px; float: left; margin-bottom: 10px; display: inline; }
.video4 .pic { overflow: hidden; margin-bottom: 4px; }
.video4 .pic a img { width: 120px; height: 90px; border: 1px solid #D3D3D3; padding: 1px; float: left; }
.video4 .title { width: 124px; line-height: 1.5em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.video4 .title a { color: #1F559B; }
.video4 .subtitle { width: 124px; line-height: 2em;  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.video4 .subtitle a { color: #666666; }

/* 视频列表样式5  无图单标题列表 */
.video5 li { margin-right: 25px; padding-left: 15px; width: 263px; overflow: hidden; float: left; background: url("rightpiclast.gif") no-repeat scroll 0 12px transparent; }
.video5 .title { width: 263px; overflow: hidden; line-height: 26px; white-space: nowrap; }
.video5 .title a { color: #000; }

/* 视频列表样式6  图片右双标题+用户名+时间 图片尺寸120*90 */
.video6 li { width: 654px; height: 94px; padding-top: 10px; overflow: hidden; }
.video6 .pic { float: left; margin-right: 15px; }
.video6 .pic a img { width: 120px; height: 90px; border: 1px solid #D3D3D3; padding: 1px; }
.video6 .title { width: 470px; line-height: 2em; float: left; white-space: nowrap; overflow: hidden; }
.video6 .title a { color: #1F559B; }
.video6 .subtitle { width: 470px; line-height: 2em; float: left; white-space: nowrap; overflow: hidden; }
.video6 .user, .createtime { width: 470px; float: left; line-height: 2em; color: #666666; }

/* 视频列表样式7  图片下面单标题+用户名+时间 图片尺寸120*90 */
.video7 li { width: 132px; padding: 10px 15px 18px; overflow: hidden; float: left; }
.video7 .pic { margin-bottom: 5px; }
.video7 .pic a img { width: 120px; height: 90px; border: 1px solid #D3D3D3; padding: 1px; }
.video7 .title { width: 132px; line-height: 2em; }
.video7 .title a { color: #1F559B; }
.video7 .user, .video10 .createtime { width: 132px; line-height: 2em; color: #666666; }

/* 视频列表样式8 图片下双标题 图片尺寸100*75 */
.video8 li { width: 105px; height: 130px; margin-left: 15px; margin-bottom: 15px; overflow: hidden; float: left; display: inline; }
.video8 .pic { margin-bottom: 5px; }
.video8 .pic a img { width: 100px; height: 75px;  padding: 1px; float: left; }
.video8 .title { width: 104px; overflow: hidden; line-height: 1.5em; white-space:nowrap; text-overflow:ellipsis; }
.video8 .title a { color: #1F559B; }
.video8 .subtitle { width: 104px; height:35px; overflow: hidden; line-height: 1.5em; }
.video8 .subtitle a { color: #666666; }

/* 网站首页样式9 顶部广告图片  图片尺寸970*66 */
.video9 .logo_img { display: block; width: 970px; height: 66px; }
.video9 .logo_img01 { display: block; width: 970px; height: auto; }

/* 网站首页样式10 右边顶部广告图片  图片尺寸298*204 */
.video10 img { display: block; border: 1px solid #D3D3D3; margin-bottom:4px; }

/* 网站首页样式11 图片下标题加底部list  图片尺寸194*96 */

.video11 img { display: block; width: 194px; height: 96px; padding: 1px; border: 1px solid #D3D3D3; }
.video11 .movie_tit { font-size: 12px; display: block; height: 26px; width: auto; overflow: hidden; color: #8B0080; font-weight: bold; background-color: #F3F3F3; line-height: 2.0em; text-align: center; }
.video11 .a_list { margin-top: 10px; height: 65px; overflow: hidden; }
.video11 .a_list a { display: block; color: #1D569C; line-height: 1.75em; font-size: 12px; white-space: nowrap; }

/* 网站首页样式12 电影图片下标题加介绍 图片尺寸150*200 */
.video12 { }
.video12 img { display: block; width: 150px; height: 200px; border: 1px solid #D3D3D3; padding: 1px; margin-bottom: 10px; }
.video12 a { color: #1D569C; font-size: 12px; line-height: 1.5em; white-space:nowrap;}
.video12 .movie_introduce { color: #666666; line-height: 1.5em; padding-top: 5px; }

/* 网站首页样式13 明星图片下姓名 图片尺寸48*48 */
.video13 { width: 150px; overflow: hidden; }
.video13 .star_img { overflow: hidden; width: 52px; height: 75px; float: left; margin-right: 20px; margin-bottom: 10px; }
.video13 .star_img img { display: block; width: 48px; height: 48px; border: 1px solid #D3D3D3; padding: 1px; }
.video13 .star_img .star_name { text-align: center; font-size: 13px; color: #1D569C; font-weight: bold; line-height: 2.0em; }

/* 网站首页样式14 电影list图片下标题、介绍 图片尺寸96*128 */
.video14 .movie_list { width: 100px; height: 195px; overflow: hidden; float: left; margin-right: 16px; margin-bottom: 22px; }
.video14 .movie_list img { display: block; width: 96px; height: 128px; border: 1px solid #D3D3D3; padding: 1px; }
.video14 .movie_list .movie_list_title { display: block; font-size: 13px; color: #1D569C; font-weight: bold; padding-top: 5px; padding-bottom: 5px; width: 100px; height: 16px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; }
.video14 .movie_list p { display: block; width: auto; height: 40px; overflow: hidden; color: #666666; line-height: 1.5em; }

/* 网站首页样式15 电影底部列表  */
.video15 .ul { width: 470px; height: 50px; overflow: hidden; }
.video15 .ul .li01 { background-image: url(libg.jpg); background-repeat: no-repeat; background-position: 0px 8px; padding-left: 5px; line-height: 1.5em; color: #1D569C; margin-top: 5px; float: left; width: 255px; height: 18px; overflow: hidden; }
.video15 .ul .li02 { background-image: url(libg.jpg); background-repeat: no-repeat; background-position: 0px 8px; padding-left: 5px; line-height: 1.5em; color: #1D569C; margin-top: 5px; width: 185px; height: 18px; overflow: hidden; }
.video15 .ul a { color: #1D569C; }

/* 网站首页样式16 图片下标题、名称、评论数 图片尺寸120*90 */
.video16 .video_list { width: 124px; height: 120px; overflow: hidden; float: left; margin-right: 28px; margin-bottom: 12px; display: inline; }
.video16 .video_list img { display: block; width: 120px; height: 90px; border: 1px solid #D3D3D3; padding: 1px; }
.video16 .video_list .a_list01 { margin-top: 8px; line-height: 1.5em; height: 18px; }
.video16 .video_list .a_list01 .video_name { display: block; height: 18px; overflow: hidden; color: #1D569C; }
.video16 .video_list .a_list01 .a_bg01 { color: #1D569C; display: block; background-image: url(abg01.jpg); background-repeat: no-repeat; padding-left: 20px; background-position: 0 3px; width:120px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.video16 .video_list .a_list01 .a_bg02 { color: #666666; font-size: 11px; display: block; background-image: url(abg02.jpg); background-repeat: no-repeat; padding-left: 16px; background-position: 0 2px; float: left; width: 44px; overflow: hidden; }
.video16 .video_list .a_list01 .a_bg03 { color: #666666; font-size: 11px; display: block; background-image: url(abg03.jpg); background-repeat: no-repeat; padding-left: 16px; background-position: 0 3px; float: right; width: 44px; overflow: hidden; }

/* 网站首页样式17 图片下标题、右边列表 图片尺寸95*70 */
.video17 .specialContent { width: 296px; height: 112px; background-color: #F2F7FB; margin: 2px; }
.video17 .specialContent .special_left { width: 99px; height: 95px; margin-left: 11px; margin-right: 10px; margin-top: 12px; float: left; display: inline; }
.video17 .specialContent .special_left img { display: block; height: 70px; width: 95px; padding: 1px; border: 1px solid #B9C8DD; }
.video17 .specialContent .special_left .special_title { width: 99px; height: 15px; float: left; color: #1D569C; text-align: center; margin-top: 5px; overflow: hidden; }
.video17 .specialContent .special_right { width: 170px; height: 88px; padding-top: 12px; overflow: hidden; }
.video17 .specialContent .special_right .other { display: block; width: 145px; height: 20px; background-image: url(other_bg.jpg); background-repeat: no-repeat; background-position: 0px 2px; padding-left: 20px; line-height: 1.5em; }
.video17 .specialContent .special_right .first { color: #1D569C; font-size: 15px; font-weight: bold; line-height: 1.5em; }
.video17 .specialContent .special_right a { color: #1D569C; }
.video17 .specialContent .special_right li { display: block; width: 160px; overflow: hidden; white-space: nowrap; }
/* 网站首页样式18 播放器 */
.video18 .video { width: 279px; height: 209px; }
.video18 .specialbottom { width: 276px; height: 36px; margin-top: 13px; margin-left: 15px; }
.video18 .specialbottom .shore { white-space: nowrap; color: #1D569C; font-size: 15px; font-weight: bold; width: 276px; float: left; margin-bottom: 5px; }
.video18 .specialbottom .boke { color: #666666; float: left; }
.video18 .specialbottom .words { color: #1D569C; width: 170px; float: left; margin-left: 5px; }
.video18 a.min_title { color: #1D569C; font-weight: normal; padding-right: 10px; }
.video18 a.min_title span { color: #FF6600; font-weight: bold; }

/* 网站首页样式19 图片、右边标题、分享  图片尺寸60*80 */
.video19 .share_pic { width: 290px; height: 81px; margin-top: 2px; margin-left: 5px; overflow: hidden; background-color: #F2F7FB; line-height: 27px; float:left; display:inline; }
.video19 .share_pic .box { width: 82px; height: 62px; margin-left: 5px; margin-top: 8px; float: left; display: inline; }
.video19 .share_pic img { display: block; width: 80px; height: 60px; padding: 1px; border: 1px solid #D3D3D3; }
.video19 .share_pic .text { margin-left: 12px; width: 176px; height: 69px; line-height: 1.5em; margin-top: 8px; overflow: hidden; float: left; display: inline; }
.video19 .share_pic .text .movie_title { color: #1D569C; }
.video19 .share_pic .text .share { color: #666666; width: 176px; float: left; }
.video19 .share_pic .text .share .score { color: #FF6000; font-weight: bold; }

/* 网站首页样式20 今日最娱狗仔镜 */
.video20 .menulist03 { width: 271px; height: 400px; float: left; margin-left: 5px; margin-top: 15px; }
.video20 .menulist03 .movie_list01 { width: 290px; height: 30px; float: left; overflow: hidden; }
.video20 .menulist03 .movie_list01 .font { line-height: 1em; font-weight: bold; width: 18px; height: 13px; float: left; background-color: #FF6000; color: #FFFFFF; text-align: center; margin-right: 5px; }
.video20 .menulist03 .movie_list01 .newfont { line-height: 1em; font-weight: bold; width: 18px; height: 13px; float: left; border: 1px solid #1D569C; color: #1D569C; text-align: center; margin-right: 5px; }
.video20 .menulist03 .movie_list01 .name { overflow: hidden; color: #1D569C; width: 240px; height: 15px; float: left; white-space: nowrap; text-overflow:ellipsis; }
.video20 .menulist03 .firstmovie { width: 270px; height: 110px; float: left; }
.video20 .menulist03 .firstmovie .font { font-weight: bold; width: 18px; height: 13px; float: left; background-color: #FF6000; color: #FFFFFF; text-align: center; margin-right: 5px; }
.video20 .menulist03 .firstmovie .img { width: 122px; height: 92px; border: 1px solid #D3D3D3; float: left; margin-left: 8px; margin-right: 10px; }
.video20 .menulist03 .firstmovie .img .movieImg { width: 120px; height: 90px; margin: 1px; float: left; }
.video20 .menulist03 .firstmovie .name { color: #1D569C; width: 97px; height: 100px; float: left; line-height: 2.0em; overflow:hidden; }
.video20 .menulist03 .firstmovie .newfont {border: 1px solid #1D569C;color: #1D569C;float: left;font-weight: bold;height: 13px;line-height: 1em;margin-right: 5px;text-align: center;width: 18px;}

/* 网站首页样式21 标题右边的list */
.video21 span { font-weight: bold; float: left; }
.video21 a.min_title { color: #1D569C; font-weight: normal; padding-right: 10px; }
.video21 .show { height: 25px; overflow: hidden; position: relative; }
.video21 .rook { position: relative; line-height: 2.0em; }
.video21 .rook li { height: 25px; overflow: hidden; display: block; }

/* 网站首页样式22 明星美图 右图 图片大小335*234 */
.video22 img { display: block; width: 335px; height: 233px; border: 1px solid #C8D9E4; }


/* 网站首页样式23 图片切换下面的list3 */
.video23 .msg_title { display:block; font-size: 16px; font-weight: bold; color: #8B0080; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; }
.video23 .msg_title02 { color: #1D569C; padding-right: 5px; white-space: nowrap;overflow:hidden; text-overflow:ellipsis; }
/* 网站首页样式24 图片切换下面的list4 */
.video24 a { color: #1D569C; padding-right: 5px; }
.video24 span { color: #666666; }
.video24 .newmsg { display: block; height: 18px; overflow: hidden; }
/* 网站首页样式25 图片切换下面的list5 */

/* 网站首页样式26 电影排行榜 */
.video26 .menulist { width: 135px; height: 130px; float: left; margin-left: 5px; margin-top: 15px; overflow: hidden; }
.video26 .menulist .movie_list01 { width: 146px; height: 26px; float: left; }
.video26 .menulist .movie_list01 .font { line-height: 1em; font-weight: bold; width: 18px; height: 13px; float: left; background-color: #FF6000; color: #FFFFFF; text-align: center; margin-right: 5px; }
.video26 .menulist .movie_list01 .newfont { line-height: 1em; font-weight: bold; width: 18px; height: 13px; float: left; border: 1px solid #1D569C; color: #1D569C; text-align: center; margin-right: 5px; }
.video26 .menulist .movie_list01 .name { color: #1D569C; width: 120px; height: 15px; float: left;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.video26 .menulist .movie_list01 .right { height: 15px; width: 40px; }

/* 网站首页样式27 网友评分排行榜 */
.video27 .menulist02 { width: 271px; height: 289px; float: left; margin-left: 5px; margin-top: 15px; display: inline; }
.video27 .menulist02 .movie_list01 { width: 290px; height: 30px; float: left; }
.video27 .menulist02 .movie_list01 .font { line-height: 1em; font-weight: bold; width: 18px; height: 13px; float: left; background-color: #FF6000; color: #FFFFFF; text-align: center; margin-right: 5px; }
.video27 .menulist02 .movie_list01 .newfont { line-height: 1em; font-weight: bold; width: 18px; height: 13px; float: left; border: 1px solid #1D569C; color: #1D569C; text-align: center; margin-right: 5px; }
.video27 .menulist02 .movie_list01 .name { color: #1D569C; width: 145px; height: 15px; float: left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.video27 .menulist02 .movie_list01 .right { height: 15px; width: 110px; float: left; overflow: hidden; }
.video27 .menulist02 .movie_list01 .right .score { width: 30px; color: #FF6000; float: left; }
.video27 .menulist02 .movie_list01 .right .discuss { width: 60px; height: 15px; color: #666666; float: left; }
.video27 .menulist02 .movie_list01 .right .button { float: left; background-image: url(bb.jpg); width: 8px; height: 10px; margin-top: 3px; margin-left: 8px; background-repeat: no-repeat; display: inline; }
/* video28 幻灯片样式   */
.video28 a .smallimage { background: none repeat scroll 0 0 #333333; display: block; }
.video28.bigimage { position: absolute; z-index: 10; }
.video28 .bigimage img { background-color: #FFFFFF; height: 264px; width: 322px; }
.video28 #rkanrSlide { width: 324px; height: 266px; overflow: hidden; }
.video28 #slidePicLink { background: url("/images/loadingpic.gif") no-repeat scroll center center transparent; }
.video28 #rkanrSlide, #rkanrSlide a { color: #FFFFFF; text-decoration: none; }
.video28 #slidePicdiv { width: 324px; height: 266px; }
.video28 #slidePicdiv img { width: 320px; height: 262px; border: 1px #D3D3D3 solid; padding: 1px; }
.video28 #slidePic { display: block; }
.video28 #slidePanel { margin-left: 2px; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); height: 72px; position: relative; top: -74px; width: 320px; z-index: 10; filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000); overflow: hidden; }
.video28 #slidePanel .info { float: left; height: 48px; overflow: hidden; padding: 0 0 0 10px; width: 322px; }
.video28 #slideTitle { clear: both; float: left; font-size: 16px; font-weight: bold; height: 22px; line-height: 1.5em; overflow: hidden; padding: 8px 0 0; white-space: nowrap; width: 322px; }
.video28 #slideContent { clear: both; float: left; height: 38px; line-height: 1.5em; overflow: hidden; padding: 0; width: 290px; }
.video28 #slideButtons { float: right; height: 20px; margin-top: 4px; margin-right: 4px; overflow: hidden; }
.video28 #slideButtons li { border: 1px solid #808080; cursor: pointer; display: inline; float: left; font-family: Arial; font-size: 10px; font-weight: bold; height: 12px; list-style: none outside none; margin: 1px; text-align: center; width: 12px; }
.video28 #slideButtons .clear { border: 0 none; clear: both; height: 0; width: 0; }
.video28 .itemOff { background-color: Transparent; color: #FFFFFF; }
.video28 .itemOn { background-color: #000000; color: #FFFFFF; }

/* 网站首页样式29 右边中间广告 图片大小301*89 */
.video29 img { display: block; width: 301px; height: 90px; }

/* 网站首页样式30 标题右边链接02 */
.video30 .msg_title { font-size: 16px; font-weight: bold; color: #8B0080; white-space:nowrap; }
.video30 a { color: #1D569C; padding-right: 5px; white-space:nowrap; }
.video30 span { color: #666666; }

/* 视频播放页样式31 图片广告 图片高度为auto，宽为185 */
.video31 img{ display:block; height:auto; width:174px; overflow:hidden; margin-top:5px;}

/* 电影列表样式1  图片下面单标题 图片大小:98*140 */
.movie1 li { width: 110px; height: 192px; margin-left: 15px; margin-right: 10px; overflow: hidden; float: left; display: inline; }
.movie1 .pic { margin-bottom: 5px; }
.movie1 .pic a img { width: 98px; height: 140px; padding: 5px; border: 1px solid #D8D8D8; }
.movie1 .title { width: 110px; text-align: center; line-height: 1.5em; white-space: nowrap; }
.movie1 .title a { color: #000; }

/* 电影列表样式2  图片下面单标题 170*110 */
.movie2 li { width: 170px; margin-bottom: 10px; overflow: hidden; }
.movie2 .pic { margin-bottom: 5px; }
.movie2 .pic a img { width: 170px; height: 110px; }
.movie2 .title { width: 170px; line-height: 1.5em; white-space: nowrap; }
.movie2 .title a { color: #000; }

/* 电影列表样式3  图片下面单标题 图片尺寸98*140 */
.movie3 li { width: 110px; margin-right: 25px; overflow: hidden; float: left; }
.movie3 .pic { margin-bottom: 5px; }
.movie3 .pic a img { width: 98px; height: 140px; padding: 5px; border: 1px solid #D8D8D8; }
.movie3 .button { margin: 0 auto; padding-top: 21px; overflow: hidden; height: 0; display: block; width: 80px; background: url("playBtn.gif") no-repeat scroll 0 0 white; }

/* 电影列表样式4 图片右边双标题 图片尺寸80*60 */
.movie4 li { margin: 10px 0 10px 10px; width: 345px; height: 60px; margin-bottom: 15px; overflow: hidden; }
.movie4 .pic { margin-right: 10px; float: left; }
.movie4 .pic a img { width: 80px; height: 60px; }
.movie4 .title { width: 255px; line-height: 2.0em; float: left; white-space: nowrap; font-size: 15px; font-weight: bold; overflow: hidden; }
.movie4 .title a { color: #044378; }
.movie4 .subtitle { margin-top: 8px; width: 255px; line-height: 1.5em; float: left; white-space: nowrap; overflow: hidden; }
.movie4 .subtitle a { color: #666; }




/* 电影列表样式30 */
/* 爱看电影热点部分 */
.movie30 .movieHot { width: 685px; height: auto; float: left; border-bottom: 1px dashed #cecece; }
.movie30 .movieHot .inner_content .hot { display: none; }
.movie30 .movieHot .inner_content .hot .hotLeft { width: 390px; height: 358px; float: left; overflow: hidden; }
.movie30 .movieHot .inner_content .hot .hotLeft .pic { width: 380px; height: 230px; float: left; margin-left: 10px; display: inline; background-color: #A7A4A4; }
.movie30 .movieHot .inner_content .hot .hotLeft .pic img { width: 380px; height: 230px; position: relative; top: -4px; left: -4px; }
.movie30 .movieHot .inner_content .hot .hotLeft .big_title { width: 390px; height: 40px; line-height: 40px; float: left; margin-left: 8px; display: inline; overflow : hidden; text-overflow:ellipsis; white-space:nowrap;}
.movie30 .movieHot .inner_content .hot .hotLeft .big_title a { color: #8B0080; font-size: 14px; font-weight: bold; }
.movie30 .movieHot .inner_content .hot .hotLeft .remark { width: 380px; height: 78px; float: left; color: #676767; line-height: 1.5em; margin-left: 8px; display: inline; }
/* 爱看电影热点的右边部分+点击后的样式 */
.movie30 .movieHot .hotRight { width: 290px; float: left; display: inline; height: 358px; overflow: hidden; }
.movie30 .movieHot .hotRight .menu0 { overflow: hidden; margin-left: 8px; }
.movie30 .movieHot .hotRight .menu0 .hover { width: 279px; height: 71px; float: left; border-left: none; border-right: 1px solid #cecece; border-bottom: 1px solid #cecece; }
.movie30 .movieHot .hotRight .menu0 .hover .header { background-image: url(arrowhead.jpg); background-repeat: no-repeat; margin-top: 27px; margin-right: -15px; width: 6px; height: 11px; float: left; overflow: hidden; }
.movie30 .movieHot .hotRight .menu0 .hover .r_pic { float: left; border: 2px solid #8B0080; overflow: hidden; margin-top: 3px; }
.movie30 .movieHot .hotRight .menu0 .hover .d_detail { width: 168px; float: left; margin-left: 8px; }
.movie30 .movieHot .hotRight .menu0 .hover .d_detail dt { width: 168px; float: left; margin-top: 15px; }
.movie30 .movieHot .hotRight .menu0 .hover .d_detail dt .d_title { color: #8B0080; font-size: 14px; font-weight: bold; }
/* 爱看电影热点的右边部分+点击前的样式 */
.movie30 .movieHot .hotRight .menu0 li { width: 275px; height: 71px; float: left; border-left: 1px solid #cecece; border-bottom: 1px dotted #cecece; }
.movie30 .movieHot .hotRight .menu0 li .r_pic { width: 80px; height: 60px; float: left; margin-left: 10px; display: inline; margin-top: 5px; }
.movie30 .movieHot .hotRight .menu0 li .r_pic img { display: block; width: 80px; height: 60px; }
.movie30 .movieHot .hotRight .menu0 li .d_detail { width: 168px; float: left; margin-left: 8px; }
.movie30 .movieHot .hotRight .menu0 li .d_detail dt { width: 168px; float: left; margin-top: 15px;overflow : hidden; text-overflow:ellipsis; white-space:nowrap; }
.movie30 .movieHot .hotRight .menu0 li .d_detail dt .d_title { color: #1D569C; font-size: 14px; font-weight: bold; }
.movie30 .movieHot .hotRight .menu0 li .d_detail dd { overflow: hidden; white-space: nowrap; text-overflow:ellipsis;width: 168px; height: 30px; float: left; line-height: 20px; color: #676767; margin-top: 5px; }

/* 电影列表样式31 */
.movie31 { width: 230px; height: 310px; float: left; margin-left: 10px; display: inline; }
.movie31 .movietop { height: 165px; width: 212px; border-bottom: 1px dashed #A8D2EA; }
.movie31 .movietop .pic { margin-top: 12px; float: left; height: 139px; width: 97px; }
.movie31 .movietop .pic img { height: 139px; width: 97px; border: 1px solid #A8D2EA; padding: 1px; }
.movie31 .movietop .title { width: 100px; height: 15px; float: left; margin-left: 10px; margin-top: 22px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis; }
.movie31 .movietop .title a { font-weight: bold; color: #465665; }
.movie31 .movietop .time { width: 100px; height: 15px; float: left; margin-left: 10px; margin-top: 10px; color: #999999; }
.movie31 .movietop .time span { margin-left: 8px; color: #465665; }
.movie31 .movietop .time .scroe { margin-left: 8px; color: #FF6000; font-weight: bold; }
.movie31 .movietop .subtitle { width: 100px; height: 75px; float: left; margin-left: 10px; margin-top: 10px; color: #999999; line-height: 1.5em; overflow:hidden; }
.movie31 .moviebottom { height: 145px; width: 218px; margin-top: 10px; margin-left: 7px; }
.movie31 .moviebottom li { width: 220px; height: 23px; }
.movie31 .moviebottom .left { float: left; width: 120px; height: 15px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis; }
.movie31 .moviebottom .left .name { color: #425F6F; width: 140px; line-height: 1.5em; }
.movie31 .moviebottom .left .anniu { background-image: url(button.jpg); height: 23px; width: 13px; margin-right: 9px; float: left; background-repeat: no-repeat; margin-top: 3px; }
.movie31 .moviebottom .right { float: right; margin-right: 20px; color: #A0A0A0; }

/* 电影列表样式32 */
.movie32 { width: 230px; height: 310px; float: left; margin-left: 10px; display: inline; }
.movie32 .movietop { height: 165px; width: 212px; border-bottom: 1px dashed #A8D2EA; }
.movie32 .movietop .pic { margin-top: 12px; float: left; height: 139px; width: 97px; }
.movie32 .movietop .pic a { border: 1px solid #A8D2EA; float: left; }
.movie32 .movietop .pic a img { height: 139px; width: 97px; float: left; padding: 1px; float: left; }
.movie32 .movietop .title { width: 100px; height: 15px; float: left; margin-left: 10px; margin-top: 22px; overflow: hidden; }
.movie32 .movietop .title a { font-weight: bold; color: #465665; }
.movie32 .movietop .time { width: 100px; height: 15px; float: left; margin-left: 10px; margin-top: 10px; color: #999999; }
.movie32 .movietop .time span { margin-left: 8px; color: #465665; }
.movie32 .movietop .time .scroe { margin-left: 8px; color: #FF6000; font-weight: bold; }
.movie32 .movietop .subtitle { width: 100px; height: 75px; float: left; margin-left: 10px; margin-top: 10px; color: #999999; line-height: 1.5em; overflow:hidden;}
.movie32 .moviebottom { height: 145px; width: 218px; margin-top: 10px; margin-left: 7px; }
.movie32 .moviebottom li { width: 220px; height: 23px; }
.movie32 .moviebottom .left { float: left; width: 150px; overflow: hidden; white-space: nowrap; height: 15px; text-overflow:ellipsis; }
.moviebottom .left .name { color: #425F6F; width: 140px; line-height: 1.5em; }
.movie32 .moviebottom .left .anniu { background-image: url(button.jpg); height: 23px; width: 13px; margin-right: 9px; float: left; background-repeat: no-repeat; margin-top: 3px; }
.movie32 .moviebottom .right { float: right; margin-right: 20px; color: #A0A0A0; }

/* 电影列表样式33 */
.movie33 { width: 230px; height: 310px; float: left; margin-left: 10px; display: inline; }
.movie33 .movietop { height: 165px; width: 212px; border-bottom: 1px dashed #A8D2EA; }
.movie33 .movietop .pic { margin-top: 12px; float: left; height: 139px; width: 97px; }
.movie33 .movietop .pic a { height: 141px; width: 99px;  border: 1px solid #A8D2EA; float:left;}
.movie33 .movietop .pic a img { height: 139px; width: 97px;  padding: 1px; }
.movie33 .movietop .title { width: 100px; height: 15px; float: left; margin-left: 10px; margin-top: 22px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;  }
.movie33 .movietop .title a { font-weight: bold; color: #465665; }
.movie33 .movietop .time { width: 100px; height: 15px; float: left; margin-left: 10px; margin-top: 10px; color: #999999; }
.movie33 .movietop .time span { margin-left: 8px; color: #465665; }
.movie33 .movietop .time .scroe { margin-left: 8px; color: #FF6000; font-weight: bold; }
.movie33 .movietop .subtitle { width: 100px; height: 74px; float: left; margin-left: 10px; margin-top: 10px; color: #999999; overflow: hidden; line-height: 1.5em; }
.movie33 .moviebottom { height: 145px; width: 218px; margin-top: 10px; margin-left: 7px; }
.movie33 .moviebottom li { width: 220px; height: 23px; }
.movie33 .moviebottom .left { float: left; width: 153px; line-height: 1.5em; height: 15px; overflow:hidden; text-overflow:ellipsis;}
.movie33 .moviebottom .left .name { color: #425F6F; width: 140px;  }
.movie33 .moviebottom .left .anniu { background-image: url(button.jpg); height: 23px; width: 13px; margin-right: 9px; float: left; background-repeat: no-repeat; margin-top: 3px; }
.movie33 .moviebottom .right { float: right; margin-right: 20px; color: #A0A0A0; }

/* 电影列表样式34 */
.movie34 .view { float: left; border-top: 1px solid #D0D0D0; }
.movie34 .view .menu0 { width: 201px; height: 300px; float: left; margin-top: 10px; overflow: hidden; }
.movie34 .view .menu0 li { border-bottom: 1px solid #E8E8E8; border-right: 1px solid #E8E8E8; height: 35px; width: 195px; overflow:hidden; }
.movie34 .view .menu0 li .moivename { width: 193px; border-left: 2px solid #A8D2EA; float: left; margin-top: 5px; overflow: hidden; display: inline; }
.movie34 .view .menu0 li .moivename a { color: #314C53; margin-left: 15px; margin-top: 7px; margin-bottom: 7px; float: left; display: inline;  width:130px; white-space:nowrap; overflow:hidden; }
.movie34 .view .menu0 li .moivename .bottom { height: auto; width: 40px; margin-top: 5px; float: right; overflow: hidden; }
.movie34 .view .menu0 li .moivename .bottom .img { margin-top: 3px; background-image: url(../Template/movie34/button1.jpg); height: 11px; width: 7px; float: right; background-repeat: no-repeat; }
.movie34 .view .menu0 li .moivename .bottom span { color: #EE7A16; font-size: 11pt; float: left; }
.movie34 .view .menu0 li .last { border-bottom: 0px solid #E8E8E8; border-right: 1px solid #E8E8E8; float: left; height: 35px; width: 195px; }
.movie34 .view .menu0 .hover { border-bottom: 1px solid #E8E8E8; border-right: 0px none; font-weight: bold; height: 35px; width: 195px; }
.movie34 .view .menu0 .hover .moivename { width: 193px; border-left: 2px solid #8B0080; float: left; margin-top: 5px; overflow: hidden; display: inline; }
.movie34 .view .menu0 .hover .moivename a { color: #8B0080; margin-left: 15px; margin-top: 7px; margin-bottom: 7px; float: left; display: inline; }
.movie34 .view .menu0 .hover .moivename .bottom { height: auto; width: 10px; margin-top: 5px; float: right; overflow: hidden; display: inline; }
.movie34 .view .menu0 .hover .moivename .bottom span { display: none; color: #EE7A16; font-size: 11pt; float: left; }
.movie34 .view .menu0 .hover .moivename .bottom .img { display: block; margin-top: 3px; background-image: url(../Template/movie34/button1.jpg); height: 11px; width: 7px; float: right; background-repeat: no-repeat; }
.movie34 .view .menu0 .hover .last { border-bottom: 0px solid #E8E8E8; border-right: 1px solid #E8E8E8; float: left; height: 35px; width: 195px; }
.movie34 .view .inner_con .right { height: 286px; width: 465px; float: left; margin-left: 18px; margin-bottom: 25px; display: none; overflow: hidden; }
.movie34 .view .inner_con .right .righttop { height: 154px; width: 373px; margin-top: 20px; float: left; }
.movie34 .view .inner_con .right .righttop .picture { width: 98px; height: 141px; float: left; }
.movie34 .view .inner_con .right .righttop a img { width: 98px; height: 141px; border: 1px solid #B3CEDE; padding: 1px; }
.movie34 .view .inner_con .right .righttop .text { height: 140px; width: 250px; float: left; margin-left: 20px; display: inline; }
.movie34 .view .inner_con .right .righttop .title { width: 245px; float: left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.movie34 .view .inner_con .right .righttop .title a { color: #8B0080; font-weight: bold; font-size: 11pt; }
.movie34 .view .inner_con .right .righttop .subtitle { height: 95px; width: 245px; float: left; }
.movie34 .view .inner_con .right .righttop .subtitle p { color: #666666; margin-top: 14px; overflow:hidden; white-space:nowrap; }
.movie34 .view .inner_con .right .righttop .subtitle p a { color: #FF0000; }
.movie34 .view .inner_con .right .righttop .subtitle span { margin-top: 14px; float: left; display: inline; }
.movie34 .view .inner_con .right .righttop .subtitle span a { color: #8B0080; height: 15px; width: 50px; margin-right: 5px; }
.movie34 .view .inner_con .right .score { color: #FF6701; float: right; margin-right: 20px; height: 140px; width: 50px; font-size: 20pt; margin-top: 20px; display: inline; }
.movie34 .view .inner_con .right .bottom { width: 450px; height: 127px; float: left; }
.movie34 .view .inner_con .right .bottom .dotted { background-image: url(dotted.jpg); width: 2px; height: 2px; float: left; margin-top: 5px; margin-right: 15px; background-repeat: no-repeat; display: inline; }
.movie34 .view .inner_con .right .bottom .message { height: 20px; width: 450px; float: left; margin-bottom: 10px; }
.movie34 .view .inner_con .right .bottom .message a { color: #1D569C; float: left; width: 345px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.movie34 .view .inner_con .right .bottom .person {  height: 20px; margin-bottom: 10px; }
.movie34 .view .inner_con .right .bottom .person a{ display:block; width: 20px; height: 20px;float:left;margin-right: 10px; }
.movie34 .view .inner_con .right .bottom .person a img { display:block;width: 18px; height: 18px; border: 1px solid #c2c2c2; }
.movie34 .view .inner_con .right .bottom .person span { color: #666666; line-height: 1.5em; float: left; width:46px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.movie34 .view .right .bottom .bottomright { height: 110;  float: right; overflow:hidden;}
.movie34 .view .right .bottom .bottomleft { float: left; width: 350px; overflow: hidden; }
/* 电影列表样式39 */

/* 电影列表样式45 */
.movie45 { width: 940px; margin: 0 15px; }
.movie45 .item { overflow: hidden; }
.movie45 .item .row { width: 116px; height: 65px; float: left; margin-top: 15px; }
.movie45 .item .row .box { color: #333333; width: 92px; height: 45px; float: left; }
.movie45 .item .row .box .pic { float: left; width: 92px; height: 35px; border: 1px solid #CCCCCC; }
.movie45 .item .row .box span { float: left; line-height: 2em; }

/* 电影列表样式46 */
.movie46 .inner_menu { width: 224px; height: 248px; margin-left: 18px; margin-top: 20px; float: left; display: inline; }
.movie46 .inner_menu .menulist .movie { width: 224px; height: 26px; float: left; }
.movie46 .inner_menu .menulist .movie .font { color: #FF6000; font-weight: bold; width: 22px; height: 12px; float: left; }
.movie46 .inner_menu .menulist .movie .newfont { color: #1D569C; font-weight: bold; width: 22px; height: 12px; float: left; }
.movie46 .inner_menu .menulist .movie .name { color: #1D569C; width: 153px; height: 15px; float: left; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.movie46 .inner_menu .menulist .movie .right { float: left; height: 15px; width: 48px; overflow: hidden; }
.movie46 .inner_menu .menulist .movie .right .score { width: 25px; color: #FF6000; float: left; }
.movie46 .inner_menu .menulist .movie .right .button { background-image: url(bb.jpg); float: left; width: 8px; height: 10px; margin-top: 3px; margin-left: 10px; background-repeat: no-repeat; display: inline; }


/* 电影列表样式47 */
.movie47 .movie { width: 224px; height: 26px; float: left; }
.movie47 .movie .font { color: #FF6000; font-weight: bold; width: 22px; height: 12px; float: left; }
.movie47 .movie .newfont { color: #1D569C; font-weight: bold; width: 22px; height: 12px; float: left; }
.movie47 .movie .name { color: #1D569C; width: 140px; height: 15px; float: left;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;  }
.movie47 .movie .right { float: left; height: 15px; width: 56px; }
.movie47 .movie .right .score { width: 48px; color: #666666; float: left; }
/*.movie47 .movie .right .zhi { background-image: url(zhi.jpg); float: left; width: 8px; height: 10px; margin-top: 6px; background-repeat: no-repeat; display: none; }*/


/* 电影列表样式48 */
.movie48 .left { height: 105px; width: 210px; float: left; margin-left: 18px; background-color: #D1D1D1; display: inline; }
.movie48 .left img { height: 105px; width: 210px; border: 1px solid #000000; position: relative; top: -4px; left: -4px; display: inline; float: left; }
.movie48 .right { height: 105px; width: 380px; float: left; }
.movie48 .right .title { margin-left: 18px; width: 360px; float: left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.movie48 .right .title a { color: #2F688C; font-size: 12pt; font-weight: bold; }
.movie48 .right .subtitle { margin-left: 18px; width: 360px; float: left; margin-top: 12px; color: #999999; }
.movie48 .right .subtitle a { color: #2F688C; }
.movie48 .right .subtitle span { color: #4B860B; font-weight: bold; }
.movie48 .right .detail { width: 360px; float: left; color: #666666; margin-top: 12px; margin-left: 15px; line-height: 1.5em; height:55px; overflow:hidden; }
.movie48 .right .detail a { color: #2F688C; }
.movie48 .bottom { width: 660px; float: left; margin-top: 10px; margin-left: 25px; display: inline; height: 144px; }
.movie48 .bottom .View { height: 26px; width: 660px; }
.movie48 .bottom .View .button { width: 495px; height: 23px; float: left; line-height: 1.5em; background-image: url(border.jpg); overflow: hidden; }
.movie48 .bottom .View .button .text { background-color: White; float: left; margin-right: 5px; display: inline; }
.movie48 .bottom .View .button .text a { color: #2F688C; }
.movie48 .bottom .View .button .text .dotted { background-image: url(dotted.jpg); height: 2px; width: 2px; float: left; margin-top: 10px; margin-right: 10px; background-repeat: no-repeat; }
.movie48 .bottom .View .user .heroPic{ display:block;margin-right: 10px; margin-left: 5px;float: left;height: 20px; width: 20px;display: inline;}
.movie48 .bottom .View .user  .userpic { border: 1px solid #999999;  height: 16px; width: 16px;  padding:1px; }
.movie48 .bottom .View .user span { color: #666666; float: left; margin-top: 3px;}
.movie48 .bottom .View .user .span {width:75px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; margin-right:0px;}
.movie48 .bottom .View .user { float: right; height: 22px; width: 161px; overflow: hidden; }
.movie48 .bottom .View .user .special { color: #4B860B; font-weight: bold; margin-right: 20px; float: right; }

/* 电影列表样式49 */
.movie49 .items { overflow: hidden; width: 340px; height: 200px; float: left; margin-top: 5px; }
.movie49 .items .neirong .pic { height: 144px; width: 104px; margin-left: 20px; margin-right: 15px; display: inline; float: left; }
.movie49 .items .neirong .pic .pic1 { height: 140px; width: 100px; float: left; padding: 1px; border: 1px solid #BDCAD2; }
.movie49 .items .neirong .title { float: left; width: 195px; line-height: 1.5em; }
.movie49 .items .neirong .title a { color: #325479; }
.movie49 .items .neirong .title a p{ white-space:nowrap;width:195px; overflow:hidden; text-overflow:ellipsis;}
.movie49 .items .neirong .title a span { font-size: 14px; white-space:nowrap; }
.movie49 .items .neirong .subtitle { float: left; width: 201px; line-height: 1.5em; overflow: hidden; line-height: 1.9em; }
.movie49 .items .neirong .subtitle p { white-space: nowrap; }
.movie49 .items .neirong .subtitle p a { font-weight: bold; font-size: 14px; margin-right: 8px; }
.movie49 .items .neirong .subtitle p span { color: #656565; }
.movie49 .items .neirong .introduce { float: left; width: 195px; color: #656565; line-height: 1.5em; }
.movie49 .items .neirong .bottom { width: 310px; float: left; margin-left: 25px; line-height: 2.5em; display: inline; }
.movie49 .items .neirong .bottom .bleft { width: 100px; height: 30px; float: left; overflow:hidden; }
.movie49 .items .neirong .bottom .bleft span { float: left; color: #DA722B; font-size: 15pt; width:20px; }
.movie49 .items .neirong .bottom .bleft a {  height: 18px; float:right; margin-top: 5px; margin-right:20px; display:inline; }
.movie49 .items .neirong .bottom .bleft a .images { background-image: url(seachbtn.jpg); width: 40px; height: 18px; display: block; margin-left: 20px; }
.movie49 .items .neirong .bottom .bright { width: 200px; height: 30px; float: left; }
.movie49 .items .neirong .bottom .bright .menucontent { width: 200px; height: 30px; }
.movie49 .items .neirong .bottom .bright .menucontent .menu1 { width: auto; height: 30px; float: left; overflow: hidden; }
.movie49 .items .neirong .bottom .bright .menucontent .menu1 .linkbtn { border-right: 1px solid #39516B; float: left; height: 14px; }
.movie49 .items .neirong .bottom .bright .menucontent .menu1 a span { white-space: nowrap; margin-left: 8px; color: #2F527C; }
.movie49 .items .neirong .bottom .bright .menucontent .menu1 a { height: 14px; width: 40px; margin-right: 5px; }

/* 电影列表样式50 */
.Movie50 { float: left; }
.Movie50 .item_1 { height: 100px; overflow: hidden; }
.Movie50 .item_1 .row_1 { width: 215px; height: 25px; line-height: 25px; float: left; overflow: hidden; }
.Movie50 .item_1 .row_1 .R_title { float: left; color: #1D569C; font-size: 14px; font-weight: bold; }
.Movie50 .item_1 .row_1 .pic { height: 15px; width: 15px; float: left; margin-right: 10px; }
.Movie50 .item_1 li .R-content { float: left; color: #423E3F; font-size: 12px; }


/* 电影列表样式51 */
.movie51 .left { background-color: #F4F8FA; height: 195px; width: 224px; float: left; border: 1px solid #D8E7F0; margin-left: 14px; display: inline; }
.movie51 .left .pic { height: 103px; width: 103px; float: left; border: 1px solid #B3CEDE; margin-left: 10px; margin-top: 12px; display: inline; }
.movie51 .left img { height: 103px; width: 103px; float: left; }
.movie51 .left .title { height: 20px; width: 95px; float: left; margin-left: 10px; margin-top: 19px; display: inline; }
.movie51 .left .title a { color: #1D569C; font-size: 13pt; font-weight: bold; }
.movie51 .left .subtitle { height: 65px; width: 95px; float: left; margin-left: 10px; margin-top: 10px; color: #999999; }
.movie51 .left .subtitle p { float: left; margin-bottom: 8px; width: 90px; }
.movie51 .left .subtitle p span { color: #333333; }
.movie51 .left .detail { width: 195px; height: 55px; float: left; margin-top: 16px; margin-left: 10px; color: #999999; line-height: 1.5em; }


/* 电影列表样式52 */
.movie52 { width: 435px; float: left; margin-left: 25px; display: inline; }
.movie52 .title { color: #8B0080; float: left; font-size: 12pt; font-weight: bold; margin-bottom: 10px; width: 435px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.movie52 .small { color: #666666; margin-bottom: 10px; float: left; white-space: nowrap; }

/* 电影列表样式53 */
.movie53 { height: auto; width: 435px; float: left; margin-left: 25px; margin-top: 5px; display: inline; }
.movie53 .button { overflow: hidden; width: 392px; height: 16px; margin-bottom: 8px; float: left; white-space:nowrap; text-overflow:ellipsis; }
.movie53 .button a { color: #1D569C; font-size: 14px; }

/* 电影列表样式54 */
.Moive54 { width: 292px; height: 235px; float: left; }
.Moive54 .image { float: left; margin-right: 5px; margin-bottom: 7px; display: inline; }
.Moive54 .image img { width: 138px; height: 72px; border: 1px solid #C8D9E4; float: left; }


/* 电影列表样式55 */

.movie55 .divRightBottom { width: auto; height: 250px; padding: 3px 3px; margin-left: 14px; margin-right: 10px; margin-top: 8px; overflow: hidden; }
.movie55 .divRightBottom ul { width: auto; height: 250px; float: left; padding: 0 0; overflow: hidden; line-height: 1.5em; }
.movie55 .divRightBottom .first { height: 150px; background: none; padding-left: 0px; }
.movie55 .divRightBottom .first a { width: 216px; height: 114px; overflow: hidden; }
.movie55 .divRightBottom .first .taImage { width: 211px; height: 105px; float: left; padding: 3px; border: 1px solid #B3CEDE; }
.movie55 .divRightBottom .first .spanInfo {width:215px; color: #6699FF; font-size: 12px; float: left; white-space: nowrap; overflow: hidden; margin-top: 4px; padding-left: 10px; text-overflow:ellipsis; width: 270px; }

.movie55 .divRightBottom ul li { width: 230px; line-height:1.5em;   background: url(circle.jpg) no-repeat scroll 5px 7px; padding-left: 15px; overflow: hidden;  }
.movie55 .divRightBottom ul li .spanInfo { color: #6699FF; font-size: 12px; float: left; white-space: nowrap; overflow: hidden; }
.movie55 .divRightBottom ul li .title { width:210px; color: #666666; font-size: 12px; overflow:hidden; white-space: nowrap; float: left;text-overflow:ellipsis; }

/* 电影列表样式56 */
.movie56 .module04_content_1 { border-bottom: 1px dotted #999999; padding: 6px 0px; overflow: hidden; height: 60px; }
.movie56 .module04_content_1 .serial { width: 22px; height: 50px; float: left; }
.movie56 .module04_content_1  .serial_1 { background: url(serial_1.jpg) no-repeat scroll 0 0; }
.movie56 .module04_content_1  .serial_2 { background: url(serial_2.jpg) no-repeat scroll 0 0; }
.movie56 .module04_content_1  .serial_3 { background: url(serial_3.jpg) no-repeat scroll 0 0; }
.movie56 .module04_content_1  .serial_4 { background: url(serial_4.jpg) no-repeat scroll 0 0; }
.movie56 .module04_content_1  .serial_5 { background: url(serial_5.jpg) no-repeat scroll 0 0; }
.movie56 .module04_content_1  .serial_6 { background: url(serial_5.jpg) no-repeat scroll 0 0; }
.movie56 .module04_content_1  .heroPic { float: left; margin-left: 2px; display: inline; }
.movie56 .module04_content_1  .heroPic a{ width:50px; height:50px; border:1px solid #BBBBBB; float:left; }
.movie56 .module04_content_1  .heroPic a img { display: block; width: 46px; height: 46px; padding:2px; }
.movie56 .module04_content_1  .heroInfo { height: 52px;  overflow: hidden; }
.movie56 .module04_content_1  .heroInfo .heroName { overflow: hidden; padding-left:10px; height: 18px;  }
.movie56 .module04_content_1  .heroInfo .heroName .username{ width:55px; height:18px; line-height:18px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.movie56 .module04_content_1  .heroInfo .heroName .kandianCount{ float:right; height:18px;background-image:url(kandianIco.gif); background-repeat:no-repeat; padding-left:35px; color:#FF6700; font-size:14px; width:48px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.movie56 .module04_content_1  .heroInfo .attention { margin-top:16px; margin-left:10px; height:18px; width:72px; background-image:url(attention.gif); background-repeat:no-repeat; }
.movie56 .module04_content_1  .heroInfo .attention a{ height:18px; width:72px; display:block;}
.movie56 .module04_content_1  .heroInfo .heroName a { font-size: 12px; float: left; color: #14647D; }
.movie56 .module04_content_1  .heroInfo .heroName .rumPic { width: 17px; height: 17px; background: url(ico_04.jpg) no-repeat scroll 0 0; float: left; margin-left: 5px; }

/* 电影列表样式57 */
.Movie57 .content { overflow: hidden; background-color: White; width: 240px; height: 185px; float: left;  display: inline; margin-left:15px; }
.Movie57 .content ul { float: left; overflow: hidden; }
.Movie57 .content ul li { float: left; width: 120px; height: auto; }
.Movie57 .content ul li .pic {  float: left; display: inline; }
.Movie57 .content ul li .pic img { width: 100px; height: 124px; border: 1px solid #B3CEDE; padding: 1px; float: left; }
.Movie57 .content ul li .name { float: left; width: 100px; height: 30px; line-height: 30px; margin-left: 8px; display: inline; overflow:hidden; }
.Movie57 .content ul li .name a { font-size: 13px; color: #1D569C; }
.Movie57 .content ul li .date { font-size: 12px; float: left; color: #676767; width: 100px; margin-left: 8px; display: inline; }


/* 电影列表样式58 */
.movie58 .city { width: 230px; height: 50px; float: left; margin-top: 13px; border-bottom: 1px dashed #88ABD7; margin-right: 10px; display: inline; }
.movie58 .city .title { color: #333333; width: 230px; }
.movie58 .city .view { height: 15px; width: 230px; margin-top: 10px; }
.movie58 .city .view a { width: 45px; color: #1D569C; height: 15px; float: left; }
.movie58 .type { width: 230px; height: 72px; float: left; margin-top: 13px; border-bottom: 1px dashed #88ABD7; margin-right: 10px; display: inline; }
.movie58 .type .title { color: #333333; width: 230px; }
.movie58 .type .view { height: 37px; width: 230px; margin-top: 5px; }
.movie58 .type .view a { width: 45px; color: #1D569C; height: 15px; float: left; margin-top: 6px; display: inline; }
.movie58 .star { width: 230px; height: 95px; float: left; margin-top: 13px; border-bottom: 1px dashed #88ABD7; margin-right: 10px; display: inline; }
.movie58 .star .title { color: #333333; width: 230px; }
.movie58 .star .view { width: 230px; height: 70px; margin-top: 5px; }
.movie58 .star .view a { width: 45px; color: #1D569C; height: 15px; float: left; margin-top: 6px; }
.movie58 .year { width: 230px; height: 36px; float: left; margin-top: 13px; margin-right: 10px; display: inline; margin-bottom: 20px; }
.movie58 .year .title { color: #333333; width: 230px; }
.movie58 .year .view { width: 230px; height: 15px; margin-top: 5px; }
.movie58 .year .view a { width: 45px; color: #1D569C; height: 15px; float: left; margin-top: 6px; display: inline; }


/* 电影列表样式59 */
.Movie59 { width: 364px; height: 232px; float: left; border: 1px solid #C8D9E4; }
.Movie59 img { width: 364px; height: 232px; float: left; }

/* 电影列表样式60 */
.movie60 .detail { width: 250px; height: 122px;  margin-top: 5px; overflow: hidden; }
.movie60 .detail ol li .pic { width: 85px; height: 112px; float: left; line-height: 112px; }
.movie60 .detail ol li .pic img { width: 83px; height: 112px; border: 1px solid #B3CEDE; padding: 1px; float: left; }
.movie60 .detail ol li .info { width: 140px; float: left; margin-left: 8px; display:inline; overflow:hidden; }
.movie60 .detail ol li .info .date { height: 30px; width: 140px; float: left; }
.movie60 .detail ol li .info .month { color: #FF6000; font-size: 16px; font-weight: bold; }
.movie60 .detail ol li .info .shangxun { color: #FF6000; font-size: 16px; font-weight: bold; }
.movie60 .detail ol li .info .name { height: 20px; width: 140px; float: left; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.movie60 .detail ol li .info .name a { color: #1D569C; }
.movie60 .detail ol li .info .role {   line-height: 1.5em;  }
.movie60 .detail ol li .info .role .starring { color: #999999; font-size: 12px; }
.movie60 .detail ol li .info .role .roleName { color: #1D569C; }
.movie60 .detail ol li .info .intro { color: #999999; line-height: 1.5em;  overflow:hidden; }

/* 电影列表样式61 */

.movie61 .topicList { width: 160px; height: 320px; float: left; margin-left: 22px; display: inline; }
.movie61 .topicList .first { width: 145px; height: 180px; float: left; margin-top: 23px; line-height: 1.5em; overflow: hidden; }
.movie61 .topicList .first .divImgShow { width: 142px; height: 142px; border: 1px solid #666666; text-align: center; margin-bottom: 5px; }
 .movie61 .topicList .first .divImgShow a img { width: 140px; height: 140px; float: left; }
.movie61 .topicList .first .divImgShow img { width: 140px; height: 160px; margin: 1px; float: left; }
 .movie61 .topicList .first .pTitle { display:block; font-size: 12px; color: #1D569C; margin-left: 8px; white-space: nowrap; width: 148px; overflow: hidden; text-overflow: ellipsis; }
 .movie61 .topicList .other { width: 145px; height: 25px; float: left; line-height: 2em; overflow: hidden; white-space: nowrap; }
  .movie61 .topicList .other .articlefont {display:block; color: #1D569C; white-space: nowrap; width: 145px; overflow: hidden; text-overflow: ellipsis; }

/* 电影列表样式62 */

.movie62 img { width: 970px; height: 241px; float: left; }

/* 电影列表样式63 */
.movie63 img { display: block; height: 98px; width: 251px; }

/* 电影列表样式64 */
.movie64 img { width: 687px; height: 90px; }

/* 电影列表样式65 */

.movie65 img { height: 90px; width: 254px; }

/* 电影列表样式66 */

.movie66 img { height: 64px; width: 226px; }
.movie66 a { width: 226px; height: 64px; }

/* 电影列表样式67 */
.movie67 a { color: #1D569C; margin-right: 10px; margin-top: 14px; float: left; font-size: 10pt; display: inline; }

/* 电影列表样式68 */
.movie68 .ad { width: 220px; height: 195px; }

/* 电影列表样式69 */
.movie69 .ad { width: 224px; height: 750px; }


/* 电影列表样式70 */
.movie70 .view { height: 15px; width: 240px; margin-top: 10px; }
.movie70 .view a { width: 45px; color: #1D569C; height: 15px; float: left; overflow: hidden; margin-top: 5px; text-align: center; }
.movie70 .view .hover { background-color: #1D569C; color: White; width: 45px; height: 15px; float: left; overflow: hidden; margin-top: 5px; text-align: center; }

/* 电影列表样式71 */
.movie71 .Oscar { float: left; color: #2F688C; margin-left: 10px; }
.movie71 .special { float: left; color: #FF0000; margin-left: 10px; }

/* 电影列表样式73 */
.movie73 .divRightBottom { width: auto; height: 250px; padding: 3px 3px; margin-left: 10px; margin-right: 10px; margin-top: 8px; overflow: hidden; }
.movie73 .divRightBottom ul { width: auto; height: 250px; float: left; padding: 0 0; overflow: hidden; line-height: 1.7em; }
.movie73 .divRightBottom .first { height: 150px; background: none; padding-left: 0px; height: 145px; margin-left: 0px; }
.movie73 .divRightBottom .first a { width: 280px; height: 110px; overflow: hidden; }
.movie73 .divRightBottom .first .taImage { width: 276px; height: 106px; float: left; padding: 1px; display: inline; border: 1px solid #D3D3D3; }
.movie73 .divRightBottom .first .spanInfo { color: #6699FF; font-size: 12px; float: left; white-space: nowrap; overflow: hidden; margin-top: 5px; padding-left: 10px; display: inline; text-overflow:ellipsis; }

.movie73 .divRightBottom ul li { width: auto; height: 20px; background: url(circle.jpg) no-repeat scroll 5px 7px; padding-left: 15px; overflow: hidden; margin-left: 10px; }
.movie73 .divRightBottom ul li .spanInfo { color: #6699FF; font-size: 12px; float: left; white-space: nowrap; overflow: hidden; }
.movie73 .divRightBottom ul li .title { width:250px; color: #666666; font-size: 12px; white-space: nowrap; float: left;overflow: hidden;text-overflow:ellipsis; }

/* 电影列表样式74 */

.movie74 .charts_contents { width: 278px; margin-left: 13px; margin-bottom: 10px; height: auto; line-height: 2.0em; overflow: hidden; }
.movie74 .charts_contents li:hover .img-1 { background-image: url(img_one.jpg); background-repeat: no-repeat; width: 14px; height: 14px; margin-top: 5px; }
.movie74 .charts_contents li:hover .img-2 { background-image: url(img_two.jpg); background-repeat: no-repeat; width: 14px; height: 14px; margin-top: 5px; margin-right: 10px; display: inline; overflow: hidden; }
.movie74 .charts_contents li:hover .img-3 { background-image: url(img_three.jpg); background-repeat: no-repeat; width: 14px; height: 14px; margin-top: 5px; margin-right: 10px; display: inline; overflow: hidden; }
.movie74 .charts_contents li:hover .img-4 { background-image: url(img_four.jpg); background-repeat: no-repeat; width: 14px; height: 14px; margin-top: 5px; margin-right: 10px; display: inline; overflow: hidden; }
.movie74 .charts_contents li:hover .img-5 { background-image: url(img_five.jpg); background-repeat: no-repeat; width: 14px; height: 14px; margin-top: 5px; margin-right: 10px; display: inline; overflow: hidden; }
.movie74 .charts_contents li:hover .img-6 { background-image: url(img_six.jpg); background-repeat: no-repeat; width: 14px; height: 14px; margin-top: 5px; margin-right: 10px; display: inline; overflow: hidden; }
.movie74 .charts_contents .img-1 { background-image: url(img_one.jpg); background-repeat: no-repeat; width: 14px; height: 14px; margin-top: 5px; float: left; margin-right:10px; display:inline; overflow:hidden; }
.movie74 .charts_contents .img-2 { background-image: url(img_two.jpg); background-repeat: no-repeat; width: 14px; height: 14px; float: left; margin-top: 5px; margin-right: 10px; display: inline; overflow: hidden;  }
.movie74 .charts_contents .img-3 { background-image: url(img_three.jpg); background-repeat: no-repeat; width: 14px; height: 14px; float: left; margin-top: 5px; margin-right: 10px; display: inline; overflow: hidden;  }
.movie74 .charts_contents .img-4 { background-image: url(img_four.jpg); background-repeat: no-repeat; width: 14px; height: 14px; float: left; margin-top: 5px; margin-right: 10px; display: inline; overflow: hidden;  }
.movie74 .charts_contents .img-5 { background-image: url(img_five.jpg); background-repeat: no-repeat; width: 14px; height: 14px; float: left; margin-top: 5px; margin-right: 10px; display: inline; overflow: hidden;  }
.movie74 .charts_contents .img-6 { background-image: url(img_six.jpg); background-repeat: no-repeat; width: 14px; height: 14px; float: left; margin-top: 5px; margin-right: 10px; display: inline; overflow: hidden;  }
.movie74 .charts_contents li { width: 278px; float: left; }
.movie74 .charts_contents li .one_text .Linkfont { color: #454545;  white-space: nowrap; float:left; }
.movie74 .charts_contents li .one_text span { width: 70px; float: right; height: 15px;  }
.movie74 .charts_contents li .one_text { width: 240px; height: 25px; overflow: hidden; }
.movie74 .charts_contents li .one_text img { display: inline; width: 75px; height: 100px; margin-left: 5px; float: left; }
.movie74 .charts_contents li .one_text .texts { font-size: 13px; color: #777777; height: auto; line-height: 1.5em; padding-top: 10px; width: 175px; float: right; margin-right: 8px; overflow: hidden; display: inline; }
.movie74 .charts_contents li .one_text .texts a { color: #bb0066; }
.movie74 .charts_contents li .hover_text { background-image: url(border1.jpg); background-repeat: no-repeat; height: 115px; width: 273px; overflow: hidden; margin-top: 10px; float: left; }
.movie74 .charts_contents li .hover_text img { display: inline; width: 75px; height: 100px; margin-left: 5px; float: left; margin-top: 10px; }
.movie74 .charts_contents li .hover_text .hover_texts { font-size: 12px; color: #777777; height: auto; line-height: 1.4em; padding-top: 10px; width: 175px; float: right; margin-right: 8px; overflow: hidden; display: inline; }
.movie74 .charts_contents li .hover_text .hover_texts a { color: #bb0066; }


/* 电影列表样式75 */
.movie75 .list { margin-left:18px;  }
.movie75 .big_right .right_imgs .item .null_bottom { width: 265px; overflow: hidden; height: 20px;  }
.movie75 .list .row { height: 125px; width: 140px;  margin-top: 9px; float: left; overflow: hidden; display: inline; }
.movie75 .list .row .pic { width: 122px; height: 92px;  border: 1px solid #DBDBDB;}
.movie75 .list .row .pic a { width: 120px; height: 90px; display:block; }
.movie75 .list .row .p_title {color: #454545;display: block;float: left;margin-top: 3px;overflow: hidden;text-align: left;width: 120px;}

/* 电影列表样式76 */
.movie76 a { width: 400px; height: 240px; }
.movie76 a img { width: 298px; height: 238px; border: 1px solid #E6E6E6; float: left; }

/* 电影列表样式77 */
.movie77 a{ height:333px; width:117px; }
.movie77 .ad{height:333px; width:117px; float:left; }

/* 娱乐首页样式01 头部广告 图片大小 970*120 */
.ent01 img { display: block; width: 970px; height: 120px; }

/* 娱乐首页样式02 图片切换 图片大小 638*295 */
.ent02 #rkanrSlide { width: 638px; height: 294px; }
.ent02 .img { width: 638px; height: 294px; }
.ent02 .img #slidePicLink #slidePic { width: 638px; height: 294px; }
.ent02 .small_pic { float: right; margin-right: 6px; position: relative; top: -25px; display: inline; }
.ent02 .small_pic a { text-align: center; color: White; display: block; background-color: Black; width: 18px; height: 18px; border: 1px solid #fff; float: left; margin-left: 6px; line-height: 1.5em; }
.ent02 .small_pic .itemOn { color: #B34900; border-color: #B34900; }

/* 娱乐首页样式03 编辑导语 图像大小 100*140 */
.ent03 img { width: 100px; height: 140px; float: left; }
.ent03 .edit_txt { float: left; color: White; font-size: 13px; font-weight: bold; width: 150px; height: 50px; overflow: hidden; margin-top: 48px; padding-left: 15px; }
.ent03 .edit_ul { float: left; width: 150px; height: 50px; overflow: hidden; padding-top: 8px; }
.ent03 .edit_ul .edit_li { line-height: 1.75em; background-image: url(dian01.jpg); background-repeat: no-repeat; background-position: 0px 8px; height: 22px; overflow: hidden; margin-left: 15px; padding-left: 10px; }
.ent03 .edit_ul .edit_li a { color: #999999; }

/* 娱乐首页样式04 娱乐大喇叭list */
.ent04 .edit_ul01 a { color: #423E3F; }
.ent04 .edit_ul01 .edit_li01 { height: 24px; overflow: hidden; line-height: 1.75em; }

/* 娱乐首页样式05 独家猛料list01 */
.ent05 ul { display: block; }
.ent05 .msg_title { color: #D94275; font-size: 16px; font-weight: bold; height: 20px; overflow: hidden; }
.ent05 .msg_txt { color: #444444; height: 44px; overflow: hidden; line-height: 1.75em; margin-top: 5px; }

/* 娱乐首页样式06 独家猛料list02 */
.ent06 .only_ul02 .msg_title { color: #D94275; font-size: 16px; font-weight: bold; height: 24px; overflow: hidden; margin-bottom: 3px; display:block; line-height: 1.75em; }
.ent06 .only_ul02 { display: block; width: 270px; height: 95px; overflow: hidden; margin-bottom: 8px; }
.ent06 .only_ul02 a { color: #423E3F; }
.ent06 .only_ul02 .only_li02 { height: 22px; line-height: 1.75em; overflow: hidden; }

/* 娱乐首页样式07 狗仔镜头 */
.ent07 .len_list { display: block; width: 138px; overflow: hidden; float: left; }
.ent07 .len_list li { display: block; height: 32px; line-height: 32px; text-align: center; margin-bottom: 1px; background-color: #000; overflow: hidden; }
.ent07 .len_list li a { color: White; font-size: 12px; font-weight: bold; }
.ent07 .len_list li a:hover { text-decoration: underline; }
.ent07 .len_list .len_li01 { display: block; height: 32px; line-height: 32px; text-align: center; margin-bottom: 1px; background-color: #D94275; }
.ent07 .len_imglist { width: 152px; height: 98px; overflow: hidden; float: right; }
.ent07 .len_img { display: block; height: 98px; width: 152px; overflow: hidden; }
.ent07 .len_imglist img { display: block; height: 96px; width: 150px; border: 1px solid #D94275; overflow: hidden; }
/* 娱乐首页样式08 独家猛料右边list */
.ent08 .msg01_title { display: block; color: #D94275; font-size: 16px; font-weight: bold; height: 20px; overflow: hidden; margin-bottom: 5px; }
.ent08 .a_list { color: #444444; height: 64px; overflow: hidden; line-height: 1.75em; width: 360px; }
.ent08 .a_list a.a01 { height: 20px; overflow: hidden; float: left; white-space: nowrap; }

/* 娱乐首页样式09 独家猛料右边list02 */
.ent09 .ul03 { display: block; width: 350px; height: 250px; overflow: hidden; }
.ent09 .ul03 a { color: #000000; font-size: 14px; line-height: 1.5em; }
.ent09 .ul03 .li03 { height: 27px; overflow: hidden; }

/* 娱乐首页样式10 一周红人 图片大小216*110 */
.ent10 .images { width: 218px; height: 112px; margin-top: 10px; overflow: hidden; }
.ent10 .images img { display: block; width: 216px; height: 110px; border: 1px solid #5B5B5B; }
.ent10 .images .img_bg { display: block; opacity: 0.5; filter: alpha(opacity=50); text-align: center; width: 216px; height: 24px; background-color: #000000; line-height: 1.75em; position: relative; top: -26px; left: 1px; border-top: 1px solid #5B5B5B; }
.ent10 .images .img_title { text-align: center; color: White; font-weight: bold; font-size: 14px; display: block; position: relative; top: -45px; }
/* 娱乐首页样式11 中间广告 图片大小950*120 */
.ent11 img { display: block; width: 950px; height: 120px; }
/* 娱乐首页样式12 极乐宝鉴  */
.ent12 .text { height: 121px; overflow: hidden; }
.ent12 .text .text_title { background-color: #D94275; height: 30px; width: 382px; }
.ent12 .text .text_title .tit { display: block; line-height: 2.5em; margin-left: 20px; color: White; font-weight: bold; font-size: 13px; }
.ent12 .text .text_content .txt { display: inline; width: 270px; height: auto; margin-left: 15px; margin-top: 8px; line-height: 2.0em; color: #444444; overflow: hidden; float: left; }
.ent12 .text .text_content .txt a { color: #D94275; }
.ent12 .text .text_content .true { background-image: url(true.jpg); background-repeat: no-repeat; width: 64px; height: 64px; float: right; margin-right: 15px; margin-top: 8px; display: inline; }
.ent12 .text .text_content .false { background-image: url(false.jpg); background-repeat: no-repeat; width: 64px; height: 64px; float: right; margin-right: 15px; margin-top: 8px; display: inline; }

/* 娱乐首页样式13 娱评家  */
.ent13 .comment { line-height: 2.0em; }
.ent13 .odd { background-position: 0px 2px; }
.ent13 .odd a { color: #6D6D6D; }
.ent13 .even { background-position: 0px 2px; }
.ent13 .even a { color: #D94275; }
.ent13 a { display: block; font-size: 14px; height: auto; overflow: hidden; }

/* 娱乐首页样式14 底部艳图 */
.ent14 IMG { float: left; border-color: #CACACA; border-right: 2px solid #CACACA; border-style: solid; border-width: 2px 2px 2px 0; }
.ent14 .width159 { width: 159px; }
.ent14 .width117 { width: 117px; }
.ent14 DIV { float: left; }
.ent14 li { float: left; position: relative; height: 410px; overflow: hidden; }
.ent14 li p.txt { position: absolute; left: 0; bottom: 0; text-align: center; height: 24px; display: none; }
.ent14 li p.txt i { display: block; height: 24px; background: #000; opacity: 0.5; filter: alpha(opacity=50); position: absolute; left: 0; top: 0; }
.ent14 li.one, li.one p.txt { width: 80px; }
.ent14 li.one p.txt i { width: 78px; }
.ent14 li.two, li.two p.txt, li.two p.txt i { width: 306px; }
.ent14 li.three, li.three p.txt, li.three p.txt i { width: 158px; }
.ent14 li.three { height: 137px; }
.ent14 li.four, li.four p.txt, li.four p.txt i { width: 158px; }
.ent14 li.four { height: 273px; }
.ent14 li.five, li.five p.txt, li.five p.txt i { width: 116px; }
.ent14 li.five { height: 272px; }
.ent14 li.six, li.six p.txt, li.six p.txt i { width: 116px; }
.ent14 li.six { height: 137px; }
.ent14 li.seven, li.seven p.txt, li.seven p.txt i { width: 254px; }
.ent14 li p.txt a { color: #FFF; font-weight: 600; font-size: 14px; position: relative; z-index: 2; line-height: 24px; }
.ent14 li.one p.txt { position: absolute; left: 0; bottom: 0; text-align: center; height: 24px; display: none; }
.ent14 li.one p.txt i { display: block; height: 24px; background: #000; opacity: 0.5; filter: alpha(opacity=50); position: absolute; left: 0; top: 0; }
.ent14 li.one p.txt a { color: #FFF; font-weight: 600; font-size: 14px; position: relative; z-index: 2; line-height: 24px; }
.ent14 li.hover p.txt { display: block; }

/* 会员列表样式1  头像下面用户名 图片尺寸50*50 */
.member1 li { height: 68px; width: 50px; margin-left: 12px; margin-right: 6px; overflow: hidden; float: left; text-align: center; display: inline; }
.member1 .pic a img { width: 50px; height: 50px; }
.member1 .title { width: 50px; overflow: hidden; white-space: nowrap; }
.member1 .title a { color: #000; }

/* 文章列表样式1  */
.article1 li { width: 442px; margin-bottom: 8px; overflow: hidden; line-height: 2.0em; }
.article1 .title { font-size: 17px; width: 442px; font-weight: bold; overflow: hidden; white-space: nowrap; }
.article1 .title a { color: #C3060C; }
.article1 .subtitle a { color: #000; float: left; margin-right: 5px; }

/* 文章列表样式2  */
.article2 li { width: 550px; margin-bottom: 8px; margin-top: 5px; overflow: hidden; }
.article2 .title { width: 550px; white-space: nowrap; }
.article2 .title a { color: #666; float: left; padding: 0 0 0 20px; background: url("r_sign.gif") no-repeat scroll 10px 6px transparent; }
.article2 .title span.time { color: #666; float: right; }

/* 文章列表样式3 */
.article3 li { width: 240px; overflow: hidden; }
.article3 .title { width: 550px; white-space: nowrap; line-height: 2.0em; }
.article3 .title a { color: #666; padding: 0 0 0 20px; }


/* 文章列表样式4 */
.article4 { overflow: hidden; }
.article4 a { float: left; padding-bottom: 10px; }
.article4 a img { width: 298px; height: 238px; border: 1px solid #D0D0D0; float: left; }

/* 用户中心样式1 */

/* 用户中心样式2 */

/* 用户中心样式3 */

/* 用户中心样式4 */

/* 用户中心样式5 */

/* 用户中心样式6 */

/* 用户中心样式7 */

/* 用户中心样式8 */

/* 用户中心样式9 */
.userpanel9 .people { width: 222px; height: auto; overflow: hidden; }
.userpanel9 .people p { padding-left: 10px; padding-right: 9px; padding-top: 20px; font-weight: bold; }
.userpanel9 .people .bord { width: 200px; border-bottom: 1px solid #AEC7D0; margin-left: 10px; margin-top: 5px; }
.userpanel9 .people .peo .pic { float: left; }
.userpanel9 .people .peo .pic img { display: block; width: 48px; height: 48px; margin-left: 20px; margin-top: 10px; border: 1px solid #CDCDCD; padding: 1px; }
.userpanel9 .people .peo .contents { padding-top: 10px; height: auto; }
.userpanel9 .people .peo .contents span { margin-left: 10px; line-height: 1.5em; }
.userpanel9 .people .peo .contents span a { color: #2787BD; }
.userpanel9 .people .peo .contents .butn { margin-left: 84px; margin-top: 10px; }
.userpanel9 .people .peo .contents .butn img { display: block; width: 64px; height: 20px; border: none; }
.userpanel9 .people .hr { width: 200px; border-bottom: 1px dashed #AEC7D0; margin-left: 10px; margin-top: 10px; }
.userpanel9 .people .many { float: right; margin-right: 10px; margin-top: 10px; }
.userpanel9 .people .many a { color: #2787BD; }

/* 用户中心样式10 */
.userpanel10 .movie { width: 222px; height: auto; overflow: hidden; }
.userpanel10 .movie p { padding-left: 10px; padding-right: 9px; padding-top: 20px; font-weight: bold; }
.userpanel10 .movie .bord { width: 200px; border-bottom: 1px solid #AEC7D0; margin-left: 10px; margin-top: 5px; }
.userpanel10 .movie .mov .pic { float: left; }
.userpanel10 .movie .mov .pic img { display: block; width: 75px; height: 100px; margin-left: 20px; margin-top: 10px; border: 1px solid #CDCDCD; padding: 1px; }
.userpanel10 .movie .mov .contents { padding-top: 10px; height: 110px; overflow: hidden; }
.userpanel10 .movie .mov .contents span { margin-left: 10px; line-height: 1.5em; }
.userpanel10 .movie .mov .contents span a { color: #2787BD; }
.userpanel10 .movie .mov .contents .butn { margin-left: 10px; margin-top: 20px; }
.userpanel10 .movie .mov .contents .butn img { display: block; width: 64px; height: 20px; border: none; }
.userpanel10 .movie .hr { width: 200px; border-bottom: 1px dashed #AEC7D0; margin-left: 10px; margin-top: 10px; }
.userpanel10 .movie .many { float: right; margin-right: 10px; margin-top: 10px; }
.userpanel10 .movie .many a { color: #2787BD; }

/* 用户中心样式11 */
.userpanel11 .title { background-image: url(book.jpg); background-repeat: no-repeat; width: 12px; height: 14px; margin-top: 15px; margin-left: 25px; }
.userpanel11 .title p { display: block; width: 50px; height: auto; margin-left: 20px; font-size: 14px; color: #1d80b8; font-weight: bold; }
.userpanel11 .tabs { height: auto; width: 800px; margin-top: 20px; margin-left: 10px; }
.userpanel11 .tabs .menu0 { background-image: url(navbg.jpg); background-repeat: repeat-x; background-position: 0px 22px; width: 775px; overflow: hidden; }
.userpanel11 .tabs .menu0 li { cursor: pointer; display: inline; float: left; width: 105px; height: 24px; text-align: center; line-height: 2.0em; background-image: url(menu_bg.jpg); background-repeat: no-repeat; margin-left: 5px; }
.userpanel11 .tabs .menu0 li a { color: #fff; }
.userpanel11 .tabs .menu0 li.hover { background-image: url(menu_bg1.jpg); background-repeat: no-repeat; width: 105px; height: 23px; }
.userpanel11 .tabs .menu0 #newwrite { background-image: none; }
.userpanel11 .tabs .menu0 #newwrite.hover { background-image: url(menu_bg1.jpg); background-repeat: no-repeat; width: 105px; height: 23px; }
.userpanel11 .tabs .menu0 #newwrite a { color: #e21b04; }

/* 用户中心样式12 */
.userpanel12 .menu { width: 150px; height: 314px; float: left; margin-left: 20px; }
.userpanel12 .menu .title { background-color: #88B8CE; width: 150px; height: 30px; }
.userpanel12 .menu .title p { margin-left: 10px; margin-top: 10px; float: left; }
.userpanel12 .menu .select { float: left; }
.userpanel12 .menu .select li { margin-top: 10px; width: 150px; }
.userpanel12 .menu .select li span { margin-left: 18px; color: #999999; }
.userpanel12 .menu .select li span a { color: #376B88; }
.userpanel12 .menu .border1 { height: 1px; border-bottom-color: #BABEBF; border-bottom-style: dotted; border-bottom-width: 1px; margin-right: 20px; }
.userpanel12 .menu li .bor { height: 1px; border-bottom: 1px dashed #CFCFCF; margin-top: 10px; }
.userpanel12 .menu .fenzu a { float: left; margin-top: 25px; margin-left: 20px; }
.userpanel12 .menu .fenzu a img { margin-right: 3px; }
.userpanel12 .menu .fenzu span { color: #CC3300; }

/* 用户中心样式13 */
.userpanel13 .serch { float: left; width: 642px; height: 36px; background-color: #F2F6F9; margin-left: 10px; }
.userpanel13 .serch .select { float: left; }
.userpanel13 .serch .select .friend { margin-left: 210px; }
.userpanel13 .serch .select .friend .botton { width: 200px; height: 24px; margin-top: 5px; float: left; margin-right: 8px; border: 1px solid #CFCFCF; }
.userpanel13 .serch .select .friend span { float: left; margin-top: 10px; margin-right: 8px; }
.userpanel13 .serch .select .friend a img { float: left; margin-top: 10px; }
.userpanel13 .serch .all { float: left; margin-left: 22px; margin-top: 10px; }
.userpanel13 .serch .all span { color: #666666; font-weight: bold; }
.userpanel13 .serch .select .friend span { color: #999999; }

/* 用户中心样式14 */
.userpanel14 .image { width: 200px; height: 72px; float: left; margin-left: 16px; margin-top: 7px; background-image: url(image.jpg); }
.userpanel14 .image .pic { border: 1px solid #c2c2c2; margin-top: 12px; margin-left: 8px; width: 52px; height: 52px; float: left; }
.userpanel14 .image .name { float: left; width: 120px; margin-left: 10px; }
.userpanel14 .image .name a span { color: #96452A; }
.userpanel14 .image .detebtn { float: right; margin-right: 8px; margin-top: 5px; display: block; height: 13px; width: 16px; background-image: url(delete.jpg); background-repeat: no-repeat; background-position: 2px 2px; }
.userpanel14 .image .button { height: 25px; color: #666; width: 49px; background-image: url(btn_bg.jpg); float: left; margin-top: 10px; margin-left: 10px; }
.userpanel14 .image .button2 { width: 30px; overflow: hidden; }
.userpanel14 .image .button select { background-image: url(btn_bg.jpg); background-color: transparent; border: 0 none #FFFFFF; padding-top: 3px; width: 48px; }

/* 用户中心样式15 */
.userpanel15 { margin-top: 17px; width: 555px; float: left; }
.userpanel15 span { display: block; line-height: 2.0em; float: left; margin-left: 4px; display: inline; }
.userpanel15 .title_box { width: 480px; height: 25px; border: 1px solid #c2daea; margin-left: 6px; }

/* 用户中心样式16 */
.userpanel16 { float: right; margin-right: 0px; margin-top: 10px; width: 220px; height: auto; }
.userpanel16 .attach { width: 218px; height: auto; border: 1px solid #c2daea; overflow: hidden; margin-top: 7px; }
.userpanel16 .attach .att { width: 218px; height: 27px; background-color: #f4f7fc; }
.userpanel16 .attach .att p { display: block; line-height: 2.5em; margin-left: 10px; float: left; }
.userpanel16 .attach .att a { display: block; height: 11px; width: 11px; float: right; margin-right: 10px; margin-top: 10px; cursor: pointer; }
.userpanel16 .attach .att_content { height: 255px; width: 198px; margin-left: 10px; }
.userpanel16 .attach .att_content .ti { margin-top: 5px; }
.userpanel16 .attach .att_content .ti span { display: block; float: left; letter-spacing: 0.5em; line-height: 2em; }
.userpanel16 .attach .att_content .ti .time_box { width: 138px; height: 20px; border-top: 1px solid #2787bd; border-bottom: 1px solid #c7e2f1; border-left: 1px solid #c7e2f1; border-right: 1px solid #c7e2f1; }
.userpanel16 .attach .att_content .ti .ti_box { width: 138px; height: 20px; border: 1px solid #e3e9ef; }
.userpanel16 .attach .att_content .la_type { margin-top: 15px; overflow: hidden; }
.userpanel16 .attach .att_content .la_type .type { float: left; overflow: hidden; display: inline; margin-top: 15px; }
.userpanel16 .attach .att_content .la_type .type span { line-height: 1.0em; overflow: hidden; display: inline; margin-right: 10px; }
.userpanel16 .attach .att_content .hf_type { margin-top: 15px; overflow: hidden; margin-bottom: 10px; }
.userpanel16 .attach .att_content .hf_type .type { float: left; overflow: hidden; margin-top: 15px; display: inline; }
.userpanel16 .attach .att_content .hf_type .type .checkbox { float: left; display: inline; }
.userpanel16 .attach .att_content .hf_type .type span { line-height: 1.0em; overflow: hidden; display: inline; margin-right: 10px; }

/* 用户中心样式17 */

/* 用户中心样式35 */
.userpanel35 .vid { width: 543px; height: auto; overflow: hidden; margin-top: 16px; }
.userpanel35 .vid .contents .txt { width: 360px; margin-left: 15px; padding-bottom: 8px; padding-top: 10px; font-size: 12px; color: #666666; border-bottom: 1px dashed #eeeeee; line-height: 2.0em; float: left; }
.userpanel35 .vid .contents .pic img { display: block; width: 80px; height: 60px; border: 1px solid #CDCDCD; padding: 1px; float: right; margin-right: 10px; margin-top: 30px; }
.userpanel35 .vid .contents .timetable { color: #a9a9a9; line-height: 2.0em; padding-top: 5px; }
.userpanel35 .vid .contents .blueTitle { color: #2584B0; font-weight: bold; line-height: 1.5em; }

/* 用户中心样式36 */
.userpanel36 .col { width: 543px; height: auto; overflow: hidden; margin-top: 16px; }
.userpanel36 .col .contents .txt { width: 360px; margin-left: 15px; padding-bottom: 8px; padding-top: 10px; font-size: 12px; color: #666666; border-bottom: 1px dashed #eeeeee; line-height: 2.0em; float: left; }
.userpanel36 .col .contents .pic { background-image: url(img.jpg); background-repeat: no-repeat; width: 88px; height: 68px; float: right; margin-right: 10px; margin-top: 30px; display: inline; }
.userpanel36 .col .contents .pic img { display: block; width: 80px; height: 60px; margin-left: 2px; margin-top: 2px; }
.userpanel36 .col .contents .timetable { color: #a9a9a9; line-height: 2.0em; padding-top: 5px; }
.userpanel36 .col .contents .blueTitle { color: #2584B0; font-weight: bold; line-height: 1.5em; }

/* 用户中心样式37 */
.userpanel37 .gro { width: 543px; height: auto; overflow: hidden; margin-top: 16px; }
.userpanel37 .gro .contents .txt { width: 360px; margin-left: 15px; padding-bottom: 8px; padding-top: 10px; font-size: 12px; color: #666666; border-bottom: 1px dashed #eeeeee; line-height: 2.0em; float: left; }
.userpanel37 .gro .contents .pic img { display: block; width: 72px; height: 48px; border: 1px solid #CDCDCD; padding: 1px; float: right; margin-right: 10px; margin-top: 30px; }
.userpanel37 .gro .contents .timetable { color: #a9a9a9; line-height: 2.0em; padding-top: 5px; }
.userpanel37 .gro .contents .blueTitle { color: #2584B0; font-weight: bold; line-height: 1.5em; }

/* 用户中心样式38 右边的广告图片 大小110*300 */
.userpanel38 img { display: block; width: 118px; height: 320px; }
/* 签发块样式 */
.HtmlLoop1 { height: 410px; width: 970px; }
.HtmlLoop1 .item1 { width: 240px; height: 400px; }
.HtmlLoop1 .item2 { width: 240px; height: 400px; margin-left: 490px; display: inline; }
.content .movie_contain .movie_bg_pic { }

/*公用模块,结束*/


/*DIY区块*/
/*表单*/
.diymodifyiframe .tableform { }
.diymodifyiframe caption { text-align: center; font-size: 14px; font-weight: bold; color: #000000; line-height: 1.5em; margin-top: 5px; }
.diymodifyiframe .tableform tr { line-height: 25px; }
.diymodifyiframe .tableform td { padding: 3px; }
.diymodifyiframe .tableform .ke-container td { padding: 0px; border: 0px; margin: 0px; }

.diymodifyiframe .tableform .tdinputtitle { text-align: right; vertical-align: top; width: 80px; }
.diymodifyiframe .tableform .tdinputdescn { text-align: left; width: 150px; vertical-align: top; }

.diymodifyiframe .tableform #firemark{ display:none; top:50px; left:300px; position:absolute; z-index:99999; width:260px; height:28px;}
.diymodifyiframe .tableform #firemark .imgdiv{background-image:url(direction_bottom.gif); background-repeat:no-repeat; width:12px; height:7px; z-index:802; position:absolute; top:21px; margin-left:5px;}
.diymodifyiframe .tableform #firemark .datadiv{color: Red;border:1px solid #C6C6C6;z-index:801; position:absolute;background-color:#ffffff; height:20px;}
/*
.diymodifyiframe .btn { padding: 3px 8px 3px 8px; float: left; background-color: #FFFFFF; border: solid 1px #E6F5FF; background-image: none; height: auto; }
.diymodifyiframe a.btn:hover { background-color: #FFFFFF; border: solid 1px #D3E0E5; background-image: none; }
*/
#diymodifyiframe{ width:auto;}

/*列表*/
/*TableStyle*/

.diymodifyiframe .data thead tr { background-image: url(/Content/image/admin/thead.jpg); background-repeat: repeat-x; height: 24px; border: solid 1px #FFFFFF; }
.diymodifyiframe .data tr { line-height: 25px; background-color: #FFFFFF; }
.diymodifyiframe .data .trodd { background-color: #E6F5FF; }
.diymodifyiframe .data .trover { background-color: #D3E0E5; }
.diymodifyiframe .data tr th { font-weight: bold; text-align: center; color: #FFFFFF; }
.diymodifyiframe .data tr td { text-align: center; border: solid 1px #E1E2E4; padding: 1px 5px 0px 5px; line-height: 25px; }
.diymodifyiframe .data tr .left { text-align: left; }
.diymodifyiframe .data tr .nodata, .data .trb .nodata { background-color: #ffdede; color: Red; }
.diymodifyiframe .data tr .nodata .back { color: Red; padding-top: 3px; padding-left: 20px; background: url(/Content/image/admin/backto.gif) no-repeat; }
.diymodifyiframe .data tr .error, .data .trb .error { background-color: #FCFF90; color: #7E8129; }

.diymodifyiframe .data tr td a { color: #000000; padding-right: 5px; padding-bottom: 5px; }
.diymodifyiframe .data tr td a:hover { color: #FF0000; background-position: 2px 2px; }
.diymodifyiframe .data tr td a.modify { padding-left: 20px; padding-top: 3px; background: url(/Content/image/admin/modify.gif) no-repeat 0px 1px; }
.diymodifyiframe .data tr td a.delete { padding-left: 20px; padding-top: 3px; background: url(/Content/image/admin/delete.gif) no-repeat 0px 1px; }
.diymodifyiframe .data tr td a.jt { padding-left: 20px; padding-top: 3px; background: url(/Content/image/admin/jt.gif) no-repeat 0px 1px; }
.diymodifyiframe .data tr td a.add { padding-left: 20px; padding-top: 3px; background: url(/Content/image/admin/add.gif) no-repeat 0px 1px; }
.diymodifyiframe .data tr td a.list { padding-left: 20px; padding-top: 3px; background: url(/Content/image/admin/list.gif) no-repeat 0px 1px; }
.diymodifyiframe .data tr td a.moveup { width: 20px; height: 20px; float: left; padding-top: 0px; background: url(/Content/image/admin/moveup.gif) no-repeat 0px 1px; }
.diymodifyiframe .data tr td a.movedown { width: 20px; height: 20px; float: left; padding-top: 0px; background: url(/Content/image/admin/movedown.gif) no-repeat 0px 1px; }

.diymodifyiframe .data tr td .forbidden { padding-left: 20px; padding-top: 3px; background: url(/Content/image/admin/forbidden.gif) no-repeat; color: Red; }
.diymodifyiframe .data tr td, .data tr td .off:hover, a.off:hover { padding-left: 20px; padding-top: 3px; background: url(/Content/image/admin/on.gif) no-repeat; color: #0e2d5c; }
.diymodifyiframe .data tr td .off, .data tr td, a.off{ padding-left: 20px; padding-top: 3px; background: url(/Content/image/admin/off.gif) no-repeat; color: Gray; }
.diymodifyiframe .data .descn { width: 400px; overflow: hidden; text-align: left; vertical-align: top; }
.diymodify_overlay { background-image: url(diyiframeborderbg.png); /* must be initially hidden */ display: none; /* place overlay on top of other elements */ z-index: 10000; /* styling */ background-color: #FFF; width: 550px; min-height: 200px; height: 450px; border: 1px solid #666; /* CSS3 styling for latest browsers */ }
.diymodify_overlay .close { background-image: url(close.png); position: absolute; right: -15px; top: -15px; cursor: pointer; height: 35px; width: 35px; }
/*DIY区块结束*/


/* 浮动窗体样式 */
/* floatJoinKanKanTuan  旧版新版上线删除*/
.floatJoinKanKanTuan { height: 482px; width: 475px; background: transparent url(actionkkt.jpg) no-repeat 0px 3px; }
#floatJoinKanKanTuan.floatJoinKanKanTuan .close { position:static; width: 16px; height: 16px; float: right; background-image: url(close.jpg); background-repeat: no-repeat; margin: 15px 15px 0 10px; display: inline; cursor: pointer; }

.floatJoinKanKanTuan .messge { padding-top: 385px; padding-left: 195px; width: 160px; }
.floatJoinKanKanTuan .messge .textinput { width: 160px; }
.floatJoinKanKanTuan .messge .textinput #floatJoinKanKanTuanRealyName { width: 130px; border:solid 1px #808080; height:16px;}
.floatJoinKanKanTuan .messge .textinput #floatJoinKanKanTuanPhone{ width: 130px; border:solid 1px #808080;height:16px;}
.floatJoinKanKanTuan .messge .textinput #floatJoinKanKanTuanCode{ width: 40px; border:solid 1px #808080; height:16px;}


.floatJoinKanKanTuan .submitkkt { height: 87px; width: 98px; margin-top: 315px; background-image: url(actionkktbuttom.png); background-repeat: no-repeat; background-position: -10px -5px; cursor: pointer; }
#floatJoinKanKanTuanSucceed { color: Black; font-size: 18px; background-color: White; font-weight: bold; width: 280px; height: 30px; }
/*******************************/


.floatJoinKanKanTuanNew { height: 410px; width: 610px; overflow:hidden;  border-radius:5px;  background: transparent url(kan_panel.png) no-repeat 0px 0px; }
.floatJoinKanKanTuanNew .messge {width:220px; height:200px; overflow:hidden; margin: 200px 0 0 325px; }
.floatJoinKanKanTuanNew .messge .textinput #floatJoinKanKanTuanRealyName { color:#c4c4c4; width: 160px; height:20px; border:0;  margin:8px 0 0 36px; }
.floatJoinKanKanTuanNew .messge .textinput #floatJoinKanKanTuanPhone{ color:#c4c4c4; width: 160px; height:20px; border:0; margin:25px 0 0 36px;}
.floatJoinKanKanTuanNew .messge .textinput #floatJoinKanKanTuanCode{ text-align:center; float:left; color:#c4c4c4; width: 80px; height:20px; border:0; margin:20px 0 0 5px;}
.floatJoinKanKanTuanNew .messge  #SendCode { float:left; width:100px; height:20px; display:block; cursor:pointer; margin:22px 0 0 25px; }
.floatJoinKanKanTuanNew .messge  #SendCodeIng { float:left; width:100px; height:20px; display:block; cursor:pointer; margin:22px 0 0 25px; display:none;}
.floatJoinKanKanTuanNew .submitkkt { height: 45px; width: 205px;cursor: pointer; margin-top:10px;  }



/* floatUserLogin  旧版,新版上线删除*/
.floatUserLogin .Loginmain {   margin: 0px auto; width: 400px; height: 353px; overflow:hidden; }
.floatUserLogin .text { height: 15px; border: 1px solid #CC0000; padding:4px; }
.floatUserLogin .Loginmain .LoginContent{width: 400px;  background-image: url(login_bgh.jpg); background-repeat:repeat-y; float:left; display:inline; overflow:hidden; }
.floatUserLogin .Loginmain .close { width: 16px; height: 16px; float: right; background-image: url(close.jpg); background-repeat: no-repeat; margin: 15px 15px 0 10px; display: inline; cursor: pointer; }
.floatUserLogin .Loginmain .block1 { color: Red; float: right; list-style: none outside none;  overflow: hidden; width: 400px;background-image: url(login_top.jpg); background-repeat: no-repeat; height:75px; }
.floatUserLogin .Loginmain .block1 ul { margin-right: -5px; }
.floatUserLogin .Loginmain .block1 li { float: right; padding-left: 15px; font-size: 13px; background-repeat: no-repeat; margin-right: 7px; width: 75px; display: inline; }
.floatUserLogin .Loginmain .block1 li a { color: Red; }
.floatUserLogin .Loginmain .LoginContent .block2 { padding: 0px 0 0 27px;text-align: left;  }
.floatUserLogin .Loginmain .LoginContent .block3 { padding: 12px 0 0 27px;text-align: left; }
.floatUserLogin .Loginmain .LoginContent .block3 .forgot{ color: #A2A2A2; margin-left: 10px;}
.floatUserLogin .Loginmain .LoginContent .block4 { padding: 12px 0 0 27px;  }
.floatUserLogin .Loginmain .LoginContent .block4 img { width: 90px; height: 23px; margin-left: 12px; _display:inline; _float:none;  }
.floatUserLogin .Loginmain .LoginContent .block5 {  cursor: pointer; width: 87px; height: 28px; float: left; display: inline; margin: 10px 92px 0; background-image: url(butpanel.jpg); background-repeat: no-repeat; background-position:0 -43px; }
.floatUserLogin .Loginmain .LoginContent .border { border-bottom: 1px #DDDDDD solid; margin-top: 7px; width: 333px; height: 1px; overflow: hidden; margin-left:27px; }
.floatUserLogin .Loginmain .LoginContent .otherlogin { margin-top: 8px; margin-bottom: 8px; height: 16px; float: left; font-size: 14px; margin-left:27px; display:inline; }
.floatUserLogin .Loginmain .bottom .a_link{ color: #595959; margin-left:125px; padding-top:5px; float:left; display:inline;}
.floatUserLogin .Loginmain .bottom {  float: right; display: inline; width: 400px; height: 32px; overflow: hidden;background-image: url(login_bottom.jpg); background-repeat:no-repeat; }
.floatUserLogin .Loginmain .LoginContent .remember {  width: 317px; float:left; margin-left: 83px; display: inline; margin-top: 12px; margin-bottom:10px; }
.floatUserLogin .Loginmain .LoginContent.remember label { color: #97999B; font-size: 12px; }
.floatUserLogin .Loginmain .img { padding: 4px 0 0 192px; margin-top: -30px; display: block; }
.floatUserLogin #floatUserLoginSucceed { color: White; font-size: 18px; }
#floatUserLoginwaitPanel { display: none; background-image: url(ajax-loader.gif); background-repeat: no-repeat; width: 32px; height: 32px; line-height: 2.0em; position: absolute; top: 45%; left: 45%; }
#UserLoginwaitPanel{display: none; background-image: url(ajax-loader.gif); background-repeat: no-repeat; width: 32px; height: 32px; line-height: 2.0em; position: absolute; top: 45%; left: 45%; }
/*---------------------------------------------*/

.floatUserLoginNew .Loginmain {   margin: 0px auto; width: 550px; height: 320px; overflow:hidden; background-image: url(login_bg_panel.png); background-repeat:no-repeat; border-radius:5px; }
.floatUserLoginNew .Loginmain .block1 { width:540px; height:40px; overflow:hidden; margin:4px 0 0 4px;}
.floatUserLoginNew .Loginmain .close { width: 14px; height:12px;  display: block; cursor: pointer; float: right; margin: 14px; }
.floatUserLoginNew .Loginmain .LoginContent{width:270px; height:240px; float:left; overflow:hidden; margin: 30px 0 0 30px; }
.floatUserLoginNew .Loginmain .block2{ width:250px; height:40px; overflow:hidden; background-image:url(login_bg_icon.png); background-repeat:no-repeat; margin-bottom:15px;}
.floatUserLoginNew .Loginmain .block2 .bg_user{ width:16px; height:16px; overflow:hidden;  background-image:url(login_bg_icon.png); background-position: 0 -50px; background-repeat:no-repeat; display:block; float:left; margin: 10px 10px 0 10px}
.floatUserLoginNew .Loginmain .block2 .bg_pwd{ width:16px; height:16px; overflow:hidden;  background-image:url(login_bg_icon.png); background-position: -22px -50px; background-repeat:no-repeat; display:block; float:left; margin: 10px 10px 0 10px}
.floatUserLoginNew .Loginmain .block2 .text{ border:0px; width:200px; height:20px; margin-top:8px; float:left; color:#c4c4c4;}
.floatUserLoginNew .Loginmain .block3 { width:240px; height:36px; margin-top:50px; overflow:hidden;} 
.floatUserLoginNew .Loginmain .block3 .but { float:left;  cursor: pointer; width: 100px; height: 36px; display:block;  background-image: url(login_bg_icon.png); overflow:hidden; background-position:0 -77px; }
.floatUserLoginNew .Loginmain .block3 .but:hover{  cursor: pointer; width: 100px; height: 36px; display:block; background-image: url(login_bg_icon.png); overflow:hidden; background-position:-112px -77px; }
.floatUserLoginNew .Loginmain .block3 .link{ float:left; width:100px; height:36px; margin:20px 0 0 10px; } 
.floatUserLoginNew .Loginmain .block3 .link a{ color:#0088cb;}

.floatUserLoginNew .Loginmain .OpenContent{ width:240px; height:240px; float:right; overflow:hidden;}
.floatUserLoginNew .Loginmain .OpenContent .tip{ width:240px; height:20px; margin-top:30px; margin-left:20px; color:#333333;}
.floatUserLoginNew .Loginmain .OpenContent #OpenBut{ width:240px; height:140px; overflow:hidden; margin: 10px 0 0 20px;}
.floatUserLoginNew .Loginmain .OpenContent #OpenBut li{ width:180px; height:32px; overflow:hidden; margin-bottom:12px;}
.floatUserLoginNew .Loginmain .OpenContent .RkanrtoQQ{ width:175px; height:32px; background-image:url(login_bg_icon.png); overflow:hidden; display:block; background-position: 0 -127px; }
.floatUserLoginNew .Loginmain .OpenContent .RkanrtoSina{ width:175px; height:32px; background-image:url(login_bg_icon.png); overflow:hidden; display:block; background-position: 0 -169px; }
.floatUserLoginNew .Loginmain .OpenContent .RkanrtoBaidu{ width:32px; height:32px;  background-image:url(login_bg_icon.png); overflow:hidden; display:block; background-position: -50px -214px; margin:0 4px; float:left; }
.floatUserLoginNew .Loginmain .OpenContent .RkanrtoWangyi{ width:32px; height:32px;  background-image:url(login_bg_icon.png); overflow:hidden; display:block; background-position: -93px -214px; margin:0 4px; float:left; }
.floatUserLoginNew .Loginmain .OpenContent .tencentweiboLogining{ width:32px; height:32px; background-image:url(login_bg_icon.png); overflow:hidden; display:block; background-position: 0 -214px; margin:0 4px; float:left; }
/* floatuserRegister*/
.floatUserRegister { background-image: url(registerbg.gif); background-repeat: no-repeat; margin: 0px auto; width: 400px; height: 307px; overflow:hidden; }
.floatUserRegister .text { height: 15px; border: 1px solid #CC0000;padding:4px 0 4px 0px; }
.floatUserRegister .close { width: 16px; height: 16px; float: right; background-image: url(close.jpg); background-repeat: no-repeat; margin: 15px 15px 0 10px; display: inline; cursor: pointer; }
.floatUserRegister .block1 { color: Red; float: right; list-style: none outside none; margin: 40px -13px 0; font-size: 13px; }
.floatUserRegister .block1 li { float: left; padding-left: 15px; font-size: 13px; }
.floatUserRegister .block1 li a { color: Red; }
.floatUserRegister .block2 { padding: 10px 0 0 27px; width:100%; }
.floatUserRegister .block2 input{ display:inline}
.floatUserRegister .block3 { padding: 10px 0 0 27px; }
.floatUserRegister .block4 { padding: 10px 0 0 27px; }
.floatUserRegister .block5 { padding: 10px 0 0 27px; }
.floatUserRegister .ValidateCode { padding: 10px 0 0 27px;  }
.floatUserRegister .ValidateCode img { width: 90px; height: 23px; margin-left: 12px;  _display:inline; _float:none; }
.floatUserRegister .block6 { width: 300px; padding: 10px 0 0 90px; }
.floatUserRegister .block7 { width: 84px; height: 26px; float: left; display: inline; cursor: pointer; margin: 12px 92px 0; _margin-top:0px; background-image: url(register.jpg); background-repeat: no-repeat; }
.floatUserRegister .validateText { color: Red; margin-left: 10px; font-weight: bold; }
#floatUserRegisterSucceed { color: White; font-size: 18px; }
#floatUserRegisterwaitPanel { display: none; background-image: url(ajax-loader.gif); background-repeat: no-repeat; width: 32px; height: 32px; line-height: 2.0em; position: absolute; top: 45%; left: 45%; }
/* floatuserinfo*/
.floatuserinfo .flt { float: left; }
.floatuserinfo .userpic { width: 52px; height: 45px; }
.floatuserinfo .underpic { width: 52px; height: 30px; }
.floatuserinfo .underpic .kktpic { width: 52px; height: 30px; background-image: url(kktpic.jpg); background-repeat: no-repeat; }
#panelValidateCode .text{ width:87px;}

#floatShowCommentListWaitPanel{display: none; background-image: url(ajax-loader.gif); background-repeat: no-repeat; width: 32px; height: 32px; line-height: 2.0em; margin:0 auto;}
/* 浮动窗体样式结束 */


/* 网站元素样式 */
.item-Movie { background-image: url(item-movie.gif); background-repeat: no-repeat; padding-left: 22px;}
.item-Video { background-image: url(item-video.gif); background-repeat: no-repeat; padding-left: 22px;  }
.item-Article { background-image: url(item-article.gif); background-repeat: no-repeat; padding-left: 22px;  }
.item-Photo { background-image: url(item-photo.gif); background-repeat: no-repeat; padding-left: 22px; }
.item-Diary {background-image: url(item-article.gif); background-repeat: no-repeat; padding-left: 22px;}
.item-DiaryDraft {background-image: url(diary.jpg); background-repeat: no-repeat; padding-left: 22px;}

/* 网站元素样式End */


/*上传图片控件样式*/
.ajaxuploadplugin { width: 410px; margin: 0px 0px 0px 0px; float: left; margin-bottom:5px; height:23px; clear:both;overflow: hidden; }
.ajaxuploadplugin .ajaxuploadplugin_txtfilename { width:250px; border: solid 1px #808080; padding: 0px;float: left; }
.ajaxuploadplugin .ajaxuploadplugin_btnupload,.ajaxuploadplugin .ajaxuploadplugin_add,.ajaxuploadplugin .ajaxuploadplugin_delete,.upload {display:block; line-height: 1.5em; border: solid 1px #808080; background: #e36b0f; float: left; text-align: center; padding: 1px 10px 0px 10px; margin: 0px 0px 0px 5px; }
.tableform .ajaxuploadplugin .ajaxuploadplugin_txtfilename { width: 250px; height:20px;}
.ajaxuploadplugin .ajaxuploadplugin_thumb { margin: 0px 0px 0px 10px; float: left; }
.ajaxuploadplugin .ajaxuploadplugin_thumb .thumb {display: block; width: 16px; height: 16px; padding: 1px; border: solid 1px #808080; cursor: pointer; }
.ajaxuploadplugin .ajaxuploadplugin_thumb .preview { position: absolute; z-index: 9999; width: auto; height: auto; padding: 1px; border: solid 1px #808080; }
.ajaxuploadplugin .ajaxuploadplugin_thumb .previewimg {border: 1px solid #808080;height: auto;padding: 1px;position: absolute;width: auto;z-index: 9999;}

.ajaxuploadplugin .videoplayer { background-color: White; border: 1px solid #666666; border-radius: 5px 5px 5px 5px; padding: 5px;  width:auto; height:auto;position: absolute; z-index: 9999;}
.ajaxuploadplugin .close {background-image: url("close.png");cursor: pointer;height: 35px;position: absolute;right: -15px;top: -15px;width: 35px;}
/*上传图片控件样式end*/

/* 通用关闭按钮样式  */
.commonclosebutton { background-image: url(close.png);_background-image: url(close.gif);  position: absolute; right: -15px; top: -15px; cursor: pointer; height: 35px; width: 35px; }

/* 用户增加积分提示信息 */
.showAddScore{ color:#ff0099; font-size:20px; font-weight:bold;  text-align:center; line-height:41px;position: fixed;  _position:absolute; z-index:999; top:50%; left:40%; width:181px; height:41px ; background-image:url(GetSocreTip.png);_background-image:url(GetSocreTip.png);}
/* 
显示错误信息浮动框 配合rkanr.js的rkanrShowError方法
beyond923Create@20110812
*/
.rkanrShowError{ color:#ff0099; font-size:20px; font-weight:bold;  text-align:center; line-height:41px;position: fixed;  width:181px; height:41px ; background-image:url(GetSocreTip.png);_background-image:url(GetSocreTip.png);}

/* 
任务完成提示框
yuanjiangshouCreate@20120822
*/
.taskmessage
{
    position: fixed;
    top:30%;
    _position: absolute;
    _top:600px;    
     z-index:1002;
    }
.taskmessageover
{
    width: 100%;
z-index: 500;
padding-bottom: 0px;
zoom: 1;
padding-left: 0px;
background-color: Black;
position: absolute;
height: 2001px;
opacity: 0.5;
left: 0px;
filter:  alpha(opacity=50);
padding-top: 0px;
padding-right: 0px;
display: block;
font: 12px/normal Tahoma,Helvetica,Arial, "宋体" ,sans-serif;
top: 0px;
margin: 0px;
    
    }
.taskmessage .mgp_popup
{
    background-attachment: scroll;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    border: 1px solid rgb(81, 166, 243);
    font-family: "Verdana";
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1.5;
    width: 498px;
}
.taskmessage .popup_hd, .taskmessage .popup_bd, .taskmessage .popup_op, .taskmessage .popup_hd i, .taskmessage .popup_close a, .taskmessage .popup_btn, .taskmessage .popup_btn span, .taskmessage .popup_more i, .taskmessage .msg_icon
{
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("/Content/image/Task/taskmessage.png");      
  background-position: 0% 0%;
    background-repeat: no-repeat;
}
.taskmessage .popup_hd
{
    background-position: 0px -130px;
    background-repeat: repeat-x;
    height: 27px;
    position: relative;
}
.taskmessage .popup_hd .popup_icon
{
    background-position: 0px 0px;
    height: 42px;
    left: 6px;
    position: absolute;
    top: -16px;
    width: 55px;
}
.taskmessage default values i
{
    font-style: italic;
}
.taskmessage .popup_hd h2
{
    display: block;
    margin-top: 0px;
    color: rgb(255, 255, 255);
    float: left;
    font-family: "微软雅黑";
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26px;
    text-indent: 70px;
}
.taskmessage .popup_hd .popup_close
{
    position: absolute;
    right: -6px;
    top: -6px;
}
.taskmessage .popup_hd .popup_close a
{
    background-position: -125px -45px;
    display: block;
    height: 33px;
    outline-color: currentColor;
    outline-style: none;
    outline-width: medium;
    overflow:hidden;
    text-indent: -999em;
    width: 30px;
}

.taskmessage .popup_bd
{
    background-position: 0px -205px;
    background-repeat: repeat-x;
}
.taskmessage .popup_bd .msg_box
{
    padding-bottom: 25px;
    padding-left: 57px;
    padding-right: 20px;
    padding-top: 27px;
    position: relative;
    background-color:White;
}
.taskmessage .popup_bd .msg_box .msg_icon
{
    height: 23px;
    left: 30px;
    _left: -30px;
    position: absolute;
    top: 25px;
    width: 23px;
}
.taskmessage .popup_bd .msg_box .i_tip
{
    background-position: -25px -50px;
}
.taskmessage .popup_bd .msg_box .msg_text
{
    color: rgb(51, 51, 51);
    font-family: "Tohoma";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}
.taskmessage .popup_bd .popup_op
{
    background-position: 0px -157px;
    background-repeat: repeat-x;
    height: 37px;
    padding-top: 11px;
    text-align: center;
}
.taskmessage .popup_bd .popup_op .popup_btn
{
    background-position: 0% -80px;
    display: inline-block;
    font-weight: 700;
    height: 23px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 0px;
     overflow:hidden;
    padding-left: 21px;
}
.taskmessage .popup_bd .popup_op .popup_btn span
{
    background-position: 100% -80px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 25px;
    padding-right: 21px;
}



/* 分享按钮浮动框样式 配合rkanr.js的rkanrShare方法 */
#rkanr_share_div{ width:586px; height:15px; background-color:White; border:4px #FED0D0 solid; padding:10px;}
#rkanr_share_div_all{ float:left;width:506px;}
#rkanr_share_div .returninfo{ float:right; color:blue;}

/* 分享按钮浮动框样式 配合rkanr.js的rkanrShareVideo方法  只用于视频分享 */
#rkanr_share_video_div{ width:56px; height:26px;}
#rkanr_share_video_div_all{width:582px; height:134px; background-color:White; border:4px #FED0D0 solid; padding:10px;line-height:2em; position:absolute; z-index:20; display:none;}
#rkanr_share_video_div_all .rkanr_share_video_url{ float:left; width:300px; border-right:1px #C9D6DF solid; height:126px; }
#rkanr_share_video_div_all .shareurltext{ font-size:12px; font-weight:bold; color:Black; text-align:left; }
#rkanr_share_video_div_all .rkanr_share_video_url .shareurlinput{ font-size:12px; color:#909090; height:25px; overflow:hidden; }
#rkanr_share_video_div_all .rkanr_share_video_url .shareurlinput span{ width:60px;  float:left; }
#rkanr_share_video_div_all .rkanr_share_video_url .share_video_textinput{ width:156px; padding:3px;  border:1px #E2E9EF solid; margin-right:5px;}
#rkanr_share_video_div_all .rkanr_share_video_item{float:left; margin-left:10px; display:inline; width:270px; }
#rkanr_share_video_div_all .rkanr_share_video_item a{float:left;width:90px; overflow:hidden; height:25px;color:#909090; background-image:url();}
#rkanr_share_video_div_all .rkanr_share_video_item img{ margin-right:5px; width:16px; height:16px;}
#rkanr_share_video_div_all .rkanr_share_video_item .rkanr_share_video_close{ background-image:url(sharevideoclosebutton.gif); width:12px; height:12px; display:block; position:absolute;top:5px; left:585px; background-repeat:no-repeat; cursor:pointer;}

#rkanrFloatFacePanel{ width:430px; height:300px; border:solid 5px #808080;}

/*表情样式*/
#facesPanel{ position:absolute; overflow:hidden; width:432px; height:302px; z-index:100 }
#facesPanel .facesPanelFix{padding-top:10px; width:430px; height:290px;background-color:White;  }
#facesPanel li{width:85px; height:75px; text-align:center; float:left;}
#facesPanel li .faceItem{ cursor:pointer;}
.message_face{ background-image:url(smile.gif); background-repeat:no-repeat; width:20px; height:21px; overflow:hidden;}
.message_face1 {background-image: url(smile.gif);background-repeat: no-repeat;width: 20px;height: 21px;overflow: hidden;}
/*短消息*/
.msgbg { background-image:url(msg.gif); display:block; width:20px; height:14px; float:left; margin-top:4px;}
.nomsgbg {display:none; width:20px; height:14px; float:left;}
/*滑动门按钮*/
.btn201108 { height:22px; margin-right:5px; background:url("norm_right.gif") no-repeat scroll right top transparent; text-align: center; cursor: pointer;margin:0px; padding:0px; border:0px;  float:left; display:inline; }
.btn201108 span{ display:block;background:url("norm_left.gif") no-repeat scroll left top transparent;padding:5px 10px;}
.btn201108:hover { height:22px;background:url("hover_right.gif") no-repeat scroll right top transparent;text-align: center;cursor: pointer;margin:0px; padding:0px; border:0px;float:left; display:inline; }
.btn201108:hover span{ display:block;background:url("hover_left.gif") no-repeat scroll left top transparent;color:#9B2826; padding:5px 10px;}



/* 页面diy按钮 */
#diy-tg {  *width:186px; position:fixed;top: 0;right: 100px; z-index: 1004; _position:absolute; _bottom:auto; _top:expression(eval(document.documentElement.scrollTop));}
#canelORsaveDiy{ background-color:White; border:2px solid #CCBDCC; width:65px; height:50px; position: fixed; top: 0; right: 140px; z-index: 1004;  _position:absolute; _bottom:auto; _top:expression(eval(document.documentElement.scrollTop)); }
#canelORsaveDiy .save{ margin-left:10px; margin-right:10px; margin-top:20px; font-size:12px;  display:inline;}
.openDiy{float:left; color:#EE831F;  border:1px #EE831F solid; border-top:0px #fff none;padding:2px;padding-right:5px; background-color:#FEF5D4 ; margin:0 2px;  border-radius:0px 0px 5px  5px; position:relative; top:-1px}

/*机器人*/
#robotspan{float:left;  margin:0 2px; border-radius:0px 0px 5px  5px; }
#robotspan a{ color:#EE831F; }
#robot2{ float:right; border:1px #EE831F solid; border-top:0px #fff none;padding:2px;padding-right:5px;  border-radius:0px 0px 5px  5px;background-color:#FEF5D4;  position:relative; top:-1px }
.robotList2{display:none; overflow:hidden; }
#ulli2{ padding:5px; width:170px; height:auto;  overflow:hidden; float:right;  background-color:#FEF5D4; border:1px #EE831F solid; border-top:0px #fff none;border-radius:0px 0px 0px  5px;}
#ulli2 li{height:23px;line-height:23px;overflow:hidden;width:85px; text-align:center; float:left; }
#ulli2 li a{ display:block; color:#000; }
#ulli2 a:hover{display:block;color:#fff; background-color:#cdcdcd;}


#robot{background-image:url(arw_lh.gif); background-repeat:no-repeat;}
.robotList{display:none;z-index: 100000; position: absolute; width:262px;overflow:hidden; *margin-top:-5px;}
#ulli{ width:260px; height:auto;border:1px solid #cdcdcd;background-color:#fff; float:left;}
#ulli li{height:23px;line-height:23px;overflow:hidden;width:85px; text-align:center; float:left; }
#ulli li a{ display:block; color:#000;}
#ulli a:hover{display:block; background-color:#cdcdcd;}
#waiting{border:2px solid #7F7F7F;z-index:1000; position:absolute;top:300px;background-color:#fff; color:#000;}
#waiting table{width:165px; height:70px;}
#waiting table td{text-align:center;}


/* 用户登录 */
#otherWeb { height: 30px; margin-left:18px; }
#otherWeb a { height: 29px; width: 83px; margin-right: 10px; float: left; display: inline; }
#otherWeb span{ height: 29px; width: 83px; margin-right: 10px; float: left; display: inline;}
#sinaLogin {background: url(sina.png) no-repeat;height: 30px;line-height: 30px; width:130px;float:left; display:inline; }
#relogin { color: #F30303; font-weight: bold; }
#registernew { color: #F30303; font-weight: bold; }
#floatUserLoginRegister{ margin-top: 10px; float:right; color:#E42049;   float: right;margin-right: 15px;width: 74px; display:inline;  }
#baiduLogining{ background: url(baiduLogin.png) no-repeat;height: 30px;line-height: 30px; width:130px;float:left; display:inline;}
#sinaLogining{ background: url(sinaLogin.png) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline;}
#wangyiLogining{background: url(wangyiLogin.png) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline; }
#qqLogining{background: url(tqq.png) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline; }
#tencentweiboLogining{background: url(tencentweibo1.jpg) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline; }

#websiteborker{ height:10px; margin-left:18px; }
#Rkanrtotencentweiboinfo{ background: url(tencentweibo.jpg) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline;}
#baidulogin{ background: url(baidu.gif) no-repeat;height: 30px;line-height: 30px; width:130px;float:left; display:inline;} 
#waiyilogin{background: url(wangyi.gif) no-repeat;height: 30px;line-height: 30px; width:130px;float:left; display:inline;}
#RkanrtoSina{ background: url(sinaLogin.png) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline;}
#RkanrtoBaidu{background: url(baiduLogin.png) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline; }
#RkanrtoWangyi{background: url(wangyiLogin.png) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline; }
#RkanrtoQQ{background: url(tqq.png) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline; }
#RkanrtoSinainfo{ background: url(sinaLogining.png) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline;}
#RkanrtoBaiduinfo{background: url(baiduLogining.png) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline; }
#RkanrtoWangyiinfo{background: url(163Logining.png) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline; }
#RkanrtoQQinfo{background: url(qqLogining.png) no-repeat;height: 30px;line-height: 30px; width:161px;float:left; display:inline; }

/*用户任务面板*/
#grade { width: 408px;   border: 1px solid #b2b2b2; background-color:#f2f6f7; overflow:hidden; display:none; float:left; }
#grade .currentGrade { margin-top: 10px; font-size: 12px; height: 17px; line-height: 17px; margin-left: 7px; }     
#grade .currentGrade .myGrade{width:386px; overflow:hidden; height:20px;}
#grade .currentGrade .myGrade li{ float:left; width:65px;}
#grade .currentGrade .myGrade .jingbi{margin-left: 40px;background-image:url(jingbi.gif);background-repeat: no-repeat; float:left; line-height:20px;}   
#grade .currentGrade .myGrade  a{ padding-left:20px;}
#grade .currentGrade .jifeng{margin-left: 21px; background-image:url(jifeng.gif);background-repeat: no-repeat; float:left;  line-height:20px;}
#grade .progressBar { margin-left: 7px; margin-top: 12px; width:390px; height:12px; background-color: #E6E6E6; -moz-border-radius: 10px; -webkit-border-radius: 10px; }        
#grade .progressBar #exp{ width: 0px; height: 12px; background-color: #92D343; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
#grade .basicTasks { margin-top: 10px; font-size: 12px;}
#grade .basicTasks .basicTasks_list { width:312px; margin-right: 54px; margin-left: 42px; line-height:24px; overflow:hidden;}       
#grade .basicTasks .basicTasks_list li{ margin:4px 0; border-bottom:1px solid #e6e6e6;}
#grade .basicTasks .basicTasks_list .hd{ display:none;}
#grade .basicTasks .basicTasks_list .Complete{ width:312px; height:24px; background-image:url(gou.gif); background-repeat:no-repeat; color:#009a00; background-position: 3px 0;}
#grade .basicTasks .basicTasks_list  .txt{ color:Black; float:left; padding-left:25px;}
#grade .basicTasks .basicTasks_list .Unfinished{ width:312px; height:24px; background-image:url(gantanhao.gif); background-repeat:no-repeat; color:#FE882B; background-position: 3px 0;}
#grade .egg{ padding:5px 0 0 30px; width:400px; overflow:hidden; height:60px; }
#grade .egg li{  overflow:hidden; float:left;   }
#grade .egg .lock_1{width:42px; height:55px;   background-image:url(lock_1.gif); cursor:url('http://www.rkanr.comx/content/image/common/mouse.cur'),auto; }
#grade .egg .open_1{width:42px; height:55px; background-image:url(open_1.gif); cursor:url('http://www.rkanr.comx/content/image/common/mouse.cur'),auto; }
#grade .egg .lock_2{width:42px; height:55px; background-image:url(lock_2.gif); cursor:url('http://www.rkanr.comx/content/image/common/mouse.cur'),auto; }
#grade .egg .open_2{width:42px; height:55px;  background-image:url(open_2.gif); cursor:url('http://www.rkanr.comx/content/image/common/mouse.cur'),auto; }
#grade .egg .lock_3{width:42px; height:55px; background-image:url(lock_3.gif); cursor:url('http://www.rkanr.comx/content/image/common/mouse.cur'),auto; }
#grade .egg .open_3{width:42px; height:55px; background-image:url(open_3.gif);cursor:url('http://www.rkanr.comx/content/image/common/mouse.cur'),auto; }
#grade .egg .pdt{ padding-top: 40px;}
#grade .sun{width:25px; height:17px; display:block; overflow:hidden; background-image:url(sun.gif);}

/* 视频封面标记 */
 .videoMack { display: none; background: url(videomack.png) no-repeat;  height:22px; position:absolute;}

/*选择地区*/
.searchAddress{ width:156px; height:20px; float:left;}
.searchAddress .areaInput { cursor: pointer; vertical-align:middle; color: #1b609a; background-image: url(bot.gif); text-align: center; width: 156px; height: 20px; overflow: hidden; border: 0px; background-repeat: no-repeat;margin: 0; }
.searchAddress .area { width: 500px; background-color: #e7f3fd; position: absolute; z-index: 10; height: auto;}
.searchAddress .area .proclose { margin-right: 10px; float: right; margin-top: 5px; }
.searchAddress .area .proclose .close { color: #7b7c7c; text-decoration: none; }
.searchAddress .area .proclose .close:hover { color: #7b7c7c; text-decoration: underline; }
.searchAddress .area .province { width: 490px; float: left;background-color: #ffffff; color: #1b609a; margin-left: 5px;height: auto; display:inline;}    
.searchAddress .area .province #araecontent { width: 95%; margin-left: 15px;float: left; height:auto;margin-top: 5px; }
.searchAddress .area .province #araecontent .areali { padding: 0 8px; float: left; overflow: hidden; margin-bottom: 5px; height:16px;text-align: center; display:inline; }
.searchAddress .area .province .provincehead { background-image: url(prolg.gif); background-position: 10px 6px; background-repeat: no-repeat; height: auto; width: 490px;}
.searchAddress .area .province .provincehead .title { width: auto;margin-left: 14px; font-family: Verdana 宋体; font-size: 12px; font-weight: bold; color: #1b609a; float: left; padding-top: 3px; }
.searchAddress .area .province .provincehead .probtn { background-image: url(province.gif); border: 0px; width: 99px; height: 20px; color: #117bb5; text-align: center; overflow: hidden; margin-left: 22px; padding-top: 2px; cursor: pointer; float: left; }
.searchAddress .area .province .provincehead #probtn { font-weight: bold; color: #117bb5; text-align: center; }
.searchAddress .area .maincity {float: left; width: 490px; background-color: #f9fcfe; color: #1b609a; margin-left: 5px; margin-bottom: 6px; border-bottom: 3px solid #d7eafb; border-top: 3px solid #d7eafb; }
.searchAddress .area .maincity .mchead { background-image: url(prolg.gif); background-position: 10px 2px; background-repeat: no-repeat; height: 25px; width: 490px; margin-top: 6px; }
.searchAddress .area .maincity .mchead .title { margin-left: 28px; font-family: Verdana 宋体; font-size: 12px; font-weight: bold; color: #1b609a; }
.searchAddress .area .maincity #maincitycontent { width: 95%; margin-left: 15px; padding-bottom: 8px;height:auto; }
.searchAddress .area .maincity #maincitycontent .mcli { float: left;  margin-bottom:5px; overflow: hidden; height:16px;padding: 0 8px;}
#mask { position: absolute; top: 0; left: 0; background: #cccccc; filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=60); opacity: 0.6; z-index: 1; }