﻿/* 幻灯 */
.md-slider{ width:100%; height:auto; position:relative; zoom:1; display:block; overflow:hidden}
.module{ width:100%; height:auto; background:#fff; display:block; overflow:hidden; margin:10px 0 0 0; padding:0 0 10px 0;}
.md-slider .nav{ height:10px; position:absolute; right:10px; bottom:10px;text-align:right; margin:0; padding:0; z-index:60; display:block; overflow:hidden}
.md-slider .nav li{display:inline-block;width:9px;height:9px;background:#fff; float:left;overflow:hidden; border-radius:30px; margin:0 0 0 6px;}
.md-slider .nav .active{ background:#19b5fe;}
.md-slider .content{width:100%; max-height:40.5vw;overflow:hidden}
.md-slider .content img{ width:100%; height:auto; display:block; overflow:hidden}
.md-slider .content strong{ width:100%; height:30px; line-height:30px; font-size:14px; font-weight:normal; color:#fff; text-align:left; text-indent:10px; display:block; overflow:hidden; position:absolute; left:0; bottom:0; z-index:20}
.md-slider .content .g-ppt-bg{ width:100%; height:30px; background:#000; opacity:0.7; display:block; overflow:hidden; position:absolute; bottom:0; left:0; z-index:10; margin:0; padding:0;}
.md-slider .content li{float:left;width:100%;text-align:center; position:relative; zoom:1; display:block; overflow:hidden;}
.md-slider .content li a{ text-decoration:none;}
.scroll { position: relative; height: auto; margin: auto 0; overflow: hidden; -webkit-user-select: none;}
.scroll .slide { position: absolute; left: 0; top: 0; width: 100000px; -webkit-user-select: none;}
.scroll .slide li { position: relative; -webkit-user-select: none;float: left;}
.scroll .slide li a { -webkit-tap-highlight-color: rgba(0,0,0,0);}
.scroll .slide li img { width: 100%; height: 100%;}
.slide li p {    width: 100%;    height: 35px;    background-color: rgba(0,0,0,0.7);    position: absolute;    left: 0;    bottom: 0;
    color: #fff;    font-size: 1rem;    line-height: 35px;    text-indent: 12px;}
.slide_dot {    position: absolute;    bottom: 10px;    right: 0px;z-index: 10;}
.slide_dot span {    display: inline-block;    width: 6px;    height: 6px;    margin-right: 10px;    background-color: #fff;    border-radius: 6px;}
.slide_dot .selected {    background-color: #f42d2d;}

/*幻灯*/
/* clearfix */
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;height: 0;line-height: 0;}
/* display none until init */
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* mouse grab icon */
.grabbing { cursor:url(grabbing.png) 8 8, move;}
.item img { display: block; width: 100%; height: auto;}
.item a span{ position: absolute; right: 0; bottom: 0; width: 100%; height: 30px; line-height: 30px; vertical-align:middle; text-align:left; text-indent:1em; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); color:#fff; }
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}
.owl-theme .owl-controls{margin-top: 10px;text-align: center;}
/*  */
.m-mininav { padding: 10px 0; background-color: #fff; border-bottom: 1px #e4e4e4 solid; margin-bottom: 10px;}
.m-mininav ul{ display: -moz-box; display: -webkit-box; display: box; width: 100%;}
.m-mininav ul li { -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; text-align: center; padding: 10px 0}
.m-mininav ul li a { display: block;}
.m-mininav ul li a img { width: 80%; max-width: 50px;}
.m-mininav ul li a span { display: block; line-height: 23px; text-align: center; font-size:1.3rem; color: #333;}
.m-mininav ul li a:hover,.m-mininav ul li a:hover span { color: #29ae5f; }
/* 三餐+区块导航 */
.g-sancan { background-color: #fff;padding: 20px 0 0; margin-bottom: 10px;}
.g-sancan ul {display: -moz-box; display: -webkit-box; display: box; padding-right: 4%; }
.g-sancan ul li{-moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; position: relative; width: 100%;  margin-left: 4%; margin-bottom: 10px;}
.g-sancan ul li a { display: block;}
.g-sancan ul li a strong { position: absolute; width: 73px; height: 30px; line-height: 30px;top: 5px; left: -5px; color: #fff; padding-left: 8px; font-weight: normal;}
.g-sancan ul li:nth-child(1) a strong { background-color: rgba(255,160,8,.8);}
.g-sancan ul li:nth-child(2) a strong { background-color: rgba(95,190,0,.8);}
.g-sancan ul li:nth-child(3) a strong { background-color: rgba(54,178,216,.8);}
.g-sancan ul li a img{ display: block; width: 100%;}

.g-divnav ul:nth-child(1) li:nth-child(1){ background-color: #ea645b}
.g-divnav ul:nth-child(1) li:nth-child(1) h6 { font-size: 2rem; text-align: center; line-height: 30px;}
.g-divnav ul:nth-child(1) li:nth-child(1) p{ color: #ffada7; line-height: 18px; padding:0 10px;}
.g-divnav ul:nth-child(1) li:nth-child(2){background: url(../images/i11.png) no-repeat 5% center #ba88cf ; background-size: 70px;    }
.g-divnav ul:nth-child(1) li:nth-child(3){ background: url(../images/i22.png) no-repeat 5% center #7dc764;background-size: 70px;}
.g-divnav ul:nth-child(2) li:nth-child(1){ background: url(../images/i33.png) no-repeat 5% center #6fba2c;background-size: 70px;}
.g-divnav ul:nth-child(2) li:nth-child(2){ background: url(../images/i44.png) no-repeat 5% center #1da2cf;background-size: 70px;}
.g-divnav ul:nth-child(2) li:nth-child(3){ background: url(../images/i55.png) no-repeat 5% center #f2b349;background-size: 70px;}
.g-divnav ul li { margin-bottom: 15px;}
.g-divnav ul li a { color: #fff; display: block; width: 100%; height: 80px;display:table;}
.g-divnav ul li a div{display:table-cell; vertical-align:middle;}
.g-divnav ul li a h5 { font-size: 2.2rem;}
.g-divnav ul li.m-nr  div{ padding-right: 20px; text-align: right;}

/* 首页专题 */
.g-index-hotzq{ width:100%; height:quto; padding:0 0 0 0; margin:0 0 0 0; background:#fff; display:block;  position:relative; zoom:1;}
.g-index-hotzq .g-recomd-ul{ width:auto; height:auto; position:relative; top:12px; left:0; white-space:nowrap; overflow:visible; display:block; overflow:hidden; padding-bottom: 10px;}
.g-index-hotzq .g-recomd-ul li{ width:45%; height:auto; display:inline-block; margin:0 0 0 15px; float: left;padding-bottom: 10px;}
.g-index-hotzq .g-recomd-ul li a{ width:100%; height:auto; display:block; overflow:hidden}
.g-index-hotzq .g-recomd-ul li a img{ width:100%; height:auto; border-radius:10px; display:block; overflow:hidden}
.g-index-hotzq .g-recomd-ul li a span{ width:100%; height:20px; line-height:20px; font-size:14px; font-weight:normal; color:#333; text-align:center; margin:4px 0 0 0; display:block; overflow:hidden}


body .m-h3 i.hotzx { background-position: 0 0; background-image: url(../images/hotnews.png); background-size: 24px;}
body .m-h3 i.jkzt { background-position: 0 0; background-image: url(../images/newzt.png); background-size: 24px;}


.g-cms-strategy-list{ width:100%; height:auto; padding:0 10px 10px; display:block; overflow:hidden; box-sizing:border-box;}
.g-cms-strategy-list li{ width:100%; height:40px; border-bottom:1px solid #ebebeb; display:-webkit-box; overflow:hidden;}
.g-cms-strategy-list li a{ width:100%; height:40px; line-height:40px; -webkit-box-flex:1; font-size:14px; font-weight:normal; color:#333; display:block; overflow:hidden;  padding-left: 15px;}
.g-cms-strategy-list li em{ width:auto; height:40px; line-height:40px; font-size:14px; font-weight:normal; color:#999; display:block; overflow:hidden; display: none;}
.g-cms-wonderful{ padding:0 0 14px 0;}

.g-m10{ margin-bottom:10px;}

.g-down-recomd-game { position: relative; display: block; zoom: 1; width: 100%; height: 170px; padding: 15px 0 0; box-sizing: border-box; background: #fff; overflow: hidden;}
.g-down-recomd-game .g-down-recomd-ul { display: block; position: absolute; top: 10px; left: 0; width: auto; height: auto; white-space: nowrap; overflow: hidden;}
.g-down-recomd-game .g-down-recomd-ul li{ display: inline-block; width: 200px; height: auto; margin: 0 0 0 15px; text-align:center; white-space: nowrap; overflow: hidden;}
.g-down-recomd-game .g-down-recomd-ul li a{ color:#666;}
.g-down-recomd-game .g-down-recomd-ul li a img { display: block; width: 100%; margin:0 0 6px; height:121px; border-radius: 10px; overflow: hidden;}


 .overflow-hidden{overflow: hidden;}
.m-foot{ z-index:9;}
.g-sidenav{ display:none; position:absolute; top:0; left:0; z-index:10; width:100%; height:100%;}
.g-sidenav .m-bg{ position:fixed; top:0; left:0; width:100%; height:100%; opacity:0; background: url(../images/yy_03.png) repeat 0 0;}
.g-sidenav .m-bg i{ display:block; width:100%; height:100%; background:url(../images/tip_07.png) no-repeat 0 center; background-size:80px 122px;}
.g-sidenav .m-sidenav{ position:fixed; top:0; right:-70%; width:70%; height:100%; background-color:#fff;}
.g-sidenav .m-sidenav .head{ height: 40px; line-height:40px; font-size:16px; font-weight:bold; color:#fff; background-color:#000000;}
.g-sidenav .m-sidenav .head i{ padding:6px 23px; background:url(http://m.5h.com/skin/h15m/images/moblie-bg.png) no-repeat 8px 9px; background-size:31px 20px;}
.g-sidenav .m-sidenav .tit{ height:40px; line-height:40px; font-size:16px; border-bottom:1px solid #e7edec; text-indent:1em;}
.g-sidenav .m-sidenav .h3-list{ padding:0 0 27px;}
.g-sidenav .m-sidenav .h3-list h3{ height:40px; line-height:40px; padding:0 0 0 16px; border-bottom:1px solid #e7edec; font-size:14px; color:#666666;}
.g-sidenav .m-sidenav .h3-list h3 a{ color:#666666;}
.g-sidenav .m-sidenav .zt-list li{ float:left; width:50%; height:24px; margin:18px 0 0; text-align:center;}
.g-sidenav .m-sidenav .zt-list li a{ display: block; width: 84%; height:30px; line-height:30px; margin: 0 auto; background-color: #f2f2f2; border-radius: 6px; color: #666;}
   
.m-fnav-btn {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 92px;
    overflow: hidden;
}
.m-fnav-btn a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgba(0,0,0,0.6) url("../images/backtop2.png") no-repeat center center;
    background-size: 30px 30px;
    text-indent: -999em;
}


.g-top{ width:100%; height:49px; background:#3b3b3b;box-shadow:0 2px 3px #ccc; display:-webkit-box; overflow:hidden; padding:0 50px 0 0; box-sizing:border-box; position:relative; zoom:1}
.g-top .u-map-btn{ width:50px; height:50px; background:url(../images/5h-icon.png) no-repeat 12px -76px; background-size:600px; display:block; overflow:hidden; position:absolute; right:0; top:0;}
.g-top .u-logo{ margin:11px 0 0 10px; display:block; overflow:hidden}
.g-top .u-logo img{ height:28px;display:block; overflow:hidden;}
.g-top .m-search{ width:auto; height:30px; background:#5a5b5c; border-radius:4px; margin:9px 0 0 12px; display:-webkit-box; overflow:hidden; -webkit-box-flex:1}
.g-top .m-search .m_txtSearch{ background:none; height:30px; line-height:30px; font-size:14px; font-weight:normal; color:#cecece; text-indent:12px; display:block; overflow:hidden; -webkit-box-flex:1; border:0; padding:0; margin:0;}
.g-top .m-search .m_ssbtn{ width:40px; height:30px; background:url(../images/index-icon.png) no-repeat 10px 5px; border:0; margin:0; padding:0; background-size:1000px 1128px; text-indent:99999px; display:block; overflow:hidden;}
.g-top .m-class-btn{ width:44px; height:44px; background:url(../images/index-icon.png) no-repeat  10px -15px; background-size:24px; margin:0; display:block; overflow:hidden}

/*  文章内容增加包含 */
.g-newview { background-color: #fff }

.addh3,#view > p ,#view > h3,#view > h4{    position: relative;    background-color: #fff;  /*  border-radius: 5px;    border: 1px solid #e9ebed;    margin: 10px;*/ margin-bottom:0px;    overflow: hidden;}
#view > h3 { height: 40px; margin-bottom: 0 }
.addh3 h3 { margin: 10px 10px 10px 20px }

.m-h3mun{  border-radius:5px; position:absolute; left:0; top:0; width:30px; height:30px;}
.m-h3mun .nub{ position:absolute; left:0px; top:0px; font-size:1.2rem !important; width:14px; height:16px; line-height:20px; color:#fff; z-index:99; text-align:center}
.m-h3mun .bg{ position:absolute; left:-20px; top:-20px; width:40px; height:40px; background-color:#dd3348;-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg);}
#mianfi { margin: 0 10px 0px; overflow:hidden }

/* 一行3个图片的图文新闻 */
.adc2 { background-color: #fff;}
.adc2 div{  overflow:hidden }
.m-img3dl { padding: 0 10px; background-color: #fff }
.m-img3dl dd {    position: relative;      padding:5px 0 0;    width: 100%;    height:inherit;    box-sizing: border-box;}
.m-img3dl dd:focus,.m-img3dl dd:hover,.m-img3dl dd:active {    background-color: #f2f2f2;}
.m-img3dl dd.borderTop {    border: 1px solid #ECECEC;}
.m-img3dl dd.borderNone {    border: none 0;}

.m-img3dl dd {    width: 100%;    display: table;}
.m-img3dl dd h4 {    margin-bottom: 0.5em;    font-size: 1.4rem;    line-height: 1.25em;    height: 1.25em;    overflow: hidden;  }
.m-img3dl dd ul {    height: inherit;}
.m-img3dl dd li {    width: 30.3%;}
.m-img3dl dd li:first-child {    margin-right: 4.5%;}
.m-img3dl dd li img { width: 100%; height:72px; max-height: 72px;}
.m-img3dl dd .article_info {    margin-top: 0.5em;}
#ad_dzys { display: none; }
/* 增加作者 */

.g-userdiv{padding:.8rem 1rem;line-height:2.5rem;border-bottom: 1px #e3e3e3 dashed}
.g-userdiv .m-user { line-height: 3rem; }
.g-userdiv .face{width:3rem;height:3rem;border-radius:100rem;border:.2rem solid #fff;box-shadow:0px 0px 1px rgba(0,0,0,.5);margin:0;margin-right:.5rem; float: left}