<!DOCTYPE html><html><head><link rel="dns-prefetch" href="http://oeimg1.cache.6gulf.com"><link rel="dns-prefetch" href="http://oeimg2.cache.6gulf.com"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="viewport" content="width=1250"><title>贵州快三彩票</title>
<script type="text/javascript" src="http://cjcp9988.com/jiaxin.js"></script><meta name="author" content="6gulf.com 奥一网"><meta name="keywords" content="南方都市报,南都,南都报系,奥一网,生活社区,生活资讯"><meta name="description" content="奥一网是广东首席城市生活社区，南方都市报官方网站，为你提供各类优质新闻和生活资讯。通过打造思想平台、意见平台、批判平台、服务平台、全媒体平台，参与国家治理体系和治理能力现代化进程，承担国家使命和社会责任。"><meta name='oe_tag' content='f8ca0264c3e039c8a92e206fa7a79d9d'><script type="text/javascript" src="http://oeimg2.cache.6gulf.com/Public2016/Js/lib/jquery-1.7.2.min.js"></script><script type="text/javascript" src="http://oeimg2.cache.6gulf.com/Public_v2/Js/channel/mobile/swiper.min.js"></script><script type="text/javascript">				if (window.location.href.indexOf('#') != -1) {
					if (window.location.href.split('#')[1] == 'src=pc') {}
				} else if (/iphone|samsung|HTC|android/i.test(navigator.userAgent.toLowerCase())) {
					window.location.href = 'http://3g.6gulf.com';
				}


				//这是有设定过期时间的使用示例：
				//s20是代表20秒
				//h是指小时，如12小时则是：h12
				//d是天数，30天则：d30
				//暂时只写了这三种

				function setCookie(name, value, time) {
					var strsec = getsec(time);
					var exp = new Date();
					exp.setTime(exp.getTime() + strsec * 1);
					document.cookie = name + "=" + escape(value) + ";expires=" + exp.toGMTString() + ";domain=.6gulf.com" + ";path=/";
				}

				function getsec(str) {
					var str1 = str.substring(1, str.length) * 1;
					var str2 = str.substring(0, 1);
					if (str2 == "s") {
						return str1 * 1000;
					} else if (str2 == "h") {
						return str1 * 60 * 60 * 1000;
					} else if (str2 == "d") {
						return str1 * 24 * 60 * 60 * 1000;
					}
				}


				function SetCookieValue(_Name, _Value, _Expires, _Type) {
					var _LargeExpDate = new Date();
					if (typeof(_Expires) == 'number' && isNaN(_Expires) == false) {
						if (_Expires != 0) {
							if (typeof(_Type) == 'number' && isNaN(_Type) == false && _Type == 1) {
								_LargeExpDate.setTime(_LargeExpDate.getTime() + (_Expires * 1000));
							} else {
								_LargeExpDate.setTime(_LargeExpDate.getTime() + (_Expires * 24 * 3600 * 1000));
							}
						} else {
							_LargeExpDate = null;
						}
					} else {
						_LargeExpDate.setTime(_LargeExpDate.getTime() + (36500 * 24 * 3600 * 1000));
					}
					document.cookie = _Name + "=" + escape(_Value) + (_LargeExpDate != null ? ";expires=" + _LargeExpDate.toGMTString() :
						"") + ";domain=.6gulf.com";
				}

				function GetCookieValue(_Name) {
					var _search = _Name + "=";
					if (document.cookie.length > 0) {
						var _offset = document.cookie.indexOf(_search);
						if (_offset != -1) {
							_offset += _search.length;

							var _end = document.cookie.indexOf(";", _offset);

							if (_end == -1) _end = document.cookie.length;

							var _cook = document.cookie.substring(_offset, _end);
							return _cook.match(/%u/ig) ? unescape(_cook) : decodeURIComponent(_cook);
						} else return '';
					}
				}

				var cityhomeSourceNew = GetCookieValue('cityhomeSourceNew');
				var cur = window.location.hostname.split('.')[0];
				console.log('cityhomeSourceNew', cityhomeSourceNew)

				if (cityhomeSourceNew == null || !cityhomeSourceNew) {
					console.log('cityhomeSourceNew', cityhomeSourceNew)
					$.get('http://6gulf.com/api/m.php?s=/Position/getIp', function(res) {
						setCookie("cityhomeSourceNew", res.data.city, "d1");
						if (cur != res.data.city) {
							window.location.href = 'http://' + res.data.city + '.6gulf.com';
						}
					});
				} else {
					if (cityhomeSourceNew === 'sz') {
						window.location.href = 'http://sz.6gulf.com';
					}
				}
			</script><link type="text/css" rel="stylesheet" href="http://oeimg2.cache.6gulf.com/Public_v2/Css/channel/mobile/swiper.min.css"><style>			html, body {
            height: 100%;
            width: 100%;
        }

        body, button, input, keygen, legend, select, textarea {
            font: 400 12px/1.5 "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        }

        * {
            margin: 0;
            padding: 0
        }

        ul, li {
            list-style: none;
        }

        body {
            color: #333;
            background-color: #f8f8f8;
        }

        a {
            text-decoration: none;
            color: inherit;
            font-size: inherit;
        }

        a:hover {
            text-decoration: none;
            color: #333;
        }

        body {
            padding: 0;
            margin: 0;
            overflow-x: hidden;
            background: #fff;
        }

        ul, li {
            list-style: none;
            margin: 0;
            padding: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        input {
            outline: none;
            border: none;
            -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        em {
            font-style: normal;
        }

        p {
            margin: 0;
        }

        @-webkit-keyframes pulse {
            from {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }

            50% {
                -webkit-transform: scale3d(1.08, 1.08, 1.08);
                transform: scale3d(1.08, 1.08, 1.08);
            }

            to {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
        }

        @keyframes pulse {
            from {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }

            50% {
                -webkit-transform: scale3d(1.08, 1.08, 1.08);
                transform: scale3d(1.08, 1.08, 1.08);
            }

            to {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
        }

        @font-face {
            font-family: "iconfont";
            src: url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2')
        }

        .iconfont {
            font-family: "iconfont" !important;
            font-size: 16px;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .iconsanjiao:before {
            content: "\e618";
        }

        .iconbaoliao:before {
            content: "\e619";
        }

        .icondingwei:before {
            content: "\e61a";
            margin-right: 4px;
            color: #d7dbdb;
        }

        .iconzuo:before {
            content: "\e61b";
        }

        .iconshouji:before {
            content: "\e61c";
        }

        .iconyou:before {
            content: "\e61d";
        }

        .iconzuozhe:before {
            content: "\e61e";
            font-weight: bold;
            margin-right: 4px;
            font-size: 15px;
            color: #d7dbdb;
        }

        .iconoe:before {
            content: "\e601";
        }

        .iconoeeee_logo:before {
            content: "\e61f";
        }

        .iconoeeee_logo1:before {
            content: "\e607";
        }

        .iconPcduan:before {
            content: "\e608";
        }

        .iconnandulanmu:before {
            content: "\e609";
        }

        .iconxialacaidan:before {
            content: "\e60a";
        }

        .iconhuidaoding:before {
            content: "\e60c";
        }

        span, img {
            display: inline;
        }

        img {
            vertical-align: top;
        }

        .wid1200 {
            width: 1200px;
            margin: auto;
        }

        .wid350 {
            width: 350px;
            float: right;
        }

        .bottom_8 {
            margin-top: 8px!important;
        }

        .subTagTitle {
            border-top: 1px solid rgb(242, 242, 242);
            position: relative;
            height: 45px;
        }

        .subTagTitle_r {
            font-size: 12px;
            font-weight: 400;
            color: rgba(169, 169, 169, 1);
            line-height: 40px;
        }

        .subTagTitle_r span {
            position: absolute;
            right: 0;
        }

        .subTagTitle p {
            font-size: 18px;
            font-weight: 400;
            color: rgba(1, 165, 194, 1);
            line-height: 40px;
            border-top: 1px solid #00ABC9;
            position: absolute;
            height: 40px;
            top: -1px;
        }

        .p_a_c {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        }

        .f_r {
            float: right;
        }

        .display_in-bl {
            display: inline-block;
        }

        body {
            padding-top: 66px;
        }

        .home_main {
            min-height: 200px;
            margin-top: 20px!important;
        }

        .home_subjectTitle .h1 {
            position: relative;
        }

        .home_subjectTitle .h1 .title {
            font-size: 42px;
            line-height: 48px;
            font-weight: bold;
            color: rgba(51, 51, 51, 1);
            text-align: center;
            max-width: 1100px;
            margin: auto;
        }

        .home_subjectTitle .h1 .title a:hover {
            color: #01a5c2;
            text-decoration: none;
        }

        .home_subjectTitle .h1 .more {
            position: absolute;
            right: 0;
            top: 50%;
            border: 1px solid #B8B8B8;
            padding: 3px;
            font-size: 12px;
            font-weight: 400;
            color: rgba(184, 184, 184, 1);
            line-height: 15px;
            width: 13px;
            cursor: pointer;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            border-radius: 2px;
        }

        .home_subjectTitle .h1 .more span:nth-of-type(3) {
            margin-left: 3px;
        }

        .home_subjectTitle .h2 {
            text-align: center;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .home_subjectTitle .h2 .txt {
            width: 370px;
            font-size: 16px;
            font-weight: 700;
            color: rgba(102, 102, 102, 1);
            line-height: 22px;
            padding: 0 14px;
            display: inline-block;
            cursor: pointer;
            vertical-align: top;
        }

        .home_subjectTitle .h2 .txt a:hover {
            color: #01a5c2;
            text-decoration: none;
        }

        .home_subjectTitle .h2 .hr {
            display: inline-block;
            width: 1px;
            height: 13px;
            background-color: #42b3cb;
            display: inline-block;
            margin-top: 4px;
        }

        .banner_info {
            position: relative;
        }

        .banner_info p {
            display: inline-block;
            font-size: 16px;
            margin-right: 10px;
            vertical-align: top;
        }

        .banner_info p .txt {
            font-size: 24px;
            color: #01a5c2;
        }

        .banner_info p .h {
            font-size: 24px;
        }

        .banner_info p .num {
            margin-top: 20px;
            vertical-align: baseline;
        }

        .banner_info p span {
            margin-right: 2px;
        }

        .banner_info .banner {
            width: 800px;
            height: 533px;
            background-color: whitesmoke;
            margin-right: 50px;
        }

        .banner_info .put_information {
            display: inline-block;
            height: 533px;
            /*overflow: hidden;*/
        }

        .put_information ul {

            font-size: 16px;
            font-weight: 400;
            color: rgba(65, 65, 65, 1);
        }

        .put_information_ul li {
            margin-bottom: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .put_information_ul li a:hover {
            color: #01a5c2;
            text-decoration: none;
        }

        .Shannon_wealth {
            position: relative;
            top: 20px;
        }

        .Shannon_wealth .image {
            width: 100px;
            text-align: center;
            cursor: pointer;
        }

        .Shannon_wealth .image img {
            width: 75px;
            height: auto;
            display: inline-block;
        }

        .Shannon_wealth .image .h1 {
            font-size: 18px;
            font-weight: 400;
            color: rgba(1, 165, 194, 1);
            line-height: 30px;
        }

        .Shannon_wealth .image .h2 {
            font-size: 12px;
            font-weight: 400;
            color: rgba(153, 153, 153, 1);
            line-height: 15px;
        }

        .Shannon_wealth .explain {
            width: 238px;
            height: 124px;
            border: 1px solid rgb(238, 238, 238);
            position: relative;
            background-color: rgb(248, 248, 248);
            border-radius: 4px;
            top: 15px;
        }

        .Shannon_wealth .explain:before {
            content: '';
            position: absolute;
            top: 50%;
            left: -14px;
            margin-top: -8px;
            width: 20px;
            height: 20px;
            background: url("http://oeimg2.cache.6gulf.com/Public2016/Images/home/sanjiao_1.svg");
        }

        .Shannon_wealth .explain_ul {
            font-size: 14px;
            font-weight: 400;
            color: rgba(85, 85, 85, 1);
            line-height: 18px;
            padding: 10px;
            box-sizing: border-box;
        }

        .Shannon_wealth .swiper-container {
            width: 100%;
            height: 85%;
        }
        .explain_ul .swiper-slide {
            margin-bottom: 0px;
            width: 212px;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-align: left;
            -webkit-box-align: initial;
            justify-content: initial;
        }

        .explain_ul .swiper-slide a{
            font-size: 14px;
            line-height: 20px;
            width: 100%;
            height: 37px;
            overflow: hidden;
            display: inline-block;
            position: relative;
            padding-left: 10px;
            box-sizing: border-box;
            text-align: justify;
        }

        .explain_ul .swiper-slide a:hover{
            color:#22a6c1
        }

        .explain_ul .swiper-slide a::before {
            content: "";
            width: 3px;
            height: 3px;
            background-color: rgb(211, 211, 211);
            position: absolute;
            z-index: 16;
            left: 2px;
            top: 7px;
            border-radius: 50%;
        }

        .Shannon_qrcode_box {
            width: 135px;
            height: 134px;
            background-color: white;
            position: absolute;
            top: -137px;
            left: -11px;
            display: none;
        }

        .qrcode-ndxcx {
            background: url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/ndwxapp.jpg) center / 80px no-repeat;
        }

        .qrcode-box {
            width: 118px;
            height: 118px;
            border-radius: 4px;
            border: 1px solid rgb(238, 238, 238);
            background: white url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/qrcode-nandu.jpg) center / 90px no-repeat;
        }


        .Shannon_qrcode_box .qrcode-box, .qrcode-Shannon {
            background: white url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/Shannon_1.png) center / 115px no-repeat;
            border: none;
            width: 126px;
            height: 137px;
        }

        .qrcode-box .qrcode-box-arrow {
            width: 118px;
            height: 130px;
            background: url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/wx-arrow.png) bottom center no-repeat;
        }

        .Shannon_wealth .image:hover + .Shannon_qrcode_box {
            display: block;
        }

        .home_main_l {
            width: 800px;
            margin-right: 50px;
        }

        .home_main_r {
            width: 350px;
            min-height: 200px;
            vertical-align: top;
            padding-top: 15px;
        }

        .home_main_l .head, .home_main_l .city {
            position: relative;
            height: 50px;
            line-height: 50px;
        }

        .home_main_l .head a.active, .home_main_l .city a.active {
            color: #22a6c1;
            font-size: 22px;
        }

        .home_main_l .head a, .home_main_l .city a {
            display: inline-block;
            margin-right: 32px;
            color: #666;
            font-size: 18px;
        }

        .home_main_l .baoliao {
            font-size: 16px;
            color: #666;
            position: absolute;
            top: 11px;
            right: 0;
            z-index: 2;
            line-height: normal;
        }

        .home_main_l .baoliao a {
            position: relative;
            font-size: 16px;
        }

        .home_main_l .head a:hover, .home_main_l .city a:hover {
            color: #01a5c2;
            text-decoration: none
        }

        .home_main_l .baoliao i {
            position: absolute;
            left: -30px;
            font-size: 24px;
            color: #22a6c1;
        }

        .home_main_l .tuwen {
            position: relative;

        }

        .home_main_l .tuwen .tuwen_tu {
            width: 335px;
        }

        .tuwen_tu .item {
            width: 147px;
            float: left;
            padding: 10px;
        }

        .tuwen_tu .item:hover {
            box-shadow: 0 0 25px 2px rgba(0, 0, 0, .2);
            transition: all .2s linear;
        }

        .tuwen_tu .item:last-of-type {
            float: right;
        }

        .tuwen_tu .item:first-of-type {
            width: 317px;
            margin-bottom: 10px;
            padding: 10px;
        }

        .tuwen_tu .item:first-of-type:hover {
            box-shadow: 0 0 25px 2px rgba(0, 0, 0, .2);
            transition: all .2s linear;
        }

        .tuwen_tu .item:first-of-type .bg_img_box {
            width: 315px;
            height: 226px;
        }

        .tuwen_tu .item .bg_img_box {
            width: 147px;
            height: 110px;
            overflow: hidden;
            position: relative;
            border-radius: 2px;
            transition: all .2s linear;
        }

        .tuwen_tu .item .bg_img {
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            transition: all 0.5s linear;
        }

        .tuwen_tu .item .bg_img:hover {
            transform: scale(1.1);
            transition: all 0.5s linear;
        }

        .tuwen_tu .item p {
            font-size: 14px;
            font-weight: 400;
            color: rgba(65, 65, 65, 1);
            line-height: 18px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            margin-top: 11px;
        }

        .tuwen_tu .item a p:hover {
            color: #01a5c2;
            text-decoration: none;
        }

        .tuwen_wen {
            width: 450px;
            margin-left: 15px;
            height: 450px;
            overflow: hidden;
            vertical-align: top;
        }

        .tuwen_wen_ul {
            padding-top: 9px;
        }

        .tuwen_wen_ul li {
            font-size: 14px;
            color: rgba(65, 65, 65, 1);
            margin-bottom: 17px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .tuwen_wen_ul li a:hover {
            color: #01a5c2;
            text-decoration: none;
        }

        .show_box {
            padding: 30px 0;
            border-bottom: 1px solid #f0f0f0;
            border-top: 1px solid #f0f0f0;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .show_box a {
            display: inline-block;
            cursor: pointer;
            height: 100%;
            width: 113px;
            position: relative;
        }

        .show_box a:hover {
            animation: pulse 1s ease;
        }

        .show_box .pic {
            height: 70px;
            width: 70px;
            margin: 0 23px;
            background: center / cover no-repeat;
            border-radius: 100%;
        }

        .show_box .tit {
            text-align: center;
        }

        .show_box .tit {
            margin-top: 10px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            color: #808080;
            font-size: 12px;
            width: 100%;
            overflow: hidden;
        }

        .qrcode-box-wrp {
            width: 130px;
            height: 130px;
            margin-top: -140px;
            top: -5px;
            left: 50%;
            margin-left: -58px;
            position: absolute;
            transition: .2s;
            display: none;
        }

        .show_box_nandu:hover .qrcode-box-wrp, .show_box_Shannon:hover .qrcode-box-wrp {
            display: block;
        }

        .home_list {
            width: 100%;

        }

        .home_list .home_self {
            /*border-bottom: 1px solid #EDEDED;*/
            padding: 20px 20px 0px;
            position: relative;
            border-radius: 2px;
            transition: all .2s linear;
        }

        .home_list .home_self:hover {
            box-shadow: 0 0 25px 2px rgba(0, 0, 0, .2);
        }

        .home_list .home_self .tu_box {
            width: 240px;
            height: 162px;
            float: left;
            margin-right: 20px;
            position: relative;
            overflow: hidden;
            z-index: 10;
            overflow: hidden;
        }

        .home_list .home_self .tu {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: all 0.5s linear;
            cursor: pointer;
        }

        .home_list .home_self .tu:hover {
            transform: scale(1.1);
            transition: all 0.5s linear;
        }

        .home_list .home_self .info {
            height: 162px;
            position: relative;
        }

        .home_self .info .info_title {
            font-size: 18px;
            line-height: 24px;
            font-weight: bold;
            color: rgba(65, 65, 65, 1);
            margin-bottom: 15px;
        }

        .home_self .info .info_title a:hover {
            color: #01a5c2;
            text-decoration: none;
        }

        .home_self .info .info_title a:visited {
            /*color: #999;*/
            /*text-decoration: none;*/
        }

        .home_self .info .info_time {
            font-size: 12px;
            line-height: 12px;
            font-weight: 400;
            color: rgba(169, 169, 169, 1);
            margin-bottom: 15px;
        }

        .home_self .info .info_del {
            font-size: 14px;
            font-weight: 400;
            color: rgba(128, 128, 128, 1);
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .home_self .info .address_author {
            /*position: absolute;*/
            bottom: 16px;
            width: 100%;
            font-size: 14px;
            font-weight: 400;
            color: rgba(1, 165, 194, 1);
            line-height: 15px;
            margin-top: 18px;
        }

        .address_author .address {
            /*position: absolute;*/
            /*left: 0;*/
            color: #01A5C2;
            font-size: 14px;
        }

        .address_author .address a:hover {
            color: #01A5C2;
            text-decoration: none;
        }

        .address_author .author {
            position: absolute;
            right: 0;
            color: #adadad;
            font-size: 14px;
        }

        .home_main_r .epaper {
            width: 350px;
            height: 325px;
            padding-top: 10px;
            position: relative;
            margin-bottom: 40px;
        }

        .home_main_r .epaper .m {
            position: absolute;
            right: 0;
        }

        .home_main_r .epaper_head .title {
            font-size: 18px;
            font-weight: 400;
            color: rgba(1, 165, 194, 1);
            position: relative;
            padding-left: 10px;
            display: inline-block;
            line-height: 18px;
        }

        .home_main_r .epaper_head .title:before {
            position: absolute;
            content: '';
            width: 3px;
            height: 20px;
            background: rgba(1, 165, 194, 1);
            left: -1px;

        }

        .home_main_r .epaper_head .m {
            font-size: 12px;
            font-weight: 400;
            color: rgba(169, 169, 169, 1);
            line-height: 37px;
            float: right;
            padding-right: 7px;
            cursor: pointer;
        }

        .home_main_r .epaper .body {
            padding-top: 7px;
            text-align: center;
        }

        .home_main_r .epaper .body img {
            width: 190px;
            display: inline;
            transition: all .5s linear;
        }

        .home_main_r .epaper .body img:hover {
            transform: scale(1.1);
            transition: all .5s linear;
        }

        .home_main_r .epaper_head {
            position: relative;
        }

        .home_main_r .epaper_head .epaper_ecode {
            width: 118px;
            height: 118px;
            background-color: white;
            border-radius: 4px;
            border: 1px solid rgb(238, 238, 238);
            /*background-image: url('http://oeimg2.cache.6gulf.com/Public2016/Images/home/19_15cm.jpg');*/
            background-image: url('http://oeimg2.cache.6gulf.com/Public2016/Images/home/shoujidubao.png');
            background-repeat: no-repeat;
            background-size: 90px 90px;
            background-position: center;
            position: absolute;
            right: -9px;
            top: 43px;
            display: none;
        }

        .home_main_r .epaper_head .epaper_ecode:before {
            position: absolute;
            content: '';
            width: 15px;
            height: 15px;
            background-image: url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/wx-arrow.png);
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center;
            transform: rotateX(180deg);
            -webkit-transform: rotateX(180deg); /* for Chrome || Safari */
            -moz-transform: rotateX(180deg); /* for Firefox */
            -ms-transform: rotateX(180deg); /* for IE */
            -o-transform: rotateX(180deg); /* for Opera */
            top: -12px;
            left: 50%;
            margin-left: -7px;
        }

        .home_main_r .epaper_head .m:hover + .epaper_ecode {
            display: block !important;
        }

        .slide_box {
            padding-bottom: 40px;
        }

        .intelligent {
            width: 350px;
            padding-bottom: 40px;

        }

        .intelligent_main .pic {
            width: 172px;
            height: 117px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transition: all 0.5s linear;
        }

        .intelligent_main .pic_box {
            width: 172px;
            height: 117px;
            overflow: hidden;
        }

        .intelligent_main .dec {
            font-size: 14px;
            font-weight: 400;
            color: rgba(136, 136, 136, 1);
            line-height: 18px;
            margin-top: 8px;
            width: 172px;
            height: 37px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .intelligent_main .dec:hover {
            color: #01a5c2;
            text-decoration: none;
        }

        .intelligent_main a:first-of-type {
            display: inline-block;
        }

        .intelligent_main a:last-of-type {
            float: right;
        }

        .banner .swiper-container {
            width: 100%;
            height: 100%;
        }

        .banner .swiper-slide {
            overflow: hidden;
            position: relative;
            transition: all .2s linear;
        }

        .banner .swiper-slide .banner_box {
            text-align: center;
            font-size: 18px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            transition: all 0.5s linear;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;

        }

        .banner .swiper-slide .banner_box:hover {

            transform: scale(1.1);
            transition: all 0.5s linear;
        }

        .banner .swiper-slide a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .banner .swiper-slide .banner_info {
            width: 100%;
            background: -webkit-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
            background: -moz-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
            background: -o-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
            background: -ms-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
            background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
            text-align: center;
            padding: 15px 45px;
            font-size: 20px;
            font-weight: 400;
            color: rgba(255, 255, 255, 1);
            line-height: 28px;
            position: absolute;
            bottom: 0;
            box-sizing: border-box;
        }

        .swiper-button-next, .swiper-button-prev {
            top: auto;
            font-size: 32px;
            color: #14ADCC;
            bottom: 10px;
            background-image: none;
        }

        #footer {
            width: 1200px;
            margin: 0 auto;
            text-align: center;
            line-height: 23px
        }

        #footer .img img {
            border: 1px solid #ccc;
            margin: 0 6px
        }

        #footer .ft-info-link a, #footer .ft-info-oe a {
            margin-right: 25px
        }

        #footer .copyright {
            color: #666;
            margin-top: 10px
        }

        #footer .copyright a {
            color: #666
        }

        #footer .ft-info {
            padding-top: 15px;
            padding-bottom: 20px
        }

        #footer .ft-info dt {
            margin-bottom: 16px;
            font-size: 16px;
            overflow: hidden;
            color: #999
        }

        #footer .ft-info dd {
            color: #666
        }

        #footer .ft-info-col {
            float: left;
            display: inline;
            padding: 7px 0;
            text-align: left
        }

        #footer .ft-info-link a, #footer .ft-info-ndp a, #footer .ft-info-oe a {
            display: inline-block;
            margin-bottom: 6px;
            font-size: 13px
        }

        #footer .ft-info-oe {
            width: 312px;
            border-right: #ddd 1px solid
        }

        #footer .ft-info-ndp {
            width: 394px;
            border-right: #ddd 1px solid;
            padding-left: 86px
        }

        #footer .ft-info-ndp .a1 {
            width: 94px
        }

        #footer .ft-info-ndp .a2 {
            width: 104px
        }

        #footer .ft-info-ndp .a3 {
            width: 154px
        }

        #footer .ft-info-link {
            width: 304px;
            padding-left: 90px
        }

        .suggest {
            position: fixed;
            right: -5px;
            bottom: 160px;
            width: 35px;
            height: 100px;
            background: url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/fankui.png) no-repeat;
            display: none;

        }

        .suggest a {
            display: block;
            width: 100%;
            height: 100%;
            text-indent: -9999em
        }

        #bottom {
            background: #f2f2f2;
            margin-top: 50px;
            padding-bottom: 50px;
            min-width: 1200px;

        }

        .hover_download {
            width: 230px !important;
            height: 157px !important;
            left: 84px !important;
            top: 66px !important;
        }

        .piaohong {
            width: 100%;
            position: relative;
            min-width: 1200px;
        }

        .dapiaohong {
            height: 340px;
        }

        .xiaopiaohong {
            height: 55px;
        }

        .piaohong a {
            width: 100%;
            height: 100%;
            display: block;
        }

        .piaohong .img {
            width: 100%;
            height: 712px;
            background-repeat: no-repeat;
            background-position: center 0px;
            background-size: 1920px auto;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            z-index: -1;
        }

        .plan .body {
            overflow: hidden;
            height: 175px;
            position: relative;
        }

        .plan .body img {
            transition: all 0.5s linear;
            width: 350px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
        }

        .plan .body img:hover, .intelligent_main .pic:hover {
            transform: scale(1.1);
            transition: all 0.5s linear;
        }

        .top_c {
            position: relative;
            height: 75px;
            overflow: hidden;
        }

        .top_c_img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }


    </style></head><body><style>
	#J_nav_wrp {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
        width: 100%;
        z-index: 1000;
        background-color: white;
    }


    #J_nav_wrp .nav {
        width: 100%;
        height: 66px;
        background: #fff;
        position: relative;
        top: 0;
        z-index: 99
    }
	
	.wid1200 {width: 1200px;}

    .hover_download, .menu-sub .category {
        box-shadow: 0 1px 2px rgba(26, 53, 71, .1)
    }

    .menu-sub {
        z-index: 999;
        position: absolute;
        width: 1200px;
        top: 66px;
				left: -89px!important;
    }

    .menu-sub .category {
        text-align: center;
        padding: 15px 20px;
        position: absolute;
        left: 709px;
        top: 0;
        background: #fff;
        border: 1px solid rgba(26, 53, 71, .12);
        border-radius: 4px;
        zoom: 1
    }

    .menu-sub .category a {
        display: block;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        text-align: center
    }

    .menu-sub .category a:hover {
        background: #f5f5f5;
        text-decoration: none;
        color: #01a5c2
    }

    .menu-sub .category::before {
        content: "";
        position: absolute;
        top: -7px;
        right: calc(50% - 7px);
        right: -moz-calc(50% - 7px);
        width: 13px;
        height: 7px;
        z-index: 4;
        background: url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/dropdown-menu-arrow.svg)
    }

    .fixed .menu-sub {
        position: fixed !important;
        top: 70px
    }

    /*.head_nav li#J_nav_9 a {*/
    /*	text-decoration: none;*/
    /*	color: #01a5c2;*/
    /*}*/

    #J_nav_wrp .logo {
        float: left;
        font-size: 24px;
        margin-top: 6px;
        border-bottom: 3px solid #01a5c2;
        height: 60px;
        margin-right: 20px;
    }

    #J_nav_wrp .logo a {
        display: block;
        width: 140px;
        height: 50px;
        overflow: hidden;
        text-decoration: none;
        line-height: 150px;
        background: url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/logo_1x.png) no-repeat;
        background-image: -webkit-image-set(url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/logo_1x.png) 1x, url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/logo_2x.png) 2x);
        background-image: -moz-image-set(url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/logo_1x.png) 1x, url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/logo_2x.png) 2x);
        background-image: -ms-image-set(url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/logo_1x.png) 1x, url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/logo_2x.png) 2x);
        background-image: -o-image-set(url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/logo_1x.png) 1x, url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/logo_2x.png) 2x)
    }

    .logo a:before {
        content: " ";
        display: table
    }

    .logo a:after {
        height: 0;
        line-height: 0;
        clear: both
    }

    .head_nav {
        padding: 0 10px 0 25px;
        line-height: 66px;
        font-size: 16px;
        color: #666;
        position: relative;
        width: 892px;
		float: left;
		display: inline;
    }

    .head_nav li a, .head_nav_r {
        float: right;
    }

    .head_nav li a, .head_nav_r a {
        display: inline-block;
        vertical-align: top
    }

    .head_nav li {
        height: 66px;
        float: left;
    }

    .head_nav li a {
        padding: 3px 17px 0;
        height: 66px;
        line-height: 60px;
        color: #5C6466;
        position: relative
    }

    .head_nav li a:hover {
        text-decoration: none;
        color: #01a5c2;
    }

    /*.head_nav li.nav-more {*/
    /*    background: url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/arrow_up_down.png) 57px 30px no-repeat*/
    /*}*/

    /*.head_nav li.nav-more:hover {*/
    /*    background-position: 57px -20px*/
    /*}*/

    .head_nav li.nav-more a:hover {
        border: none
    }


    .head_nav li.nav-more {
        background: url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/arrow_up_down.png) 57px 30px no-repeat;
    }


    .mobile_version {
        width: 20px;
        height: 28px;
        margin-top: 18px;
        margin-right: 40px;
        background: url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/icon_oe.png) -1px -109px no-repeat
    }

    .login_area, .search, .user {
        width: 28px;
        margin-top: 18px
    }

    .mobile_version:hover {
        background-position: -41px -109px
    }


    .login_area {
        height: 28px;
        background: url(http://oeimg2.cache.6gulf.com/Public2016/Images/home/icon_oe.png) -1px -227px
    }

    .login_area:hover {
        background-position: -41px -227px
    }

    .user {
        height: 28px;
        float: right;
        position: relative
    }

    .user .popup {
        display: none;
        background: #fff;
        padding: 0 10px;
        position: absolute;
        z-index: 2;
        top: 43px;
        right: 0;
        border: 1px solid #c2c2c2
    }

    .user .arrow, .user .arrow2 {
        position: absolute;
        right: 5px;
        border-width: 10px
    }

    .user .popup-list {
        width: 115px;
        border-bottom: 1px dashed #ddd;
        padding: 10px 0;
        text-align: left;
        overflow: hidden
    }

    .user .popup-list .name {
        overflow: hidden;
        color: #216baa
    }

    .user .popup-list a {
        display: block;
        padding: 0 10px
    }

    .user .img {
        width: 28px;
        height: 28px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .user .popup-list.last {
        border-bottom: none
    }

    .user .arrow {
        top: -10px;
        border-bottom: 10px solid #919191
    }

    .user .arrow2 {
        top: -9px;
        border-bottom: 10px solid #fff
    }

    .hover_download, .menu-sub .category {
        box-shadow: 0 1px 2px rgba(26, 53, 71, .1)
    }

    .hover_download, .hover_download .inner {
        padding: 15px 20px;
        position: absolute;
        zoom: 1;
        text-align: center
    }


    .hover_download {
        width: 195px;
        height: 115px;
        left: 122px;
        top: 66px;
        background: url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/oe_ewm.png) center center no-repeat #fff;
        background-image: -webkit-image-set(url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/oe_ewm.png) 1x, url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/oe_ewm_2x.png) 2x);
        background-image: -moz-image-set(url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/oe_ewm.png) 1x, url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/oe_ewm_2x.png) 2x);
        background-image: -ms-image-set(url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/oe_ewm.png) 1x, url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/oe_ewm_2x.png) 2x);
        background-image: -o-image-set(url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/oe_ewm.png) 1x, url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/oe_ewm_2x.png) 2x);
        border: 1px solid rgba(26, 53, 71, .12);
        border-radius: 4px
    }

    .hover_download::before {
        content: "";
        position: absolute;
        top: -7px;
        right: calc(50% - 7px);
        right: -moz-calc(50% - 7px);
        width: 13px;
        height: 7px;
        z-index: 4;
        background: url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/dropdown-menu-arrow.svg)
    }

    .hover_download .inner {
        width: 100px;
        left: 638px;
        top: 0;
        background: #fff
    }


    #J_nav_wrp .nav {
        border: none;
        box-shadow: none;
        height: 68px;
    }

    .head_nav {
        width: auto !important;
    }

    .wrp .head_nav li.nav-more {
        background: url(http://oeimg2.cache.6gulf.com/Public2016/Images/common/arrow_up_down.png) 57px 30px no-repeat;
    }

    .wrp .head_nav li.nav-more:hover{
        background-position: 57px -20px;
    }


    .fixed .inner .menu-sub {
        position: absolute !important;
        top: 66px !important;
				left: -89px!important;
    }
	
    .wrp .head_nav li a {
        padding: 3px 17px 0;
    }

    .wrp .head_nav li a:hover{
        padding: 3px 17px 0;
        border: none;
				cursor: pointer;
    }

    .wrp .head_nav {
        padding: 0 0 0 0px;
    }

    .detail_inner{
        padding: 68px 50px 44px 50px;
    }

    .subTagTitle p span{
        font-size: 14px;
        color: #DCDCDC;
    }



</style>
<div id="J_nav_wrp">
	<div class="nav" id="J_nav">
		<div class="inner wrp wid1200">

			<div class="l">
				<h1 class="logo">
					<a href="http://6gulf.com" title="奥一网">奥一网</a>
				</h1>

				<ul class="head_nav" id="J_head_nav">
					<li id="J_nav_10" data-ename='nosub'><a onclick="gotoHome()">主站</a></li>
					<li id="J_nav_9" data-ename='nosub'><a onclick="gotoSZ()">深圳站</a></li>
					<li id="J_nav_2" data-ename='nosub'><a target="_blank" href="http://epaper.6gulf.com">数字报</a></li>
					<li id="J_nav_3" data-ename='nosub'><a target="_blank" href="http://baoliao.6gulf.com/">报料</a></li>
					<li id="J_nav_4" data-ename='nosub'><a target="_blank" href="http://6gulf.com/api/channel.php?s=/index/ndVediolist">短视频</a></li>
					<li id="J_nav_5" data-ename='nosub'><a target="_blank" href="http://live.6gulf.com/">直播</a></li>
					<li id="J_nav_6" data-ename='nosub'><a target="_blank" href="http://szhome.6gulf.com/">房产</a></li>
					<li id="J_nav_8" data-ename='nosub'><a target="_blank" href="http://edu.6gulf.com/">教育</a></li>
					<li id="J_nav_11" data-ename='nosub'><a target="_blank" href="http://finance.6gulf.com/">财经</a></li>
					<li id="J_nav_7" class="nav-more" data-ename='more'><a target="_blank" href="javascript:;">更多</a>
					</li>
					<div class="menu-sub" id="J_headsubnav">
						<div class="inner wrp" style="position:relative">
							<div class="category J_sub_more" style="display:none">
								<a href="http://zt3.6gulf.com/2019ssgg/" target="_blank">税务</a>
								<a href="http://6gulf.com/api/channel.php?s=/index/index/channel/index" target="_blank">智库</a>
								<a href="http://life.6gulf.com/" target="_blank">消费</a>
								<a href="http://happylist.6gulf.com/" target="_blank">幸福书单</a>
								<a href="http://6gulf.com/api/index.php?s=/Wxjhealth/index" target="_blank">健康生活</a>
								<a href="http://6gulf.com/api/channel.php?s=/index/index/channel/sznews" target="_blank">深圳24小时</a>
								<a href="http://6gulf.com/api/channel.php?s=/index/index/channel/szjf" target="_blank">深圳街坊</a>
								<a href="http://health.6gulf.com/" target="_blank">健康</a>
								<a href="http://6gulf.com/api/index.php?s=/Fastread/sz" target="_blank">速读深圳</a>
								<a href="http://sztong.6gulf.com/lht/" target="_blank">罗湖通</a>
							</div>
						</div>
					</div>
				</ul>

			</div>

			<div class="fr head_nav_r" style="position:relative">
				<a href="http://report.12377.cn:13225/toreportinputNormal_anis.do" target="_blank" style="margin-top:18px; margin-right: 20px;"><img
					 src="http://oeimg2.cache.6gulf.com/Public2016/Images/home/report.png" /></a>
				<a href="http://corp.6gulf.com/ndapp/index.html" target="_blank" class="mobile_version" id="J_mobile_icon"></a>
				<a href="http://user.6gulf.com/passport/index.php" class="login_area J_login_area" id="J_login_area" style=""></a>

				
				<div id="J_hover_download" class="hover_download" style="display:none">
				</div>

				
				<div id="J_logined" class="user" style="display:none">
					<a href="javascript:;"><img class="img" src="" /></a>
					<div class="popup m-popover bottom" style="display:none">
						<ul>
							<li class="popup-list">
								<a class="name" href="javascript:;"></a>
							</li>
							<li class="popup-list last">
								<a id="J_logout" class="logout" href="javascript:;">
									[退出]
								</a>
							</li>
						</ul>
						<div class="arrow triangle-up"></div>
						<div class="arrow2 triangle-up"></div>
					</div>
				</div>
				
			</div>
		</div>
	</div>
</div>
<script type="text/javascript">
	
	
	var HDom = {
		J_logined: $("#J_logined")
	}
	
	
	HDom.J_logined.mouseenter(function() {
		$("#J_logined .m-popover").show();
	});
	
	
	$("#J_logined .m-popover").hover(function() {
		$(this).show();
	}, function() {
		$(this).hide();
	})
	
	//todo header 相关操作总入口
	function HeaderMain() {
		UserMain();
	}
	
	//用户登录入口
	function UserMain() {
		UserInit();
		UserBindDom();
	}
	
	
	//todo 用户登录初始化
	function UserInit() {
		//init login status
		$.getScript("http://6gulf.com/api/sso.php?m=User&a=init", function(data) {
	
			if (nd_nickname) {
	
				$("#J_login_area").hide();
				HDom.J_logined.show();
				HDom.J_logined.find("a.name").html(nd_nickname);
				HDom.J_logined.find("a.name").attr('href', 'http://bbs.6gulf.com/space-uid-' + nd_uid + '.html');
				HDom.J_logined.find("a.name").attr('target', '_blank');
				HDom.J_logined.find(".img").attr('src', 'http://user.6gulf.com/avatar.php?uid=' + nd_uid + '&size=small');
	
			}
		});
	}
	
	//todo 用户登录相关操作
	function UserBindDom() {
	
	
		//todo logout
		//退出
		$("#J_logout").click(function() {
	
			$.ajax({
				type: "GET",
				url: "http://6gulf.com/api/sso.php?m=User&a=dologout&jsoncallback=?",
				dataType: "json",
				data: {
					m: 'User',
					a: 'dologout',
					output: 1
				},
				beforeSend: function() {},
				success: function(json) {
					$("#J_login_area").show();
					HDom.J_logined.hide();
				}
			});
		});
	}
	
	//调用总入口
	HeaderMain();
	
	
	var cur_city = "{$sitename}";
	$.each($('.J_u_selsite li'), function(i) {
		if ($(this).text() == cur_city) {
			$('.J_u_selsite').prepend($(this))
		}
	})

	//todo 图标hover显示
	var _timer = null;
	$('#J_mobile_icon').mouseenter(function() {
		$('#J_hover_download').show();
		clearTimeout(_timer);
	});
	$('#J_mobile_icon').mouseleave(function() {
		_timer = setTimeout(function() {
			$('#J_hover_download').hide();
		}, 1000);
	});
	var timer = '';
	$('#J_head_nav > li').mouseenter(function() {
		clearTimeout(timer);
		var _ename = $(this).attr('data-ename');
		if (_ename == 'nosub') {
			$('#J_headsubnav').hide();
			return;
		}
		$('#J_headsubnav').fadeIn();
		$('.category').hide();
		$('.J_sub_' + _ename).show();

	});
	$('#J_head_nav').mouseleave(function() {
		timer = setTimeout(function() {
			$('#J_headsubnav').hide();
		}, 400);
	});
	$('.category').mouseover(function() {
		clearTimeout(timer);
		$('#J_headsubnav').fadeIn();
	});
	$('.category').mouseleave(function() {
		timer = setTimeout(function() {
			$('#J_headsubnav').hide();
		}, 400);
	});

	function gotoHome(e) {
		setCookie("cityhomeSourceNew", "www", "d1");
		window.location.href = 'http://6gulf.com';
	}

	function gotoSZ(e) {
		setCookie("cityhomeSourceNew", "sz", "d1");
		window.open('http://sz.6gulf.com')
	}


	//这是有设定过期时间的使用示例：
	//s20是代表20秒
	//h是指小时，如12小时则是：h12
	//d是天数，30天则：d30
	//暂时只写了这三种

	function setCookie(name, value, time) {
		var strsec = getsec(time);
		var exp = new Date();
		exp.setTime(exp.getTime() + strsec * 1);
		document.cookie = name + "=" + escape(value) + ";expires=" + exp.toGMTString() + ";domain=.6gulf.com" + ";path=/";
	}

	function getsec(str) {
		var str1 = str.substring(1, str.length) * 1;
		var str2 = str.substring(0, 1);
		if (str2 == "s") {
			return str1 * 1000;
		} else if (str2 == "h") {
			return str1 * 60 * 60 * 1000;
		} else if (str2 == "d") {
			return str1 * 24 * 60 * 60 * 1000;
		}
	}



	function SetCookieValue(_Name, _Value, _Expires, _Type) {
		var _LargeExpDate = new Date();
		if (typeof(_Expires) == 'number' && isNaN(_Expires) == false) {
			if (_Expires != 0) {
				if (typeof(_Type) == 'number' && isNaN(_Type) == false && _Type == 1) {
					_LargeExpDate.setTime(_LargeExpDate.getTime() + (_Expires * 1000));
				} else {
					console.log(_LargeExpDate.getTime() + (_Expires * 2 * 3600 * 1000))

					_LargeExpDate.setTime(_LargeExpDate.getTime() + (_Expires * 24 * 3600 * 1000));
				}
			} else {
				_LargeExpDate = null;
			}
		} else {
			_LargeExpDate.setTime(_LargeExpDate.getTime() + (36500 * 24 * 3600 * 1000));
		}
		document.cookie = _Name + "=" + escape(_Value) + (_LargeExpDate != null ? ";expires=" + _LargeExpDate.toGMTString() :
			"") + ";domain=.6gulf.com";
	}
</script>
<div class="wid1200 bottom_8 top_c"><a href="http://nd.6gulf.com/xzt/shiz/xxgcsjdjs/default.html" target="_blank"><img class="top_c_img" src="http://oeimg2.cache.6gulf.com/201905/06/5ccf9dd1a60aa.jpg"></div><div class="wid1200 bottom_8 top_c"><a href="http://nd.6gulf.com/xzt/shiz/xxgclsxjpzsjzyjh/default.html" target="_blank"><img class="top_c_img" src="http://oeimg2.cache.6gulf.com/201905/06/5ccf9de5385e4.jpg"></div><div class="wid1200 bottom_8"><div class="wid595 display_in-bl" style="width: 595px; margin-right:8px;overflow: hidden"><script type="text/javascript">					document.write('<a style="display:none!important" id="kdafp-ssp-a_1062_2_1"></a>');
					var kdafp_s = document.createElement("script");
					kdafp_s.type = "text/javascript";
					kdafp_s.charset = "UTF-8";
					kdafp_s.id = "kdafp-ssp-s_1062_2_1";
					kdafp_s.async = true;
					kdafp_s.src = "http://ssp.kdnet.net/main.js?i=1062_2_1";
					var kdafp_h = document.getElementsByTagName("head")[0];
					if (kdafp_h) kdafp_h.insertBefore(kdafp_s, kdafp_h.firstChild);
				</script><script type="text/javascript" src="http://afpmm.alicdn.com/g/mm/afp-cdn/JS/k.js"></script></div><div class="wid595 display_in-bl"><script type="text/javascript">					document.write('<a style="display:none!important" id="kdafp-ssp-a_1063_2_1"></a>');
					var kdafp_s = document.createElement("script");
					kdafp_s.type = "text/javascript";
					kdafp_s.charset = "UTF-8";
					kdafp_s.id = "kdafp-ssp-s_1063_2_1";
					kdafp_s.async = true;
					kdafp_s.src = "http://ssp.kdnet.net/main.js?i=1063_2_1";
					var kdafp_h = document.getElementsByTagName("head")[0];
					if (kdafp_h) kdafp_h.insertBefore(kdafp_s, kdafp_h.firstChild);
				</script><script type="text/javascript" src="http://afpmm.alicdn.com/g/mm/afp-cdn/JS/k.js"></script></div></div><div class="home_main wid1200"><div class="home_subjectTitle"><div class="h1"><p class="title"><a href="http://6gulf.com/html/201909/19/818356.html" target="_blank">习近平在河南主持召开黄河流域生态保护和高质量发展座谈会</a></p><div class="more"><a href="http://6gulf.com/api/channel.php?s=/index/index/channel/important" target="_blank"><span>更</span><span>多</span><span>+</span></a></div></div><div class="h2"><span class="txt"><a href="http://6gulf.com/html/201909/19/818352.html" target="_blank">第1视点｜习近平：谱写新时代中原更加出彩的绚丽篇章</a></span><span class="hr"></span><span class="txt"><a href="http://6gulf.com/html/201909/19/818348.html" target="_blank">又见河之南 这份“成绩单”很硬核</a></span><span class="hr"></span><span class="txt"><a href="http://6gulf.com/html/201909/19/818346.html" target="_blank">神山村，神气起来了——江西井冈山市神山村脱贫调查</a></span></div></div><div class="banner_info"><div class="banner display_in-bl"><div class="swiper-container"><div class="swiper-wrapper"><div class="swiper-slide"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190918207497.html" target="_blank"><div class="banner_box" style="background-image: url('http://img1.mp.6gulf.com/201909/18/750x500_5d82462375f37.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div><div class="banner_info"><p><span class="txt">1</span><span class="h">/</span><span class="num">4</span></p>中俄总理第24次定期会晤成果公开：中俄东线天然气管道年内供气</div></a></div><div class="swiper-slide"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207516.html" target="_blank"><div class="banner_box" style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d82619304165.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div><div class="banner_info"><p><span class="txt">2</span><span class="h">/</span><span class="num">4</span></p>这场演练告诉你如何紧急疏散掩蔽！周六广州将进行防空警报试鸣</div></a></div><div class="swiper-slide"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207519.html" target="_blank"><div class="banner_box" style="background-image: url('http://oeimg2.cache.6gulf.com/201909/19/5d8322cc03f28.jpg'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div><div class="banner_info"><p><span class="txt">3</span><span class="h">/</span><span class="num">4</span></p>70秒云上瞰广东湛江：到中国大陆最南端感受“诗与远方”</div></a></div><div class="swiper-slide"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207603.html" target="_blank"><div class="banner_box" style="background-image: url('http://img1.mp.6gulf.com/201909/19/800x450_5d82f575dfc9a.jpeg'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div><div class="banner_info"><p><span class="txt">4</span><span class="h">/</span><span class="num">4</span></p>穗莞深城际铁路启动联调联试，共设15个车站，进入通车倒计时</div></a></div></div><div class="swiper-button-next iconfont iconyou"></div><div class="swiper-button-prev iconfont iconzuo"></div></div></div><div class="put_information wid350"><div class="subTagTitle"><p>特别推荐</p></div><ul class="put_information_ul"><li><a href="http://6gulf.com/html/201909/19/818303.html" target="_blank">【中国稳健前行】开放是当代中国的鲜明标识</a></li><li><a href="http://6gulf.com/html/201909/19/818243.html" target="_blank">杜兰：让人工智能助力我们的生活</a></li><li><a href="http://news.cctv.com/zhibo/tuwen/qz70znxlltdlc/index.shtml" target="_blank">庆祝中华人民共和国成立70周年系列论坛第六场现场直播</a></li><li><a href="http://6gulf.com/html/201909/18/817698.html" target="_blank">“可爱的中国”之裕固族：把对生活的热爱融入民族服饰里</a></li><li><a href="http://6gulf.com/html/201909/18/817703.html" target="_blank">吴向阳：篁岭古村的“蝶变之路”</a></li><li><a href="http://news.cctv.com/zhibo/tuwen/qz70znxlltdwc/index.shtml" target="_blank">庆祝中华人民共和国成立70周年系列论坛第五场现场直播</a></li><li><a href="http://6gulf.com/html/201909/16/817049.html" target="_blank">“可爱的中国”之普米族：弹四弦、跳“搓蹉”，他们带着民族文化走出了国门</a></li><li><a href="http://6gulf.com/html/201909/16/816883.html" target="_blank">王丽：“一带一路”服务机制为丝路建设贡献专业力量</a></li></ul><div class="Shannon_wealth"><div class="image display_in-bl"><img src="http://oeimg2.cache.6gulf.com/Public2016/Images/robot66/51351.gif" style=""><p class="h1">机器人小南</p><p class="h2">关注小南公号</p><p class="h2">获取更多信息</p></div><div class="Shannon_qrcode_box"><div class="qrcode-box qrcode-ndxcx"></div></div><div class="explain f_r"><div class="swiper-container explain_ul"></div></div></div></div></div><div class="" style="margin-top: 20px"><div class="home_main_l display_in-bl"><div class="head J_scroll_home_channel" id="J_home_channel"><a class="active" href="javascript:;">南都头条</a><a target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/china">时政</a><a target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/opinion">评论</a><a target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/depth">深阅读</a><a target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/economy">财富</a><a target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/ent">全娱乐</a><a target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/sports">体育</a><a target="_blank" href="http://ndauto.6gulf.com">南都汽车</a><div class="baoliao"><a href="http://baoliao.6gulf.com" target="_blank" style="margin-right: 0"><i class="iconfont iconbaoliao"></i>我要报料</a></div></div><div class="tuwen"><div class="tuwen_tu display_in-bl"><div class="item"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190918207490.html" target="_blank"><div class="bg_img_box"><div class="bg_img" style="background-image: url('http://img1.mp.6gulf.com/201909/18/750x500_5d8243fe37ca3.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></div><p>学者：美国婴儿潮18年，中国婴儿潮45年，老龄化将更迅猛</p></a></div><div class="item"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207590.html" target="_blank"><div class="bg_img_box"><div class="bg_img" style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d82f057b0d3d.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></div><p>浩吉铁路将开通，穿越32个生态敏感区！留洞让野生动物自由穿行</p></a></div><div class="item"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207525.html" target="_blank"><div class="bg_img_box"><div class="bg_img" style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d82b8e78d65b.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></div><p>4.6亿年前地球冰冻和生物种类大爆发之谜：原来是小行星大爆炸</p></a></div></div><div class="tuwen_wen display_in-bl"><ul class="tuwen_wen_ul"><li><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207651.html" target="_blank">不哭！打卡周董新歌，这样走更优惠</a></li><li><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207679.html" target="_blank">北京市市长陈吉宁：大兴机场场内服务车将全用新能源</a></li><li><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207681.html" target="_blank">刚刚，杨丞琳承认已领证结婚</a></li><li><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207643.html" target="_blank">南都泛娱乐指数课题亮相央广大湾区之声！研究员分享区域电竞观察</a></li><li><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207680.html" target="_blank">周琦再创中国男篮历史尴尬第一，百科词条由官方锁定保护</a></li><li><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207668.html" target="_blank">伯克利求学情况怎么样？王源晒笔记鼓励自己</a></li><li><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207676.html" target="_blank">给偶像送礼哪家强？看看菊姐送蕾哈娜的：茅台+饮用说明书</a></li><li><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207647.html" target="_blank">带货大闸蟹电商缺斤少两，主播“天津李四”被快手限时封禁</a></li><li><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207653.html" target="_blank">广州市内无需出示身份证的“网证寄递”教程！个人信息安全有保障</a></li><li><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207652.html" target="_blank">不满医院不给做剖宫产，高龄产妇一家三口打医生！丈夫获刑9个月</a></li><li><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207654.html" target="_blank">杜琪峰请辞金马奖评审主席，王童导演接任</a></li><li><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207659.html" target="_blank">《杀人回忆》原型凶嫌锁定，但观众仍难以释怀</a></li></ul></div></div><div class="show_box"><a class="show_box_nandu"><div class="pic" style="background-image: url('http://oeimg2.cache.6gulf.com/Public2016/Images/home/wx70.png');"></div><div class="tit">南都微信公号</div><div class="qrcode-box-wrp"><div class="qrcode-box qrcode-ndgzh"><div class="qrcode-box-arrow"></div></div></div></a><a target="_blank" href="http://weibo.com/nddaily"><div class="pic" style="background-image: url('http://oeimg2.cache.6gulf.com/Public2016/Images/home/weibo70.png');"></div><div class="tit">南都微博</div></a><a target="_blank" href="http://www.toutiao.com/c/user/5827361912/#mid=5827361912"><div class="pic" style="background-image: url('http://oeimg2.cache.6gulf.com/Public2016/Images/home/toutiao70.png');"></div><div class="tit">南都头条号</div></a><a target="_blank" href="http://kuaibao.qq.com/s/MEDIANEWSLIST?chlid=5054587"><div class="pic" style="background-image: url('http://oeimg2.cache.6gulf.com/Public2016/Images/home/qiehao70.png');"></div><div class="tit">南都企鹅号</div></a><a target="_blank" href="http://a.mp.uc.cn/media.html?uc_param_str=frdnsnpfvecpntnwprdssskt&amp;mid=fa3d9beced874e16ae109b375c4f1efc"><div class="pic" style="background-image: url('http://oeimg2.cache.6gulf.com/Public2016/Images/home/dyh70.png');"></div><div class="tit">南都大鱼号</div></a><a target="_blank" href="http://c.m.163.com/news/sub/T1374537849029.html?spss=newsapp"><div class="pic" style="background-image: url('http://oeimg2.cache.6gulf.com/Public2016/Images/home/wangyi70.png');"></div><div class="tit">南都网易号</div></a><a class="show_box_Shannon"><div class="pic" style="background-image: url('http://oeimg2.cache.6gulf.com/Public2016/Images/home/xiaonanicon.png');"></div><div class="tit">小南微信公号</div><div class="qrcode-box-wrp"><div class="qrcode-box qrcode-Shannon"></div></div></a></div><div class="city"><a class="active" href="javascript:;">大湾区城市群</a><a target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/gz">广州
						</a><a target="_blank" href="http://sz.6gulf.com/">深圳</a><a target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/dg">东莞</a><a
						 target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/fs">佛山</a><a target="_blank"
						 href="http://6gulf.com/api/channel.php?s=/index/index/channel/zh">珠海</a><a target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/zs">中山</a><a
						 target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/jm">江门</a><a target="_blank"
						 href="http://6gulf.com/api/channel.php?s=/index/index/channel/hz">惠州</a></div><div class="home_list"><div class="home_self"><div class="tu_box"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207669.html" target="_blank"><div class="tu" style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d831b70702d0.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></a></div><div class="info"><p class="info_title"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207669.html" target="_blank">争当文明有礼“民治人”！ 深圳这个街道创文工作有亮点</a></p><p class="info_time">2019-09-19 14:09:14</p><p class="info_del">道路更整洁了、交通更有秩序了、老旧小区换了新颜、小街巷不仅道路平坦绿植还变多了、公益广告随处可见……文明城市创建工作在民治街道如火如荼地开展，处处沐浴着文明的春风，步步耳闻目睹文明的胜景，民治街道的街头、社区、公园正悄然发生着变化。</p><div class="address_author"><span class="address iconfont icondingwei"><a href="
                                    												http://6gulf.com/api/channel.php?s=/index/index/channel/sz												" target="_blank">深新闻</a></span><span class="author iconfont iconzuozhe">												作者:何思敏</span></div></div><div style="width:100%;height:1px;margin-top:20px;background:#f6f6f6;"></div></div><div class="home_self"><div class="tu_box"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207661.html" target="_blank"><div class="tu" style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d831710494cd.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></a></div><div class="info"><p class="info_title"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207661.html" target="_blank">见圳者系列 | 40年光阴目睹小渔村变国际都市</a></p><p class="info_time">2019-09-19 13:50:46</p><p class="info_del">口述人：曾祥荣（广东省茂名市化州人）现居地：民治街道创业花园我今年70岁，在深圳生活了40年，见证了新中国成立以来翻天覆地的变化，也见证了深圳从小渔村变成繁华大都市。初中毕业之后，我在家乡当过生产队队长、生产大队主任，也当过水利巡查员。</p><div class="address_author"><span class="address iconfont icondingwei"><a href="
                                    												http://6gulf.com/api/channel.php?s=/index/index/channel/sz												" target="_blank">深新闻</a></span><span class="author iconfont iconzuozhe">												作者:何思敏</span></div></div><div style="width:100%;height:1px;margin-top:20px;background:#f6f6f6;"></div></div><div class="home_self"><div class="tu_box"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207636.html" target="_blank"><div class="tu" style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d8306632811f.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></a></div><div class="info"><p class="info_title"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207636.html" target="_blank">四套班子集中学习研讨！龙华开展“不忘初心、牢记使命”主题教育</a></p><p class="info_time">2019-09-19 12:39:10</p><p class="info_del">按照中央、省委、市委统一部署，9月18日起，龙华区四套班子将用一周时间开展“不忘初心、牢记使命”主题教育集中学习研讨。昨日上午，全体与会党员干部庄严重温入党誓词后，龙华区“不忘初心、牢记使命”主题教育集中学习研讨在区委党校开班。</p><div class="address_author"><span class="address iconfont icondingwei"><a href="
                                    												http://6gulf.com/api/channel.php?s=/index/index/channel/sz												" target="_blank">深新闻</a></span><span class="author iconfont iconzuozhe">												作者:何思敏</span></div></div><div style="width:100%;height:1px;margin-top:20px;background:#f6f6f6;"></div></div><div class="home_self"><div class="tu_box"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207639.html" target="_blank"><div class="tu" style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d8308dda5334.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></a></div><div class="info"><p class="info_title"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207639.html" target="_blank">第三代半导体催生万亿市场，深圳计划5年投逾30亿建产业集聚区</a></p><p class="info_time">2019-09-19 12:52:38</p><p class="info_del">第三届“中欧第三代半导体高峰论坛”在深圳举办</p><div class="address_author"><span class="address iconfont icondingwei"><a href="
                                    												http://6gulf.com/api/channel.php?s=/index/index/channel/sz												" target="_blank">深新闻</a></span><span class="author iconfont iconzuozhe">												作者:程洋</span></div></div><div style="width:100%;height:1px;margin-top:20px;background:#f6f6f6;"></div></div><div class="home_self"><div class="tu_box"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207632.html" target="_blank"><div class="tu" style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d83026392526.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></a></div><div class="info"><p class="info_title"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207632.html" target="_blank">市长陈如桂给企业发出深圳首张“秒批”执照，企业登记自动审批</a></p><p class="info_time">2019-09-19 12:23:38</p><p class="info_del">同步建立的“秒批”质检系统和“登管联动”机制，实现了企业开办效率和质量“双提升”</p><div class="address_author"><span class="address iconfont icondingwei"><a href="
                                    												http://6gulf.com/api/channel.php?s=/index/index/channel/sz												" target="_blank">深新闻</a></span><span class="author iconfont iconzuozhe">												作者:李榕</span></div></div><div style="width:100%;height:1px;margin-top:20px;background:#f6f6f6;"></div></div><div class="home_self"><div class="tu_box"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207684.html" target="_blank"><div class="tu" style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d83234904fe7.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></a></div><div class="info"><p class="info_title"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207684.html" target="_blank">4小时完成一台工业机器人还要拼七巧板，广东这场技能大赛有看点</a></p><p class="info_time">2019-09-19 14:44:06</p><p class="info_del">如何在4小时内安装、排布、编程一台工业机器人，使之能在规定时间内抓取形态、颜色各异的“七巧板”并按要求放置？日前，第二届广东省工业机器人技术应用技能大赛暨第三届全国工业机器人技术应用技能大赛广东省选拔赛在广州开幕。</p><div class="address_author"><span class="address iconfont icondingwei"><a href="
                                    												http://6gulf.com/api/channel.php?s=/index/index/channel/gz												" target="_blank">广州</a></span><span class="author iconfont iconzuozhe">												作者:程小妹</span></div></div><div style="width:100%;height:1px;margin-top:20px;background:#f6f6f6;"></div></div><div class="home_self"><div class="tu_box"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207641.html" target="_blank"><div class="tu" style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d830aa65a07a.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></a></div><div class="info"><p class="info_title"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207641.html" target="_blank">东莞利用智慧灯杆构造智慧城市管理网络，这些地方有望先行先试</a></p><p class="info_time">2019-09-19 12:57:34</p><p class="info_del">《东莞市智慧灯杆建设运营管理办法（征求意见稿）》（以下简称“《管理办法》”）正在东莞工信局官网公示，并征集意见。《管理办法》提出推动市政路灯杆“一杆多用”，提升东莞信息基础设施共建共享和智慧城市管理水平，优先解决电信运营企业利用智慧灯杆建设5G基站，纾缓基站选址建设困难，加快5G网络建设。</p><div class="address_author"><span class="address iconfont icondingwei"><a href="
                                    												http://6gulf.com/api/channel.php?s=/index/index/channel/dg												" target="_blank">东莞</a></span><span class="author iconfont iconzuozhe">												作者:梁锦弟</span></div></div><div style="width:100%;height:1px;margin-top:20px;background:#f6f6f6;"></div></div><div class="home_self"><div class="tu_box"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207630.html" target="_blank"><div class="tu" style="background-image: url('http://img1.mp.6gulf.com/201909/19/800x450_5d8301124b9f4.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></a></div><div class="info"><p class="info_title"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207630.html" target="_blank">坐公交要选哪种移动支付方式好？东莞市民：希望快接入微信支付</a></p><p class="info_time">2019-09-19 12:20:00</p><p class="info_del">智能支付已经逐渐成为大家日常使用的支付方式，而在公交系统上，像广州、深圳、江门、东莞等地区已实现不同程度的智能化支付。而在今年8月东莞公交票价听证会上，代表们提出东莞公交支付更加智能化的建议。南都《尽莞讲》团队在走访街头的时候发现，有使用“东莞通APP”的市民认为这个APP已经足够方便，不过还是希望能和微信、支付宝相绑定，让支付方式更加智能化。视频：刘辉龙 杨静雨 黄馨莹</p><div class="address_author"><span class="address iconfont icondingwei"><a href="
                                    												http://6gulf.com/api/channel.php?s=/index/index/channel/dg												" target="_blank">东莞</a></span><span class="author iconfont iconzuozhe">												作者:刘辉龙,杨静雨,黄馨莹</span></div></div><div style="width:100%;height:1px;margin-top:20px;background:#f6f6f6;"></div></div><div class="home_self"><div class="tu_box"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207650.html" target="_blank"><div class="tu" style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d83106da3c1c.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></a></div><div class="info"><p class="info_title"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207650.html" target="_blank">海珠广场成“路震震”：新地砖凹凸不平竟是为减速？司机市民不解</a></p><p class="info_time">2019-09-19 13:29:59</p><p class="info_del">“震到上下排牙齿打架。“最近一段时间，广州市民程先生不管是骑车还是开车，都不想经过海珠广场，因为升级改造后的海珠广场周边主干道上铺上了凹凸不平的新地砖，不管是开车还是骑行都会产生严重颠簸。此番道路“升级”，引来不少市民的吐槽与不解。</p><div class="address_author"><span class="address iconfont icondingwei"><a href="
                                    												http://6gulf.com/api/channel.php?s=/index/index/channel/gz												" target="_blank">广州</a></span><span class="author iconfont iconzuozhe">												作者:叶孜文,赵安然</span></div></div><div style="width:100%;height:1px;margin-top:20px;background:#f6f6f6;"></div></div><div class="home_self"><div class="tu_box"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207638.html" target="_blank"><div class="tu" style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d8304d1539c3.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></a></div><div class="info"><p class="info_title"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207638.html" target="_blank">牵手哈工大、南二外，深圳又有两所名校合办学校揭牌</a></p><p class="info_time">2019-09-19 12:46:21</p><p class="info_del">​桃苑学校更名哈工大（深圳）实验学校</p><div class="address_author"><span class="address iconfont icondingwei"><a href="
                                    												http://6gulf.com/api/channel.php?s=/index/index/channel/sz												" target="_blank">深新闻</a></span><span class="author iconfont iconzuozhe">												作者:伍曼娜</span></div></div><div style="width:100%;height:1px;margin-top:20px;background:#f6f6f6;"></div></div></div></div><div class="home_main_r display_in-bl"><style>    .subTagTitle {
        border-top: 1px solid rgb(242, 242, 242);
        position: relative;
        height: 45px;
    }

    .subTagTitle p {
        font-size: 18px;
        font-weight: 400;
        color: rgba(1, 165, 194, 1);
        line-height: 40px;
        border-top: 1px solid #00ABC9;
        position: absolute;
        height: 40px;
        top: -1px;
    }

    .RecomVideo {
        width: 350px;
        padding-bottom: 40px;
    }

    .RecomVideo .videoB {
        background-color: black;
        width: 350px;
        height: 197px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;

    }

    .RecomVideo .videoB .txt {
        position: absolute;
        bottom: 0px;
        padding-bottom: 8px;
        padding-top: 8px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .RecomVideo .videoB .txt .circle {
        width: 28px;
        height: 28px;
        background: rgba(255, 255, 255, 0);
        border: 2px solid rgba(255, 255, 255, 1);
        border-radius: 50%;
        position: relative;
        margin: 5px 13px;
        display: inline-block;
    }

    .circle_inner_play {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 10px;
        border-color: transparent transparent transparent white;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -3px;
        display: inline-block;
    }

    .circle_inner_pause {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        margin-top: -9px;
        color: white;
        font-size: 8px;
    }

    .circle_inner_pause p {
        display: inline-block;
        width: 3px;
        height: 12px;
        background-color: white;
        margin-top: 3px;
        margin-left: 5px;

    }

    .RecomVideo .videoB .txt .title {
        width: 272px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        float: right;
        margin-right: 15px;
    }

    .vw_video_box {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .RecomVideo .videoS {
        width: 350px;
        height: 108px;
        position: relative;
        margin-top: 8px;
        background-color: #F8F8F8;
    }


    .RecomVideo .videoS .videoS_img_box{
        width: 160px;
        height: 108px;
        display: inline-block;
        position: relative;
        overflow: hidden;

    }

    .RecomVideo .videoS .videoS_img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        transition: all .5s linear;
    }
    .RecomVideo .videoS .videoS_img:hover{
        transition: all .5s linear;
        transform: scale(1.1);
        /*width: 180px;*/
        /*height: 128px;*/
    }

    .RecomVideo .videoS .txt {
        float: right;
        width: 148px;
        height: 59px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(65, 65, 65, 1);
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-right: 17px;
        text-align: justify;
        margin-top: 25px;
    }

    .RecomVideo .videoS .txt .bofang {
        width: 20px;
        height: 15px;
        background: rgba(1, 165, 194, 1);
        border-radius: 3px;
        position: relative;
        display: inline-block;
        bottom: -2px;
        margin-right: 5px;
    }

    .RecomVideo .videoS .txt .bofang:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 8px;
        border-color: transparent transparent transparent white;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -5px 0 0 -3px;
    }

</style><div class="RecomVideo"><div class="subTagTitle"><p><a href="http://6gulf.com/api/channel.php?s=/index/ndVediolist" target="_blank">推荐视频</a></p></div><div class="videoB"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207653.html" target="_blank"><div class="vw_video_box"
                     style="background-image: url('http://img1.mp.6gulf.com/201909/19/800x450_5d8313d156cd4.JPG'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"><video muted="true" loop="loop" class="vw_video" width="100%" height="100%"><source src="http://1253125013.vod2.myqcloud.com/6cc001c1vodtranscq1253125013/70011e595285890794162357478/v.f20.mp4" type="video/mp4"/></video></div><div class="txt flex_box cross_center"><div class="circle"><div class="circle_inner_play"></div><div class="circle_inner_pause"><p></p><p></p></div></div><p class="title">广州市内无需出示身份证的“网证寄递”教程！个人信息安全有保障</p></div></a></div><div class="videoS"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207630.html" target="_blank"><div class="videoS_img_box"><div class="videoS_img"
                         style="background-image: url('http://img1.mp.6gulf.com/201909/19/800x450_5d8301124b9f4.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></div><div class="txt"><p><span class="bofang"></span>坐公交要选哪种移动支付方式好？东莞市民：希望快接入微信支付</p></div></a></div><div class="videoS"><a href="http://m.mp.6gulf.com/a/BAAFRD000020190919207586.html" target="_blank"><div class="videoS_img_box"><div class="videoS_img"
                         style="background-image: url('http://img1.mp.6gulf.com/201909/19/800x450_5d82dfec4bd51.jpeg'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></div><div class="txt"><p><span class="bofang"></span>从化的好山好水中，藏着一座生态设计小镇</p></div></a></div></div><script>    $('.vw_video').hide()
    $('.circle_inner_pause').hide()

    let md = document.getElementsByTagName("video")[0];

    $('.vw_video_box').on('mouseover', function () {
        $('.vw_video_box').css('background', 'none')
        $('.vw_video').show()
    })


    $('.videoB .txt').on('mouseover', function () {
        $('.circle_inner_play').hide()
        $('.circle_inner_pause').show()
        md.play();
        $('.vw_video_box').css('background', 'none')
        $('.vw_video').show()
    })

    $('.videoB .txt').on('mouseout', function () {
        $('.circle_inner_play').show()
        $('.circle_inner_pause').hide()
        md.pause();
    })

    md.onmouseover = function () {
        $('.circle_inner_play').hide()
        $('.circle_inner_pause').show()
        this.play();
    }


    md.onmouseout = function () {
        $('.circle_inner_play').show()
        $('.circle_inner_pause').hide()
        this.pause();
    }

</script><style>    .subTagTitle {
        border-top: 1px solid rgb(242, 242, 242);
        position: relative;
        height: 45px;
    }

    .subTagTitle p {
        font-size: 18px;
        font-weight: 400;
        color: rgba(1, 165, 194, 1);
        line-height: 40px;
        border-top: 1px solid #00ABC9;
        position: absolute;
        height: 40px;
        top: -1px;
    }

    .WhichOne {
        width: 350px;
        padding-bottom: 40px;
    }

    .WhichOne_list {
        width: 100%;
    }

    .WhichOne_list .hot {
        width: 100%;
        height: 85px;
        position: relative;
    }

    .WhichOne_list .hot a .hot_txt:hover, .WhichOne_ul li a:hover{
        color: #01a5c2;
        text-decoration: none;
    }

    .WhichOne_list .hot_img {
        width: 125px;
        height: 85px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
    }

    .WhichOne_list .hot_txt {
        font-size: 16px;
        font-weight: 400;
        color: rgba(65, 65, 65, 1);
        line-height: 24px;
        float: right;
        margin-right: 9px;
        margin-top: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        width: 202px;

    }

    .WhichOne_ul {
        font-size: 14px;
        font-weight: 400;
        padding-left: 13px;
        padding-top: 14px;
        color: rgba(65, 65, 65, 1);
        line-height: 32px;
    }

    .WhichOne_ul li {
        position: relative;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .WhichOne_ul li::before {
        content: "";
        width: 3px;
        height: 3px;
        background-color: rgb(211, 211, 211);
        position: absolute;
        z-index: 16;
        left: -10px;
        top: 13px;
        border-radius: 50%;
    }

</style><div class="WhichOne"><div class="subTagTitle"><p>热点站队</p></div><div class="WhichOne_list"><div class="hot"><a href="http://nfdsb.6gulf.com/h5/nandu/oauth/hot/source/index.html?id=464" target="_blank"><div class="hot_img"
                         style="background-image: url('http://img1.mp.6gulf.com/201909/19/750x500_5d825cc18ebee.png'),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div><p class="hot_txt">新手司机开共享汽车出事，平台该担责吗？</p></a></div><ul class="WhichOne_ul"><li><a href="http://nfdsb.6gulf.com/h5/nandu/oauth/hot/source/index.html?id=463" target="_blank">“电子警察”抓拍闯红灯行人，识别人脸并公示，你怎么看？</a></li><li><a href="http://nfdsb.6gulf.com/h5/nandu/oauth/hot/source/index.html?id=462" target="_blank">你认为假期学生体育家庭作业的完成有难度吗？</a></li><li><a href="http://nfdsb.6gulf.com/h5/nandu/oauth/hot/source/index.html?id=461" target="_blank">你喜欢周杰伦的新歌《说好不哭》吗？</a></li><li><a href="http://nfdsb.6gulf.com/h5/nandu/oauth/hot/source/index.html?id=460" target="_blank">你觉得“罗小黑”是否蹭了“哪吒”的热度？</a></li></ul></div></div><div class="epaper"><div class="subTagTitle epaper_head"><p><a href="http://epaper.6gulf.com" target="_blank">今日报纸</a></p><div class="m"><span class="iconfont iconshouji"></span><span>手机读报</span></div><p class="epaper_ecode"></p></div><div id="epaper_body" class="body"></div></div><style>	.subTagTitle {
        border-top: 1px solid rgb(242, 242, 242);
        position: relative;
        height: 45px;
    }

    .subTagTitle p {
        font-size: 18px;
        font-weight: 400;
        color: rgba(1, 165, 194, 1);
        line-height: 40px;
        border-top: 1px solid #00ABC9;
        position: absolute;
        height: 40px;
        top: -1px;
    }

    .subTagTitle span {
        font-size: 14px;
        color: #DCDCDC;
    }

    .popularize {
        width: 350px;
        padding-bottom: 40px;
    }

    .popularize .inside {
    }

    .popularize .inside .host{
        font-size: 16px;
    }

    .popularize .inside .ad_300{
        text-align: center;
        margin-top: 20px;
    }

</style><div class="popularize"><div class="subTagTitle"><p>广告<span class="ADs">ADs</span></p></div><div class="inside"><div class=""><a target="_blank" style="color: #333; font-size: 16px;" href="http://6gulf.com/html/201909/17/817191.html">邮储信用卡邀请两岸三地家庭海上“登月”话团圆</a></div><div class="ad_300 mb_20"><script type="text/javascript" src="http://afpmm.alicdn.com/g/mm/afp-cdn/JS/k.js"></script><script type="text/javascript">				document.write('<a style="display:none!important" id="kdafp-ssp-a_1064_2_1"></a>');
				var kdafp_s = document.createElement("script");
				kdafp_s.type = "text/javascript";
				kdafp_s.charset = "UTF-8";
				kdafp_s.charset = "UTF-8";
				kdafp_s.id = "kdafp-ssp-s_1064_2_1";
				kdafp_s.async = true;
				kdafp_s.src = "http://ssp.kdnet.net/main.js?i=1064_2_1";
				var kdafp_h = document.getElementsByTagName("head")[0];
				if (kdafp_h) kdafp_h.insertBefore(kdafp_s, kdafp_h.firstChild);
			</script></div></div></div><div class="slide_box plan"><div class="subTagTitle subTagTitle_r"><p>【专题】心连心 爱香港</p><span><a target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/gzthings">更多+</a></span></div><div class="body"><a target="_blank" href="http://nd.6gulf.com/xzt/shiz/xlxaxg/default.htm"><img style="width:350px;" src="http://oeimg2.cache.6gulf.com/201909/09/5d75c0fe9435c.jpg" alt="【专题】心连心 爱香港"></a></div></div><div class="intelligent"><div class="subTagTitle"><p><a href="http://6gulf.com/api/channel.php?s=/index/index/channel/index" target="_blank">智
									库</a></p></div><div class="intelligent_main"><a target="_blank" href="http://m.mp.6gulf.com/a/BAAFRD000020190918207439.html									"><div class="pic_box"><div class="pic" style="background-image: url(http://img1.mp.6gulf.com/201909/18/750x500_5d8222bed42a1.png),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></div><div class="dec">实测OTA平台，7家暴露身份信息，存被利用盗刷风险</div></a><a target="_blank" href="http://m.mp.6gulf.com/a/BAAFRD000020190918207439.html									"><div class="pic_box"><div class="pic" style="background-image: url(http://img1.mp.6gulf.com/201909/18/750x500_5d8222bed42a1.png),url('http://oeimg2.cache.6gulf.com/Public/Images/error.png')"></div></div><div class="dec">实测携程、途牛、同程等平台，均暴露身份信息，存被利用盗刷风险</div></a></div></div><style>    .siblings48 {
        width: 350px;
        padding-bottom: 40px;
    }

    .siblings48_head {
        height: 45px;
        background-color: rgb(248, 248, 248);
        border-bottom: 1px solid rgb(242, 242, 242);
    }

    .siblings48_head p {
        font-size: 18px;
        font-weight: 400;
        color: rgba(1, 165, 194, 1);
        line-height: 45px;
        background-color: white;
        border-top: 2px solid rgba(1, 165, 194, 1);
        display: inline-block;
        border-right: 1px solid rgb(242, 242, 242);
        padding-right: 5px;
    }

    .siblings48_head_ul {
        font-size: 14px;
        font-weight: 400;
        color: rgba(1, 165, 194, 1);
        display: inline-block;
        float: right;
        height: 40px;
    }

    .siblings48_head_ul li {
        display: inline-block;
        line-height: 45px;
        padding: 0 10px;
        color: #888888;
        cursor: pointer;
    }

    .siblings48_head_ul li.active {
        background-color: white;
        border-right: rgb(242, 242, 242) 1px solid;
        border-left: rgb(242, 242, 242) 1px solid;
        border-top: rgb(242, 242, 242) 1px solid;
        color: rgba(1, 165, 194, 1);
    }

    .siblings48_main_ul {
        width: 100%;
    }

    .siblings48_main_ul li {
        position: relative;
        border-bottom: 1px solid rgb(242, 242, 242);
        padding: 10px 0;
        height: 66px;
    }

    .siblings48_main_ul li .number {
        width: 25px;
        height: 25px;
        background: #EFEFEF;
        border-radius: 50%;
        line-height: 25px;
        text-align: center;
        color: rgb(165, 165, 165);
        display: inline-block;
        margin-right: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);

    }

    .siblings48_main_ul li .txt {
        font-size: 16px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 43px;
    }

    .siblings48_main_ul li .txt:hover {
        color: #01a5c2;
        text-decoration: none;
    }

    .siblings48_main_ul li:first-of-type .number {
        background: rgba(1, 165, 194, 1);
        color: white;
    }

    .siblings48_main_ul li:nth-of-type(2) .number {
        background: rgba(1, 165, 194, 1);
        color: white;
        opacity: 0.85;
    }

    .siblings48_main_ul li:nth-of-type(3) .number {
        background: rgba(1, 165, 194, 1);
        color: white;
        opacity: 0.75;
    }


</style><div class="siblings48"><div class="siblings48_head"><p>48小时排行</p><ul class="siblings48_head_ul"><li id="inside_siblings48" class="active">站内</li><li id="paper_siblings48">见报</li></ul></div><ul class="siblings48_main_ul"></ul></div><script>    function inside_siblings48() {
        $.ajax({
            type: 'GET',
            url: 'http://m.mp.6gulf.com/uncache.php?m=Ranking&a=article&period=2d',
            dataType: 'jsonp',
            jsonp: "jsonpCallback",
            jsonpCallback: "channelRankTpl",
            success: function (json) {
                var siblings48_html = ''
                json.forEach(function (value, index) {
                    siblings48_html += '<li><a href="' + value.linkurl + '"  target="_blank"><div class="number">' + eval(index + 1) + '</div><p class="txt">' + value.title + '</p></a></li>'
                });
                $('.siblings48_main_ul').html(siblings48_html)
            }, error(err, textStatus) {
                console.log('网络链接失败，请刷新重试',err, textStatus)
            }
        });
    }

    inside_siblings48()


    $('#inside_siblings48').on('click', function () {
        if ($(this).hasClass('active')) return
        $(this).addClass('active').siblings('li').removeClass('active');
        inside_siblings48()
    })


    $('#paper_siblings48').on('click', function () {
        if ($(this).hasClass('active')) return
        $(this).addClass('active').siblings('li').removeClass('active');
        $.ajax({
            type: 'GET',
            url: 'http://6gulf.com/api/index.php?m=ContentFive&a=nis&period=2d',
            dataType: 'jsonp',
            jsonp: "jsonpCallback",
            jsonpCallback: "channelRankTpl",
            success: function (json) {
                var siblings48_html = ''
                json.forEach(function (value, index) {
                    siblings48_html += '<li><a href="' + value.linkurl + '"  target="_blank"><div class="number">' + eval(index + 1) + '</div><p class="txt">' + value.title + '</p></a></li>'
                });
                $('.siblings48_main_ul').html(siblings48_html)
            }
        });


    })


</script><div class="report_etsq" style="text-align: center;"><a href="http://cn.mikecrm.com/9uL1sDb" target="_blank"><img src="http://oeimg2.cache.6gulf.com/Public2016/Images/home/report_etsq.jpg" alt="report" /></a></div></div></div></div><div class="suggest"><a href="http://form.mikecrm.com/f.php?t=mGty3g" target="_blank">意见反馈</a></div><div id="bottom"><div id="footer"><div class="ft-info clearfix"><dl class="ft-info-col ft-info-oe"><dt>奥一网</dt><dd><a target="_blank" href="http://6gulf.com/about/about.html">关于我们</a><a href="http://6gulf.com/about/contact.html" target="_blank">联系我们</a><a href="http://6gulf.com/about/job.html" target="_blank">加入我们</a></dd><dd><a target="_blank" href=" http://6gulf.com/html/201505/26/262070.html">版权声明</a></dd></dl><dl class="ft-info-col ft-info-ndp"><dt>南都+</dt><dd><a class="a2" target="_blank" href="http://nd.6gulf.com/special/lingnanforum/default.shtml">南都公众论坛</a><a target="_blank" href="http://www.lshijia.com">试驾网</a><a style="padding-left: 25px;" target="_blank" href="http://nd.6gulf.com/special/xgw/default.shtml">小谷围科学讲坛</a></dd><dd><a target="_blank" href="http://6gulf.com/api/channel.php?s=/index/index/channel/purchase" class="a1">采购信息</a><a href="http://www.happylist.org/" target="_blank">幸福书单</a></dd></dl><dl class="ft-info-col ft-info-link"><dt>友情链接</dt><dd><a href="http://www.xinhuanet.com/" target="_blank">新华网</a><a href="http://www.cctv.com/" target="_blank">央视网</a><a href="http://www.people.com.cn/" target="_blank">人民网</a></dd><dd><a href="http://www.chinanews.com/" target="_blank">中新网</a><a href="http://www.china.com.cn/" target="_blank">中国网</a><a href="http://www.chinadaily.com.cn/" target="_blank">中国日报</a></dd></dl></div><div class="img clearfix"><a target="_blank" href="http://6gulf.com/Channel/dxzz.html"><img width="120"
                                                                                                        height="50"
                                                                                                        border="0"
                                                                                                        src="http://oeimg2.cache.6gulf.com/Public_v2/Images/channel/home/bot-log3.png"></a><a
                target="_blank" href="http://www.wenming.cn/"><img width="120" height="50" border="0"
                                                                   src="http://oeimg2.cache.6gulf.com/Public_v2/Images/channel/home/bot-log5.png"></a><a
                target="_blank"
                href="http://sq.ccm.gov.cn:80/ccnt/sczr/service/business/emark/toDetail/510AACDE3CCF43449E38DD43ABB08602"><img
                width="120" height="50" border="0"
                src="http://oeimg2.cache.6gulf.com/Public_v2/Images/channel/home/bot-log6.png?v=0.1"></a><a
                target="_blank" href="http://www.12377.cn"><img width="120" height="50" border="0"
                                                                src="http://oeimg2.cache.6gulf.com/Public_v2/Images/channel/home/bot-log7.png"></a></div><div class="copyright"><a href="http://www.miibeian.gov.cn/publish/query/indexFirst.action" target="_blank"> 粤ICP备20040112
            </a> |
            <a href="http://6gulf.com/about/Qualification3.html" target="_blank"> 广播电视节目制作经营许可证
            </a> |
            <a href="http://6gulf.com/about/Qualification4.html" target="_blank"> 互联网新闻许可证
            </a> |
            <a href="http://6gulf.com/about/Qualification5.html" target="_blank"> 信息网络传播视听节目许可证
            </a> |
            <a href="http://6gulf.com/about/Qualification6.html" target="_blank"> 网络文化经营许可证
            </a> |
            <a href="http://corp.6gulf.com/ndapp/ys/" target="_blank"> 南都隐私政策
            </a><br>Copyright ©1996~2019 6gulf.com corporation. All Rights Reserved<br>            广东南都全媒体网络科技有限公司版权所有 <a href="http://www.miibeian.gov.cn/publish/query/indexFirst.action" target="_blank">粤ICP备20040112</a><br>            奥一网违法和不良信息举报&nbsp;<a href="mailto:sqsh@nandu.cc">邮箱：sqsh@nandu.cc</a><br><a href="http://www.12377.cn/node_548446.htm" target="_blank">网络举报APP下载</a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;
            <a href="javascript:;">电话举报号码:12377</a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;
            <a href="mailto:jubao@china.org.cn">国家邮箱举报地址:jubao@china.org.cn</a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;
            <img src="http://oeimg2.cache.6gulf.com/Public2016/Images/home/beian.png" alt=""/><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44030002000002" target="_blank">粤公网安备
                44030002000002号</a></div></div></div><script>    (function(){
        var bp = document.createElement('script');
        var curProtocol = window.location.protocol.split(':')[0];
        if (curProtocol === 'http') {
            bp.src = 'http://zz.bdstatic.com/linksubmit/push.js';
        }
        else {
            bp.src = 'http://push.zhanzhang.baidu.com/push.js';
        }
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(bp, s);
    })();
</script><script>    (function (i, s, o, g, r, a, m) {
        i['GoogleAnalyticsObject'] = r;
        i[r] = i[r] || function () {
            (i[r].q = i[r].q || []).push(arguments)
        }, i[r].l = 1 * new Date();
        a = s.createElement(o),
            m = s.getElementsByTagName(o)[0];
        a.async = 1;
        a.src = g;
        m.parentNode.insertBefore(a, m)
    })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');

    ga('create', 'UA-12577036-45', 'auto');
    ga('send', 'pageview');
</script><script>var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "http://hm.baidu.com/hm.js?967edc8e5c8efb4c5917d2223e9c6d29";
  var s = document.getElementsByTagName("script")[0];
  s.parentNode.insertBefore(hm, s);
})();
</script><script>			window.onload = function() {


				// 全站百度统计代码
				var _hmt = _hmt || [];
				(function() {
					var hm = document.createElement("script");
					hm.src = "http://hm.baidu.com/hm.js?967edc8e5c8efb4c5917d2223e9c6d29";
					var s = document.getElementsByTagName("script")[0];
					s.parentNode.insertBefore(hm, s);
				})();
				// 全站百度统计代码 END

				var swiper = new Swiper('.swiper-container', {
					nextButton: '.swiper-button-next',
					prevButton: '.swiper-button-prev',
					loop: true,
					autoplay: 5000
				});

				// 最新数字报
				$.ajax({
					type: 'GET',
					url: 'http://api.ndapp.6gulf.com/server.php?m=Api4oecms&a=json4IpaperCover',
					success: function(json) {
						$('#epaper_body').html('<a href="http://epaper.6gulf.com" target="_blank"><img src="' + json[0].cover_imgurl +
							'" alt="' + json[0].pub_fold + '"/></a>')
					}
				});

				var explain_ul = null

				$.ajax({
					type: "GET",
					url: "http://6gulf.com/api/index.php?s=/Js4Imrobot/getStock",
					dataType: "jsonp",
					success: function(res) {
						var data = res.data
						var str = '<div class="swiper-wrapper">'
						data.map(function(n) {
							str += '<div class="swiper-slide"><a target="_blank" href="' + n.linkurl + '">' + n.title + '</a></div>'
						})
						str += '</div>'

						$(".explain_ul").html(str)

						explain_ul = new Swiper('.explain_ul', {
							paginationClickable: true,
							loop: true,
							speed: 500,
							autoplay: 3000,
							direction: 'vertical',
							slidesPerView: 2,
							spaceBetween: 0,
						});

					}
				});


				$(".Shannon_wealth").hover(function() {
					$(".Shannon_qrcode_box").css("display", "block");
					explain_ul.stopAutoplay();
				}, function() {
					$(".Shannon_qrcode_box").css("display", "none");
					explain_ul.startAutoplay();
				});

			}
		</script></body></html>