html,
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #d22d33;
	min-width: 1300px;
}


div.panel {
  width: 985px;
  margin: 16px auto 16px;
  padding-top: 22px;
}

div.panel .subpanel {
  padding: 10px;
  padding-bottom: 23px;
  background: url("../images/party/bgDiv.png") repeat-y center;
  /* background-size: 100% 100%;*/
  border-radius: 6px;
  behavior: url(PIE.htc);
}


div.box1 .navbox {
  height: 73px;
  margin-bottom: 16px;
}

div.box1 .nav {
  display: block;
  width: 299px;
  height: 73px;
  margin-right: 43px;
  font-size: 22px;
  line-height: 73px;
  color: #ffe8b1;
  text-align: center;
  background: url("../images/party/navbg_normal.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  float: left;
}

div.box1 .nav:last-child,
div.box1 .nav.last {
  margin-right: 0;
}

div.box1 .nav.on {
  height: 72px;
  color: #d52f3a;
  background: url("../images/party/navbg.png") no-repeat center;
  background-size: 100% 100%;
  font-weight: bold;
}

div.box1 .subpanel {
	padding-bottom: 20px;
	border-radius: 2px 2px 6px 6px;
    behavior: url(ie-css3.htc);
}




div.box1 .listbox {
	margin-top: 24px;
	height: 120px;
	position: relative;
	overflow: hidden;
}

div.box1 .listbox .btn {
	display: block;
	width: 25px;
	height: 48px;
	position: absolute;
	top: 24px;
	cursor: pointer;
}

div.box1 .listbox .btn.slide-left {
	left: 4px;
	background: url("../images/party/lslidebtnbg.png") no-repeat;
}

/* div.box1 .listbox .btn.slide-left:hover {
  background-position: -110px 0;
} */

div.box1 .listbox .btn.slide-right {
	right: 4px;
	background: url("../images/party/rslidebtnbg.png") no-repeat;
}

/* div.box1 .listbox .btn.slide-right:hover {
  background-position: -165px 0;
} */

div.box1 .listbox .videos {
  height: 120px;
  width: 864px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

div.box1 .listbox .video {
  width: 266px;
  height: 120px;
  margin: 0 11px;
  float: left;
  *display: inline;
  cursor: pointer;
}

div.box1 .listbox .video .covery {
  display: block;
  height: 84px;
  border: 2px solid transparent;
}

div.box1 .listbox .video img {
  width: 100%;
  height: 100%;
}

div.box1 .listbox .video .videoname {
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	color: #666666;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.box1 .listbox .video.on .covery,
div.box1 .listbox .video:hover .covery {
  	border-color: #FE8269;
}

div.box1 .listbox .video.on .videoname,
div.box1 .listbox .video:hover .videoname {
  	color: #F40000;
}

div.box2 .ptitle {
  background: url("../images/party/titlebg1.png") no-repeat center;
}

div.box2 .subpanel .item-list {
  padding: 15px 20px;
  padding-left: 2em;
  font-size: 14px;
  line-height: 24px;
  color: #575757;
}

div.box2 .subpanel p {
  font-size: 14px;
  line-height: 24px;
  color: #575757;
}

div.box2 .subpanel .MsoNormal a {
  color: #575757;
}

div.box2 .subpanel .MsoNormal a:hover {
  color: #da3033;
}


div.box3 .btn {
	display: block;
	width: 25px;
	height: 48px;
	position: absolute;
	top: 38px;
	cursor: pointer;
}

div.box3 .btn.slide-left2 {
  left: 4px;
  background: url("../images/party/lslidebtnbg.png") no-repeat;
}

/* div.box3 .btn.slide-left2:hover {
  background-position: -112px 0;
} */

div.box3 .btn.slide-right2 {
  right: 4px;
  background: url("../images/party/rslidebtnbg.png") no-repeat;
}

/* div.box3 .btn.slide-right2:hover {
  background-position: -170px 0;
} */

div.box3 .listbox {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

div.box3 .list2 {
	height: 130px;
	position: absolute;
	overflow: hidden;
}

div.box3 .staff {
	height: 130px;
	width: 130px;
	margin: 0 10px;
	position: relative;
	border: 2px solid #fff;
	box-shadow: 0 0 5px #e0d5c7;
	overflow: hidden;
	float: left;
	transition: 0.3s;
	background-color: #c72525;
}

div.box3 .user-img {
	display: block;
	width: 100%;
	height: 130px;
	overflow: hidden;
	cursor: pointer;
}
.userinfowrap {
	width: 100%;
	height: 46px;
	background: url('../images/aside/grey_bg.png') repeat center;
	position: absolute;
	left: 0;
	bottom: 0;
}

p.user-desc {
	position: relative;
	margin-top: 2px;
	/* bottom: 26px; */
	/* height: 40px; */
	width: 100%;
	/* padding: 4px 0 0px 8px; */
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 120px;
	max-width: 120px;
	text-overflow:ellipsis;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	_display: -webkit-box;
	_max-width: 120px;

	-webkit-box-orient: vertical;  
	-moz-box-orient: vertical;    
	-ms-box-orient: vertical;    
	-o-box-orient: vertical;   
	-webkit-line-clamp: 1;  
	-moz-line-clamp: 1;     
	-ms-line-clamp: 1;
	-o-line-clamp: 1;
	word-break: normal;
	word-wrap: break-word;
}
p.user-desc2 {
	position: relative;
	/* bottom: 2px; */
	/* height: 40px; */
	width: 100%;
	/* padding: 0px 0 4px 8px; */
	line-height: 20px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 120px;
	max-width: 120px;
	text-overflow:ellipsis;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	_display: -webkit-box;
	_max-width: 120px;

	-webkit-box-orient: vertical;  
	-moz-box-orient: vertical;    
	-ms-box-orient: vertical;    
	-o-box-orient: vertical;   
	-webkit-line-clamp: 1;  
	-moz-line-clamp: 1;     
	-ms-line-clamp: 1;
	-o-line-clamp: 1;
	word-break: normal;
	word-wrap: break-word;
}
.user-img-a {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
}
li.personnel.curr .user-desc,
.personnel:hover .user-desc {
	/* color: #fdd416; */
}

div.box3 .staff:hover {
	background-color: #FE8269;
	border: solid 2px #FE8269;
	box-shadow: 0 0 5px #f1b9ac;
}


div.box4  {
  position: relative;
}
div.box4 .subpanel {
  padding: 10px 35px;
}

#vv_comment textarea {
  width: 100%;
}

#loginBoxCnt,
#vv_comment {
  box-sizing: content-box;
}


p.logo {
	width: 209px;
	height: 89px;
	margin: 40px auto 0;
	background: url("../images/index/bottom-logo.png") no-repeat center;
}
#footer_link_info{
  position: relative;
  z-index: 10;
}
#footer_link_info p,
#footer_link_info a,
#footer_link_info span {
  	color: #fff;
}

#asidelay {
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: url("../images/aside/grey_bg.png") repeat;
}

#asidelay {
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	_left: expression(eval(document.documentElement.scrollLeft));
	_width: expression(eval(document.documentElement.clientWidth));
	_height: expression(eval(document.documentElement.clientHeight));
}

.asidebox {
	width: 175px;
	position: fixed;
	right: 0;
	bottom: 70px;
	z-index: 500;
	height: 491px;
	background: url("../images/aside/asidebg.png") no-repeat;
}

@media screen and (max-height: 768px) {
  .asidebox {
    bottom: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .asidebox {
    bottom: 10px;
  }
}

.asidebox {
  _position: absolute;
  /* _bottom: auto;*/
  _margin-bottom: 70px;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

.topshare {
  width: 114px;
  height: 48px;
  margin-top: 100px;
  margin-left: 29px;
  background: url("../images/aside/vp-adv.png") no-repeat;
}

.topshare a {
  display: block;
  width: 114px;
  height: 48px;
}

.asidebox_inner {
  width: 114px;
  margin-left: 29px;
}

.asideul {
  width: 114px;
}

.asideitem {
  float: left;
  display: inline;
  position: relative;
  width: 114px;
  height: 32px;
  line-height: 32px;
}

.asideitem a {
  text-decoration: none;
}

.asidea {
  float: left;
  _display: inline;
  cursor: pointer;
  margin-left: 5px;
  font-size: 14px;
  height: 32px;
  color: #a40000;
}

.asideitem:hover {
  background-color: #e6b700;
  cursor: pointer;
}

.asideitem:hover .asidea {
  color: #e60012;
  background-color: #e6b700;
}

.gzbox {
  display: none;
  position: absolute;
  width: 121px;
  height: 133px;
  left: -130px;
  top: 0;
}

.asideitem:hover .gzbox {
  display: block;
}

#bds_more {
  float: left;
  font-size: 14px;
  padding-left: 0px;
  line-height: 34px;
  height: 32px;
  background-image: none;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0;
  margin-left: 5px;
  color: #a40000;
}

#bds_more:hover {
  color: #e60012;
}

.gonglue {
  position: fixed;
  top: 50%;
  z-index: 9999;
  margin-top: -196px;
  left: 50%;
  margin-left: -224px;
  width: 448px;
  height: 392px;
  background-color: #fbfafc;
  border-radius: 8px;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight/2));
  _left: expression(eval(document.documentElement.scrollLeft + document.documentElement.clientWidth/2));
}

.gonglueTop {
  position: relative;
  width: 448px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #b75147;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.glwz {
  font-size: 24px;
  font-weight: bold;
  color: #fff100;
}

.gonglueclosebtn {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 17px;
  width: 20px;
  height: 20px;
  background: url("../images/aside/closebtn.png") no-repeat;
}

.gonglueclosebtn {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/aside/closebtn.png', sizingMethod='crop');
}

.gonglueclosebtn:hover {
  background: url("../images/aside/closebtnh.png") no-repeat;
}

.glwindow {
  float: left;
  _display: inline;
  width: 184px;
  margin-top: 22px;
  margin-left: 24px;
}

.glwindowtitWrap {
  width: 140px;
  height: 58px;
  margin: 0 auto;
}

.glwindowtit {
  width: 140px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #fff100;
  background: url("../images/aside/jf.png") no-repeat;
}

.glwindowtit {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/aside/jf.png', sizingMethod='crop');
}

.jfjieshao {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  color: #9800fe;
}

.asidebox_inner .backTop {
  width: 114px;
  height: 32px;
}

.asidebox_inner .backTop .bottom {
  display: block;
  width: 114px;
  height: 32px;
}

.gonglueitem {
  float: left;
  _display: inline;
  margin-bottom: 12px;
  width: 184px;
  height: 74px;
  text-align: center;
  position: relative;
}

.gonglueitembg1 {
  background: url("../images/aside/bgbg1.png") no-repeat;
}

.gonglueitembg2 {
  background: url("../images/aside/bgbg2.png") no-repeat;
}

.glitemtit {
  font-size: 16px;
  color: #fff100;
  font-weight: bold;
  padding-top: 6px;
}

.glitema {
  color: #fff100;
  text-decoration: none;
}

.glitema:hover {
  color: #fff;
}

.glitemdes {
  font-size: 12px;
  color: #fff100;
  padding-top: 4px;
  padding-bottom: 4px;
}

.glitemtime {
  font-size: 12px;
  color: #ffffff;
}

.ml24 {
  margin-left: 24px;
}

.ml30 {
  margin-left: 30px;
}

.unstart-float {
  display: none;
  width: 184px;
  height: 74px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/aside/unstart.png") no-repeat;
}

/* nav3y */
* html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

.nav3yBg {
  width: 100%;
  height: 45px;
  background: #b12622;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  /*filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;*/
  display: block;
}

.nav3yBg {
  _position: absolute;
  _margin-top: 0;
  _background: #b12622;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
}

.nav3ySubBg {
  display: none;
  width: 100%;
  height: 45px;
  /*background: #b12622;*/
    background:rgb(146,18,28,0.9);
  position: fixed;
  top: 45px;
  left: 0;
  z-index: 101;
  /*filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75;*/
}

.nav3ySubBg {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
  _margin-top: 45px;
  _background: #b12622;
}

.nav3y {
  width: 100%;
  height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  background-color: #bc2a2c;
}

.nav3y {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
  _margin-top: 0;
}

.nav3y a {
  font-size: 16px;
  color: #fddbee;
  text-decoration: none;
}

.nav3y .userNoLoginList a {
  font-size: 12px;
}

.uquit {
  float: left;
  _display: inline;
  margin-top: 2px;
  _line-height: 46px;
}

.userNoLoginList li.userLogin a {
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 48px;
  overflow: hidden;
  float: left;
  _display: inline;
  max-width: 80px;
  /*_width:50px;  _margin-top:2px;*/
}

.vvv_name,
.vvv_id {
  _width: 50px;
}

.urgistera {
  *line-height: 48px;
}

.thickbox {
  _width: 24px;
}

/*.userNoLoginList li.userLoginName*/
.nav3y ul li span {
  color: #feefcb;
  margin: 0 6px;
}

.nav3y .nav3yListBox {
  width: 1010px;
  margin: 0 auto;
  height: 45px;
}

.nav3y ul.navList {
  height: 45px;
  float: left;
  _display: inline;
}

.nav3y ul.navList li.navItem {
  padding: 0 3px;
  position: relative;
  float: left;
  _display: inline;
  _white-space: nowrap;
  _width: 60px;
}

.nav3y ul.navList li.navItem a.navItemLink {
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 7px;
}

.nav3y ul.navList li.navItem a.navItemLink:hover,
.nav3y ul.navSubList li.navSubItem a:hover {
  color: #fff;
}

.nav3y ul.navList li.navItem a.nuvSubTitle {
  display: block;
  height: 45px;
  line-height: 45px;
  background: url("../images/commonNav/angleDown.png") right center no-repeat;
  /*_background:none;*/
  padding: 0 15px;
}

/*.nav3y ul.navList li.navItem a.nuvSubTitle { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/commonNav/angleDown.png',sizingMethod='crop'); }*/
.nav3y ul.navList li.navItem a.nuvSubTitle:hover {
  color: #ffffff;
  background-color: #b12622;
}

.nav3y span.navSubItemFlage {
  display: none;
  position: absolute;
  width: 12px;
  height: 6px;
  /*background:url("../images/commonNav/angleDY.png") no-repeat;*/
  /*_background:none;*/
  top: 45px;
  left: 50%;
  margin-left: -6px;
}

.nav3y ul.navSubList {
  display: none;
  position: absolute;
  width: 960px;
  height: 45px;
  top: 45px;
  left: -135px;
}

.nav3y ul.navSubList2 {
  display: none;
  position: absolute;
  width: 960px;
  height: 30px;
  top: 45px;
  left: -235px;
}

.nav3y ul.navSubList li.navSubItem {
  float: left;
  _display: inline;
  height: 45px;
  line-height: 45px;
}

.nav3y ul.navSubList li.navSubItem span,
.userCenter3y ul li span {
  padding: 0 5px;
  color: #feefcb;
}

.fengexian {
  float: left;
  _display: inline;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
  color: #feefcb;
}

.nav3yListBox .userCenter3y {
  height: 45px;
  line-height: 45px;
  display: block;
  float: right;
  _display: inline;
  _overflow: hidden;
}

.nav3yListBox .userCenter3y ul.userNoLoginList {
  height: 45px;
  float: right;
  _display: inline;
}

.nav3yListBox .userCenter3y ul.userNoLoginList li {
  float: left;
  _display: inline;
  height: 45px;
  line-height: 45px;
}

.nav3yListBox .userCenter3y ul.userNoLoginList li.userRegister {
  float: left;
  _display: inline;
  height: 45px;
  line-height: 45px;
}

.loginBox .inps em input[type="text"],
.loginBox .inps em input[type="password"] {
  width: 218px;
}

.userCenter3y a:hover {
  color: #feefcb;
}

.userRegister a:hover,
.userLoginMyId a:hover {
  color: #ffc516;
}

.navlogo {
  width: 30px;
  height: 40px;
  float: left;
  margin-top: 3px;
  background: url("../images/commonNav/navlogo.png") center no-repeat;
}

.navlogo {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/commonNav/navlogo.png', sizingMethod='crop');
}

@media screen and (max-width: 1020px) {
  .nav3y .nav3yListBox {
    width: 900px;
  }
}

.login-zz {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: url("//www.51vv.com/images_1405/grey_bg.png") repeat 0 0;
}

.loginBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1010;
  width: 100%;
  height: 100%;
}

.login-zz,
.loginBox {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
  _width: expression(eval(document.documentElement.clientWidth));
  _height: expression(eval(document.documentElement.clientHeight));
}

input {
  outline: 0 none;
}



div.footlogo {
  height: 87px;
  width: 203px;
  margin: 0 auto;
  background: url('../images/party/footer_logo.png') no-repeat center;
}
/* y8888888888888888888888888888888888888888888888888 */
.mianParent {
  position: relative;
  /* height: 587px; */
  /* background: url(../images/party/headms.jpg) no-repeat center; */
  margin-top: 594px
}

.allbox {
  position: absolute;
  width: 100%;
  min-width: 1300px;
}
.allbox_top1 {
	position: relative;
	width: 100%;
	height: 340px;
	background: url(../images/party/lhbj1.jpg) no-repeat center;
}
.allbox_top2 {
  position: relative;
  width: 100%;
  height: 110px;
  background: url(../images/party/lhbj2.jpg) no-repeat center;
}
.allbox_top3 {
  position: relative;
  width: 100%;
  height: 450px;
  background: url(../images/party/lhbj3.png) no-repeat center;
}
/* .allbox_top4 {
  position: relative;
  width: 100%;
  height: 240px;
  background: url(../images/party/y8_lhbg4.jpg) no-repeat center;
}
.allbox_top5 {
  position: relative;
  width: 100%;
  height: 240px;
  background: url(../images/party/y8_lhbg5.jpg) no-repeat center;
} */
.head1
{
  position: relative;
  width: 100%;
}

.liveinfo {
	width: 537px;
	height: 112px;
	position: relative;
	/* left: -8px; */
	top: 342px;
	padding: 7px 0;
	margin: 0 auto;
}

.info {
	height: 34px;
	font-size: 24px;
	/* line-height: 24px; */
	color: transparent;
	filter: alpha(opacity=0 finishopacity=0 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=white);	
	opacity: 0;
	zoom: 1; 
	text-align: center;
}

.info a {
  	color: transparent;
	filter: alpha(opacity=0 finishopacity=0 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=white);
	opacity: 0;
	zoom: 1; 
}
.title1_box {
  position: relative;
  width: 985px;
  margin: 414px auto 0;
}
.title1_box_1 {
	position: relative;
	width: 100%;
	height: 182px;
	background: url(../images/party/y11_lh_head_title.png) no-repeat center;
}
.title1_box_2 {
	position: relative;
	width: 100%;
	/*background: url(../images/party/y9_dlhtitle2.png) repeat-y center;*/
}
.title1_box_3 {
	position: relative;
	width: 100%;
	height: 30px;
	/*background: url(../images/party/y9_dlhtitle3.png) no-repeat center;*/
}

.action-desc {
	padding: 0 26px 0px 26px;
	margin:auto 0;
	font-size: 16px;
	line-height: 28px;
	color: #ffeeca;
	text-align: justify;
	text-indent: 2em;
}
.threevideo_box {
	position: relative;
	width: 985px;
	margin-top: 3px;
}
.threevideo_box_top1 {
	position: relative;
	width: 985px;
	height: 35px;
	background: url(../images/party/lh_head_normal.png) no-repeat center;
}
.threevideo_box_top2 {
	position: relative;
	width: 985px;
	background: url(../images/party/lh_list_middle.png) repeat-y center;
}
.threevideo_box_top3 {
	position: relative;
	width: 985px;
	height: 34px;
	background: url(../images/party/y11_lh_list_bottom.png) no-repeat center;
}

.videohead {
	margin: 0 30px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #e0473f;
	position: relative;
}

.videohead .count {
	display: block;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
.playerbox {
	margin: 0 30px;
	width: 920px;
	background: #000000;
}

#player {
	height: 280px;
	width: 920px;
}

#player.no {
	background: url("../images/party/y9_video.jpg") no-repeat center;
	background-size: 100% 100%;
}
.whjmd_top1 {
	position: relative;
	width: 985px;
	height: 79px;
	background: url(../images/party/lh_head_1.png) no-repeat center;
}
.whjmd_top2 {
	position: relative;
	width: 985px;
	background: url(../images/party/lh_list_middle.png) repeat-y center;
}
.whjmd_top2 .item-list {
	position: relative;
	padding-left: 36px;
	padding-top: 10px;
}
.whjmd_top3 {
	position: relative;
	width: 985px;
	height: 34px;
	background: url(../images/party/y11_lh_list_bottom.png) no-repeat center;
}
.gzrytop1 {
	position: relative;
	width: 985px;
	height: 80px;
	background: url(../images/party/lh_head_2.png) no-repeat center;
}
.gzrytop2 {
	position: relative;
	width: 985px;
	background: url(../images/party/y11_lh_list_middle.png) repeat-y center;
}
.gzrytop3 {
	position: relative;
	width: 985px;
	height: 34px;
	background: url(../images/party/y11_lh_list_bottom.png) no-repeat center;
}
.plqtop1 {
	position: relative;
	width: 985px;
	height: 77px;
	background: url(../images/party/lh_head_3.png) no-repeat center;
}
.plqtop2 {
	position: relative;
	padding: 10px 30px 0px 30px;
	background: url(../images/party/y11_lh_list_middle.png) repeat-y center;
}
.plqtop3 {
	position: relative;
	width: 985px;
	height: 34px;
	background: url(../images/party/y11_lh_list_bottom.png) no-repeat center;
}
.hbg {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 998;
	width: 100%;
	height: 100%;
	background: url(../images/aside/grey_bg.png) repeat;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	_left: expression(eval(document.documentElement.scrollLeft));
	_width: expression(eval(document.documentElement.clientWidth));
	_height: expression(eval(document.documentElement.clientHeight));
}
#vv_comment {width: 918px; margin: 0 auto;}
#vv_comment .talk_window {height: 114px;}
#vv_comment .talk_window {height: 114px;}
#vv_comment .talk_window {height: 114px;}
#vv_comment .talk_box {background-color: #fef9e3;}
#vv_comment .talk_submit_btn {
	width: 100px;
	height: 30px;
  margin-bottom: 20px;
}
#vv_comment .talk_submit_btn a {
  font-size: 16px;
  line-height: 30px;
  color: white;
  background: #fa574a;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-weight: normal;
}
#vv_comment .talk_window_area_main, #vv_comment .talk_window_area_aside{border: none; background: #FFEDC9;}
#vv_comment .talk_window_area_main {height: 100px; border-bottom: 1px solid #d6cabd;}
#vv_comment .talk_window_area_main textarea {height: 100px;  background: #FFEDC9;}
#vv_comment .talk_top_tit { color: #F6474F; }