@charset "UTF-8";

/* 初始化CSS */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {margin:0; padding:0;}
fieldset, img {border:none;}
* {box-sizing: border-box;transition: all .3s;}
address, caption, cite, code, dfn, th, var {font-style:normal; font-weight:normal;}
ul, ol {list-style:none;}
input {padding-top:0; padding-bottom:0; font-family:"微软雅黑","Microsoft Yahei","宋体";}
input::-moz-focus-inner {border:none; padding:0;}
select, input {vertical-align:middle;}
select, input, textarea {font-size:12px; margin:0;}
input[type="text"], input[type="password"], textarea {outline-style:none; -webkit-appearance:none;}
textarea {resize:none;}
table {border-collapse:collapse; float: none!important;}
body{font:12px/20px "微软雅黑","Microsoft Yahei","宋体","Arial"; color:#333;min-width: 1440px;background: #F1F3F5;background: linear-gradient(to right, #F7F8F9, #F1F3F5);background: -webkit-linear-gradient(to right, #F7F8F9, #F1F3F5);background: -o-linear-gradient(to right, #F7F8F9, #F1F3F5);background: -moz-linear-gradient(to right, #F7F8F9, #F1F3F5);}
.clearfix:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.clearfix {zoom:1;}
.clear {clear:both; height:0; font-size:0; overflow:hidden;}
a {color:#333; text-decoration:none;cursor: pointer;}
a:hover{color:#005EEC;text-decoration:none;}
a * {cursor: pointer;}
.search ::-webkit-input-placeholder {font-size: 14px;color: #999999;}
.search :-ms-input-placeholder {font-size: 14px;color: #999999;}
.search ::placeholder {font-size: 14px;color: #999999;}
.ellipsis {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
@-webkit-keyframes scroll { 0% {transform: translateX(0);} 100% {transform: translateX(-25%);} }
@-moz-keyframes scroll { 0% {transform: translateX(0);} 100% {transform: translateX(-25%);} }
@-o-keyframes scroll { 0% {transform: translateX(0);} 100% {transform: translateX(-25%);} }
@keyframes scroll { 0% {transform: translateX(0);} 100% {transform: translateX(-25%);} }

@-webkit-keyframes scroll2 { 0% {transform: translateX(-2%);} 100% {transform: translateX(-50%);} }
@-moz-keyframes scroll2 { 0% {transform: translateX(-2%);} 100% {transform: translateX(-50%);} }
@-o-keyframes scroll2 { 0% {transform: translateX(-2%);} 100% {transform: translateX(-50%);} }
@keyframes scroll2 { 0% {transform: translateX(-2%);} 100% {transform: translateX(-50%);} }

/* 移除Chrome, Safari, Opera中的箭头 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 移除Firefox中的箭头 */
input[type=number] {
    -moz-appearance: textfield;
}

.container {width: 1440px;margin: 0 auto;position: relative;}
.head {background: url("../images/top-bg.png") center no-repeat;background-size: cover;padding-top: 40px;}
.head .top {background: linear-gradient(to right, #F7F8F9, #F1F3F5);line-height: 20px;padding: 10px 0;color: #333;font-size: 14px;position: fixed;top:0;left: 0;width: 100%;z-index: 2;border-bottom: 1px solid #E7E8E9;}
.head .top .blue {color: #005EEC;}
.head .top .left {float: left;}
.head .top .line {margin: 2px 12px;background: rgba(34,34,34,.2);height: 16px;width: 1px;display: inline-block;vertical-align: top;}
.head .top .right {float: right;}
.head .top .right span i {margin-right: 6px;}
.head .top .left a i {margin-top: -1px;margin-right: 2px;}
.head .top i {display: inline-block;vertical-align: top;font-size: 18px;color: #75787E;}
.head .top span {display: inline-block;vertical-align: top;color: #333;}
.head .top a {display: inline-block;vertical-align: top;}
.head .top img {display: inline-block;vertical-align: top;height: 18px;margin-right: 4px;margin-top: 1px;}
.head .middle {padding: 40px 0;}
.head .middle .logo {float: left;height: 34px;margin-top: 3px;}
.head .middle .right {float: right;}
.head .middle .right p {display: inline-block;vertical-align: top;line-height: 20px;font-size: 16px;padding: 10px 0;margin-left: 24px;color: #333;}
.head .middle .right i {display: inline-block;vertical-align: top;font-size: 24px;margin-right: 8px;color: #005EEC;}
.head .middle .search {display: inline-block;vertical-align: top;margin-left: 40px;font-size: 0;}
.head .middle input {background: #fff;height: 40px;padding: 0 16px;width: 360px;border: 0;font-size: 14px;}
.head .middle .search a {display: inline-block;vertical-align: top;background: #005EEC;color: #fff;text-align: center;height: 40px;line-height: 40px;width: 96px;font-size: 15px;font-weight: bold}
.head .middle .search a i {color: #fff;font-size: 18px;font-weight: normal;}
.head .nav {background: rgba(255,255,255,.6);}
.head .nav a {float: left;font-size: 18px;line-height: 24px;padding: 14px;width: 206px;text-align: center;}
.head .nav a:last-child {width: 204px;}
.head .nav a.active, .head .nav a:hover {background: #005EEC;color: #fff;}

.wrap1 {margin-top: 20px;}
.wrap1 .left, .wrap1 .right {float: left;width: 360px;background: #fff;}
.wrap1 .middle {float: left;width: 680px;margin: 0 20px;}
.wrap1 .middle img {width: 100%;}
.wrap1 .left .title {padding: 16px 24px;border-bottom: 1px solid #E7E8E9;font-size: 18px;line-height: 24px;font-weight: bold;}
.wrap1 .left .title .fr{float: right;color: #999;font-weight: normal;font-size: 13px}
.wrap1 .left h3{display: inline-block}
.wrap1 .left h3 i {font-size: 24px;margin-right: 8px;color: #005EEC;display: inline-block;vertical-align: top;}
.wrap1 .left h3 span {display: inline-block;vertical-align: top;}
.wrap1 .left .list {padding: 16px 24px;overflow: auto;height: 272px;}
.wrap1 .left .list .each {display: block;color: #111;font-size: 14px;line-height: 24px;padding: 8px 0 8px 26px;position: relative; white-space: nowrap;text-overflow: ellipsis; overflow-x: hidden;}
.wrap1 .left .list .each:before {content: '';position: absolute;left: 12px;width: 4px;height: 4px;border-radius: 50%;background: #111;top: 18px;}
.wrap1 .right {padding: 28px 24px;}
.wrap1 .right > a {display: block;padding: 16px 24px;margin-bottom: 16px;}
.wrap1 .right > a .icon {font-size: 16px;color: #fff;display: inline-block;vertical-align: top;width: 32px;height: 32px;line-height: 32px;text-align: center;margin-right: 12px;}
.wrap1 .right > a span {line-height: 32px;font-size: 18px;font-weight: bold;display: inline-block;color: #222;}
.wrap1 .right > a .ri-arrow-right-line {float: right;font-size: 24px;color: #000;line-height: 32px;}
.wrap1 .right > a:nth-child(1) {background: #DAFAF1;background: linear-gradient(to right, #DAFAF1, #FFFFFF);background: -webkit-linear-gradient(to right, #DAFAF1, #FFFFFF);background: -o-linear-gradient(to right, #DAFAF1, #FFFFFF);background: -moz-linear-gradient(to right, #DAFAF1, #FFFFFF);}
.wrap1 .right > a:nth-child(2) {background: #FFF0E6;background: linear-gradient(to right, #FFF0E6, #FFFFFF);background: -webkit-linear-gradient(to right, #FFF0E6, #FFFFFF);background: -o-linear-gradient(to right, #FFF0E6, #FFFFFF);background: -moz-linear-gradient(to right, #FFF0E6, #FFFFFF);}
.wrap1 .right > a:nth-child(3) {background: #E8E5FF;background: linear-gradient(to right, #E8E5FF, #FFFFFF);background: -webkit-linear-gradient(to right, #E8E5FF, #FFFFFF);background: -o-linear-gradient(to right, #E8E5FF, #FFFFFF);background: -moz-linear-gradient(to right, #E8E5FF, #FFFFFF);}
.wrap1 .right > a:nth-child(1) .icon {background: #00C98D}
.wrap1 .right > a:nth-child(2) .icon {background: #FF6600}
.wrap1 .right > a:nth-child(3) .icon {background: #8676FF}
.wrap1 .right p {font-size: 15px;line-height: 32px;text-align: center;}
.wrap1 .right p span {display: inline-block;vertical-align: top;}
.wrap1 .right p a {display: inline-block;vertical-align: top;color: #005EEC;text-decoration: underline;}

.wrap2 .container {background: #fff;margin-top: 20px;}
.wrap2 .tabs {border-bottom: 1px solid #E7E8E9;font-size: 0;}
.wrap2 .tabs span {cursor: pointer;display: inline-block;border-right: 1px solid #E7E8E9;font-size: 18px;line-height: 28px;text-align: center;min-width: 160px;color: #111;padding: 14px 0;}
.wrap2 .tabs span.active {background: #005EEC;border-color: #005EEC;color: #fff;}
.wrap2 .content {display: none;}
.wrap2 .content:first-child {display: block;}
.wrap2 .filter {padding: 20px 24px;border-bottom: 1px solid #E7E8E9;position: relative;}
.wrap2 .filter .show {height: 72px;overflow: hidden;}
.wrap2 .filter .up {display: none;}
.wrap2 .filter .down {display: block;}
.wrap2 .filter.visible .show {height: auto;overflow: visible;}
.wrap2 .filter.visible .up {display: block;}
.wrap2 .filter.visible .down {display: none;}
.wrap2 .filter .more {position: absolute;right: 24px;bottom: 22px;font-size: 14px;line-height: 28px;color: #005EEC;cursor: pointer;}
.wrap2 .filter .each + .each {margin-top: 8px;}
.wrap2 .filter .tags p {display: inline-block;margin-right: 20px;}
.wrap2 .filter .tags p i {font-size: 18px;line-height: 32px;display: inline-block;vertical-align: top;margin-right: 8px;color: #005EEC;}
.wrap2 .filter .tags p span {font-size: 14px;line-height: 32px;display: inline-block;vertical-align: top;font-weight: bold;}
.wrap2 .filter .options {display: inline-block;vertical-align: top;width: 1200px;}
.wrap2 .filter .options span {cursor: pointer;font-size: 14px;line-height: 28px;padding: 1px 12px;border: 1px solid transparent;color: #111;margin: 0  2px;display: inline-block;vertical-align: top;}
.wrap2 .filter .options span.active {border: 1px solid #005EEC;color: #005EEC;}
.wrap2 .d-list {padding: 24px;background: #fff;}
.wrap2 .d-list .title {font-size: 0;}
.wrap2 .d-list .title > div {display: inline-block;vertical-align: top;background: #F7F8F9;border-radius: 4px;padding: 4px 12px;line-height: 28px;font-weight: bold;font-size: 15px;}
.wrap2 .d-list .name {width: 1078px;}
.wrap2 .d-list .status {width: 150px;margin: 0 12px;}
.wrap2 .d-list .date {width: 140px;}
.wrap2 .d-list .each {font-size: 0;display: block;color: #111;}
.wrap2 .d-list .each > div {padding: 8px 12px;display: inline-block;vertical-align: top;border-radius: 4px;line-height: 28px;font-size: 15px;}
.wrap2 .d-list .each .name .each-name {display: inline-block;vertical-align: top;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 900px;font-size: 15px;}
.wrap2 .d-list .each .name .area-icon {display: inline-block;vertical-align: top;font-size: 13px;line-height: 28px;color: #005EEC;}
.wrap2 .d-list .each .name .area {display: inline-block;vertical-align: top;font-size: 13px;line-height: 28px;color: #005EEC;margin-right: 12px; width: 90px;}
.wrap2 .d-list .each .name em {font-size: 13px;line-height: 22px;color: #005EEC;border: 1px dotted #005EEC;padding: 0 12px;margin-left: 12px;font-style: normal;margin-top: 2px;float: right;}
.wrap2 .d-list .each .status span {color: #aaa;padding: 0 16px;border: 1px dotted #D7D8D9;display: inline-block;font-size: 13px;background: #fff;line-height: 22px;margin-top: 2px;}
.wrap2 .d-list .each .date {text-align: left;font-size: 14px;line-height: 24px;}
.wrap2 .d-list .each .status.active span {color: #00A26C;border: 1px dotted #00A26C;}
.wrap2 .d-list .each .status,.wrap2 .d-list .each .date {padding: 8px 12px;}
.wrap2 .d-list .each:hover {background: rgba(0,94,236,.05);}
.wrap2 .more-btn {display: block;background: #F7F8F9;text-align: center;line-height: 36px;height: 36px;color: #005EEC;font-size: 14px;}

.wrap3 .container {margin-top: 20px;background: #fff;}
.wrap3 .container > h3 {font-size: 18px;padding: 16px 24px;line-height: 24px;border-bottom: 1px solid #E7E8E9;}
.wrap3 .cards {padding: 14px;}
.wrap3 .each {float: left;width: 333px;margin: 10px;cursor: pointer;position: relative;}
.wrap3 .each .top {border: 1px dotted #D7D8D9;border-bottom: 0;display: block;}
.wrap3 .each .title {padding: 24px 24px 0 24px;height: 80px;overflow: hidden;font-size: 17px;line-height: 28px;font-weight: bold;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;color: #000;}
.wrap3 .each .tags {margin-top: 12px;border-top: 1px dotted #D7D8D9;display: block;padding: 11px 24px 8px;font-size: 0;}
.wrap3 .each .tags i {display: inline-block;vertical-align: top;font-style: normal;font-size: 14px;line-height: 26px;border: 1px solid #005EEC;color: #005EEC;text-align: center;padding: 0 12px;}
.wrap3 .each .tags i + i {margin-left: 12px;}
.wrap3 .each .time {display: block;font-size: 14px;line-height: 28px;color: #111;margin-bottom: 12px;padding: 0 24px;}
.wrap3 .each .company {display: block;width: 285px;font-size: 14px;line-height: 28px;color: #111;padding-top: 11px;border-top: 1px dotted #D7D8D9;margin: 0 auto;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-bottom: 24px;}
.wrap3 .each .company i {font-size: 18px;display: inline-block;vertical-align: top;line-height: 28px;margin-right: 8px;color: #999;}
.wrap3 .each .link {display: block;background: #F1F3F5;text-align: center;font-size: 15px;line-height: 47px;color: #000;border: 1px dotted #D7D8D9; float: left;width: 50%;}
.wrap3 .each:hover {box-shadow: 0 0 20px rgba(0,58,145,.12);}
.wrap3 .each .link:hover  {background: #005EEC;border-color: #005EEC;color: #fff;}
.wrap3 .each:hover em {display: block;}
.wrap3 .each .tags .default {border-color: #D7D8D9;color: #111;background: #fff;}
.wrap3 .each .tags .green {border-color: #00A26C;color: #00A26C;background: rgba(0,162,108,.05);}
.wrap3 .each .tags .orange {border-color: #FF8800;color: #FF8800;background: rgba(255,130,6,.05);}
.wrap3 .each .tags .disabled {border-color: #E7E8E9;color: #999;background: #F1F3F5;}
.wrap3 .each em {position: absolute;right: 0;top: 5px;color: #63b369;background: #e3f2e6;font-style: normal;padding: 0 14px;border-radius: 8px 0 0 8px;display: none;}
.wrap3 .packageCode{
    color: #ef924c;
    background-color: #fdf5e8;
    margin-right: 4px;
    border: 1px solid #fdf5e8;
    padding: 4px 4px;
    font-size: 13px;
    font-weight: 600;
}

.wrap4 .container {margin-top: 20px;}
.wrap4 .container > div {float: left;width: 466px;background: #fff;margin-left: 20px}
.wrap4 .container > div:first-child {width: 467px;margin-left: 0;}
.wrap4 .container .title {padding: 16px 24px;border-bottom: 1px solid #E7E8E9;line-height: 24px;font-weight: bold;color: #333;}
.wrap4 .container .title h3 {display: inline-block;vertical-align: top;}
.wrap4 .container .title .fr {float: right;color: #999;font-weight: normal;}
.wrap4 .left .list {padding: 16px 24px;overflow: auto;height: 176px;}
.wrap4 .left .list .each {display: block;color: #111;font-size: 14px;line-height: 36px;padding: 0 0 0 26px;position: relative;}
.wrap4 .left .list .each:before {content: '';position: absolute;left: 12px;width: 4px;height: 4px;border-radius: 50%;background: #111;top: 18px;}
.wrap4 .middle .list {padding: 14px 24px;height: 176px;}
.wrap4 .middle .list p {padding: 2px 0;line-height: 24px;}
.wrap4 .middle .list p + p {margin-top: 2px;}
.wrap4 .middle p i {color: #005EEC;font-size: 18px;display: inline-block;vertical-align: top;}
.wrap4 .middle p span {color: #666;font-size: 14px;display: inline-block;vertical-align: top;margin: 0 12px;}
.wrap4 .middle p em {color: #000;font-size: 15px;display: inline-block;vertical-align: top;font-style: normal;font-weight: bold;}
.wrap4 .right .list {padding: 20px 24px;font-size: 0;}
.wrap4 .right .list a {display: inline-block;vertical-align: top;width: 201px;margin: 8px 0;font-size: 14px;line-height: 52px;color: #222;}
.wrap4 .right .list a:nth-child(2n) {margin-left: 16px;}
.wrap4 .right .list i {display: inline-block;vertical-align: top;height: 52px;width: 52px;text-align: center;background: rgba(0,94,236,.05);line-height: 52px;color: #005EEC;font-size: 22px;margin-right: 8px;}

.wrap5 {margin-top: 20px;}
.wrap5 .left {float: left;}
.wrap5 .right {float: right;}
.wrap5 a {display: block;}
.wrap5 img {height: 120px}

.wrap6 .container {margin-top: 20px;background: #fff;}
.wrap6 .container > h3 {font-size: 18px;padding: 16px 24px;line-height: 24px;border-bottom: 1px solid #E7E8E9;}
.wrap6 .pageSwiper {padding: 24px 0;overflow: hidden;width: 1392px;margin: 0 auto;}
.wrap6 .pageSwiper img {    width: 260px;margin: 0 10px;display: block;height: 80px;}
.wrap6 .pageSwiper .page-each {float: left;}
.wrap6 .pageSwiper .page-wrapper {width: 204%;-webkit-animation: scroll 50s linear infinite;-moz-animation: scroll 50s linear infinite;animation: scroll 50s linear infinite;font-size: 0;}
.wrap6 .pageSwiper .p2 {-webkit-animation: scroll2 50s linear infinite;-moz-animation: scroll2 50s linear infinite;animation: scroll2 50s linear infinite;margin-top: 20px;}

.wrap7 .container {margin-top: 20px;background: #fff;}
.wrap7 .container > h3 {font-size: 18px;padding: 16px 24px;line-height: 24px;border-bottom: 1px solid #E7E8E9;}
.wrap7 .padding {padding: 24px;}
.wrap7 .companySwiper .swiper-slide {font-size: 0;}
.wrap7 .companySwiper .swiper-slide img {height: 89px; width: 260.07px;}
.wrap7 .companySwiper .swiper-slide img + img {margin-left: 20px;}
.wrap7 .swiper-button-next:after, .wrap7 .swiper-button-prev:after {display: none;}
.wrap7 .swiper-button-next, .wrap7 .swiper-button-prev {font-size: 20px;color: #222;width: 28px;height: 28px;border: 1px solid #E7E8E9;top: 36px;left: auto; }
.wrap7 .swiper-button-prev {right: 64px;}
.wrap7 .swiper-button-next {right: 24px;}
.wrap7 .swiper-button-next i,.wrap7 .swiper-button-prev i {cursor: pointer;}

.footer {background: #344257;margin-top: 20px;padding: 40px 0;color: rgba(255,255,255,.6);font-size: 14px;}
.footer .top {padding-bottom: 24px;border-bottom: 1px dotted rgba(255,255,255,.2);margin-bottom: 24px;}
.footer .left {float: left;}
.footer .top .left .logo {height: 56px;display: inline-block;}
.footer .top .left .info {margin-top: 12px;line-height: 32px;}
.footer .top .left .info p {display: inline-block;vertical-align: top;font-weight: bold;margin-right: 20px;}
.footer .left .info span {display: inline-block;vertical-align: top;margin-right: 24px;}
.footer .top .left .info span span {margin-right: 8px;}
.footer .top .left .info i {display: inline-block;vertical-align: top;margin-right: 12px;}
.footer .top .left a {padding: 0 8px;background: rgba(255,255,255,.05);display: inline-block;vertical-align: top;margin-right: 12px;color: rgba(255,255,255,.6);}
.footer .right {float: right;}
.footer .top .right img {width: 120px;display: block;}
.footer .top .right .ewm {display: inline-block;vertical-align: top;border-radius: 6px;padding: 8px;background: #fff;margin-left: 24px;}
.footer .top .right  p {
    font-size: 14px;
    line-height: 32px;
    color: #111;
    text-align: center;
}

.d-main .top {background: #fff;}
.d-main .bread {background: #fff;padding: 12px 24px;border-radius: 8px;margin: 20px 0;}
.d-main .bread i {font-size: 18px;line-height: 28px;display: inline-block;vertical-align: top;margin-right: 4px;}
.d-main .bread span {font-size: 14px;line-height: 28px;display: inline-block;vertical-align: top;margin-right: 4px;}
.d-main .bread a {font-size: 14px;line-height: 28px;display: inline-block;vertical-align: top;margin-right: 4px;font-weight: bold;}
.d-main .bread img {width: 100%}
.d-main .tab {border-bottom: 1px solid #E7E8E9;}
.d-main .tab span {cursor: pointer;display: inline-block;border-right: 1px solid #E7E8E9;font-size: 18px;line-height: 28px;text-align: center;min-width: 160px;color: #111;padding: 14px 0;}
.d-main .tab span.active {background: #005EEC;border-color: #005EEC;color: #fff;}
.d-main .filter {padding: 20px 24px;background: #fff;}
.d-main .filter .tags {border-bottom: 1px solid #E7E8E9;padding-bottom: 20px;}
.d-main .filter .each + .each {margin-top: 8px;}
.d-main .filter .tags p {display: inline-block;margin-right: 20px;}
.d-main .filter .tags p i {font-size: 18px;line-height: 32px;display: inline-block;vertical-align: top;margin-right: 8px;color: #005EEC;}
.d-main .filter .tags p span {font-size: 14px;line-height: 32px;display: inline-block;vertical-align: top;font-weight: bold;}
.d-main .filter .options {display: inline-block;vertical-align: top;width: 1200px;}
.d-main .filter .options span {cursor: pointer;font-size: 14px;line-height: 28px;padding: 1px 12px;border: 1px solid transparent;color: #111;margin: 0  2px;display: inline-block;vertical-align: top;}
.d-main .filter .options span.active {border: 1px solid #005EEC;color: #005EEC;}
.d-main .search {padding-top: 22px;}
.d-main .search span {display: inline-block;line-height: 36px;font-size: 14px;color: #111;margin-right: 16px;}
.d-main .search input, .d-main .search select {height: 36px;border: 1px solid #E7E8E9;padding: 0 12px;width: 280px;margin-right: 32px;outline: none;}
.d-main .search .date {width: 140px;margin-right: 16px;}
.d-main .search select {width: 200px;}
.d-main .search a {display: inline-block;height: 36px;line-height: 36px;text-align: center;color: #fff;background: #005EEC;width: 80px;font-size: 14px;}
.d-main .d-list {padding: 20px 24px;border-radius: 8px;background: #fff;margin-top: 20px;}
.d-main .d-list .title {font-size: 0;margin-bottom: 20px;}
.d-main .d-list .title > div {display: inline-block;vertical-align: top;background: #F7F8F9;border-radius: 4px;padding: 4px 12px;line-height: 28px;font-weight: bold;font-size: 15px;}
.d-main .d-list .name {width: 1078px;}
.d-main .d-list .status {width: 150px;margin: 0 12px;}
.d-main .d-list .date {width: 140px;}
.d-main .d-list .each {font-size: 0;margin-bottom: 4px;border-bottom: 1px dotted #D7D8D9;display: block;color: #111;}
.d-main .d-list .each > div {padding: 8px 12px;display: inline-block;vertical-align: top;border-radius: 4px;line-height: 28px;font-size: 15px;}
.d-main .d-list .each .name {position: relative;padding-left: 20px;}
.d-main .d-list .each .name:before {content: '';position: absolute;width: 4px;height: 4px;background: #111;border-radius: 50%;left: 10px;top: 20px;}
.d-main .d-list .each .name .each-name span {font-weight: bold;display: inline-block;vertical-align: top;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width: 950px;}
.d-main .d-list .each .name .each-name i {display: inline-block;vertical-align: top;font-size: 13px;line-height: 22px;color: #005EEC;border: 1px dotted #005EEC;padding: 0 12px;border-radius: 14px;margin-left: 12px;font-style: normal;margin-top: 2px;}
.d-main .d-list .each .name .each-info i {display: inline-block;vertical-align: top;color: #92A1B7;font-size: 20px;margin-right: 4px;line-height: 28px;}
.d-main .d-list .each .name .each-info span {display: inline-block;vertical-align: top;color: #111;font-size: 14px;margin-right: 24px;line-height: 28px;}
.d-main .d-list .each .status span {color: #92A1B7;padding: 0 16px;border: 1px solid #92A1B7;border-radius: 14px;display: inline-block;font-size: 13px;}
.d-main .d-list .each .date {text-align: center;font-size: 14px; padding: 26px 12px;}
.d-main .d-list .each .status.active span {color: #00C98D;border: 1px solid rgba(0,201,141,.4);}
.d-main .d-list .each .status, .d-list .each .date {padding: 26px 12px;}
.d-main .wrap5 {background: transparent;padding: 20px 0 0;}
.d-main .wrap5 .areasSwiper {padding-bottom: 65px;}
.d-main .wrap5 .each {width: 345px;}
.d-main .wrap5 .swiper-button-prev {left: 650px;}
.d-main .wrap5 .swiper-button-next {right: 650px;}

.pagination {width: 100%;height: 36px;text-align: center;position:relative;margin-top: 20px;}
.pagination .pag-txt,.pagination .pag-link {position:absolute;font-size:15px;line-height:36px;}
.pagination .pag-txt {left:0;color:#111;}
.pagination .pag-txt em {font-style:normal;}
.pagination .pag-link {right: 0; height:36px;}
.pagination .pag-link a {padding: 0 10px; height:36px; line-height:36px;background: #F7F8F9;float:left; color:#555;min-width: 36px;margin-right: 8px;font-size: 15px;border-radius: 4px;}
.pagination .pag-link a + a {border-left:none;}
.pagination .pag-link a i {font-size: 20px;}
.pagination .pag-link a:hover {background-color: rgba(0, 137,130,.08); text-decoration:none;}
.pagination .pag-link a.pag-cur {background-color:#005EEC; color:#fff; }
.pagination .pag-link .jump {margin-left:14px; float:left;}
.pagination .pag-link .jump em {float:left; font-style:normal;}
.pagination .pag-link .jump input {width:65px; font-size:15px;height: 36px;padding: 0 16px;color: #111;border: 0;background: #F7F8F9;border-radius: 4px;float: left;margin: 0 8px;text-align: center;}
.pagination .pag-link .jump a {height: 36px;line-height: 36px;width: 48px;border-radius: 4px;color: #fff;background: #005EEC;font-weight: bold;font-size: 15px;margin-left: 8px;margin-right: 0;}


.d-detail {background: #fff;margin: 20px 0;padding: 40px 60px 60px;}
.d-detail .title {text-align: center;font-size: 24px;line-height: 32px;padding: 0 40px;margin-bottom: 8px;}
.d-detail .title span{display: none}
.d-detail .title span.active {display: block}
.d-detail .sub-title {text-align: center;font-size: 24px;line-height: 32px;padding: 0 40px;margin-bottom: 8px;}
.d-detail .time {text-align: center;font-size: 15px;line-height: 32px;padding: 0 40px;margin-bottom: 24px;}
.d-detail .time span{display: none}
.d-detail .time span.active {display: block}
.d-detail .sub-time {text-align: center;font-size: 15px;line-height: 32px;padding: 0 40px;margin-bottom: 12px;}

.d-detail .tabs {padding-bottom: 24px;border-bottom: 1px dotted #D7D8D9;text-align: center;}
.d-detail .tabs span {cursor: pointer;display: inline-block;font-size: 17px;line-height: 32px;color: #005EEC;border: 1px solid #005EEC;padding: 7px 32px;margin: 0 12px;}
.d-detail .tabs span.active {background: #005EEC;color: #fff;}
.d-detail .tabs span.disabled {border-color: #E7E8E9;color: #999999;cursor: default;}
.d-detail .content {display: none;}
.d-detail .content.active {display: block;}
.d-detail .content .title {margin-top: 28px;font-size: 18px;line-height: 40px;font-weight: bold;position: relative;padding-left: 15px;text-align: left;margin-bottom: 12px;}
.d-detail .content .title:before {content: '';position: absolute;left: 0;top: 12px;width: 6px;height: 16px;background: #005EEC;}
.d-detail .content table {text-align: center;font-size: 15px;line-height: 20px;color: #222;margin-bottom: 24px;}
.d-detail .content table thead th {background: #F7F8F9;font-weight: 500;}
.d-detail .content table thead th,.d-detail .content table td {padding: 12px 16px;}
.d-detail .line {border-top: 1px dotted #D7D8D9;}
.d-detail .text table .btn {font-size: 14px;line-height: 20px;padding: 5px 15px;color: #005EEC;border: 1px solid #005EEC;display: inline-block;}
.d-detail .text > p {font-size: 15px;line-height: 28px;color: #000;text-indent: 2em;margin-bottom: 12px;white-space: pre;}
.d-detail .text > p + table {margin-left: 30px;margin-bottom: 12px;}
.d-detail .text > p + table th, .d-detail .content > p + table td {padding: 10px;}
.d-detail .content .bottom-right {text-align: right;font-size: 15px;line-height: 28px;color: #000;margin-bottom: 12px;white-space: pre;}
.d-detail .file {background: #F7F8F9;padding: 8px 16px;line-height: 24px;font-size: 15px;display: inline-block;margin-bottom: 24px;}
.d-detail .file > span {display: inline-block;vertical-align: top;margin-right: 4px;font-weight: bold;}
.d-detail .file p {display: inline-block;vertical-align: top;}
.d-detail .file a {display: block;}
.d-detail .file a + a {margin-top: 8px;}
.d-detail .file img {width: 20px;display: inline-block;vertical-align: top;margin-top: 1px;margin-right: 4px;}
.d-detail .file a span {display: inline-block;vertical-align: top;}
.d-detail .bottom-btn {display: block;margin: 24px auto 0;font-size: 18px;color: #fff;background: #005EEC;border-radius: 30px;height: 60px;width: 192px;line-height: 60px;text-align: center;}
.d-detail .info-table td {text-align: left;padding: 12px;}
.d-detail .info-table td,.d-detail .info-table th {text-align: left;padding: 12px;border: 1px solid #D7D8D9;}
.d-detail .info-table .bold {font-weight: bold;background: #F7F8F9;}
.d-detail .col-title {margin: 4px 0 0;}
.d-detail .col-title h3 {cursor: pointer;background: rgba(0,94,236,.05);font-size: 16px;line-height: 32px;font-weight: bold;padding: 4px 16px;margin-bottom: 16px;}
.d-detail .col-title i {float: right;font-size: 20px;font-weight: normal;}
.d-detail .col-body {padding: 32px;font-size: 15px;line-height: 28px;box-shadow: 0 0 12px rgba(0,0,0,.06);border: 1px dotted #D7D8D9;display: block;}
.d-detail .col-body h4 {margin: 12px 0;}
.d-detail .col-body table {margin-bottom: 12px;}
.d-detail .col-body table td,.d-detail .col-body table th {padding: 12px 16px;text-align: left;}
.d-detail .col-body .file {margin-bottom: 0;}
.d-detail .col-body .line {margin: 20px 0;}
.d-detail .collapse + .collapse {margin-top: 16px;}
.d-detail .collapse.hide .col-title i {transform: rotate(180deg);}
.d-detail .collapse.hide .col-body {display: none;}
.d-detail .collapse.hide .sub-title {display: none;}
.d-detail .collapse.hide .sub-time {display: none;}

.tools {padding: 10px 60px 40px;background: #fff;margin-bottom: 80px;}
.tools h3 {margin-bottom: 32px;font-size: 20px;line-height: 36px;color: #333;display: inline-block;vertical-align: top;cursor: pointer;margin-right: 40px;padding: 10px 20px;border-bottom: 2px solid transparent;}
.tools .tabs .active {color: #005EEC;border-bottom: 2px solid #005EEC;cursor: default;}
.tools .list {margin-bottom: 24px;display: none;}
.tools .list.active {display: block;}
.tools .list:last-child {margin-bottom: 0;}
.tools .list a {display: inline-block;vertical-align: top;width: 232px;background: #F7F8F9;background: linear-gradient(to bottom, #F7F8F9, #fff);background: -webkit-linear-gradient(to bottom, #F7F8F9, #fff);background: -o-linear-gradient(to bottom, #F7F8F9, #fff);background: -moz-linear-gradient(to bottom, #F7F8F9, #fff);border-radius: 8px;padding: 58px 24px 42px;position: relative;text-align: center;color: #000;float: left;border: 1px solid transparent;min-height: 322px;}
.tools .list a + a {margin-left: 40px;}
.tools .list img {display: block;width: 80px;margin: 0 auto 16px;}
.tools .list .name {display: block;font-size: 16px;line-height: 24px;font-weight: bold;margin-bottom: 4px;height: 40px;}
.tools .list .info {display: block;font-size: 13px;line-height: 24px;margin-bottom: 16px;color: #666}
.tools .list .link {display: block;width: 120px;line-height: 38px;border: 1px dotted #005EEC;color: #005EEC;text-align: center;border-radius: 20px;margin: 0 auto;font-size: 14px;}
.tools .list i {position: absolute;top: 12px;left: 12px;background: #fff;border: 1px dashed #E1E3E5;text-align: center;font-size: 14px;line-height: 26px;padding: 0 16px;border-radius: 8px;font-style: normal;}
.tools .list a:hover {border-color: #005EEC;box-shadow: 0 0 16px rgba(0,94,236,.12)}
.tools .list a:hover .link {background: #005EEC;color: #fff;}

.help {background: #fff;padding: 40px 60px;}
.help .tabs {margin-bottom: 24px;font-size: 0;}
.help .tabs span {cursor: pointer;font-size: 16px;line-height: 34px;padding: 0 20px;border: 1px solid #005EEC;color: #005EEC;font-weight: bold;display: inline-block;vertical-align: top;}
.help .tabs .active {background: #005EEC; color: #fff;}
.help .tab-content .content {display: none;}
.help .tab-content .content:first-child {display: block;}
.help .left-nav {float: left;width: 254px;padding: 21px 0 22px;}
.help .right-info {float: right;}
.help .right-info .each {float: right;display: none;}
.help .right-info .each:first-child {display: block;}
.help .right-info .img {float: left;font-size: 0;width: 662px;background: #F7F8F9}
.help .right-info img {width: 582px;display: block;margin: 40px auto;}
.help .right-info .text {width: 372px;margin-left: 32px;float: left;}
.help .right-info .text h3 {padding: 12px 0 16px;font-size: 20px;line-height: 32px;color: #222;font-weight: bold;border-bottom: 1px solid #E7E8E9;margin-bottom: 16px;}
.help .right-info .text p {font-size: 14px;line-height: 20px;color: #222;margin-bottom: 10px;}
.help .left-nav p {cursor: pointer;position: relative;line-height: 40px;padding: 0 20px;margin-bottom: 16px;font-size: 16px;font-weight: bold;}
.help .left-nav p.active {background: rgba(0,94,236,.1);background: linear-gradient(to right, rgba(0,94,236,.1), transparent);background: -webkit-linear-gradient(to right, rgba(0,94,236,.1), transparent);background: -o-linear-gradient(to bottom, rgba(0,94,236,.1), transparent);background: -moz-linear-gradient(to right, rgba(0,94,236,.1), transparent);color: #005EEC;}
.help .left-nav p:last-child {margin-bottom: 0;}
.help .left-nav p:last-child:after {display: none;}
.help .left-nav p:before {content: '';width: 8px;height: 8px;border: 2px solid #005EEC;border-radius: 50%;position: absolute;top: 0;left: -22px;margin-top: 12px;}
.help .left-nav p:after {content: '';width: 4px;height: 30px;position: absolute;top: 30px;left: -18px;background: rgba(46,96,223,.1);}
.help .left-nav p.active:before {background: #005EEC;}



.d-main .filter .bulletin-type .options{display: none;}
.d-main .filter .bulletin-type .options.active{display: inline-block;}
.hot-link { max-width: 1100px}
.footer .top .hot-link a{ vertical-align: text-bottom}
#area{
    line-height: 36px;
    /*height: 36px;*/
    display: inline-block;
    width: 200px;
    margin-top: 0px;
    vertical-align: middle;
}

.col-title em{
    font-size: 12px;
    color: #fff;
    width: 44px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FF5347;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal !important;
    margin-left: 20px;
}

.package-href{
    cursor: pointer;
    color: #005EEC;
}
.package-href.disabled{
    color: black;
    cursor: default;
}
.article-bottom{
    margin-top: 24px;
    text-align: center;
}
.t-bottom-fix{
    border-top: 1px solid rgb(229, 229, 229);
    position: fixed;
    width: 1320px;
    height: 80px;
    bottom: 0px;
    background-color: white;
    display: block;
    text-align: center;
    margin-top: 24px;
    padding-top: 10px
}
.projectJoin{
    height: 60px;
    line-height: 60px;
    padding: 0 60px;
    border-radius: 30px;
    background: #005EEC;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}
.projectJoin:hover{color: #fff}
.high-light{color: red}
.notice-title{
    padding-bottom: 25px;
    border-bottom: 1px solid #D7D8D9;
}
.wrap1 .swiper-button-next:after,.swiper-button-prev:after {
    font-size: 30px !important;
    color: gray;
}

.i-empty::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 28px;
}
.middle .middleSwiper{
    overflow: hidden;
    position: relative;
}



.fix {position: fixed;right: 0;bottom: 100px;z-index: 2;}
.fix .each {cursor: pointer;background: rgba(255,255,255,.9);box-shadow: 0 0 4px rgba(0,0,0,.08);display: block;width: 80px;height: 80px;text-align: center;padding: 14px 0;position: relative;}
.fix .each + .each {margin-top: 8px;}
.fix .each > i {font-size: 28px;color: #5F6B7D;display: block;margin-bottom: 6px;line-height: 28px;}
.fix .each > p {font-size: 14px;line-height: 24px;color: #222;}
.fix .each:hover > i {color: #005EEC;}
.fix .each:hover > p {color: #005EEC;}
.fix .more-phone {position: absolute;right: -252px;top: -88px;background: rgba(255,255,255,1);box-shadow: 0 0 4px rgba(0,0,0,.08);padding: 30px 32px;width: 220px;text-align: left;opacity: 0;z-index: -1;cursor: default;}
.fix .more-phone > p {font-size: 18px;line-height: 24px;color: #222;padding-bottom: 16px;border-bottom: 1px dashed #D7D8D9;margin-bottom: 16px;font-weight: bold;}
.fix .more-phone .info + .info {margin-top: 12px;}
.fix .more-phone .info p i {font-size: 20px;line-height: 24px;display: inline-block;vertical-align: top;color: #005EEC;}
.fix .more-phone .info p span {display: inline-block;vertical-align: top;line-height: 24px;font-size: 14px;margin-left: 6px;}
.fix .more-phone .info > i {font-size: 18px;line-height: 32px;font-weight: bold;font-style: normal;display: block;margin-top: 4px;}
.fix .more-phone .info > span {font-size: 14px;line-height: 24px;color: #5F6B7D;display: block;}
.fix .each:hover .more-phone {right: 92px;opacity: 1;}
.fix .more-wx {position: absolute;right: -252px;top: -98px;width: 324px;background: rgba(255,255,255,1);box-shadow: 0 0 4px rgba(0,0,0,.08);padding: 32px;text-align: left;font-size: 0;opacity: 0;z-index: -1;cursor: default;}
.fix .more-wx > p {font-size: 18px;line-height: 24px;color: #222;padding-bottom: 16px;border-bottom: 1px dashed #D7D8D9;margin-bottom: 16px;font-weight: bold;}
.fix .more-wx .i1 {display: inline-block;vertical-align: top;}
.fix .more-wx .i1 + .i1 {margin-left: 20px;}
.fix .more-wx img {width: 120px;display: block;}
.fix .more-wx .img p {font-size: 14px;line-height: 24px;text-align: center;}
.fix .each:hover .more-wx {right: 92px;opacity: 1;}


.floatFix {position: fixed;z-index: 999;left: 0;top: 0;background: url(../images/float.png) center no-repeat;background-size: contain; display: none;}
.floatFix a {display: block;width: 440px;padding: 20px 32px;color: #fff;height: 280px;}
.floatFix .close {position: absolute;right: 40px;top: 40px;color: #fff;cursor: pointer;font-size: 20px;}
.floatFix .title {font-weight: bold;font-size: 20px;display: block;padding: 24px 24px 16px 24px;border-bottom: 1px solid rgba(255,255,255,.2);margin-bottom: 12px;}
.floatFix .title i {margin-right: 6px;font-size: 22px;}
.floatFix .text {text-align: center;font-size: 16px;line-height: 28px;display: block;padding: 28px;}


.eo-cascader-panel {
    max-height: 400px;
    overflow: auto !important;
}
.eo-checked-wrap {
    overflow-y: auto;
    max-height: 72px;
}

@media print {
    .head {
        display: none; /* 隐藏页眉 */
    }
    .t-bottom-fix {
        display: none;
    }

    .article-bottom {
        display: none;
    }
}