@charset "utf-8";
/* CSS Document */

body {
  background: url(http://pic.boosj.com/images/lianghui/lianghui_bg.jpg) repeat-x top center;
}

.page_hui {
  min-width: 1190px;
  _width: expression(document.documentElement.clientWidth>1190?document.documentElement.clientWidth:1190);
  overflow: hidden;
}

.pub_wapper {
  margin: 0 auto;
  width: 1190px;
  /*padding-top:282px;*/
  /*padding-top:260px;*/
  overflow: hidden;
}

/*播放器框*/

.pri_plate_play {
  background-color: #3f3f3f;
  margin-bottom: 10px;
}

.pri_plate_play .main {
  display: inline;
  float: left;
  width: 690px;
  height: 480px;
  overflow: hidden;
  background-color: #000;
}

.pri_plate_play .side {
  display: inline;
  float: right;
  width: 496px;
  height: 480px;
  overflow: hidden;
}

.pri_plate_play .side h2 {
  font-size: 22px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  color: #b4b4b4;
  background-color: #2d2d2d;
  border-bottom: 1px solid #000;
}

.pri_plate_play .side h2 span {
  color: #f86e01;
}

.pri_top {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0 auto;
  width: 1190px;
  height: 260px;
  overflow: hidden;
}

.pri_top a {
  position: absolute;
  left: 720px;
  top: 160px;
  display: block;
  width: 190px;
  height: 76px;
}

.pri-scrollbox {
  width: 496px;
}

.pri-scrollbox .viewport {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 434px;
  overflow: hidden;
  background-color: #3f3f3f;
}

.pri-scrollbox .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}

.pri-scrollbox .scrollbar {
  position: relative;
  float: right;
  width: 17px;
  background-color: #000;
}

.pri-scrollbox .track {
  height: 100%;
  width: 15px;
  position: relative;
}

.pri-scrollbox .thumb {
  position: absolute;
  top: 0;
  left: 1px;
  height: 180px;
  width: 15px;
  cursor: pointer;
  background-color: #2c2c2c;
}

.pri-scrollbox .thumb .end {
  overflow: hidden;
}

.pri-scrollbox .disable {
  display: none;
}

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.pri_piclist_play {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  height: 430px;
  overflow-y: scroll;
}
/*滚动条整体样式*/
.pri_piclist_play::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}
.pri_piclist_play::-moz-scrollbar {
  width: 8px;
  height: 1px;
}
.pri_piclist_play::-ms-scrollbar {
  width: 8px;
  height: 1px;
}
/*滚动条滑块*/
.pri_piclist_play::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(1, 1, 1, 0.25);
}
.pri_piclist_play::-moz-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(1, 1, 1, 0.25);
}
.pri_piclist_play::-ms-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(1, 1, 1, 0.25);
}
/*滚动条轨道*/
.pri_piclist_play::-webkit-scrollbar-track {
  background: transparent;
}
.pri_piclist_play::-moz-scrollbar-track {
  background: transparent;
}
.pri_piclist_play::-ms-scrollbar-track {
  background: transparent;
}
.pri_piclist_play li {
  margin-bottom: 1px;
  padding: 5px;
  height: 86px;
  background-color: #555555;
  overflow: hidden;
  cursor: pointer;
}

.pri_piclist_play li.current {
  background-color: #000;
}

.pri_piclist_play li .picbox {
  display: inline;
  float: left;
  width: 132px;
  overflow: hidden;
}

.pri_piclist_play li .picbox img {
  display: block;
}

.pri_piclist_play li .txt {
  display: inline;
  float: right;
  width: 320px;
}

.pri_piclist_play li .txt h4 {
  margin-bottom: 14px;
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}

.pri_piclist_play .txt h4 a {
  color: #ffffff;
}

.pri_piclist_play .hover h4 a {
  color: #f86e01;
}

.pri_piclist_play .txt p {
  color: #969696;
}

/*分享*/

.pri_botline {
  clear: both;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dedede;
}

.pri_botline {
  height: 34px;
  font-size: 14px;
  padding: 3px 0 2px 8px;
}

.pri_botline li {
  display: inline;
  float: left;
  height: 34px;
  line-height: 34px;
}

.pri_botline li.btshare {
  position: relative;
  z-index: 100;
  padding-right: 24px;
}

.pri_botline li a {
  color: #000;
  display: block;
}

.pri_botline li p.bshare {
  background: url(http://pic.boosj.com/images/play/v8.0/shareicon.png) no-repeat 38px -57px;
}

.pri_botline li p a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  position: relative;
  top: 4px;
}

.pri_botline li.btsame a {
  padding-left: 0px;
  background: none;
}

.pri_botline li a:hover {
  text-decoration: none;
}

.pri_botline li.btsame span {
  display: block;
  height: 34px;
  line-height: 34px;
  width: 42px;
  padding-left: 28px;
  background: url(http://pic.boosj.com/images/play/v8.0/icon.png) no-repeat 0px -66px;
  overflow: hidden;
}

.pri_botline li.btsame em {
  color: #8D8D8D;
}

.pri_botline li.btshare label {
  margin-right: 6px;
}

.pri_botline li.btdown span {
  background-position: -70px -66px;
}

.pri_botline li.btcollect span {
  background-position: -140px -66px;
}

/*.pri_botline li.btup{ padding-left:22px;}*/

.pri_botline li.btup span {
  width: 54px;
  padding-left: 24px;
  background-position: 0px -136px;
}

.pri_botline li.btsame a:hover {
  background: none;
  color: #D71A18;
  cursor: pointer;
}

.pri_botline li span em {
  margin-left: 4px;
}

/*.pri_botline li.btdn{  padding-left:12px;}*/

.pri_botline li.btdn span {
  width: 54px;
  padding-left: 24px;
  /*padding-right:24px;*/
  background-position: -140px -132px;
}

/*二维码样式*/

.pri-phone-code {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  padding-left: 24px;
  background: url(http://pic.boosj.com/images/play/v8.0/icon.png) no-repeat -182px -232px;
}

.pri-phone-code em {
  display: inline;
  float: left;
  cursor: pointer;
  padding-right: 12px;
  background: url(http://pic.boosj.com/images/play/v8.0/icon.png) no-repeat -132px -100px;
}

.pri-phone-code .code-box {
  display: none;
  position: absolute;
  left: -260px;
  top: 26px;
  z-index: 999;
  width: 496px;
  padding-top: 6px;
  overflow: hidden;
}

.pri-phone-code .code-box .box {
  position: relative;
  left: 0px;
  top: 0px;
  padding: 24px 32px;
  width: 430px;
  line-height: 18px;
  border: 1px solid #d7d7d7;
  background-color: #FFF;
}

.pri-phone-code .code-box .topsan {
  position: absolute;
  left: 300px;
  top: -6px;
  width: 16px;
  height: 6px;
  background: url(http://pic.boosj.com/images/play/v8.0/topicon.png) no-repeat 0px 0px;
}

.pri-phone-code .colse {
  position: absolute;
  right: 12px;
  top: 12px;
  padding-right: 0px;
  color: #F30;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-weight: bold;
}

.pri-phone-code .sideleft {
  display: inline;
  float: left;
  width: 280px;
  padding-right: 16px;
  overflow: hidden;
  border-right: 1px solid #d7d7d7;
}

.pri-phone-code .sideright {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline;
  float: left;
  width: 100px;
  padding-left: 20px;
  padding-top: 24px;
}

.pri-phone-code .sideright img {
  display: block;
}

.pri-phone-code .sideright .cover {
  position: absolute;
  left: 60px;
  top: 64px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(http://www.boosj.com/images/play/v8.0/codelogo.png) no-repeat 0px 0px;
}

.pri-phone-code .sideleft h4 {
  font-size: 16px;
  font-weight: bold;
}

.pri-phone-code .sideleft .help {
  color: #b3b3b3;
  padding-bottom: 12px;
  border-bottom: 1px solid #b3b3b3;
  overflow: hidden;
}

.pri-phone-code .sideleft p {
  font-size: 12px;
  padding-top: 12px;
  line-height: 16px;
  color: #808080;
}

.pri-phone-code .sideleft .now {
  height: 16px;
  overflow: hidden;
  color: #cbcbcb;
}

.pri-phone-code .now code {
  color: #797979;
}

/*广告栏目*/

.pub_banner_wrapper {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}

.pub_banner {
  display: inline;
  float: left;
  width: 980px;
  overflow: hidden;
}

.pub_banner_wrapper .renshou {
  display: inline;
  float: right;
  width: 200px;
}

.pub_banner_wrapper .renshou img {
  display: block;
}

/*公共栏目样式*/

.pub_column {
  margin-bottom: 10px;
  clear: both;
  width: 100%;
  overflow: hidden;
}

.pub_column .title {
  width: 100%;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  font-weight: bold;
  background-color: #555555;
}

.pub_column .title h4 {
  display: inline;
  float: left;
  margin-right: 12px;
  padding: 0px 12px;
  background-color: #f86e01;
  color: #FFF;
}

.pub_column .title span {
  margin-right: 1px;
  display: inline;
  float: left;
  cursor: default;
  width: 50px;
  text-align: center;
  padding: 0px 6px;
  background-color: #e5e5e5;
  color: #666;
}

.pub_column .title .control {
  color: #f86e01;
  cursor: pointer;
}

.pub_column .title .current {
  background-color: #f86e01;
  color: #FFF;
}

.pub_column .cnt {
  width: 100%;
  overflow: hidden;
  padding-top: 18px;
  padding-bottom: 12px;
}

.pub_piclist {
  width: 100%;
  overflow: hidden;
}

.pub_piclist li {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline;
  float: left;
  width: 200px;
  margin-right: 46px;
}

.pub_piclist li img {
  display: block;
}

.pub_piclist li em {
  position: absolute;
  left: 0px;
  top: 108px;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  color: #FFF;
  z-index: 1;
}

.pub_piclist li span {
  position: absolute;
  left: 0px;
  top: 84px;
  width: 100%;
  height: 45px;
  line-height: 18px;
  overflow: hidden;
  background: url(http://pic.boosj.com/images/bg_video_mini.png) no-repeat 0px 0px;
  z-index: 0;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://pic.boosj.com/images/bg_video_mini.png");
}

.pub_piclist li a:hover {
  text-decoration: none;
}

.pri_column_jing .pub_piclist {
  width: 1260px;
}

.pri_column_jing li {
  margin-bottom: 12px;
}

.pri_column_jing .pub_piclist {
  display: none;
}

.pri_column_jing .current {
  display: block;
}

.pri_column_hui .pub_piclist {
  display: inline;
  float: left;
  width: 742px;
  height: 286px;
}

.pri_column_hui .playbox {
  display: inline;
  float: right;
  width: 448px;
  height: 286px;
  overflow: hidden;
  background-color: #000;
}

.pri_column_hui li {
  margin-right: 46px;
  margin-bottom: 24px;
}

.pri_column_ming .pub_piclist {
  width: 1260px;
}

.pri_column_ming li {
  margin-bottom: 24px;
}

.pri_column_ming .cnt {
  height: 286px;
}

.pri_column_ying {
  width: 100%;
  overflow: hidden;
}

.pri_column_ying .bigpic {
  display: inline;
  float: left;
  width: 970px;
}

.pri_column_ying .bigpic img {
  display: block;
}

.pri_column_ying .control {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline;
  float: right;
  width: 210px;
  overflow: hidden;
}

.pri_column_ying .picbox {
  height: 600px;
  overflow: hidden;
}

.pri_column_ying .picbox img {
  display: block;
}

.pri_column_ying .picbox ul {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  overflow: hidden;
}

.pri_column_ying .picbox li {
  display: inline;
  float: left;
  width: 210px;
  border-bottom: 4px solid #FFF;
}

.pri_column_ying .picbox li.current {
  border-bottom-color: #900;
}

.pri_column_ying .picbox li img {
  display: block;
}

.pri_column_ying .btn_left {
  position: absolute;
  left: 72px;
  top: 0px;
  display: block;
  width: 60px;
  height: 38px;
}

.pri_column_ying .btn_right {
  position: absolute;
  left: 72px;
  bottom: 0px;
  display: block;
  width: 60px;
  height: 38px;
}

.pri_column_ying .btnbox em {
  display: block;
  width: 60px;
  height: 38px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
  filter: Alpha(opacity=50);
  background: #000000;
}

.pri_column_ying .btnbox a {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 60px;
  height: 38px;
  background: url(http://pic.boosj.com/images/lianghui/btnbg.png) no-repeat 8px 0px;
}

.pri_column_ying .btnbox a:hover {
  background-position: -70px 0px;
}

.pri_column_ying .btn_right a {
  background-position: 8px -38px;
}

.pri_column_ying .btn_right a:hover {
  background-position: -70px -38px;
}

.pri_cloumn_zan {
  width: 100%;
  overflow: hidden;
}

.pri_cloumn_zan h4 {
  display: inline;
  float: left;
  clear: both;
  padding: 0px 12px;
  color: #f86e01;
  font-size: 22px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
}

.pri_cloumn_zan .line {
  clear: both;
  border-left: 240px solid #f86e01;
  background-color: #000;
  height: 3px;
  line-height: 3px;
  font-size: 1px;
}

.pri_cloumn_zan .cnt {
  text-align: center;
}

/*新增栏目*/

.pri_sidebox {
  position: relative;
  left: 0px;
  top: 0px;
  width: 1184px;
  overflow: hidden;
}

.pri_sidebox .pub_piclist {
  position: relative;
  left: 0px;
  top: 0px;
  width: 99999px;
}

.pri_sidebox .prev {
  position: absolute;
  left: 0px;
  top: 50px;
  display: block;
  width: 18px;
  height: 26px;
  overflow: hidden;
  background: url(http://www.boosj.com/images/lianghui/btnplay.png) no-repeat 0px 0px;
  cursor: pointer;
}

.pri_sidebox .next {
  position: absolute;
  right: 0px;
  top: 50px;
  display: block;
  width: 18px;
  height: 26px;
  overflow: hidden;
  background: url(http://www.boosj.com/images/lianghui/btnplay.png) no-repeat -46px 0px;
  cursor: pointer;
}

@font-face {
  font-family: "iconfont";
  src: url(/dist/pubtool/iconfont/v1/iconfont.eot);
  src: url(/dist/pubtool/iconfont/v1/iconfont.eot?#iefix) format("embedded-opentype"), url(/dist/pubtool/iconfont/v1/iconfont.woff) format("woff"), url(/dist/pubtool/iconfont/v1/iconfont.ttf) format("truetype"), url(/dist/pubtool/iconfont/v1/iconfont.svg#uxiconfont) format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pri_column_everyday .gundong {
  display: inline;
}

.pri_column_everyday .gundong em a {
  float: left;
  color: #e8e8e8;
  margin-right: 0px;
  margin-left: 25px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

.pri_column_everyday .gundong em a:hover {
  color: #f59800;
  text-decoration: none;
}

.pri_column_everyday .gundong em:last-child {
  color: #e8e8e8;
  margin-left: -20px;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
}

.pri_column_everyday .gundong ul {
  list-style: none;
  width: 1200px;
}

.pri_column_everyday .gundong ul li .current {
  background-color: #f59800;
  color: #fff;
}

.pri_column_everyday .gundong ul li a {
  float: left;
  background-color: #e5e5e5;
  margin: 7px 10px;
  line-height: 34px;
  height: 34px;
  width: 88px;
  color: #525252;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.pri_column_everyday .gundong ul li a:hover {
  background-color: #f59800;
  color: #fff;
  text-decoration: none;
}

.pri_column_everyday .cnt {
  cursor: pointer;
}

.pri_column_everyday .cnt ul li img {
  width: 595px;
  height: 300px;
  float: left;
}

.pri_column_everyday .cnt ul li div {
  float: left;
  padding: 20px 20px;
  width: 555px;
  height: 260px;
  background-color: #eee;
}

.pri_column_everyday .cnt ul li div p {
  display: block;
  font-size: 22px;
  padding: 0px;
  height: 30px;
  overflow: hidden;
}

.pri_column_everyday .cnt ul li div span {
  display: block;
  font-size: 16px;
  text-align: justify;
  height: 160px;
  overflow: hidden;
}

.pri_column_everyday .cnt ul li div button {
  width: 150px;
  height: 30px;
  color: #fff;
  background-color: #f59800;
  border-radius: 5px;
  box-sizing: initial;
  font-size: 16px;
  latter-spacing: 8px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 400px;
}

.pri_column_pingwei .cnt {
  width: 1220px;
}

.pri_column_pingwei ul li {
  width: 376px;
  height: 300px;
  float: left;
  background-color: #eee;
  margin-right: 30px;
}

.pri_column_pingwei ul li img {
  float: left;
  width: 50%;
  height: 300px;
  background-color: #fff;
}

.pri_column_pingwei ul li a:hover {
  text-decoration: none;
}

.pri_column_pingwei ul li span {
  width: 188px;
  padding: 20px;
  display: inline;
  height: 300px;
}

.pri_column_pingwei ul li span h5 {
  display: block;
  font-size: 22px;
  height: 30px;
  width: 160px;
  overflow: hidden;
  padding: 0px 10px;
}

.pri_column_pingwei ul li span p {
  margin: 0px 10px 10px 10px;
  font-size: 16px;
  float: left;
  text-align: justify;
  overflow: hidden;
  height: 210px;
  width: 160px;
}

#PlaySwf {
  width: 100%;
  height: 100%;
}