<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list-wz {
  color: #333;
  height: 24px;
  line-height: 24px;
}
.list-wz img {
  vertical-align: top;
}
.list-wz span {
 color: #999; 
 font-size: 12px;
}
.list-wz span a{
  color: #333;
}
.list-nav {
  width: 100%;
  height: 84px;
  background: url('../images/xxk.png') no-repeat left top;
  margin: 16px 0;
}
.list-nav li {
  width: 33.3%;
  height: 84px;
  text-align: center;
  line-height: 84px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.list-nav li.active {
  background: url('../images/xz.png') no-repeat left top;
  color: #fff;
  background-size: 100% 82px;
}
.list-nav li span {
  color: #999;
  font-size: 12px;
  margin-left: 5px;
}
.list-nav .w50 {
  width: 50%;
}
.list-nav li.active span {
  color: #fff;
}

.list-ph {
  padding: 20px 12px;
  background: #fff;
}
.list-ph li {
  width: 100%;
  height: 222px;
  border: 2px solid #eee;
  margin-bottom: 20px;
  /* background: url('../images/jx.png') no-repeat left top;
  background-size: 100% 100%; */
}
.list-ph li a{
  display: block;
  color: #333;
  display: flex;
}
.list-ph li a .list-ph-lf{
  width: 208px;
  height: 222px;
  background: url('../images/jx.png') no-repeat left top;
  background-size: 100% 218px;
  position: relative;
}
.phb-hz {
  position: absolute;
  top: -10px;
  left: -11px;
}
.phb-mr  {
  top: 8px;
  left: 7px;
  width: 40px;
  height: 48px;
  text-align: center;
  /* padding-left: 5px; */
  line-height: 48px;
  color: #666;
  font-weight: bold;
  background: url('../images/mr.png') no-repeat left top;
  background-size: 100% 100%;
}
.list-ph-lf .yx {
  width: 160px;
  height: 160px;
  border-radius: 20px;
  display: block;
  margin: 24px auto;
}
.list-ph-md {
  padding: 24px 30px;
  flex: 1;
}
.list-ph-md .title  {
  line-height: 18px;
  font-weight: bold;
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.list-ph-md .title .bs {
  width: 85px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  color: #ffde00;
  font-weight: bold;
  background: url('../images/bs.png') no-repeat left top;
  margin-right: 10px;
}
.list-ph-md .title img {
  vertical-align: top;
  height: 16px;
}
.list-ph-md .title span {
  margin-right: 10px;
  font-size: 22px;
  height: 30px;
  line-height: 30px;
}
.list-ph-md .bq {
  width: 100%;
  margin: 25px 0 20px;
}
.list-ph-md .bq span {
  display: inline-block;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #999;
  color: #999;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 12px;
}
.list-ph-md .bq span:nth-of-type(4n) {
  margin-right: 0px;
}
.list-ph-md .bq span .tips {
  border: none;
  color: #f85f52;
}
.list-ph-md .info {
  color: #999;
  font-size: 12px;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ï¿½ï¿½ï¿½ï¿½ï¿½Ç³ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ê¡ï¿½ï¿½ */
  overflow: hidden;
}
.list-ph-rt {
  width: 80px;
  height: 218px;
  background: #9eafa2;
  border-radius: 20px 0 0 20px;
  text-align: center;
  padding: 64px 30px;
  color: #fff;
  font-weight: bold;
  /* font-size: 14px;
  line-height: 14px; */
}

.list-ph li:hover .list-ph-rt {
  background: #00ab57;
  height: 222px;
}
.list-ph li:hover {
  border: none;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.g-bg-box {
  width: 100%;
  display: block;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
.g-bg-box-rt {
  width: 630px;
  height: 340px;
  background: #3f4756;
  padding: 20px 0 0 20px;
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.g-bg-img {
  width: 630px;
  height: 250px;
}
.g-bg-img img {
  width: 610px;
  height: 100%;
}
.g-bg-box-lf {
  width: 561px;
  height: 300px;
  background: url(../images/mohubj.png) no-repeat top right;
  background-size: 660px 100%;
  padding: 20px 20px 20px 60px;
  color: #fff;
  box-sizing: content-box;
  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  float: right;
}

.g-bg-tips {
  line-height: 70px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
}
.g-bg-tips img {
  width: 16px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.g-bg-tips span {
  color: #f85f52;
}
.g-bg-tips .pd {
  padding: 0 20px;

}
.g-bg-box-lf h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}
.g-bg-box-lf .jj{
  position: relative;
  height: 170px;
  overflow: hidden;
  overflow-y: auto;
}
.g-bg-box-lf .jj .icon{
  position: absolute; left: 0; top: 20px; z-index: 5;
}
.g-bg-box-lf p {
  font-size: 14px;
  line-height:35px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4; 
}
.g-bg-box-lf p span {
  color: #00b885;
}
.g-bg-box-lf p:nth-child(2){
  text-indent: 32px;
}
.g-bg-box-lf .other-g {
  margin-top: 20px;
}
.g-bg-box-lf .other-g span {
  
  margin-right: 5px;
}
.g-bg-box-lf .other-g span a{
  color: #e9c01f;
}
.ph-others {
  background: #fff;
  margin-top: -40px;
}
.main-box-ct {
  padding: 0px 12px;
  font-size: 14px;
  color: #333;
}
.g-game-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
.g-game-nav li{
  width: 398px;
  height: 192px;
  margin-bottom: 22px;
  border: 1px solid #f5f5f5;
}
.g-game-nav li a {
  display: block;
  height: 192px;
}
.g-game-lf {
  width: 150px;
  height: 100%;
  background: url('../img/jx.png') no-repeat left top/100% 190px;
  padding-top: 36px;
}
.g-game-lf img {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}
.g-game-rt {
  padding: 10px 18px;
  color: #333;
  font-size: 16px;
  width: 246px;
}
.g-game-rt .title {
  color: #333; 
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

.g-game-rt .info {
  color: #999999;
  font-size: 12px;
  line-height: 35px;
}
.g-game-rt .down-btn {
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #deb887;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
}
.g-game-nav li:hover {
  border: 1px solid #77d2a5;
}
.g-game-nav li:hover .g-game-rt .title {
  color: #00ab57;
}
.g-game-nav li:hover .g-game-rt .down-btn {
  background: #00ab57;
}


.wj-pl {
  margin-top: 20px;
  background-color: #fff;
  padding: 0 0 20px 0;
}
.wj-pl .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  background: #fdfdfd;
  padding: 0 12px;
  border: 1px solid #f5f5f5;
}
.wj-pl .title em {
  color: #eab992;
}
.wj-pl .title span:nth-of-type(1) {
  color: #00ab57;
  font-weight: bold;
  font-size: 16px;
}
.wj-pl .title span:nth-of-type(2) {
  color: #999;
}
</pre></body></html>