﻿@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
select,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: baseline;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    height: 100%;
}

body {
    font-family: "Microsoft Yahei", Tahoma, Simsun sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color: #f0f7f8;
    color: #353535;
    height: 100%;
}

*,
:after,
:before {
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button {
    background-color: transparent;
}

:focus {
    outline: 0;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}

.clearfix {
    zoom: 1;
}

dl,
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height:auto;
    border: none;
    /* vertical-align: middle; */
}

a {
    outline: 0;
    color: #353535;
    text-decoration: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.cursor-pointer {
    cursor: pointer;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right !important;
}

.m-show {
    display: block;
}

.m-hide {
    display: none;
}

.m-inline {
    display: inline-block;
    vertical-align: middle;
}

.notext {
    text-indent: -9999px;
}

.m-absolute {
    position: absolute;
}

.m-relative {
    position: relative;
}

.hardware-acceleration {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

input[type=button],
input[type=month],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
select,
textarea {
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

.center {
    margin: auto;
}

a:active,
button:active {
    opacity: .5;
}

.mt-20 {
    margin-top: 20px;
}

.ml-15 {
    margin-left: 15px;
}

.textHidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textHidden2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.textCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.paddingleft10 {
    padding-left: 10px;
}

.paddingleft15 {
    padding-left: 15px;
    line-height: 28px;
}

.paddingleft20 {
    padding-left: 20px;
}

.bk-body {
    background: #fff url("../images/bk_body.png") no-repeat left top/100% auto;
}

.m-container-fluid {
    width: 100%;
    position: relative;
}

.m-container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.bk-white {
    background-color: #fff;
}

.m-box {
    padding: 20px;
    background-color: #fff;
}

.m-crumb {
    line-height: 1;
    border-bottom: 1px dotted #e3e3e3;
    background: #fff no-repeat 20px center/20px 20px;
}

.m-crumb span,
.m-crumb a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 5px;
    color: #999999;
}

.m-crumb a:hover {
    color: #006eab;
}

.m-box-title h4 {
    float: left;
    height: 36px;
    line-height: 36px;
    color: rgb(31, 64, 145);
    position: relative;
    font-size: 28px;
    font-weight: bold;
    padding: 0 10px;
    letter-spacing: 2px;
}

.m-box-title h4::after {
    position: absolute;
    content: url("../images/bk_title.png");
    right: -20px;
    top: 0;
}

.m-box-title .m-more {
    float: right;
    width: 28px;
    height: 28px;
    background: url("../images/add_orange.png") no-repeat left top/28px 28px;
    margin-top: 5px;
}

.m-page {
    font-size: 0;
    text-align: center;
}

.m-page a,
.m-page span {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 5px;
    border: 1px solid #eee;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    min-width: 36px;
}

.m-page a:hover,
.m-page a.on {
    border-color: #0466c7;
    color: #0466c7;
}

/*头部*/
header .top-time {
    width: 100%;
    min-width: 1200px;
    height: 460px;
    line-height: 30px;
    background-color: rgba(0, 144, 255, 0.3);
    font-size: 12px;
    color: #fff;
    background: url(../images/index1.png) center center;
    background-size: cover;
}

header .logo-box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.header-search {
    float: right;
    margin-top: -10px;
}

.header-search .hot-line img {
    display: inline-block;
    vertical-align: middle;
}

.header-search .hot-line span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #132a88;
}

.header-search .hot-line b {
    display: inline-block;
    vertical-align: middle;
    color: #132a88;
    font-size: 18px;
}

.header-search .m-search {
    overflow: hidden;
    margin-top: 10px;
}

.header-search .m-search input {
    float: left;
    width: 340px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}

.header-search .m-search button {
    float: left;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #ff9200;
    color: #fff;
}

/* 导航 */
.nav_row {
    width: 100%;
    min-width: 1200px;
    height: 59px;
    background: #346dff;
    position: relative;
}

.nav_row_c {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.nav_in {
    /*width: 1200px;*/
    margin: 0 auto;
    float: left;
    width: auto;
}

.nav_in ul {
    width: 980px;
    float: left;
}

.nav_in ul li {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-right: 40px;
    line-height: 59px;
    float: left;
}

.nav_in ul li a {
    color: #fff;
    display: block;
    /*padding: 0 17px; */
     padding: 0 5px;
}

.nav_in ul li a.on {
    background: url(../images/zqt_nav_on.png) center bottom no-repeat;
    color: #fff;
}

.nav_in ul li a:hover {
    background: #2a57cc;
}

.nav_search {
    width: 183px;
    height: 37px;
    border-radius: 18.5px;
    background-color: #16448f;
    float: right;
    margin-top: 11px;
}

.nav_search input {
    width: 143px;
    float: left;
    height: 35px;
    border: none;
    border-radius: 18.5px;
    color: #85b4f7;
    font-size: 14px;
    outline: none;
    background-color: transparent;
    padding: 0 15px;
    box-sizing: border-box;
}

.nav_search input:-moz-placeholder {
    color: #85b4f7;
}

.nav_search input::-moz-placeholder {
    color: #85b4f7;
}

.nav_search input:-ms-input-placeholder {
    color: #85b4f7;
}

.nav_search input::-webkit-input-placeholder {
    color: #85b4f7;
}

.nav_search img {
    float: left;
}

._search {
    width: 350px;
    height: 48px;
    margin-top: 38px;
    border: 1px solid #DCDCDC;
    margin-left: 10%;
}

.search {
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    padding-top: 2px;
    width: 180px;
    height: 36px;
    background: url(../images/top_search_bg.png) no-repeat;
    display: inline-block;
}

.search form {
    display: inline;
}

.search .sr {
    display: inline-block;
    float: left;
    width: 135px;
    height: 22px;
    margin-top: 6px;
    margin-left: 12px;
    color: #fff;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: none;
    font: 14px/22px 微软雅黑;
    text-align: left;
}

.search input::input-placeholder {
    color: #6DABCE;
}

.search input::-webkit-input-placeholder {
    color: #6DABCE;
}

.search input::-moz-placeholder {
    color: #6DABCE;
}

.search input:-moz-placeholder {
    color: #6DABCE;
}

.search input:-ms-input-placeholder {
    color: #6DABCE;
}

.search .btn {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 6px;
    margin-left: 0;
    border: none;
    background: url(../images/2017_search_btn.png) no-repeat center center;
    cursor: pointer;
}

/* header */
.search span.dropselect_box {
    position: relative;
    width: 50px;
    display: inline-block;
    float: left;
    height: 28px;
    z-index: 99;
    left: 7px;
    top: 3px;
}

.dropselect_SimpleSelect {
    width: 100%;
    /*height:30px;*/
    display: block;
    overflow: hidden;
    background: url(../images/2020w_search_jt.png) no-repeat 40px 12px #2a57cc;
    line-height: 28px;
    text-indent: 5px;
    position: relative;
    left: 0px;
    top: 0px;
    padding: 0;
}

.dropselect_SimpleSelect ul {
    border: none;
}

.dropselect_SimpleSelect li {
    width: 100%;
    height: 28px;
    line-height: 28px;
}

.dropselect_SimpleSelect li a {
    height: auto;
    width: 85%;
    color: #83c0e2;
    padding: 0 2px;
    font-size: 14px;
    text-decoration: none;
}

.dropselect_SimpleSelect li.hover a {
    color: #83c0e2;
    font-size: 14px;
    width: 100%;
    display: block;
}

.dropselect_SimpleSelect li a:hover,
.dropselect_SimpleSelect li a:focus,
.dropselect_SimpleSelect li:hover,
.dropselect_SimpleSelect li:focus {
    background: none;
}

.hidden {
    display: none;
}

/* 选择历史记录的文字颜色和背景颜色 */
.search input:-webkit-autofill {
    -webkit-animation: autofill-fix 1s infinite !important;
    /* 选择历史记录的文字颜色*/
    -webkit-text-fill-color: #83c0e2;
    -webkit-transition: background-color 50000s ease-in-out 0s !important;
    transition: background-color 50000s ease-in-out 0s !important;
    background-color: transparent !important;
    background-image: none !important;
    /* 选择历史记录的背景颜色 */
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}

.m-menu {
    width: 100%;
    height: 60px;
    background: #006EAB;
    clear: both;
}

.menu-list {
    float: left;
}

.menu-list a {
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 23px;
    letter-spacing: 0.9px;
}

.menu-list a.last {
    margin-right: 0;
}

.menu-list a.on {
    background: url(../images/top_menu_on.png) center bottom no-repeat;
    color: #fff;
}

.menu-list a:hover {
    background: #0A81C3;
}

/*底部 */
footer {
    width: 100%;
    min-width: 1200px;
    background-color: #10568a;
    padding: 22px 0;
    margin-top: 40px;
}

footer .friendship-list li {
    width: 210px;
    float: left;
    cursor: pointer;
}


footer .friendship-list li select {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #74ACD6;
    background: transparent url("../images/bk_select.png") no-repeat right 10px center;
    padding: 0 10px;
    color: #74ACD6;
}

footer .friendship-list li option {
    background: transparent;
    color: #000;
}

footer .friendship-list li div {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #74ACD6;
    padding: 0 10px;
    color: #74ACD6;
    text-align: center;
}

footer .friendship-list li div:hover {
    background-color: #10568a;
    color: #FFF
}

footer .friendship-list li:nth-child(1),
footer .friendship-list li:nth-child(2),
footer .friendship-list li:nth-child(3),
footer .friendship-list li:nth-child(4) {
    margin-right: 30px;
}

footer .friendship-list li:nth-child(6) {
    display: none;
}

footer .footer-inner {
    margin: 20px 0 6px 0;
}

footer .footer-inner a {
    display: inline-block;
    /* vertical-align: middle; */
}

footer .footer-inner a img {
    vertical-align: inherit;
}

footer .footer-inner dl {
    display: inline-block;
    /* vertical-align: middle; */
    font-size: 12px;
    color: #fff;
    margin: 0 20px;
    line-height: 20px;
}

footer .footer-inner dl dd:not(:first-child) {
    /* margin-top: 10px; */
}

footer .footer-qr-code-bg {
    display: inline-block;
    float: right;
}

.dsfewmdiv {
    width: 200px;
    float: left;
}

.dsfewmdiv li {
    line-height: 47px;
    margin-top: 15px;
    margin-right: 20px;
    height: 40px;
    border: 1px solid #74ACD6;
    text-align: left;
    padding: 0px 10px;
}

.dsfewmdiv img {
    margin: 0;
    border: 0;
    position: relative;
    top: 5px;
}

.dsfewmdiv span {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.ewmqh {
    display: none;
    position: absolute;
    top: 0px;
    right: 145px;
}

.maskdiv {

    display: none;
    z-index: 10000;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.aTips {
    position: fixed;
    _position: absolute;
    z-index: 10001;
    width: 480px;
    height: 170px;
    top: 50%;
    margin-top: -85px;
    left: 50%;
    margin-left: -240px;
    background-color: #fff;
    display: none
}

.aTips .text {
    position: relative;
    font-size: 16px;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    margin-top: 30px;
}

.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    margin-top: 30px;
    display: block;
}

.layui-layer-btn div {
    height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2056a0;
    color: #fff;
    font-size: 16px;
}


.focus-news {
    text-align: center;
    background-color: #fff;
    padding: 20px;
}

.focus-news > h2 {
    font-size: 24px;
    color: #0466c7;
}

.focus-news > a {
    display: block;
    width: 1000px;
    margin: 10px auto 0 auto;
}

.focus-news > a span {
    display: inline-block;
    vertical-align: middle;
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.focus-news > a i {
    display: inline-block;
    vertical-align: middle;
    color: red;
    font-style: normal;
}

.banner-box {
    float: left;
    width: 610px;
    height: 340px;
}

.index-notice {
    width: 530px;
    float: right;
}

.index-notice .index-notice-list {
    position: relative;
}

.index-notice .index-notice-list li {
    position: relative;
    padding-left: 20px;
    margin-top: 25px;
}

.index-notice .index-notice-list li:hover::before {
    border-color: #0466c7;
}

.index-notice .index-notice-list li:hover span {
    color: rgb(227, 21, 0);;
}

.index-notice .index-notice-list li:hover > a > div > div > div {
    color: rgb(227, 21, 0);
}

.index-notice .index-notice-list li::before {
    background: url("../images/HOT.png") no-repeat left top/contain;
}

.index-notice .index-notice-list li > p {
    background-color: #f9f8f8;
    color: #999;
    padding: 5px 10px;
    line-height: 1.6;
    margin-top: 18px;
}

.index-notice .index-notice-list img {
    width: 20px;
    float: left;
    margin-right: 8px;
}

.index-notice .index-notice-list a {
    display: block;
    overflow: hidden;
}

.index-notice .index-notice-list a span {
    float: left;
    color: #444;
    font-size: 16px;
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-notice .index-notice-list a time {
    color: #999;
    float: right;
}

.plat-entry01 {
    float: left;
    width: 100%;
    height: 130px;
    background: url("../images/政企通（首页2_14.png") no-repeat left top/contain;
    text-align: center;
    padding-top: 15px;
}

.plat-entry01 h2 {
    font-size: 28px;
    color: #ff0;
}

.plat-entry01 p {
    margin-top: 8px;
}

.plat-entry01 p span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.plat-entry01 p button {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #fff;
    border-radius: 18px;
    color: #13499a;
    font-size: 15px;
    margin-left: 20px;
}

.index-policy-express {
    float: left;
    width: 610px;
    min-height: 560px;
}

.index-policy-express ul li {
    border-bottom: 1px solid #ccc;
}

.index-policy-express ul li:hover > a > div > div {
    color: rgb(227, 21, 0);
}

.index-policy-interpretation {
    width: 500px;
    float: right;
    min-height: 560px;
}

.index-policy-interpretation ul li:hover > a > div > div {
    color: rgb(227, 21, 0);
}

.index-project-application {
    float: left;
    width: 800px;
    height: 410px;
}

.index-project-application .status-ing {
    background-color: rgb(243, 137, 1);
    color: #fff;
    border-radius: 30px;
    float: right;
    width: 115px;
    margin-left: 80px;
    text-align: center;
    white-space: nowrap;
}

.index-project-application .status-end {
    background-color: rgb(122, 122, 122);
    color: #fff;
    border-radius: 30px;
    float: right;
    width: 115px;
    margin-left: 80px;
    text-align: center;
    white-space: nowrap;
}

.index-project-application ul li:hover {
    background-color: rgb(225, 229, 241);
}

.index-project-application ul li:hover > div > div > div > span {
    color: rgb(227, 21, 0);
}

.index-administrative-efficiency {
    width: 340px;
    float: right;
    height: 410px;
}

.index-administrative-efficiency ul li {
    cursor: pointer;
}


.return-policy-express {
    float: left;
    width: 850px;
    min-height: 1150px;
    padding-top: 20px;
}

.return-policy-express ul li {
    border-bottom: 1px dashed #ccc;
}

.return-content-brief {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    font-size: 14px;
    /* height: 65px; */
    margin: 10px 0px 20px 0px;
}

.return-policy-interpretation {
    width: 250px;
    float: right;
    min-height: 1100px;
}

.policy-video {
    float: left;
    width: 850px;
    min-height: 1050px;
    padding-top: 20px;
}

.policy-video ul li {
    width: 425px;
    float: left;
    padding-top: 20px;
}

.project-application-searchDev {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 58px;
    background-color: rgb(249, 249, 249);
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.project-application-searchDev a:hover {
    color: rgb(242, 142, 49) !important;
}

.project-application-searchDev a {
    cursor: pointer;
}

.project-application-searchDetail {
    color: #fff;
    float: left;
    background-color: rgb(113, 134, 188);
    font-size: 16px;
    width: 100px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.project-application-list {
    width: 850px;
    float: left;
    min-height: 1050px;
}

.project-application-brief {
    color: #888;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    font-size: 14px;
    height: 45px;
    margin: 10px 0px 20px 0px;
}

.project-application-list .status-ing {
    background-color: rgb(243, 137, 1);
    color: #fff;
    border-radius: 30px;
    width: 115px;
    text-align: center;
    white-space: nowrap;
    margin-top: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 10px;
}

.project-application-list .status-end {
    background-color: rgb(122, 122, 122);
    color: #fff;
    border-radius: 30px;
    width: 115px;
    text-align: center;
    white-space: nowrap;
    margin-top: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 10px;
}

.policy-matching-searchTitle {
    float: left;
    width: 200px;
    background-color: rgb(196, 213, 241);
    color: rgb(19, 79, 165);
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid rgb(180, 197, 225);
}

.policy-matching-searchChoose {
    width: 1000px;
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid rgb(180, 197, 225);
}

.policy-matching-submitButton {
    height: 60px;
    background-color: rgb(243, 137, 1);
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    width: 150px;
    margin: 50px 0px;
}

.normalContent {
    float: left;
    width: 850px;
    min-height: 1050px;
    padding-top: 20px;
    font-family: 宋体, SimSun;
}

.policy-express-list {
    width: 850px;
    float: left;
    min-height: 1100px;
}

.policy-express-list ul li {
    border-bottom: 1px dotted #a3a3a3
}

.policy-express-list ul li:hover a > div > div {
    color: rgb(227, 21, 0);
}

.project-application-list ul li:hover a > div > div {
    color: rgb(227, 21, 0);
}

.return-policy-express ul li:hover a > div > span {
    color: rgb(227, 21, 0);
}

.itemListSearchOn {
    color: rgb(242, 142, 49) !important;
    font-weight: 600;
}

.itemListSearch {
    float: left;
    line-height: 28px;
    margin-right: 15px;
}

/* 分页 */
.page_div {
    margin: 20px 10px 20px 0;
    color: #666
}

.page_div button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.totalNum {
    display: inline-block;
    min-width: 80px;
    height: 28px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 50px;
    color: #333333;
    border: 1px solid #ccc
}


.page_div .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

.totalPages {
    margin: 0 10px
}

.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px
}

.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}


.sqlc_sblc_img {
    height: 100px;
    background: url(../images/sqlc2_03.png) no-repeat center 3px;
    margin: 40px 0;
    /* overflow: hidden; */
    display: none;
}

.div4 {
    padding-top: 60px;
    text-align: left;
}

.sqlc_sblc_img .title {
    font-size: 18px;
    font-weight: bold;
    color: #2174d0;
    margin-left: 55px;
    /* margin-top: 23px; */
    width: 114px;
    height: 72px;
    line-height: 72px;
    float: left;
}

.sqlc_sblc_img ul {
    /*     float: left; */
    margin-left: 70px;
    height: 72px;
}

.sqlc_sblc_img ul li {
    float: left;
    width: 406px;
    margin-left: 40px;
}

.sqlc_sblc_img ul li.li1 {
    /*margin-left: 60px;*/
}

.sqlc_sblc_img ul li i {
    width: 72px;
    height: 72px;
    background-image: url(../images/sqlc3_03.png);
    background-repeat: no-repeat;

    display: block;
    overflow: hidden;
}

.sqlc_sblc_img ul li .step {
    font-weight: bold;
    font-size: 20px;
    display: block;
    text-align: left;
    font-style: normal;
    color: #999999;
}

.sqlc_sblc_img ul li span {
    color: #999999;
    display: block;
    text-align: left;
    margin-top: 8px;
}

.sqlc_sblc_img ul li i em {
    display: block;
    background-color: #999999;
    color: #fff;
    width: 25px;
    font-style: normal;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    height: 25px;
    margin: 16px 0 0 0;
}

.step-line {
    content: "";
    width: 400px;
    height: 5px;
    background-color: #e0e0e0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    /* top: 15px; */
    margin-left: 3%;
    margin-top: 2%;
}

.sqlc_sblc_img ul li em.em1 {
    background-position: 0px 0;
}

.sqlc_sblc_img ul li.active i .em1 {
    background-position: 0px -42px;
}

.sqlc_sblc_img ul li em.em2 {
    background-position: -51px 0;
}

.sqlc_sblc_img ul li.active i em.em2 {
    background-position: -51px -42px;
}

.sqlc_sblc_img ul li em.em3 {
    background-position: -99px 0;
}

.sqlc_sblc_img ul li.active i em.em3 {
    background-position: -99px -42px;
}

.sqlc_sblc_img ul li em.em4 {
    background-position: -147px 0;
}

.sqlc_sblc_img ul li.active i em.em4 {
    background-position: -147px -42px;
}

.sqlc_sblc_img ul li em.em5 {
    background-position: -197px -1px;
}

.sqlc_sblc_img ul li.active i {
    background-position: -84px 0;
}

.sqlc_sblc_img ul li.active span {
    color: #1e9fff;
}

.sqlc_sblc_img ul li.active i em {
    display: block;
    background-color: #1e9fff;
    color: #fff;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    height: 25px;
    margin: 16px 0 0 0;
}

.layui-tab-title li {
    font-weight: bold;
    font-size: 18px;
}

.layui-tab-title .layui-this {
    color: blue
}

.layui-card-body {
    padding: 0px;
}

.layui-row {
    width: 100%
}

.itemList {
    width: 20%;
    display: inline-block;
    height: 32px;
}

.itemList1 {
    width: 23%;
    display: inline-block;
    height: 32px;
}

.divstep {
    width: calc(100% - 100px);
    margin: 0 50px;
}

.divstep-btn {
    text-align: right;
    margin-top: 20px
}

.success {
    color: green;
    font-size: 24px;
}

.success .layui-icon {
    font-size: 24px;
}

.result {
    font-size: 20px;
}

.result b {
    margin: 0 10px;
}

.choosepage {
    color: #fff !important;
}

/* 12345 */
.n-header {
    background: url("../images/beijin.png") no-repeat;
    background-size: 100%;
    zoom: 1;
    align-items: center;
    display: flex;
    height: 90px;
    min-width: 1200px;
    position: relative;
    z-index: 5;
    box-shadow: 0 0 1px #dfdfdf;
}

.n-header ul {
    height: 70px;
    margin-left: 60px;
    float: right;
}

.n-header ul li {
    float: left;
    line-height: 38px;
    margin-left: 10px;
    color: #fff;
    margin-top: 15px;
    overflow: hidden;
}

.n-header ul li a {
    display: block;
    color: #fff;
    width: 114px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
}

.n-header ul li a:hover {
    background-color: #fff;
    color: #4897fe;
}

.n-work-dynamic {
    float: left;
    width: 540px;
    min-height: 380px;
}

.n-work-dynamic ul li {
    margin-left: 30px;
    /* list-style-type: initial; */
    list-style: square url(../images/2017_un_dot.png);
}

.n-work-dynamic ul li:hover > a > div > div {
    color: rgb(227, 21, 0);
}

.n-classic-cases {
    width: 100%;
    height: 350px;
}

.n-classic-cases ul li:hover {
    background-color: rgb(225, 229, 241) !important;
}

.n-classic-cases ul li:hover a > div > div > span {
    color: rgb(227, 21, 0) !important;
}

.n-classic-cases ul li:hover a > div > div > div {
    color: rgb(227, 21, 0) !important;
}

/* 好差�? */
.gb-banner-box {
    float: left;
    width: 470px;
    height: 300px;
}

.gb-header {
    background: url("../images/beijin.png") no-repeat;
    background-size: 100%;
    zoom: 1;
    align-items: center;
    display: flex;
    height: 90px;
    min-width: 1200px;
    position: relative;
    z-index: 5;
    box-shadow: 0 0 1px #dfdfdf;
}

.gb-header ul {
    height: 70px;
    margin-left: 60px;
    float: right;
}

.gb-header ul li {
    float: left;
    line-height: 38px;
    margin-left: 10px;
    color: #fff;
    margin-top: 15px;
    overflow: hidden;
}

.gb-header ul li a {
    display: block;
    color: #fff;
    width: 114px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
}

.gb-header ul li a:hover {
    background-color: #fff;
    color: #4897fe;
}

.gb-work-dynamic {
    float: left;
    width: 680px;
    min-height: 300px;
}

.gb-work-dynamic ul li {
    height: 50px;
    line-height: 50px;
    margin-left: 30px;
    /* list-style-type: initial; */
    list-style: square url(../images/2017_un_dot.png);
    border-bottom: 1px dashed #ccc;
}

.gb-work-dynamic ul li:hover > a > div > div {
    color: rgb(227, 21, 0);
}

.gb-classic-cases {
    width: 100%;
    height: 350px;
}

.gb-classic-cases ul li:hover {
    background-color: rgb(225, 229, 241) !important;
}

.gb-classic-cases ul li:hover a > div > div > span {
    color: rgb(227, 21, 0) !important;
}

.gb-classic-cases ul li:hover a > div > div > div {
    color: rgb(227, 21, 0) !important;
}

.gb-data {
    float: left;
    width: 25%;
    height: 142px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.content-status-ing {
    background-color: rgb(243, 137, 1);
    color: #fff;
    border-radius: 30px;
    float: right;
    width: 115px;
    margin-left: 80px;
    text-align: center;
    white-space: nowrap;
}

.content-status-end {
    background-color: rgb(122, 122, 122);
    color: #fff;
    border-radius: 30px;
    float: right;
    width: 115px;
    margin-left: 80px;
    text-align: center;
    white-space: nowrap;
}

/* 政策匹配*/
.select-div {
    padding: 10px 30px;
    float: left;
    background-color: rgb(242, 242, 242);
    border-bottom: 1px solid rgb(222, 222, 222);
    color: #000;
    font-size: 16px;
    margin: 10px;
}

.select-div:hover {
    background-color: rgb(196, 213, 241);
    border-bottom: 1px solid rgb(180, 197, 225);
    color: rgb(19, 79, 165);
    font-size: 16px;
    cursor: pointer;
}

.select-div-on {
    padding: 10px 30px;
    float: left;
    background-color: rgb(196, 213, 241);
    border-bottom: 1px solid rgb(180, 197, 225);
    color: rgb(19, 79, 165);
    font-size: 16px;
    cursor: pointer;
}

/* 12345 */
.callDataDiv {
    width: 33%;
    float: left;
    height: 60px;
    background-color: #fff;
    border: 1px solid rgb(233, 236, 243);
    cursor: pointer;
    font-size: 16px;
}

.callDataDiv span {
    /*font-weight: 600;*/
    font-style: italic;
    height: 16px;
}

.callDataDiv:hover {
    color: #ff0000;
}


/* 好评 */
.goodbad_left {
    width: 65%;
    float: left;
}

.goodbad_left .contaier li {
    min-height: 130px;
    border-bottom: 1px dashed #b7b7b7;
    margin-top: 30px;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
}

.flex-item {
    margin: 3px;
}

.item1 {
    -webkit-flex: 15;
    flex: 15;
}

.item2 {
    -webkit-flex: 60;
    flex: 60;
}

.item3 {
    -webkit-flex: 25;
    flex: 25;
}

.item4 {
    -webkit-flex: 50;
    flex: 50;
}

.img-hd {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    border: 1px solid #6bb0ec;
    margin: 0 auto;

}

.img-hd img {
    width: 100%;
    height: 100%;
}

.user_name {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}

.bssx {
    font-size: 16px;
    padding-left: 5px;
    min-height: 44px;
    line-height: 44px;
}

.bspj {
    font-size: 15px;
    padding-left: 5px;
    min-height: 44px;
    /* line-height: 38px; */
}

.bssx span {
    color: #6bb0ec;
    font-size: 16px;
    min-height: 44px;
    line-height: 44px;
}

.bspj span {
    color: #6bb0ec;
    font-size: 15px;
    min-height: 44px;
    line-height: 25px;
}

.stars img {
    margin: 5px;
}

.goodbad_right {
    width: 30%;
    float: right;
}

.goodbad_right .czgk li {
    width: 100%;
    min-height: 140px;
    margin-top: 20px;
    border: 1px solid #dce3f5;
}

.goodbad_right .czgk li:nth-child(2n) {
    background-color: #ffffff;
}

.goodbad_right .czgk li:nth-child(2n+1) {
    background-color: #f2f6fa;
}

.czgk h6 {
    width: 90%;
    margin: 10px auto;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.czgk .k-box {
    display: -webkit-flex;
    display: flex;
    width: 90%;
    margin: 5px auto;
    font-size: 16px;
    line-height: 25px;
}

/*html style*/
/*政策速递*/
.class1content-zcsd-bg {
    padding: 0px 0px 20px 0px;
}

.class1content-zcsd-bg-c {
    width: 100%;
    background-color: #ffffff;
}

.class1content-zcsd-text {
    width: 125px;
    float: left;
    margin-top: 15px;
}

.class1content-zcsd-text img {
    display: none;
}

.class1content-zcsd-item {
    font-size: 15px;
    float: left;
    margin: 15px 0px 15px 0px;
    width: 1020px;
}

.m-box-zcsd {
    padding: 0 20px 20px 20px;
}

.page_div_zcsd {
    text-align: center;
    margin-top: 40px
}

.return-policy-interpretation-zcsd {
    background-color: rgb(247, 247, 247);
}

.m-box-title-zcsd {
    padding-top: 30px;
}

.twjd-more-zcsd {
    float: right;
    margin-top: 13px;
    color: #888;
    margin-right: 15px;
}

.twjd-more-doc-bg-zcsd {
    width: 100%;
    height: 3px;
    background: url(../images/doc.png);
    margin-top: 15px;
}

.twjd-list-item-bg-zcsd {
    margin: 30px 10px;
    text-align: center;
    cursor: pointer;
}

.twjd-title-zcsd {
    padding-top: 20px;
}

.policy-express-list-item-zcsd {
    margin-top: 22px;
}

.policy-express-list-item-zcsd-time {
    float: right;
    margin-right: 15px;
}

.policy-express-list-item-zcsd-title {
    float: left;
    width: 740px;
    font-size: 18px;
}

.itemListSearchOn-zcsd {
    float: left;
}

.itemListSearch-zcsd {
    width: 35px;
    line-height: 28px;
}

.return-content-brief-zcsd {
    /*padding: 20px 0px 20px 0px;*/
    color: #888;
}

/*项目信息*/
.xmxx-item-bg {
    padding: 20px;
}

.xmxx-item-time-bg {
    width: 80px;
    height: 92px;
    float: left;
    border: 2px solid rgb(89, 116, 185)
}

.xmxx-item-time {
    height: 29px;
    font-weight: bold;
    font-size: 20px;
}

.xmxx-item-time2 {
    height: 26px;
    font-size: 18px;
}

.xmxx-item-time3 {
    height: 35px;
    background-color: rgb(89, 116, 185);
    color: #fff;
    font-size: 16px;
}

.xmxx-item-title-bg {
    float: left;
    margin-left: 20px;
    width: 500px;
}

.xmxx-item-title-bg2 {
    margin-top: 8px;
}

.xmxx-item-title {
    font-size: 18px;
}

.xmxx-item-time-bg2 {
    float: left;
    margin-left: 20px;
    width: 170px;
    height: 90px;
    font-size: 16px;
}

.xmxx-item-status {
    height: 30px;
    cursor: pointer;
}

.xmxx-item-pub-time {
    color: #999;
    margin-top: 10px;
    justify-content: left;
    font-size: 15px;
}

/*政策匹配*/
.divstep-item-box {

}

.div3 .divstep-item-box {
    margin: 10px 0;
}

.div3 h2 {
    border-bottom: 1px solid #333;
}

.divstep-item-title {
    height: 34px;
    font-size: 18px;
}

.divstep-item-condition {
    width: 100%;
    padding: 10px 30px 40px 30px;
}

/*视频解读列表页*/
.video-spjd-1 {
    padding: 0 20px 20px 20px;
}

.video-spjd-2 {
    height: 25px;
    background-color: #dedede;
    width: 90%;
}

.video-spjd-3 {
    width: 90%;
    height: 345px
}

.video-spjd-4 {
    height: 280px;
}

.video-spjd-5 {
    height: 80px;
    color: #fff;
    background-color: rgb(37, 73, 161);
    font-size: 22px;
    font-weight: bold;
}

.video-spjd-5 img {
    padding-right: 20px
}

.video-spjd-6 {
    cursor: pointer;
    height: 50px;
    background-color: rgb(241, 241, 241);
    border: 1px solid rgb(205, 205, 205);
}

.video-spjd-7 {
    padding-top: 30px
}

.video-spjd-7 a {
    float: right;
    margin-top: 13px;
    color: #888;
}

.video-spjd-8 {
    width: 100%;
    height: 3px;
    background: url(../images/doc.png);
    margin-top: 15px;
}

.video-spjd-9 {
    margin: 30px 10px;
    text-align: center;
}

.video-spjd-9 img {
    width: 90%;
    height: 187px
}

/*项目信息*/
.project-information-1 {
    padding: 0 20px 20px 20px;
}

.project-information-2 {
    background-color: rgb(247, 247, 247);
}

/*政策解读*/
.zcjd-box-1 {
    margin-top: 22px;
}

.zcjd-box-2 {
    max-width: 80%;
    font-size: 16px;
}

.zcjd-box-3 {
    float: right;
    margin-right: 15px;
}

.zcjd-box-4 {
    padding: 20px 0px 20px 0px;
    color: #888;
}

.zcjd-box-5 {
    display: none;
}

/*搜索结果*/
.search-result {
}

.search-result-desc {
    font-size: 24px;
    font-weight: 500;
    color: #2B74DB;
    line-height: 40px;
    margin: 20px 0 0px 0;
    font-family: Arial;
}

.search-result-desc span {
    color: #F04848;
    margin: 0 15px;
}

.search-result ul {
    margin-bottom: 50px;
}

.search-result ul li {
    margin-top: 40px;
    border-bottom: 2px dashed #E5E5E5;
}

.ssjg-lanmu {
    font-size: 22px;
    font-weight: 500;
    color: #125689;
    line-height: 37px;
}

.ssjg-title-bg {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 33px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.ssjg-title {
    width: 70%;
}

.ssjg-title span {
    color: #F04848;
}

.ssjg-time {
    width: 20%;
    text-align: right;
}

.ssjg-zhaiyao {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.hide {
    display: none
}

@media (max-width: 768px) {
    html, body {
        overflow: hidden;
        overflow-y: auto;
    }

    header .top-time {
        min-width: 0;
        height: 245px;
        background: url(../images/top_bg_m.png);
        background-size: 100% auto;
    }

    header .logo-box {
        width: 100%;
        display: none;
    }

    .nav_row {
        min-width: 0;
        height: 65px;
        margin-top: -3px;
        background: #25499F;
    }

    .nav_in {
        width: 100%;
        height: 65px;
    }

    .nav_in ul {
        width: 92%;
        margin-left: 5%;
        height: 65px;
        white-space: nowrap; /*文本不会换行，文本会在在同一行上继续*/
        overflow-x: scroll; /*可滑动*/

        display: inline;
        float: left;
        -webkit-overflow-scrolling: touch; /*解决在ios滑动不顺畅问题*/
    }

    .nav_in ul::-webkit-scrollbar {
        display: none;
    }

    .nav_in .on {
        border-bottom: 2px solid #fff;
    }

    .nav_in ul li {
        margin-right: 20px;
        display: inline-block; /*行内块元素*/
        float: none;
        height: 36px;
        line-height: 36px;
        margin-top: 10px;
    }

    .nav_in ul li a {
        padding: 0 5px;
        font-size: 16px;
    }

    .nav_in ul li a.on {
        background: none;
    }

    .nav_row_c {
        width: 100%;
        height: 59px;
    }

    .search {
        width: 70%;
        position: absolute;
        top: -50px;
        left: 15%;
        background-color: #FFFFFF;
        border-radius: 19px;
        background-image: none;
    }

    .search .sr {
        width: 80%;
        color: #666666;
    }

    .m-container {
        width: 100%;
    }

    footer {
        width: 100%;
        min-width: 0;
        background: #2A63A4;
        padding: 0;
    }

    footer .footer-inner {
        background: #0E568A;
        margin: 0;
        padding: 20px 0px;
        text-align: center;
    }

    footer .footer-inner-dl {
        text-align: center;
    }

    footer .footer-inner-dl dd {
        color: #5190BF;
    }

    footer .footer-inner-dl dd:nth-child(4),
    footer .footer-inner-dl dd:nth-child(5) {
        display: none;
    }

    footer .friendship-list li {
        width: 33.33%;
        float: left;
        cursor: pointer;
        margin: 10px 0;
    }

    footer .friendship-list li div {
        padding: 0;
        border: none;
        border-right: 1px solid #fff;
        height: 20px;
        line-height: 20px;
        color: #fff;
    }

    footer .friendship-list li:nth-child(1),
    footer .friendship-list li:nth-child(2),
    footer .friendship-list li:nth-child(3),
    footer .friendship-list li:nth-child(4) {
        margin-right: 0px;
    }

    footer .friendship-list li:nth-child(6) {
        display: block;
    }

    footer .footer-divider-bg {
        display: none;
    }

    footer .footer-divider-bg {
        border-bottom: 2px solid #074675;
        padding: 16px 0;
    }

    #_span_jiucuo {
        display: none;
    }

    #footer-gvm-img {
        display: none;
    }

    footer .footer-qr-code-bg {
        display: none;
    }

    .policy-express-list {
        width: 100%;
        min-width: 0;
    }

    .m-box-zcsd {

    }

    .m-crumb {
        background: #eee;
    }

    .class1content-zcsd-bg {
        background: #eee;
    }

    .project-application-searchDev {
        background: #fff;
    }

    .class1content-zcsd-text {
        width: 100%;
    }

    .class1content-zcsd-text img {
        display: block;
        margin-right: 20px;
    }

    .class1content-zcsd-text .mode-up {
        display: none;
    }

    .class1content-zcsd-item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        display: none;
    }

    .return-policy-interpretation-zcsd {
        display: none;
    }


    .policy-express-list-item-zcsd-title {
        width: 100%;
    }

    .return-content-brief-zcsd {
        display: none;
    }

    .policy-express-list-item-zcsd-title {
        white-space: normal;
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        line-height: 26px;
    }

    .policy-express-list-item-zcsd-time {
        margin: 10px 15px 30px 0;
        font-size: 12px;
        color: #999;
    }

    .project-application-searchDetail {
        background: none;
        color: #333;
        width: auto;
        font-size: 15px;
    }

    .itemListSearch {
        min-width: 70px;
        padding: 0 10px;
        background: #EEEEEE;
        box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.12);
        border: 1px solid #EDEDED;
        font-size: 15px;
        font-weight: 400;
        color: #666;
        line-height: 30px;
        margin: 0 10px 15px 10px;
        text-align: center;
    }

    .itemListSearchOn {
        background: #BFCAE4;
        box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.12);
        border: 1px solid #DDE3F0;
        font-weight: 500;
        color: #125689 !important;
    }

    .project-application-searchDev a:hover {
        color: #125689 !important;
    }

    .project-application-searchDev {
        position: relative;
    }

    .class1content-zcsd-text img {
        float: right;
        margin-top: 13px;
        width: 11px;
        height: 7px;
    }

    /*项目信息*/
    .project-application-list {
        width: 100%;
    }

    .xmxx-item-bg {
        padding: 30px 0;
        border-bottom: 1px solid #E5E5E5;
        display: flex;
        justify-content: space-between;
        position: relative;
        float: none;
    }

    .xmxx-item-time-bg {
        width: 85px;
        height: 99px;
        float: none;
    }

    .xmxx-item-title-bg {
        flex: 1;
        width: auto;
        margin-left: 15px;
        float: none;
    }

    .xmxx-item-title-bg2 {
        margin-top: 0;
    }

    .xmxx-item-title {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
        font-size: 16px;
    }

    .project-application-brief {
        display: none;
    }

    .xmxx-item-time-bg2 {
        position: absolute;
        float: none;
        display: flex;
        width: calc(100% - 103px);
        height: auto;
        right: 0;
        bottom: 24px;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }

    .project-application-list .status-end,
    .project-application-list .status-ing {
        margin-top: 0;
        width: 100px;
        margin-left: 0;
        border-radius: 22px;
        font-size: 15px;
        line-height: 30px;
    }

    .xmxx-item-pub-time {
        margin-top: 0;
    }

    /*政策匹配*/
    .divstep {
        width: 100%;
        margin: 0;
    }

    .divstep-btn {
        text-align: center;
    }

    .div4 {
        display: flex;
        padding-top: 10px;
        flex-direction: column;
    }

    .divstep-item-box {
        display: flex;
        padding: 0 20px;
        flex-direction: column;
        width: auto;
    }

    .divstep-item-title {
        height: 21px;
        font-size: 15px;
        font-weight: 400;
        color: #333333;
        line-height: 21px;
        margin: 20px 0;
    }

    .divstep-item-condition {
        width: auto;
        padding: 0;
    }

    .div3 .layui-row:nth-child(1) .divstep-item-title {
        margin: 10px 0;
    }

    .div3 .layui-row:nth-child(1) .divstep-item-condition {
        margin-bottom: -15px;
    }

    .div3 .layui-row:nth-child(2) {
        flex-direction: row;
        margin: 20px 0;
    }

    .div3 .success, .div3 .result {
        font-size: 15px;
        color: #333;
    }

    .div3 .result b {
        font-size: 15px;
        color: #FBA533;
    }

    .div3 .layui-row:nth-child(2) .success i {
        display: none;
    }

    .div3 .layui-row:nth-child(3) {
        width: auto;
        padding: 0 20px;
    }

    .div3 .layui-row:nth-child(3) h2 {
        display: none;
    }

    .result-list-m {
        display: flex;
        flex-direction: column;
    }

    .result-list-item-m {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #E5E5E5;
        padding-top: 25px;
    }

    .result-list-title-m {
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        line-height: 26px;
    }

    .result-list-desc-bg-m {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0 25px 0;
    }

    .result-list-level-m {
        font-size: 12px;
        font-weight: 400;
        color: #125689;
        line-height: 17px;
    }

    .result-list-time-m {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        line-height: 17px;
    }

    .select-div {
        cursor: none;
        min-width: 60px;
        box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.12);
        border: 1px solid #EDEDED;
        font-size: 15px;
        padding: 0 10px;
        background: #EEEEEE;
        font-weight: 400;
        color: #666;
        line-height: 30px;
        margin: 0 10px 15px 10px;
        text-align: center;
    }

    .select-div-on {
        cursor: none;
        background-color: rgb(196, 213, 241);
        border-bottom: 1px solid rgb(180, 197, 225);
        color: rgb(19, 79, 165);
        font-size: 16px;
    }

    /*视频解读*/
    .policy-video {
        float: none;
        width: 90%;
        margin: 0 auto;
        min-height: auto
    }

    .video-spjd-1 {
        margin-top: 20px;
        padding: 0 0 30px 0;
    }

    .policy-video ul li {
        width: 100%
    }

    .video-spjd-2, .video-spjd-3, .video-spjd-4, .return-policy-interpretation {
        width: 100%
    }

    .video-spjd-3 {
        height: auto
    }

    .video-spjd-4 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .video-spjd-7, .video-spjd-7 a, .video-spjd-9, .video-spjd-5, .video-spjd-8 {
        display: none
    }

    .return-policy-interpretation {
        min-height: auto;
        position: absolute;
        top: 55px
    }

    .video-spjd-6 {
        background: none;
        border: 0;
    }

    .video-spjd-6::after {
        content: '';
        width: 2px;
        height: 15px;
        background-color: #DEDEDE;
        margin: 0 10px;
    }

    .video-spjd-6:last-child:after {
        content: '';
        margin: 0;
        background-color: #FFFFFF;
    }

    /*项目信息*/
    .project-information-2 {
        display: none;
    }

    .return-policy-express ul li {
        padding-bottom: 10px;
        overflow: hidden;
    }

    .return-policy-express {
        width: 90%;
        margin: 0 auto;
        min-height: 0;
        float: none;
    }

    .return-content-brief {
        display: none;
    }

    .zcjd-box-2 {
        width: 100%;
        max-width: none;
        display: -webkit-box;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        color: #333333;
        font-weight: 600;
    }

    .zcjd-box-3 {
        margin-top: 20px;
        color: #999999;
        font-size: 12px;
    }

    .zcjd-box-5 {
        display: none;
        float: left;
        margin-top: 20px;
        color: #999999;
        font-size: 12px;
    }

    .page_div button {
        margin-bottom: 15px;
    }

    /*搜索结果*/
    .search-result {
    }

    .search-result-desc {
        font-size: 18px;
        line-height: 25px;
        margin: 30px 0 0px 0;
    }

    .search-result-desc span {
        color: #F04848;
        margin: 0 10px;
    }

    .search-result ul {
        margin-bottom: 50px;
    }

    .search-result ul li {
        margin-top: 20px;
        border-bottom: 2px dashed #E5E5E5;
    }

    .ssjg-lanmu {
        font-size: 16px;
        line-height: 22px;
    }

    .ssjg-title-bg {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
    }

    .ssjg-title {
        width: 100%;
    }

    .ssjg-title span {
        color: #F04848;
    }

    .ssjg-time {
        width: 100%;
        text-align: right;
        font-size: 12px;
        color: #999;
        margin-bottom: 20px;
    }

    .ssjg-zhaiyao {
        display: none;
    }

    .hide {
        display: none;
    }
}
