.position{width:1200px;height:40px;line-height:40px;color:#666;overflow:hidden;margin-top:15px;padding: 5px 20px 10px 45px;background: #fff url(../images/home_icon.png) no-repeat 20px 17px;}
.position a{color:#666;}
.position_a{color:#000 !important;}
.position a:hover{color:#ea8b14; }

.m_nav{ background:#ececec; height:50px; line-height:50px;}
.m_nav a{width: 12.5%; height:50px; line-height:50px; text-align:center; float:left; font-size: 16px;}
.m_nav a:hover{color: #10a0ea;}
.m_nav a.current{ background:#10a0ea; color:#fff;}
.tj-zhuanti{min-height: 75px;}

.main .zt-list {
    margin-top: 15px;
    background: #ffffff;
}

.main .main-top {
    padding: 0 7px;
}

.hot_label{background:#FFF; padding:15px 20px 15px 20px; margin-top:1px}
.hot_label h4 {
    font-size: 16px;
    color: #363636;
    font-weight: 300;
    float: left;
    margin-right: 12px;
}

.hot_label li {
    /*float: left;*/
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 11px;
}
.hot_label li a {
    height: 25px;
    line-height: 25px;
    display: block;
    max-width: 210px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
    font-size: 13px;
    color: #61c6cc;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #61c6cc;
}
.hot_label li:nth-child(7n-6) a {
    border: 1px solid #61c6cc;
    color: #61c6cc;
}
.hot_label li:nth-child(7n-5) a {
    border: 1px solid #ef6e67;
    color: #ef6e67;
}
.hot_label li:nth-child(7n-4) a {
    border: 1px solid #6494eb;
    color: #6494eb;
}
.hot_label li:nth-child(7n-3) a {
    border: 1px solid #31bd80;
    color: #31bd80;
}
.hot_label li:nth-child(7n-2) a {
    border: 1px solid #39a0ff;
    color: #39a0ff;
}
.hot_label li:nth-child(7n-1) a {
    border: 1px solid #ff900d;
    color: #ff900d;
}
.hot_label li:nth-child(7n) a {
    border: 1px solid #83AF9B;
    color: #83AF9B;
}
.hot_label li:first-child a {
    border: 1px solid #61c6cc;
    color: #61c6cc;
}
.hot_label li:last-child a {
    border: 1px solid #f4686c;
    color: #f4686c;
}

.snav {
    height: 60px;
    margin-bottom: 7px;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 3px solid #9C9C9C;
}

.snav span {
    display: block;
    height: 60px;
    background: #fff;
    position: absolute;
    top: -3px;
    left: 400px;
}

.snav span a {
    display: block;
    width: 200px;
    text-align: center;
    font-size: 20px;
    float: left;
    background: #fff;
    height: 60px;
    line-height: 60px;
    border-right: 1px solid #e8e8e8;
    color: #000;
    border-left: 1px solid #e8e8e8;
    border-top: 3px solid #9C9C9C;
}

.snav span a.cur{
    border-top: 3px solid #17b1f2;
    color: #17b1f2;
    text-decoration: none;
    font-weight: bold;
}
.snav span a:hover{
    color: #17b1f2;
}

/* 专题列表 */
.topic-list {
    overflow: hidden;
    padding: 5px 0;
}

.topic-list .topic-item {
    overflow: hidden;
    padding: 6px 15px;
}
.topic-list .topic-item:hover .Min0_L{
    border-color: #17b1f2;
}
.topic-list .topic-item:hover .Min0_R{
    border-color: #17b1f2;
}

.Min0_L {
    float: left;
    width: 574px;
    height: 255px;
    border: 1px solid #fff;
    border-right: 0;
    
}

.Min0_L img {
    width: 574px;
    height: 255px;
    display: block;
    transition: 0.2s;
}

.Min0_R {
    float: right;
    width: 594px;
    height: 245px;
    background: #f0f1f7;
    position: relative;
    padding-top: 10px;
    border: 1px solid #fff;
    border-left: 0;
}

.Min0_R .sj {
    display: block;
    position: absolute;
    left: -20px;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #f0f1f7;
    border-bottom: 20px solid transparent;
}

.Min0_R .bt {
    display: inline-block;
    font-size: 22px;
    color: #525252;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: -8px;
    max-width: 400px;
}

.Min0_R span {
    color: #565656;
}

.Min0_R .miaoshu {
    float: left;
    width: 567px;
    height: 40px;
    overflow: hidden;
    color: #858585;
    font-size: 12px;
    margin: 10px 0 0 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Min0_R .hot {
    width: 575px;
    height: 130px;
    float: left;
    margin: 15px 0 10px 20px;
}

.Min0_R .hot .bq {
    float: left;
    width: 40px;
    height: 127px;
    background: url(../images/bq-hot.png) no-repeat;
}

.Min0_R .hot ul {
    position: relative;
    display: block;
    float: left;
    padding-left: 65px;
}

.Min0_R .hot ul li {
    float: left;
    margin-right: 26px;
    width: 100px;
}
.Min0_R .hot ul li:hover span{
    color: #17b1f2;
}
.Min0_R .hot ul li a {
    display: block;
}

.Min0_R .hot ul li img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 15px;
}
.Min0_R .hot ul li span {
    display: block;
    text-align: center;
    margin-top: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Min0_R .hot .top-list .top-title {
    position: absolute;
    width: 20px;
    height: 110px;
    padding: 10px 10px;
    overflow: hidden;
    top: 0;
    left: 0;
    font-size: 17px;
    color: #5c5761;
    background-image: url(../images/spite.png);
    background-size: 310px 228px;
    background-repeat: no-repeat;
    background-position: -2px -66px;
    line-height: 26px;
}

/* 页码 */
.page {
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
}

.page span,
.page a,
.page b {
    display: inline-block;
    border: 1px solid #d7d7d7;
    padding: 5px 12px;
    margin: 0 5px;
}

.page a:hover {
    background: #ff6600;
    color: #fff;
    border: 1px solid #ff6600;
}

.page b {
    background: #ff6600;
    color: #fff;
    border: 1px solid #ff6600;
}

/* 热门排行 */
.game-con-6 {
    padding: 13px 0;
}

.game-con-6 .box-title-vertical {
    float: left;
    height: 90px;
    margin-right: 15px;
    margin-left: 15px;
    _margin-right: 5px;
    border-left: 2px solid #ff6600;
    overflow: hidden;
}

.game-con-6 .box-title-vertical h2 {
    width: 18px;
    _width: 9px;
    float: left;
    font-size: 20px;
    letter-spacing: 20px;
    _letter-spacing: 10px;
    padding: 4px 10px 0 9px;
    _padding: 6px 0 0 9px;
    line-height: 21px;
}

.game-con-6 .box-con-5 {
    height: 90px;
    overflow: hidden;
}

.game-con-6 .box-con-5 a {
    float: left;
    display: block;
    font-size: 16px;
    width: 137px;
    height: 40px;
    margin: 0 14px 10px 0;
    _margin: 0 12px 10px 0;
    padding: 0 5px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    transition: 0.3s;
}

.game-con-6 .box-con-5 a:hover {
    background: #ff8a00;
    color: #fff;
}

.special-content-list {
    width: 100%;
    display: block;
    clear: both;
    height: 190px;
    -webkit-animation: colorize 2s cubic-bezier(0,0,.78,.36) 1;
    animation: colorize 2s cubic-bezier(0,0,.78,.36) 1;
    border: 5px solid #ffffff;
    border-radius: 4px;
    margin-top: 10px;
    background-color: white;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 0px;
}
.special-img {
    width: 300px;
    float: left;
}
.special-img img {
    width: 280px;
    height: 165px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}
.special-txt {
    width: 876px;
    float: left;
    margin-top: 18px;
    margin-left: -9px;
    padding: 0px 0px 0px 18px;
    height: 175px;
}
.special-txt span.ico {
    margin-top: 0px;
    display: block;
    margin-left: 10px;
    overflow: hidden;
    height: 170px;
}
.special-txt span.ico h2{
    display: inline-block;
    font-size: 22px;
    color: #525252;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: -8px;
    max-width: 400px;
}
.special-txt span.ico .miaoshu {
    float: left;
    width: 800px;
    height: 20px;
    overflow: hidden;
    color: #858585;
    font-size: 12px;
    margin: 10px 0 10px 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.special-txt span.ico .top-app-list {
     display: block;
    float: left;
     width: 80px;
     margin-right: 5px;
    text-decoration: none;
}
h2 a.sepcialtitle {
    /* display: block; */
    float: left;
    /* margin-right: 10px; */
    text-decoration: none;
    font-size: 22px;
}
.special-txt span.ico img {
    width: 72px;
    height: 72px;
    margin-right: 10px;
}

.special-txt span.ico i {
    display: block;
    text-align: center;
    margin-top: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}
.special-txt span.ico em {
    /* display: block; */
    color: #666;
    margin-bottom: 18px;
    float: right;
}