@charset "utf-8";
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
}

fieldset, img {
    border: 0
}

:focus {
    outline: 0
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: normal;
    font-weight: normal
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code, kbd, samp, tt {
    font-size: 100%
}

input, button, textarea, select {
    *font-size: 100%
}

body {
    line-height: 1.5
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline
}

:link, :visited, ins {
    text-decoration: none
}


* {
    margin: 0;
    padding: 0;
}

body, html {
    overflow-y: auto;
    overflow-x: hidden;
}

.clearfix {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

b, em, i {
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b4b;
    position: relative;
}

html, body {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 1000px;
    background-color: #f5f5f5;
}

button, input, select, textarea, th {
    background: #fff;
    font-size: 12px;
    line-height: 1.5em;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
}

header, section, footer, aside, nav, article, figure {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:focus {
    -webkit-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -moz-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -ms-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -o-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
}


.cx {
    overflow: hidden;
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

a {
    cursor: pointer;
}

img {
    vertical-align: top;
    border: 0;
}

a img:hover {
    opacity: 0.9;
    cursor: pointer;
}

.bg {
    background-color: #fff;
}

.ico {
    background: url(../img/icon_article_info.png) no-repeat;
    background-size: 1000px 1000px;
}

.hTitle {
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    *zoom: 1;
}

.hTitle em {
    float: left;
    position: relative;
    display: block;
    padding: 0 22px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    background-color: #fff;
}

.hTitle em:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fbc846;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 18px;
}

.hTitle em i {
    display: block;
    width: 80px;
    height: 38px;
    background-position: -385px -5px;
    position: absolute;
    right: 3px;
    top: 8px;
}

.hTitle a {
    float: right;
    display: block;
    font-size: 14px;
    color: #757575;
    margin-top: 24px;
}

.hTitle a:hover {
    color: #fbc846;
}



.dgTit {
    overflow: hidden;
    *zoom: 1;
}

.dgTit em {
    float: left;
    display: block;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    background-color: #fff;
}

.dgTit em i {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #fbc846;
    border-radius: 5px;
    margin-right: 10px;
}

.dgTit a {
    float: right;
    display: block;
    font-size: 14px;
    color: #757575;
    margin-top: 28px;
}

.dgTit a:hover {
    color: #fbc846;
}

.pageposition {
    position: relative;
    overflow: hidden;
    width: 1200px;
    color: #696969;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: 16px auto 16px auto;
    padding: 0 16px;
    box-sizing: border-box;
    background: #fff2e8;
    z-index: 0
}
.pageposition a {
    color: #696969;
}
.pageposition a:hover {
    color: #09f;
}
.pageposition em {
    color: #ff0000;
}

header {
    position: relative;
    z-index: 2;
    height: 87px;
    background: linear-gradient(to bottom, #e3ac3d 0, #e3ac3d 387px, #fff 387px, #fff 100%);
}

header > div {
    position: relative;
    width: 1200px;
    margin: auto;
    overflow: hidden;
    *zoom: 1;
}

header > div > a {
    position: relative;
    float: left;
    height: 100%;
}

header > div > a img {
    position: relative;
    width: auto;
    height: 54px;
    margin-top: 16px;
}
nav {
    position: relative;
    float: right;
    padding: 0 0 0 30px;
    overflow: hidden;
    *zoom: 1;
}

nav li {
    position: relative;
    z-index: 0;
    float: left;
    margin-left: 43px;
    padding: 0 0 0 53px;
    display: block;
    padding-bottom: 1px;
    line-height: 86px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

nav li a {
    position: relative;
    display: block;
    color: #fff;
}

nav li a:before {
    content: "";
    position: absolute;
    display: none;
    width: 23px;
    height: 10px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -49px -8px;
}

nav li a:after {
    content: "";
    position: absolute;
    display: none;
    width: 23px;
    height: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -49px -26px;
}

nav li.current a:after, nav li.current a:before {
    display: block;
}

nav li:nth-of-type(n+2):before {
    content: "";
    position: absolute;
    display: block;
    width: 13px;
    height: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../img/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -93px -8px;
}

nav li:hover a, nav li.current a {
    color: #fff;
}


footer {
    position: relative;
    width: 100%;
    padding: 33px 0;
    background: #313131;
    text-align: center;
}

footer dl {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    *zoom: 1;
}

footer dt {
    display: block;
    width: 970px;
    margin: 0 auto 30px;
    padding: 15px 25px;
    background: rgba(0, 0, 0, .08);
    overflow: hidden;
    *zoom: 1;
}

footer dt p {
    font-size: 16px;
    color: rgba(179, 179, 179, .5);
    line-height: 30px;
}

footer p, footer p span, footer p a {
    font-size: 16px;
    color: #B3B3B3;
    line-height: 30px;
}

footer p a:hover {
    color: rgba(255, 255, 255, 1);
}

.linkCont {
    width: 1200px;
    padding: 0 0 27px;
    overflow: hidden;
    margin: auto;
}

.linkCont > a {
    float: left;
    width: 400px;
    padding-top: 20px;
}

.linkCont > a img {
    height: 54px;
    width: auto;
}

.wdLink {
    float: left;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    width: 740px;
}

.wdLink .list {
    margin: auto;
    overflow: hidden;
    *zoom: 1;
}

.wdLink .list a {
    float: left;
    display: block;
    margin-right: 18px;
    height: 40px;
    font-size: 16px;
    color: rgba(179, 179, 179, .5);
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
}

.wdLink .list a:hover {
    color: #e3ac3d;
}

.linkTit {
    text-align: left;
    margin-bottom: 8px;
    font-size: 24px;
    color: #B3B3B3;
    font-weight: bold;
    line-height: 38px;
}

.linkTit span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.backTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50%;
    margin-right: -660px;
    bottom: 3.85%;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.backTop i {
    display: block;
    width: 50px;
    height: 50px;
    background-position: -947px -63px;
}

.backTop:hover i {
    opacity: 0.72;
}



.wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
}

section {
    padding: 8px 20px 20px;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
    *zoom: 1;
}




/* l and r */
.djgL {
    float: left;
    width: 770px;
    margin-right: 24px;
}

.djgL section {
    padding: 0 20px 20px;
}




.nextPre {
    width: 730px;
    height: 58px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
}

.nextPre p {
    width: 330px;
    height: 36px;
    display: block;
    float: left;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #eee;
    color: #808080;
    font-size: 14px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nextPre p:nth-of-type(2) {
    float: right;
}

.nextPre p a {
    color: #808080;
}

.nextPre p:hover a, .nextPre p.current a {
    color: #fbc846;
}

.nextPre p:hover, .nextPre p.current {
    background-color: #f5ffeb;
    color: #fbc846;
}











.newsGame .slider {
    position: relative;
    width: 366px;
    max-height: 420px;
    padding-top: 20px;
    overflow: hidden;
}

.newsGame ul {
    position: relative;
    overflow: hidden;
    *zoom: 1;
}

.newsGame li {
    float: left;
    width: 380px;
    max-height: 380px;
    overflow: hidden;
}

.newsGame li a {
    float: left;
    display: block;
    width: 118px;
    padding: 12px 0;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    margin: 0 3px 4px 0;
    overflow: hidden;
    *zoom: 1;
}

.newsGame li a img {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 16px;
    margin: auto;
}

.newsGame li a p {
    display: block;
    width: 96%;
    margin: auto;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsGame li .btn {
    display: block;
    font-size: 14px;
    color: #fff;
    width: 68px;
    height: 28px;
    line-height: 28px;
    background-color: #fbc846;
    border-radius: 3px;
    text-align: center;
    margin: auto;;
}

.newsGame li a:hover {
    background-color: #fff5f5;
    border-color: #fbc846;
}

.newsGame .slider .dot {
    margin: auto;
    width: 366px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    *zoom: 1;
}

.newsGame .slider .dot i {
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 4px;
    background-color: #c7c7c7;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.newsGame .slider .dot i.current {
    background-color: #fbc846;
    width: 30px;
}

.hotTp ul {
    width: 386px;
    padding-top: 20px;
    overflow: hidden;
    *zoom: 1;
}

.hotTp li {
    position: relative;
    float: left;
    width: 173px;
    height: 138px;
    margin: 0 20px 7px 0;
    border-radius: 3px;
}

.hotTp li a {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    *zoom: 1;
}

.hotTp li a img {
    width: 173px;
    height: 98px;
    border-radius: 3px;
}

.hotTp li a p {
    display: block;
    font-size: 16px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.hotTp li a:hover p {
    color: #fbc846;
}





.hNRank {
    float: right;
    width: 366px;
}

.hNRank ul {
    padding-top: 18.5px;
    max-height: 358px;
    overflow: hidden;
}

.hNRank li {
    width: 100%;
    height: 35px;
    color: #8f8f8f;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    *zoom: 1
}

.hNRank li:last-of-type {
    border-bottom: none;
}

.hNRank li i, .hNRank li a {
    float: left;
    display: block;
}

.hNRank li i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #757575;
    background-color: #ededed;
    margin: 5.5px 23px 0 0;
    border-radius: 3px;
    text-align: center;
}

.hNRank li a {
    width: 316px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hNRank li:hover i {
    background-color: #fbc846;
    color: #fff;
}

.hNRank li:hover a {
    color: #fbc846;
}

.hNRank li:first-of-type i {
    background-color: #fbc846;
    color: #fff;
}

.hNRank li:first-of-type a {
    color: #fbc846;
}

/* */
.knTit {
    padding: 25px 0 5px 0;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}

.knTit h1 {
    display: block;
    line-height: 42px;
    font-size: 28px;
    color: #434343;
    font-weight: bold;
    margin-bottom: 12px;
}

.knTit p {
    font-size: 14px;
    color: #8f8f8f;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    *zoom: 1;
}

.knTit p span {
    display: inline-block;
    max-width: 260px;
    margin: 0 20px;
    overflow: hidden;
    white-space: nowrap;
}

.knTit p span:nth-of-type(1) {
    float: left;
}

.knTit p span:last-of-type {
    float: right;
}

.knCont .cont {
    padding: 8px 0px 0;
    font-size: 16px;
    color: #434343;
    line-height: 1.5;
}

.knCont .cont a {
    line-height: 28px;
    text-indent: 0;
    color: #fbc846;
}

.knCont .cont a:hover {
    opacity: 0.9;
    text-decoration: underline;
}

.knCont .cont p {
    line-height: 28px;
    color: #666;
    margin-bottom: 10px;
    text-indent: 2em
}

.knCont .cont br {
    height: 2px;
    line-height: 2px;
}

.knCont .cont img {
    display: block;
    max-width: 730px;
    margin: 16px auto;
    text-align: center;
}

.knCont .cont p img {
    display: block;
    max-width: 730px;
    margin: 2px auto;
    text-align: center;
}

.knCont .cont h3, .knCont .cont p h3 {
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin: 20px 0;
    padding: 0 10px;
    border-left: 5px solid #fbc846;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.knCont .cont iframe {
    width: 600px;
    height: 340px;
    margin: 0 auto;
    display: block;
    border: none;
}

.knCont .cont table {
    max-width: 100%;
    margin: auto;
}



.knGame {
    width: 690px;
    height: 100px;
    margin: 30px auto 0;
    padding: 25px 20px;
    border-radius: 8px;
    background-image: url(../img/newsbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.knGame > a {
    display: block;
    float: left;
    margin-right: 22px;
}

.knGame > a img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 16px;
}

.knGame .info {
    position: relative;
    float: left;
    max-width: 420px;
}

.knGame .info a:nth-of-type(1) {
    display: block;
    font-size: 24px;
    color: #333;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
}

.knGame .info p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    *zoom: 1;
}

.knGame .info p span {
    float: left;
    display: block;
    width: 170px;
}

.knGame .info a:nth-of-type(2) {
    position: absolute;
    top: 36px;
    left: 490px;
    display: block;
    width: 68px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    box-shadow: 0px 0px 4px 4px rgba(238, 103, 103, .16);
    text-align: center;
    background-color: #ee6767;
    border-radius: 3px;
}

.knGame .nsLink a:nth-of-type(2):hover {
    opacity: 0.9;
}

.knGame > a:hover img {
    opacity: 0.9;
}

.knGame .info a:nth-of-type(1):hover {
    color: #fbc846;
}

.knGame .info a:nth-of-type(2):hover {
    opacity: .9;
}





.kgGame ul li {
    position: relative;
    float: left;
    width: 242px;
    height: 130px;
    margin: 0 1px 1px 0;
    border-radius: 8px;
}

.kgGame ul li a {
    display: block;
    padding: 15px 13px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #fafafa;
    overflow: hidden;
    *zoom: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.kgGame ul li a img {
    float: left;
    width: 96px;
    height: 96px;
    border-radius: 16px;
    margin-right: 14px;
}

.kgGame ul li div {
    float: left;
    width: 104px;
}

.kgGame ul li p {
    font-size: 14px;
    color: #999;
    line-height: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

.kgGame ul li p.name {
    font-size: 18px;
    color: #333;
    height: 28px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kgGame ul li p span {
    color: #757575;
    font-weight: 400;
}

.kgGame ul li p span:first-of-type {
    margin-right: 4px;
}

.kgGame ul li p span:nth-of-type(2) {
    margin-left: 4px;
}

.kgGame ul li p span i {
    display: inline-block;
    width: 14px;
    height: 13px;
    background-position: -128px -10px;
    margin-left: 2px;
    position: relative;
    top: 0.5px;
}

.kgGame ul li .btn {
    display: block;
    font-size: 14px;
    color: #fff;
    width: 68px;
    height: 28px;
    line-height: 28px;
    background-color: #fbc846;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
}

.kgGame ul li a:hover p.name {
    color: #fbc846;
}

.kgGame ul li a:hover {
    background-color: #fff5f5;
    border-color: #fbc846;
}

.kgArticle ul {
    width: 750px;
    padding-left: 1px;
    overflow: hidden;
    *zoom: 1;
}

.kgArticle li {
    position: relative;
    float: left;
    width: 352px;
    height: 35px;
    border-left: 2px solid #f2f2f2;
    margin-right: 20px;
}

.kgArticle li:nth-of-type(-n+2) {
    margin-top: -12px;
}

.kgArticle li:before {
    content: '';
    position: absolute;
    top: 21px;
    left: -3px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #d2d2d2;
}

.kgArticle li a, .kgArticle li span {
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kgArticle li a {
    float: left;
    width: 290px;
    color: #333;
    padding-left: 10px;
}

.kgArticle li span {
    float: right;
    color: #999;
}

.kgArticle li:hover:before {
    background-color: #fbc846;
}

.kgArticle li:hover a {
    color: #fbc846;
}


body {
    word-break: break-all;
}


