
.left {
  width: 840px;
}

.right {
  width: 330px
}

.right .multiColumnList {
  display: grid;
  grid-template-columns: repeat(2, 155px);
  justify-content: space-between;
}

.right .multiColumnList li a {
  display: block;
  width: 155px;
  height: 99px;
  border-radius: 5px;
}

.infoList {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  padding-top: 2px;
}

.infoList li {
  margin-top: 20px;
}

.infoList li a {
  display: flex;
  align-items: flex-end;
}

.infoList li a p {
  flex: 1;
  padding: 0 5px 0 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.infoList li a .time {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}

.cms-rank .multiColumnList li {
  margin-top: 15px;
}

.cms-rank .multiColumnList li a {
  display: block;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #64D2F3;
  border-radius: 5px;
  color: #fff;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  box-sizing: border-box;
}


.cms-rank .multiColumnList li:nth-child(2n) a,
.cms-rank .multiColumnList li:nth-child(6n) a,
.cms-rank .multiColumnList li:nth-child(16n) a {
  background: #57BC84
}

.cms-rank .multiColumnList li:nth-child(16n) a,
.cms-rank .multiColumnList li:nth-child(6n) a {
  background: #57BC84 !important
}

.cms-rank .multiColumnList li:nth-child(3n) a,
.cms-rank .multiColumnList li:nth-child(9n) a {
  background: #B9DA6A
}

.cms-rank .multiColumnList li:nth-child(4n) a,
.cms-rank .multiColumnList li:nth-child(20n) a {
  background: #538BCC
}

.cms-rank .multiColumnList li:nth-child(20n) a {
  background: #538BCC !important
}

.cms-rank .multiColumnList li:nth-child(5n) a,
.cms-rank .multiColumnList li:nth-child(12n) a,
.cms-rank .multiColumnList li:nth-child(15n) a,
.cms-rank .multiColumnList li:nth-child(18n) a {
  background: #BC9C57
}

.cms-rank .multiColumnList li:nth-child(18n) a,
.cms-rank .multiColumnList li:nth-child(12n) a {
  background: #BC9C57 !important
}

.cms-rank .multiColumnList li:nth-child(7n) a,
.cms-rank .multiColumnList li:nth-child(10n) a,
.cms-rank .multiColumnList li:nth-child(11n) a,
.cms-rank .multiColumnList li:nth-child(14n) a {
  background: #FFAED1
}

.cms-rank .multiColumnList li:nth-child(8n) a,
.cms-rank .multiColumnList li:nth-child(13n) a {
  background: #A08AF0
}

.cms-rank .multiColumnList li:nth-child(17n) a {
  background: #FF968B
}



.keyword .contList {
  margin-top: 20px
}

.keyword .contList li {
  margin-top: 14px
}

.keyword .contList li a {
  display: flex;
  align-items: center
}

.keyword .contList li a .imgBox {
  width: 158px;
  height: 74px;
  background: #1ddbff;
  border-radius: 5px;
  border: 3px solid #fff;
  flex-shrink: 0
}

.keyword .contList li a:hover .imgBox {
  border-color: #1ddbff
}

.keyword .contList li a .imgInfo {
  width: 0;
  flex: 1;
  padding-left: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #333333
}

.keyword .contList li a .imgInfo p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.keyword .contList li a .imgInfo .tip {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #999999
}

.keyword .contList li a .imgInfo .tip span {
  font-weight: bold;
  color: #1ddbff;
  margin: 0 4px
}

.keyword .infoList li a p.tip {
  padding-left: 10px;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  flex: none;
}

.keyword .infoList li a p.tip span {
  font-weight: bold;
  margin: 0 4px;
  color: #1ddbff;
}

.keyword .infoList li {
  margin-top: 12px;
}

.cms-title {
  background: #FAFAFA;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  padding: 18px 24px;
  text-align: justify;
}

.cms-title h1 {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 47px;
}

.cms-title p {
  margin-top: 11px;
}

.cms-title p span::after {
  content: "กค";
  margin: 0px 18px;
}

#detailCount {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

#detailCount p {
  margin-top: 16px;
}

#detailCount img {
  width: auto;
  max-width: 550px;
  height: auto;
  max-height: 660px;
  display: block;
  margin: 22px auto 0;
}

#detailCount h3 {
  margin-top: 12px;
  font-weight: bold;
  color: #333;
}


.game-recomd .list {
  margin-top: 8px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  grid-template-columns: repeat(3, 275px);
  display: grid;
  justify-content: space-between;
}

.game-recomd .list li {
  margin-top: 8px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  grid-template-columns: repeat(3, 275px)
}

.game-recomd .list li a {
  padding: 19px 13px;
  background: #F7F7F7;
  border-radius: 5px;
  height: 114px;
  display: flex;
  color: inherit;
  box-sizing: border-box;

}

.game-recomd .list li a .imgBox {
  width: 76px;
  height: 76px;
  background: #1ddbff;
  border-radius: 18px
}

.game-recomd .list li a .imgInfo {
  flex: 1;
  width: 0;
  padding-left: 20px;
  position: relative
}

.game-recomd .list li a .imgInfo p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold
}

.game-recomd .list li a .imgInfo p.tip {
  margin-top: 2px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  display: flex;
  flex-direction: column
}

.game-recomd .list li a .imgInfo .btnItem {
  position: absolute;
  right: 7px;
  bottom: 7px;
  background: #f7f7f7;
  line-height: 28px;
  border-radius: 5px;
  color: #666;
  border: 1px solid #E6E6E6;
  z-index: 10;
  text-align: center;
  width: 72px;
  height: 30px;
  font-size: 14px;
}

.game-recomd .list li a:hover .imgInfo .btnItem {
  background: #1ddbff;
  border-color: #1ddbff;
  color: #333;
}

.bodyWrap .gdBodyWrap .boxWrap>.boxL .game-recomd {
  margin-top: 38px
}



.cms-relate .list{
  margin-top: -2px;
  grid-template-columns: repeat(2, 400px);
  color: #333333
}

.cms-relate .list li{
  margin-top: 24px
}

.cms-relate .list li a{
  display: flex
}

.cms-relate .list li a:hover .imgBox img{
  transform: scale(1.2)
}

.cms-relate .list li a .imgBox{
  width: 120px;
  height: 80px;
  background: #1ddbff;
  border-radius: 6px;
  overflow: hidden;
}

.cms-relate .list li a .imgInfo {
  flex: 1;
  padding-left: 18px
}

.cms-relate .list li a .imgInfo p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  -webkit-line-clamp: 1;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px
}

.cms-relate .list li a .imgInfo p:last-child{
  margin-top: 6px;
  -webkit-line-clamp: 2;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 26px
}
div.del_rellist{
	margin: 10px auto 20px;
	padding: 16px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 4px;
	width: 98%;
	margin-top: 22px;
	border: none;
	/* background: #ebfcf7; */
	box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.2);
}
.con_art_info div.del_rellist{
	width: 98%;
	margin-top: 16px;
	border:none;
  box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.2);
}
div.del_rellist .del_relLeft {
    width: 82%;
    float: left;
    margin-right: 18px;
    overflow: hidden;
}
div.del_rellist .del_relLeft .del_relImg {


    width: 88px;
    height: 88px;
	text-align: center;
	vertical-align: middle;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
div.pcdel_rellist .del_relLeft .del_relImg {
    width: 64px;
}
div.del_rellist .del_relLeft .del_relImg a {
  display: block;
}
div.del_rellist .del_relLeft .del_relImg img {
 width: 88px;
	border-radius: 12px;
    height: 88px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
    transition: all 0.3s;
}
div.pcdel_rellist .del_relLeft .del_relImg img {
    width: 64px;
	border-radius: 4px;
}
div.del_rellist:hover .del_relImg img{
  transform: scale(0.92);
  transition: transform 0.3s;
}
div.del_rellist .del_relLeft .del_relInfo {
    width: 82%;
    float: left;
    display: inline-block;
    overflow: hidden;
}
div.del_rellist .del_relTit {
    color: #444444;
    font-size: 20px;
    margin: 13px 0 0;
    clear: both;
    height: 28px;
    overflow: hidden;
    width: 100%;
}
div.del_rellist .del_relTit a {
    display: inline-block;
    float: left;
	color: #444;
    max-width: 71%;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.del_rellist:hover .del_relTit a {
	color: #358ff0;
}
div.del_rellist .del_relTit .ztlb_btn  a {
	color: #fff;
}
.del_relInfo dl {
	width:100%;
	overflow: hidden;
	margin-top: 10px;
}
.del_relInfo dl dd {
	width:33%;
	float: left;
	color: #999;
	text-align: left;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.del_relInfo dl dd a{
	color: #358ff0;
}
.del_relInfo dl dd span{
	color: #666;
}
div.del_rellist .del_relRight {
        width: 120px;
        float: left;
        overflow: hidden;
        margin: 26px 0 0;
}
.del_relRight a.del_relBtn {
  display: block;
  width: 120px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  color: #1ddbff;
  border: 1px solid #1ddbff;
  background: #fff;
  border-radius: 4px;
  margin-top: 2px;
  float: left;
}
div.del_rellist:hover .del_relRight a.del_relBtn {
  color: #fff;
  border: 1px solid #1ddbff;
  background: #1ddbff;
}