* { box-sizing: border-box; } img { border-radius: 5px; } .page-wrap { width: 100%; min-width: 100%; background: #fff; font-family: "Microsoft Yahei"; } .banner { width: 100%; height: 390px; } .data-field-info { margin: 0 auto; width: 100%; } .data-field-info .chinese-title { text-align: center; color: #444547; font-weight: bold; font-size: 20px; } .data-field-info .english-title { font-size: 14px; color: #9f9f9f; text-align: center; background: url(/open-data-web/resources/img/index/data-field-line.png) center no-repeat; } .data-field-info .list-info { padding: 0 50px; margin: 0 auto; overflow: hidden; width: 100%; height: 380px; position: relative; } .data-field-info .list-info .left-default, .data-field-info .list-info .right-default { top: 165px; position: absolute; width: 48px; height: 48px; cursor: pointer; } .data-field-info .list-info .left-default { left: 0; background: url(/open-data-web/resources/img/index/left-default.png) no-repeat center center; } .data-field-info .list-info .right-default { right: 0; background: url(/open-data-web/resources/img/index/right-default.png) no-repeat center center; } .data-field-info .list-info .left-light { left: 0; background: url(/open-data-web/resources/img/index/left-light.png) no-repeat center center; } .data-field-info .list-info .right-light { right: 0; background: url(/open-data-web/resources/img/index/right-light.png) no-repeat center center; } .data-field-info .list-info ul { margin-top: 30px; overflow-y: auto; width: 100%; /* border-bottom:1px solid #d7dee4; border-left:1px solid #d7dee4; */ /* margin: 0 auto; width: 1020px;*/ } .data-field-info .list-info ul li { position: relative; padding: 5px 0; width: 14.28%; float: left; text-align: center; color: #545f73; font-size: 14px; cursor: pointer; /* border-right:1px solid #d7dee4; border-top:1px solid #d7dee4; */ } .data-field-info .list-info ul li .field-detail { padding-top: 30px; position: absolute; left: 10px; top: 0; z-index: 10; /* background: #1b78cf; */ background: #e82e2f; border-radius: 50%; width: 100%; width: 120px; height: 100%; font-size: 14px; color: #fff; text-align: center; line-height: 20px; /* background: url(/open-data-web/resources/img/newUpdate/filed-bg.png) no-repeat center center; */ } .data-field-info .list-info ul li .field-detail span { margin: 0 6px; } .list-info li .img-info { margin: 0 auto; width: 140px; height: 120px; vertical-align: middle; line-height: 120px; position: relative; } .list-info li .name { /* margin-top: 5px; padding-bottom: 5px; */ } .latest-update-info { margin-top: 45px; height: auto; width: 100%; } .latest-update-info .latest-update { width: 100%; margin: 10px auto 0; overflow-y: auto; } .latest-update-title { height: 90px; width: 100%; background: url(/open-data-web/resources/img/index/latest-update-title.png) center no-repeat; } .data-content { width: 76.67%; overflow-x: hidden; height: auto; overflow-y: auto; } .hot-app-info { width: 18.33%; margin-left: 5%; } .data-content .data-list { float: left; width: 50%; height: 360px; overflow: hidden; } .data-content .data-list.pr30 { padding-right: 30px; } .data-content .data-list.pl30 { padding-left: 30px; } .latest-update .title { height: 60px; line-height: 60px; border-bottom: 2px solid #eee; } .latest-update .title .bold { display: inline-block; border-bottom: 2px solid #1c87ff; font-size: 20px; font-weight: bold; color: #31363d; height: 60px; } .latest-update .title .english-name, .latest-update .title .more { padding-top: 10px; line-height: 50px; padding-left: 12px; color: #9f9f9f; font-size: 14px; } .latest-update .title .more { float: right; color: #9f9f9f; font-size: 14px; cursor: pointer; padding-left: 0; } .latest-update .new-list { width: 100%; } .latest-update .new-list li { padding-left: 15px; height: 55px; width: 100%; padding-right: 90px; position: relative; line-height: 55px; border-bottom: 1px solid #eeeeee; font-size: 14px; } .latest-update .new-list .date { position: absolute; right: 0; top: 0; width: 80px; color: #9f9f9f; font-size: 14px; } .latest-update .new-list .name-list { padding-left: 5px; color: #9f9f9f; font-size: 14px; } .latest-update .new-list .type-title { color: #555; } .latest-update .new-list .type-title:hover { color: #0578e3; } .hot-app-info ul { width: 100%; } .hot-app-info ul li { margin: 25px 0 0 0; width: 50%; float: left; vertical-align: middle; text-align: center; font-size: 14px; color: #707070; } .hot-app-info .list-info li .img-info { height: 72px; overflow: hidden; } .hot-app-info .list-info li .name { margin-top: 10px; padding-bottom: 0; cursor: pointer; } .banner .bx-wrapper { height: 390px; /*overflow-y: hidden;*/ } .bx-viewport { height: 390px; } .banner { position: relative; height: 390px; overflow-y: hidden; } .banner .bx-wrapper .bx-controls { position: absolute; bottom: 20px; width: 100%; z-index: 1000; text-align: center; } .banner .bx-wrapper .bx-controls .bx-pager-item { display: inline-block; margin: 0 5px; } .banner .bx-wrapper .bx-controls .bx-pager-item a { display: inline-block; margin: 0 5px; width: 35px; height: 4px; background: #525262; /*background: rgba(255, 255, 255, 0.6);*/ text-indent: 1000px; overflow: hidden; } .banner .bx-wrapper .bx-controls .bx-pager-item a.active { background: #2093fe; } .hot-app-info .list-info li .img-info { line-height: 72px; } .animateClass { background: url(/open-data-web/resources/img/newUpdate/filed-bg.png) no-repeat center center; } @keyframes mymove { from { border-radius: 50%; } to { border-radius: 0; } } @-moz-keyframes mymove /* Firefox */ { from { border-radius: 50%; } to { border-radius: 0; } } @-webkit-keyframes mymove /* Safari and Chrome */ { from { border-radius: 50%; } to { border-radius: 0; } } @-o-keyframes mymove /* Opera */ { from { border-radius: 50%; } to { border-radius: 0; } } .hot-app-info .list-info li .img-info{ width: 100%; } .data-list ul li .sort-number { position: absolute; z-index: 100; left: 0; top: 0; height: 100%; width: 20px; line-height: 54px; background-image: url(/open-data-web/resources/img/data/sort-number-bg.png); background-position: center; background-repeat: no-repeat; color: #fefeff; font-size: 14px; text-align: center; } .data-list ul li .sort-number1 { background-image: url(/open-data-web/resources/img/data/sort-number-bg1.png); } .data-list ul li .sort-number2 { background-image: url(/open-data-web/resources/img/data/sort-number-bg2.png); } .data-list ul li .sort-number3 { background-image: url(/open-data-web/resources/img/data/sort-number-bg3.png); } /* 2018-10-17更新 by conglu begin */ .bannner-text-container { background: url(/open-data-web/resources/img/index/banner-text.png) no-repeat center center; width: 1250px; height: 100%; margin: 0 auto; background-position-x: -7px; background-position-y: 122px; } .statistic-container { height: 90px; position: absolute; bottom: 0; width: 100%; /* background: rgba(51,79,163,0.7); */ background: rgba(200,16,18,0.7); } .statistic-wrap { width: 100%; margin: 0 auto; /* border-left: 1px solid #4b67be; */ border-left: 1px solid #fff; height: 100%; } .statistic-wrap .statistic-item { float:left; /* border-right: 1px solid #4b67be; */ border-right: 1px solid #fff; width: 239px; height: 100%; line-height: 90px; } .statistic-wrap .statistic-text { float:left; color: rgba(255,255,255,0.8); font-size: 20px } .statistic-wrap .statistic-num { color: rgba(255,255,255,0.95); font-size: 20px; } .statistic-wrap .icon { width: 44px; height: 44px; float: left; margin: 24px; } .statistic-wrap .data-set-icon { background: url(/open-data-web/resources/img/index/dataset.png) no-repeat center; } .statistic-wrap .part-icon { background: url(/open-data-web/resources/img/index/partment.png) no-repeat center; } .statistic-wrap .data-icon { background: url(/open-data-web/resources/img/index/data.png) no-repeat center; } .statistic-wrap .api-icon { background: url(/open-data-web/resources/img/index/api.png) no-repeat center; } .statistic-wrap .app-icon { background: url(/open-data-web/resources/img/index/app.png) no-repeat center; } .switch-content-wrap { width: 640px; height: 100px; line-height: 100px; border-bottom: 1px solid #dcdcdc; margin: 0 auto; padding: 0 110px; } .switch-content-wrap > .switch-item { float: left; color: #7a7a7a; font-size: 32px; width: 210px; text-align: center; cursor: pointer; line-height: 97px; } /* 126ff5 -=> d40002*/ .switch-content-wrap > .switch-item.active { color: #d40002; border-bottom: 5px solid #d40002; } .switch-content-wrap > .switch-item:hover { color: #d40002; border-bottom: 5px solid #d40002; } .display-none { display: none; } .data-part-info .list-info { padding: 30px 50px; margin: 0 auto; overflow: hidden; width: 100%; min-height: 380px; position: relative; } .data-part-info .data-part-item { float: left; width: 183px; cursor: pointer; font-size: 22px; text-align: center; height: 45px; line-height: 45px; padding: 0 10px; } .data-part-info .data-part-item:hover { color: #0578e3; } .show-list-container { width: 100%; margin: 0 auto; } .show-list-container > .list-box-outer { float:left; width:50%; height: 290px; padding: 10px; } .show-list-container > .list-box-outer > .list-box-inner { border: 1px solid #dcdcdc; height: 100%; border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.05); background: #fff; } .show-list-container > .list-box-outer > .list-box-inner > .title { float: left; font-size: 16px; font-family: '黑体'; line-height: 43px; font-weight: bold; padding: 0 5px; height: 45px; margin-left: 22px; /* border-bottom: 2px solid #2D99E5; */ border-bottom: 2px solid #d40002; } .show-list-container > .list-box-outer > .list-box-inner > .more { float: right; color: #979797; line-height: 45px; margin-right: 12px; cursor: pointer; } .show-list-container > .list-box-outer > .list-box-inner > .list-box-item { border-top: 1px solid #dcdcdc; padding: 0 12px; } .show-list-background { width: 100%; padding: 20px; background: url(/open-data-web/resources/img/index/hot-data.png) no-repeat center center; } .for-more-icon { background: url(/open-data-web/resources/img/index/for-more.png) no-repeat center center; height: 14px; width: 14px; display: block; margin-top: 16px; float: right; margin-left: 3px; } .hot-app-container { height: 418px; width: 100%; background: url(/open-data-web/resources/img/index/hot-app.png) no-repeat center center; } .hot-app-container > .title { font-size: 38px; text-align: center; width: 200px; height: 90px; line-height: 90px; color: white; margin: 0 auto; letter-spacing:3px } .hot-app-item { width: 210px; height: 270px; margin-left: 37px; background: rgba(52,110,214,0.5); box-shadow: 0 0 40px 5px rgba(36, 3, 169, 0.5); } .margin-left-0 { margin-left: 0; } /* 2018-10-17更新 by conglu over */