.ico-inner{
    background: url(../images/ico-inner.png) no-repeat;background-size:13.64rem 5.85rem;
}
.ico-inner-bright{
    background: url(../images/ico-inner.png) no-repeat;background-size:13.64rem 5.85rem;
}
.inner-bg {
    width: 100%;
    height: 100%;
    background: url(../images/bg-1.jpg) 50% 50% / cover no-repeat;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.inner-bg-bright {
    width: 100%;
    height: 100%;
    background: url(../images/bg-1.jpg) 50% 50% / cover no-repeat;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.inner-details-bg {
    width: 100%;
    height: 100%;
    background: url(../images/inner.jpg) 50% 50% / cover no-repeat;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.inner-details-bg-bright {
    width: 100%;
    height: 100%;
    background: url(../images/inner.jpg) 50% 50% / cover no-repeat;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.inner-page {
    min-height: 9rem;
    margin: 0 auto 0;
    overflow: hidden;
}
.inner-page .logo {
    top: calc(43px + .3rem);
}
.inner-page #LTTopBar {
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}
.inner-page .page-title {
    display: block;
    margin: 1.5rem auto 0;
}
/*新闻选项卡*/
.inner-page .inner-tab{
    background-position: -3.34rem -2.19rem;
    width:8.28rem;
    height:.82rem;
    margin: .28rem auto;
    font-size: 0;
    text-align: center;
}
.inner-page .inner-tab-bright{
    background-position: -3.34rem -2.19rem;
    width:8.28rem;
    height:.82rem;
    margin: .28rem auto;
    font-size: 0;
    text-align: center;
}
.inner-page .inner-tab .news-tab-btn {
    display: inline-block;
    width: 1.19rem;
    height: .48rem;
    margin: .19rem .05rem;
}
.inner-page .inner-tab-bright .news-tab-btn {
    display: inline-block;
    width: 1.19rem;
    height: .48rem;
    margin: .19rem .05rem;
}
.inner-page .inner-tab .fwz-tab-btn {
    display: inline-block;
    width: 1.58rem;
    height: .49rem;
    margin: .19rem .05rem;
}
.inner-page .inner-tab-bright .fwz-tab-btn {
    display: inline-block;
    width: 1.58rem;
    height: .49rem;
    margin: .19rem .05rem;
}
.inner-page .inner-tab .tab-btn span {
    top: 0;
    left: 0;
    transition: all .3s;
}
.inner-page .inner-tab-bright .tab-btn span {
    top: 0;
    left: 0;
    transition: all .3s;
}
.inner-page .inner-tab .tab-btn span:nth-child(2) {
    opacity: 0;
}
.inner-page .inner-tab-bright .tab-btn span:nth-child(2) {
    opacity: 0;
}
.inner-page .inner-tab .tab-btn:hover span:nth-child(2),
.inner-page .inner-tab .tab-btn.active span:nth-child(2) {
    opacity: 1;
}
.inner-page .inner-tab-bright .tab-btn:hover span:nth-child(2),
.inner-page .inner-tab-bright .tab-btn.active span:nth-child(2) {
    opacity: 1;
}
/*新闻列表页*/
.inner-page .inner-news-list {
    width: 12.04rem;
    min-height: 7rem;
    margin: 0 auto;
}
.inner-page .inner-news-list .new-tag {
    width: 100%;
    height: 1.75rem;
    display: block;
    transition: all .3s;
}
.inner-page .inner-news-list .new-tag-bright {
    width: 100%;
    height: 1.75rem;
    display: block;
    transition: all .3s;
}
.inner-page .inner-news-list .new-tag:hover, .inner-page .inner-news-list .new-tag-bright:hover {
    transform: translateX(.25rem);
}
.inner-page .inner-news-list .new-tag::after {
    content: '';
    background: url(../images/ico-inner.png) 0 -5.8rem / 13.64rem 5.85rem no-repeat;
    width:12.04rem;
    height:.05rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.inner-page .inner-news-list .new-tag-bright:after {
    content: '';
    background: url(../images/ico-inner.png) 0 -5.8rem / 13.64rem 5.85rem no-repeat;
    width:12.04rem;
    height:.05rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.inner-page .inner-news-list .new-tag::before {
    content: '';
    background: url(../images/ico-inner.png) 0 0 / 13.64rem 5.85rem no-repeat;
    width:13.64rem;
    height:2.09rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.045rem 0 0 -6.82rem;
    transition: all .3s;
    opacity: 0;
}
.inner-page .inner-news-list .new-tag-bright:before {
    content: '';
    background: url(../images/ico-inner.png) 0 0 / 13.64rem 5.85rem no-repeat;
    width:13.64rem;
    height:2.09rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.045rem 0 0 -6.82rem;
    transition: all .3s;
    opacity: 0;
}
.inner-page .inner-news-list .new-tag:hover::before {
    opacity: 1;
}
.inner-page .inner-news-list .new-tag-bright:hover::before {
    opacity: 1;
}
.inner-page .inner-news-list .new-tag .news-title{
    width: 8.2rem;
    height: .36rem;
    top: .4rem;
    left: .6rem;
}
.inner-page .inner-news-list .new-tag-bright .news-title{
    width: 8.2rem;
    height: .36rem;
    top: .4rem;
    left: .6rem;
}
.inner-page .inner-news-list .new-tag .news-title i {
    color: #000000;
    font-size: .16rem;
    font-weight: normal;
    line-height: .28rem;
    text-align: center;
    top: 50%;
    left: -.6rem;
    margin-top: -.14rem;
}
.inner-page .inner-news-list .new-tag-bright .news-title i {
    color: #fff;
    font-size: .16rem;
    font-weight: normal;
    line-height: .28rem;
    text-align: center;
    top: 50%;
    left: -.6rem;
    margin-top: -.14rem;
}
.inner-page .inner-news-list .new-tag .news-title em {
    width: 100%;
    color: #bd994b;
    font-size: .22rem;
    line-height: .36rem;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner-page .inner-news-list .new-tag-bright .news-title em {
    width: 100%;
    color: #fff;
    font-size: .22rem;
    line-height: .36rem;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner-page .inner-news-list .new-tag .news-time{
    width: 2.4rem;
    color: #515a67;
    font-size: .16rem;
    height: .36rem;
    line-height: .36rem;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: .4rem;
    right: 0;
}
.inner-page .inner-news-list .new-tag-bright .news-time{
    width: 2.4rem;
    color: #abc7ff;
    font-size: .16rem;
    height: .36rem;
    line-height: .36rem;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: .4rem;
    right: 0;
}
.inner-page .inner-news-list .new-tag .news-des {
    width: 8.2rem;
    height: .56rem;
    line-height: .28rem;
    color: #798390;
    font-size: .16rem;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    top: .8rem;
    left: .6rem;
}
.inner-page .inner-news-list .new-tag-bright .news-des {
    width: 8.2rem;
    height: .56rem;
    line-height: .28rem;
    color: #d8e2fd;
    font-size: .16rem;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    top: .8rem;
    left: .6rem;
}
.inner-page .load-txt {
    color: #515a67;
    font-size: .16rem;
    line-height: .28rem;
    text-align: center;
    padding: .35rem 0 .8rem;
}
/*美图or视频列表*/
.inner-page .inner-picture-list,
.inner-page .inner-video-list {
    width: 12.15rem;
    min-height: 7rem;
    margin: 0 auto;
    font-size: 0;
}
.inner-page .inner-picture-list .picture-tag,
.inner-page .inner-video-list .video-tag {
    width: 3.9rem;
    height: 2.2rem;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: .075rem;
}
.inner-page .inner-picture-list .picture-tag-bright,
.inner-page .inner-video-list .video-tag-bright {
    width: 3.9rem;
    height: 2.2rem;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: .075rem;
}
.inner-page .inner-picture-list .picture-tag img,
.inner-page .inner-video-list .video-tag img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.inner-page .inner-picture-list .picture-tag-bright img,
.inner-page .inner-video-list .video-tag-bright img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.inner-page .inner-picture-list .picture-tag:hover img,
.inner-page .inner-video-list .video-tag:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.inner-page .inner-picture-list .picture-tag-bright:hover img,
.inner-page .inner-video-list .video-tag-bright:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.inner-page .inner-picture-list .picture-tag::after,
.inner-page .inner-video-list .video-tag::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}
.inner-page .inner-picture-list .picture-tag-bright::after,
.inner-page .inner-video-list .video-tag-bright::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}
.inner-page .inner-picture-list .picture-tag::before {
    content: '';
    background: url(../images/sprite.png) -10.01rem 0 / 10.71rem 10.64rem no-repeat;
    width: .7rem;
    height: .76rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.38rem 0 0 -.35rem;
    z-index: 2;
    opacity: 0;
}
.inner-page .inner-picture-list .picture-tag-bright::before {
    content: '';
    background: url(../images/sprite.png) -10.01rem 0 / 10.71rem 10.64rem no-repeat;
    width: .7rem;
    height: .76rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.38rem 0 0 -.35rem;
    z-index: 2;
    opacity: 0;
}
.inner-page .inner-video-list .video-tag::before {
    content: '';
    background: url(../images/sprite.png) 0 -8.23rem / 10.71rem 10.64rem no-repeat;
    width: 1.06rem;
    height: 1.06rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.503rem 0 0 -.503rem;
    z-index: 2;
    opacity: 0;
}
.inner-page .inner-video-list .video-tag-bright::before {
    content: '';
    background: url(../images/sprite.png) 0 -8.23rem / 10.71rem 10.64rem no-repeat;
    width: 1.06rem;
    height: 1.06rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.503rem 0 0 -.503rem;
    z-index: 2;
    opacity: 0;
}
.inner-page .inner-picture-list .picture-tag:hover::after,
.inner-page .inner-picture-list .picture-tag:hover::before,
.inner-page .inner-video-list .video-tag:hover::after,
.inner-page .inner-video-list .video-tag:hover::before {
    opacity: 1;
}
.inner-page .inner-picture-list .picture-tag-bright:hover::after,
.inner-page .inner-picture-list .picture-tag-bright:hover::before,
.inner-page .inner-video-list .video-tag-bright:hover::after,
.inner-page .inner-video-list .video-tag-bright:hover::before {
    opacity: 1;
}
/*新闻详情页*/
.inner-page .inner-detials-box {
    width: 12rem;
    min-height: 7rem;
    margin: 43px auto 0;
}
.inner-page .inner-detials-box .inner-detials-content {
    width: 7.9rem;
    padding: .5rem 0;
    margin-left: .35rem;
}
.inner-page .inner-detials-box .inner-detials-content-bright {
    width: 7.9rem;
    padding: .5rem 0;
    margin-left: .35rem;
}
.inner-page .inner-detials-box .inner-detials-content h2 {
    color: #bd994b;
    font-size: .32rem;
    text-align: center;
    line-height: .5rem;
    padding: .15rem 0;
}
.inner-page .inner-detials-box .inner-detials-content-bright h2 {
    color: #fff;
    font-size: .32rem;
    text-align: center;
    line-height: .5rem;
    padding: .15rem 0;
}
.inner-page .inner-detials-box .inner-detials-content .info {
    color: #515a67;
    font-size: .16rem;
    text-align: center;
    line-height: .25rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #453f2c;
}
.inner-page .inner-detials-box .inner-detials-content-bright .info {
    color: #abc7ff;
    font-size: .16rem;
    text-align: center;
    line-height: .25rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #453f2c;
}
.inner-page .inner-detials-box .inner-detials-content .info em {
    font-size: .14rem;
}
.inner-page .inner-detials-box .inner-detials-content-bright .info em {
    font-size: .14rem;
}
.inner-page .inner-detials-box .inner-detials-content .detials-box {
    width: 100%;
    padding: .2rem 0 .5rem;
    color: #798390;
    font-size: .16rem;
    line-height: .3rem;
    text-align: justify;
}
.inner-page .inner-detials-box .inner-detials-content-bright .detials-box {
    width: 100%;
    padding: .2rem 0 .5rem;
    color: #d8e2fd;
    font-size: .15rem;
    line-height: .3rem;
    text-align: justify;
}
.inner-page .inner-detials-box .inner-detials-content .detials-box a {
    color: #798390;
    text-decoration: underline;
}
.inner-page .inner-detials-box .inner-detials-content-bright .detials-box a {
    color: #d8e2fd;
    text-decoration: underline;
}
.inner-page .inner-detials-box .inner-detials-content .detials-box img {
    max-width: 100%;
    height: auto!important;
    display: block;
    margin: .35rem auto;
}
.inner-page .inner-detials-box .inner-detials-content-bright .detials-box img {
    max-width: 100%;
    height: auto!important;
    display: block;
    margin: .35rem auto;
}
.inner-page .inner-detials-box .recommend-box{
    background-position: 0 -2.19rem;
    width:3.24rem;
    height:3.51rem;
    top: 2.75rem;
    right: 3.45rem;
}
.inner-page .inner-detials-box .recommend-box .crumbs-box {
    width: 100%;
    top: -1.6rem;
    left: 0;
}
.inner-page .inner-detials-box .recommend-box .crumbs-box-bright {
    width: 100%;
    top: -1.6rem;
    left: 0;
}
.inner-page .inner-detials-box .recommend-box .crumbs-box .crumbs {
    width: 3rem;
    color: #515a67;
    font-size: .145rem;
    line-height: .4rem;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner-page .inner-detials-box .recommend-box .crumbs-box-bright .crumbs {
    width: 3rem;
    color: #abc7ff;
    font-size: .145rem;
    line-height: .4rem;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner-page .inner-detials-box .recommend-box .crumbs-box .crumbs a {
    color: #515a67;
}
.inner-page .inner-detials-box .recommend-box .crumbs-box-bright .crumbs a {
    color: #abc7ff;
}
.inner-page .inner-detials-box .recommend-box .crumbs-box .crumbs a:hover {
    text-decoration: underline;
}
.inner-page .inner-detials-box .recommend-box .crumbs-box-bright .crumbs a:hover {
    text-decoration: underline;
}
.inner-page .inner-detials-box .recommend-box .crumbs-box .btn-return{
    background-position: -3.34rem -3.11rem;
    width:3.14rem;
    height:.54rem;
    display: block;
    margin: 0 auto;
}
.inner-page .inner-detials-box .recommend-box .crumbs-box-bright .btn-return-bright{
    background-position: -3.34rem -3.11rem;
    width:3.14rem;
    height:.54rem;
    display: block;
    margin: 0 auto;
}
.inner-page .inner-detials-box .recommend-box .crumbs-box .more-recommend-title{
    background-position: -6.58rem -3.11rem;
    width:3.2rem;
    height:.29rem;
    margin: .3rem auto 0;
}
.inner-page .inner-detials-box .recommend-box .crumbs-box-bright .more-recommend-title-bright{
    background-position: -6.58rem -3.11rem;
    width:3.2rem;
    height:.29rem;
    margin: .3rem auto 0;
}
.inner-page .inner-detials-box .recommend-box .recommend-list {
    width: 2.8rem;
    height: 2.95rem;
    margin: .2rem auto 0;
    overflow: hidden;
}
.inner-page .inner-detials-box .recommend-box .recommend-list-bright {
    width: 2.8rem;
    height: 2.95rem;
    margin: .2rem auto 0;
    overflow: hidden;
}
.inner-page .inner-detials-box .recommend-box .recommend-list a {
    display: block;
    width: 100%;
    height: .28rem;
    line-height: .28rem;
    font-size: 0;
    margin-top: .2rem;
}
.inner-page .inner-detials-box .recommend-box .recommend-list-bright a {
    display: block;
    width: 100%;
    height: .28rem;
    line-height: .28rem;
    font-size: 0;
    margin-top: .2rem;
}
.inner-page .inner-detials-box .recommend-box .recommend-list a i {
    vertical-align: top;
    color: #000000;
    font-size: .16rem;
    text-align: center;
}
.inner-page .inner-detials-box .recommend-box .recommend-list-bright a i {
    vertical-align: top;
    color: #fff;
    font-size: .16rem;
    text-align: center;
}
.inner-page .inner-detials-box .recommend-box .recommend-list a span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - .6rem);
    margin-left: .05rem;
    color: #798390;
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner-page .inner-detials-box .recommend-box .recommend-list-bright a span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - .6rem);
    margin-left: .05rem;
    color: #abc7ff;
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner-page .inner-detials-box .recommend-box .recommend-list a:hover span {
    color: #bd994b;
}
.inner-page .inner-detials-box .recommend-box .recommend-list-bright a:hover span {
    color: #fff;
}
.btn-return-top{
    background-position: -3.34rem -3.75rem;
    width:.69rem;
    height:.92rem;
    right: 5.85rem;
    bottom: .25rem;
    transition: all .3s;
}
.btn-return-top:hover {
    transform: translateY(-.25rem);
}
.btn-return-top-bright{
    background-position: -3.34rem -3.75rem;
    width:.69rem;
    height:.92rem;
    right: 5.85rem;
    bottom: .25rem;
    transition: all .3s;
}
.btn-return-top-bright:hover {
    transform: translateY(-.25rem);
}

#pagination,.page{font-size:0;text-align:center}#pagination{height:36px;margin:50px 0}#pagination li{*display:inline;*zoom:1;margin:0 8px;height:36px;vertical-align:top}#pagination li a,.page a,.page span{border:1px solid #d2d16f;border-radius:6px;font-size:16px;cursor:pointer;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}#pagination li a{height:34px;padding:0 14px;line-height:36px;display:block;color:#2c2c2c}#pagination .disabled a{cursor:not-allowed}#pagination .disabled:hover a,#pagination .total:hover a{color:#fff}#pagination .total a{cursor:default;border:0}#pagination .total{display:none}#pagination .active a,#pagination li:hover a{color:#fff;border:1px solid #d2d16f;background:#d2d16f;border-radius:6px}#pagination .active a{cursor:default}.page{margin:60px auto;word-spacing:-1px}.page a,.page span{color:#fff;min-width:38px;min-height:38px;margin:0 6px;line-height:38px;display:inline-block;word-spacing:normal;letter-spacing:normal;*display:inline;zoom:1;vertical-align:middle}.page .page-operation{min-width:80px}.page .focus,.page a:hover,.page span:hover{color:#fff;background:#d2d16f;border-radius:6px}.page .focus{cursor:default}.page .page-disable{cursor:not-allowed;color:#707070}.page .page-ellipse{color:#707070;border:0;cursor:default}.page .page-disable:hover,.page .page-ellipse:hover{color:#707070;background:#fff}.game-introduce{position:absolute;width:1037px;height:608px;left:50%;margin-left:-490px;bottom:80px}.game-introduce p{-webkit-transform:rotate(-6deg);-ms-transform:rotate(-6deg);transform:rotate(-6deg);font-size:16px;color:#fff;font-weight:lighter;position:absolute;bottom:250px;left:37px;width:777px}