.container {
    max-width: 750px;
    margin: 0 auto;
}

/* 导航开始 */
.index-list-heading {
    margin-top: .5rem;
    margin-bottom: 1px;
    overflow: hidden;
    background-color: #fff;
    padding: 8px;
    max-width: 750px;
    margin: 0 auto;
}

.index-list-heading h2 {
    margin: 5px -8px;
    border-left: 9px solid #f60;
    padding: 0 9px;
    float: left;
    height: 24px;
    font-weight: 800;
    font-size: 20px;
    color: #151515;
    line-height: 24px;
    overflow: hidden;
}

.index-list-heading h2 a {
    color: #151515
}

.index-list-heading .sub-chanel {
    margin: 5px 0;
    padding: 0 0px;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
}

.index-list-heading .sub-chanel a {
    font-size: 15px;
    display: inline-block;
    padding: 0 2px;
    color: #666;
    text-decoration: none
}

/* 导航结束 */
/* nav开始 */
.shortcut {
    max-width: 750px;
    margin: 0 auto;
}

.shortcut-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff;
    padding-top: .25rem;
}

.shortcut-wrap li {
    width: 25%;
}

.shortcut-wrap li a {
    display: block;
    padding: 8px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}

.shortcut-wrap li a .ico {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin: 0 auto;
    background-image: url(../images/icons.jpg);
    background-size: 50px 550px;
    background-repeat: no-repeat;
}

.shortcut-wrap li a .ico.ico-bus {
    background-position: 0 0
}

.shortcut-wrap li a .ico.ico-metro {
    background-position: 0 -50px
}

.shortcut-wrap li a .ico.ico-keche {
    background-position: 0 -100px
}

.shortcut-wrap li a .ico.ico-geshui {
    background-position: 0 -150px
}

.shortcut-wrap li a .ico.ico-shebao {
    background-position: 0 -200px
}

.shortcut-wrap li a .ico.ico-weizhang {
    background-position: 0 -250px
}

.shortcut-wrap li a .ico.ico-huoche {
    background-position: 0 -300px
}

.shortcut-wrap li a .ico.ico-tianqi {
    background-position: 0 -350px
}

.shortcut-wrap li a .ico.ico-jingdian {
    background-position: 0 -400px
}

.shortcut-wrap li a .ico.ico-kuaidi {
    background-position: 0 -450px
}

.shortcut-wrap li a .ico.ico-caipiao {
    background-position: 0 -500px
}

.shortcut-wrap li a span {
    white-space: nowrap;
    line-height: 1.2rem;
    font-size: 0.75rem;
    color: #666
}

/* nav结束 */
/* 前10条信息开始 */
.sec-list-body a {
    max-width: 750px;
    margin: 0 auto;
}

.sec-list-body a {
    text-decoration: none
}

.sec-list-body .list-item-a {
    background-color: #fff;
    margin: 1px 0;
    padding: 11px 10px 11px 10px;
}

.sec-list-body .list-item-a img {
    width: 100px;
    height: 70px;
    float: right;
    border: none;
    border-radius: 5px;
}

.sec-list-body .list-item-a dl {
    margin: 0;
    /* padding-bottom: 10px; */
}

.sec-list-body .list-item-a img~dl {
    margin-right: 110px;
    min-height: 69px;
}

.sec-list-body .list-item-a img~dl dt {
    min-height: 45px;
}

.sec-list-body .list-item-a dl dt {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.sec-list-body .list-item-a dl dt {
    color: #222;
    text-decoration: none;
    font-size: 17px;
    line-height: 25px;
}

.sec-list-body .list-item-a dl dt.text-one-line {
    height: 25px
}

.sec-list-body .list-item-a dl dd {
    margin: 0;
    padding: 4px 10px 0 0;
    color: #777;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 13px;
    text-align: left;
}

.sec-list-body .list-item-a dl dd.text-left {
    text-align: left
}

.sec-list-body .list-item-a dl dd.hit {
    height: 15px;
    padding-right: 5px;
    text-align: right
}

.more-btn {
    margin: 0 0 10px;
    background: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #f60;
    text-decoration: none;
    padding: 10px 0
}

/* 前10条信息结束 */
/* topnav */
#topnav {
    margin: 0 auto;
    display: block;
    left: 0px;
    top: 50px;
    /* width: 100%; */
    max-width: 750px;
    z-index: 99;
    border-bottom: 1px solid #ddd;
    transition: all 0.5s;
    font-size: 12px;
    font-family: "榛戜綋", Arial, HELVETICA;
    background-color: #fafafa;
}

#topnav>nav {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: #fff;
    display: block;
    font-size: 16px;
}

#topnav>nav>ul.nav {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

#topnav>nav ul, #topnav>nav li {
    margin: 0px;
    padding: 0px;
}

#topnav>nav ul.nav li {
    float: left;
    width: 14.285%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    display: block;
}

#topnav>nav ul.nav li a {
    color: #333;
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    text-decoration: none;
}

#topnav>nav ul.nav .active a {
    color: Red;
}

#topnav>nav .menu-index {
    float: left;
    background-image: url(../images/pulldown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transition: all 1s;
}

.toffset180 {
    transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -webkit-transform: rotate(540deg);
    -o-transform: rotate(540deg);
}

#topnav>.menu-box {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    font: 16px "榛戜綋";
}

#topnav>.menu-box ul {
    width: 100%;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 0;
}

#topnav>.menu-box ul li {
    float: left;
    width: 14.285%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    display: block;
}

#topnav>.menu-box ul li a {
    color: #333;
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    text-decoration: none;
}

/* topnav */
/* 三级页面导航 */
.daohang {
    margin: 0 auto;
    max-width: 750px;
    margin-bottom: 2px;
    font-size: 1rem;
    background: #fff;
    line-height: 1.6rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #999;
    height: 2.5rem;
    overflow: hidden;
    white-space: nowrap;
}

.daohang span {
    padding: .3rem;
}

.daohang a {
    display: inline-block;
    padding: 8px 15px 8px 3px;
    color: #555;
    text-decoration: none;
    background: url(../images/arrow.png) center right no-repeat;
    background-size: contain;
    font-size: 1rem;
}

/* 三级页面导航 */
/* 文章页面 */
.leading {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    color: #777;
    background: #f5f5f5;
}

.leading .dao font {
    background: #999;
    padding: 1px 10px;
    margin-right: 5px;
    color: #fff;
}

article>h1, .heading h1 {
    margin: 20px 0 5px 0;
    padding: 0 10px;
    color: #222;
    font-size: 22px;
    line-height: 36px;
}

.heading .heading-info, aside.heading-info {
    padding: 0 5px 5px 5px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    margin: 0 5px;
}

.content>h1 {
    margin: 0;
    padding-top: 5px;
}

.content {
    padding: 0 0px 10px 0px;
    line-height: 30px;
    font-size: 16px;
    background: #fff;
}

.content a {
    text-decoration: none;
    word-break: break-all;
}

.content-box p {
    padding: 0 10px;
}

.content-box>a:link,
.content-box>a:visited,
.content-box>p>a:link,
.content-box>p>a:visited,
.content-box>div>a:link,
.content-box>div>a:visited,
.content-box>center>a:link,
.content-box>center>a:visited {
    color: #fff !important;
    background: #f60 !important;
    padding: 1px 5px 1px;
    font-size: 14px;
    text-decoration: underline;
}

.content-box>a:link *,
.content-box>p>a:link *,
.content-box>div>a:link *,
.content-box>center>a:link * {
    color: #fff !important;
}

.content-box>a.no-bg,
.content-box>p>a.no-bg,
.content-box>div>a.no-bg,
.content-box>center>a.no-bg {
    background: none !important;
}

.content .focus {
    background: #fff;
    padding-left: 5px;
}

.content .focus {
    width: auto !important;
}

.content .focus .f-pic {
    float: none;
    width: auto;
    height: auto;
    max-width: 99%;
}

.content .focus .havepic {
    margin-left: 0;
}

.content p {
    max-width: 100%;
}

.content table {
    border-collapse: collapse;
    border: 1px solid #E0E0E0;
    width: 100%;
    word-break: break-all;
}

.content table td {
    padding: 3px 0px;
    font-size: 14px;
}

/* 文章页面 */
/* 内页头部 */
.top-nav2016 {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    /* width: 100%; */
    z-index: 1000;
    background: #fff;
}

.top-nav2016 .top-bar {
    overflow: hidden;
    height: 40px;
    list-style: none;
    border-bottom: 1px solid #cc5200;
    background: #f60;
}

.top-nav2016 .top-bar div a {
    line-height: 40px;
    color: #fff;
}

.top-nav2016 .top-bar div.home {
    float: left;
    width: 40px;
    height: 40px;
    border-right: 1px solid #e65c00;
}

.top-nav2016 .top-bar div.home a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icons.png);
    background-size: 80px 160px;
    background-position: 0 -40px;
    background-repeat: no-repeat;
}

.top-nav2016 .top-bar div {
    text-align: center;
}

.top-nav2016 .top-bar div.title {
    font-size: 24px;
    height: 40px;
    margin: 0 40px 0 41px;
    border-left: 1px solid #ff751a;
    border-right: 1px solid #e65c00;
}

.top-nav2016 .top-bar div.title a {
    font-size: 18px;
    font-weight: 800;
    display: block;
    width: 130px;
    height: 40px;
    margin: auto;
    /* text-align: right;
  text-decoration: none; */
    /* background-image: url(../images/icons.png);
  background-size: 80px 160px;
  background-position: 0 -120px;
  background-repeat: no-repeat; */
}

.top-nav2016 .top-bar div.list {
    float: right;
    overflow: hidden;
    width: 41px;
    height: 40px;
}

.top-nav2016 .top-bar div.list a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
}

.top-nav2016 .top-bar div.list a.dropdown {
    border-left: 1px solid #ff751a;
    background-image: url(../images/icons.png);
    background-size: 80px 160px;
    background-position: 0 -80px;
    background-repeat: no-repeat;
}

.top-nav2016 .menu {
    padding: 5px 10px;
    clear: both;
    list-style: none;
    background: #eee;
}

.top-nav2016 .menu a {
    display: block;
    float: left;
    width: 16%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding: 0px;
    margin: 3px 0;
    color: #555;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.top-nav2016 .menu a.active {
    color: #fff;
    background: #f60;
    border-radius: 3px;
}

.sec-list-heading {
    margin-bottom: 2px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 8px;
}

/* 内页头部 */
/* 返回top/建议 */
.back_to_top {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-image: url(../images/top.png);
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 44px 44px;
    position: fixed;
    bottom: 200px;
    right: 2px;
    opacity: 0.75;
    cursor: pointer;
    display: none;
}

.back_to_feed {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    position: fixed;
    bottom: 155px;
    right: 2px;
    opacity: 0.75;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    line-height: 44px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: none;
}

/* 游戏信息模块 */
.gameinfo {
    display: flex;
    flex-direction: row;
    max-width: 750px;
    background-color: #fff;
}

.gameinfo .img {
    background-color: #fff;
    margin: 10px;
}

.gameinfo .info {
    margin: 10px;
    overflow: hidden;
}

.gameinfo .miaoshu {
    background-color: #fff;
    margin: 10px;
}