@charset "utf-8";
section {
    display: block;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
ul {
    list-style: none;
}
.itiTle {
    position: relative;
    height: 96px;
    line-height: 96px;
    z-index: 1;
    overflow: hidden
}

.itiTle em {
    position: relative;
    float: left;
    display: block;
    padding: 0 12px 0 18px;
    font-size: 30px;
    color: #354352;
    height: 96px;
    line-height: 96px;
    font-weight: 700
}

.itiTle em h2,.itiTle em span {
    position: relative;
    z-index: 2;
    font-weight: 700
}

.itiTle em i {
    display: block;
    position: absolute;
    z-index: 0
}

.itiTle i:nth-of-type(1) {
    width: 46px;
    height: 46px;
    background-position: -799px -3px;
    left: 0;
    top: 27px
}

.itiTle i:nth-of-type(2) {
    width: 20px;
    height: 20px;
    background-position: -751px -4px;
    right: 0;
    bottom: 25px
}

.itiTle a {
    float: right;
    display: block;
    height: 96px;
    font-size: 14px;
    color: #676767
}

.itiTle a:hover {
    color: #008bff
}
.igame{ }
.hotTab {
    position: relative;
    width: 1160px;
    padding: 0 20px;
    margin: 0 auto;display: block;
}

.hotTab .tab_box {
    overflow: hidden
}

.hotTab .tab_menu {
    float: right;
    position: relative;
    width: 390px;
    margin-top: 5px;
    overflow: hidden
}

.hotTab .tab_menu .hidden_box {
    height: 160px;
    overflow: hidden;
    position: relative
}

.hotTab .tab_menu ul {
    width: 410px;
    float: left;
    position: absolute;
    overflow: hidden
}

.hotTab .tab_menu li {
    display: block;
    width: 86px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #666;
    background-color: #eaeaea;
    float: left;
    margin: 0 15px 13px 0;
    cursor: pointer
}

.hotTab .tab_menu li:nth-child(4n+4) {
    margin-right: 0
}

.hotTab .tab_menu li.current {
    color: #fff;
    background-color: #008bff
}

.hotTab .tab_menu li:hover {
    color: #fff;
    background-color: #008bff
}

.hotTab .preNextBox {
    width: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden
}

.hotTab .preNextBox em {
    display: block;
    width: 43px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #666;
    background-color: #eaeaea;
    float: left;
    font-size: 16px;
    cursor: pointer
}

.hotTab .preNextBox em:hover {
    color: #fff;
    background-color: #008bff
}

.hotTab .preNextBox em.pre {
    margin-right: 2px
}

.hotTab .dotTabBox {
    text-align: right;
    margin-top: 10px
}

.hotTab .dotTabBox i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin-left: 10px;
    cursor: default
}

.hotTab .dotTabBox i.current {
    background-color: #008bff
}

.hotTab .tab_cont {
    float: left;
    width: 100%;
    height: 352px;
    overflow: hidden
}

.hotTab .tab_cont ul {
    width: 100%;
    overflow: hidden
}

.hotTab .tab_cont li {
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 27px;
    padding-bottom: 16px
}

.hotTab .tab_cont li a {
    display: block
}

.hotTab .tab_cont a img {
    width: 100px;
    height: 100px;
    border-radius: 16px
}

.hotTab .tab_cont a p {
    display: block;
    width: 100%;
    margin: auto;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #4b4b4b;
    overflow: hidden;
    white-space: nowrap
}

.hotTab .tab_cont a .btn {
    display: none;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    margin: 8px auto 0;
    background: linear-gradient(to right,#41a1f7 ,#63d0f1)
}

.hotTab .tab_cont a:hover .btn {
    display: block
}

.hotTab .tab_cont a:hover .btn.no {
    background: linear-gradient(to right,#ffb317 ,#ffc960)
}

.hotTab .tab_cont a:hover p {
    display: none
}

.hotTab .tab_cont a:hover img {
    opacity: .9
}
