/***********全局重置CSS*****************/

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd {
    margin: 0;
}

p {
    margin: 0;
}

ul,
ol,
li {
    padding-left: 0;
    list-style-type: none;
}

img {
    border: 0;
}


/***消除img默认边框*****/

a {
    text-decoration: none;
}


/* 链接无下划线 */

a:hover {
    cursor: pointer;
    text-decoration: underline;
}


/*鼠标在链接上出下划线,为手势形态 */

table {
    border-collapse: collapse;
}


/*细线表格*/

em {
    font-style: normal;
}

html {
    overflow-y: scroll;
    font-size: 16px;
}


/***默认让所有浏览器出现右边滚动条****/

.clear {
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
}

:focus {
    outline: 0;
}


/***默认清除浮动****/

body {
    font-family: "微软雅黑", "sans-serif", "Arial";
}


/****************全局头尾*****************/

.AllLeftCont {
    float: left;
}

.AllRightCont {
    float: right;
}

.ALLYdCont {
    display: none;
}

.ALLPcCont {
    display: block;
}

.AllListCon li {
    overflow: hidden;
    line-height: 2.5;
    height: 2.5em;
    display: grid;
    grid-template-columns: auto 6em;
}

.AllListCon ul li span {
    float: right;
    text-align: right;
}

.AllListCon ul li a {
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 2.5em;
    overflow: hidden;
}

.AllListCon ul li a:before {
    content: '▪';
    color: #4674e5;
    display: inline-block;
    margin-right: 10px;
}

.pic img {
    width: 100%;
}

.pic img {
    width: 100%;
}

.tabCont {
    display: none;
}


/****中间头部样式***/

.top_bg {
    background: url(ztc20220829_02.png) center top no-repeat;
    padding: 0 0 2em 0;
}

.top_bg_con {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 1em 0 24em 0;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.top_bg_con .logo {
    width: 35%;
}

.top_bg_con .logo img {
    width: 100%;
    max-width: 315px;
}

.top_bg_con .fanhui {
    line-height: 1.5;
    font-size: 22px;
}

.top_bg_con .fanhui a {
    background: #fff;
    color: #2E5B9A;
    padding: 0 1em;
    display: inline-block;
    margin: 0 0 0 1em;
    border-radius: 1em;
    font-weight: bold;
}

.top_bg_con .fanhui a:hover {
    text-decoration: none;
}

.top_bg .text {
    color: #fff;
    text-align: right;
    max-width: 1200px;
    margin: 0 auto;
}

.conter {
    max-width: 1200px;
    margin: 2em auto;
}

.navRight {
    width: 101%;
    overflow: hidden;
    padding: 0 0 2em 0;
}

.navRight span {
    width: 32.3%;
    margin: 0 1% 0 0;
    float: left;
    position: relative;
}

.navRight span:after {
    content: "";
    height: 1.25em;
    width: 1.25em;
    transform: rotate(45deg);
    background: linear-gradient(131.68deg, rgba(110, 123, 206, 1) 0%, rgba(47, 65, 182, 1) 100%);
    position: absolute;
    bottom: -0.625em;
    left: 50%;
    margin-left: -0.625em;
    display: none;
}

.navRight img {
    width: 100%;
    position: relative;
    z-index: 9;
}

.navRight span:nth-child(2):after {
    background: linear-gradient(133.97deg, rgba(133, 176, 209, 1) 0%, rgba(67, 128, 175, 1) 100%);
}

.navRight span:nth-child(3):after {
    background: linear-gradient(132.75deg, rgba(241, 190, 105, 1) 0%, rgba(223, 140, 0, 1) 100%);
}

.navRight span.hover:after {
    display: block;
}

.contLeft {
    background: #fbfbfb;
    padding: 0 0 1px 0;
}

.contLeft .search {
    background: #3345B8 url(ztc20220829_01.png) no-repeat;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    padding: 0 10%;
    justify-content: space-between;
    margin: 0 0 2em 0;
    height: 12.5em;
    box-sizing: border-box;
}

.contLeft .search2 {
    background-color: #E6A12C;
}

.contLeft .search .tit {
    color: #fff;
    font-size: 1.42em;
    flex-shrink: 0;
    margin: 0 0 0 10%;
}

.contLeft .search .tit h3 {
    font-size: 1.75em;
    line-height: 1.5;
}

.contLeft .search .cont {
    background: #fff;
    width: 100%;
    height: 2.5em;
    font-size: 1.625em;
    overflow: hidden;
    display: flex;
}

.contLeft .search .cont input {
    width: 100%;
    float: left;
    font-size: 1em;
    height: 2.3em;
    background: none;
    border: none;
    text-indent: 1em;
}

.contLeft .search .cont .btn1 {
    background: #4FAECB url(ztc20220829_08.png) center no-repeat;
    background-size: auto 60%;
    width: 5em;
    height: 2.5em;
    border: none;
    font-size: 1em;
    flex-shrink: 0;
}

.contLeft .search2 .cont .btn1 {
    background-color: #B26427;
}

.contLeft .saiCont {
    position: relative;
    margin: 0 1.5em;
}

.contLeft .saiCont h1 {
    position: absolute;
    left: 0;
    top: 0.5em;
    font-size: 1.3em;
    color: #303030;
}

.contLeft .saiCont ul {
    border-bottom: 1px solid #bebebe;
    overflow: hidden;
    margin: 0 0 0 8em;
    padding: 0.4em 0;
}

.contLeft .saiCont ul li {
    height: 2em;
    display: flex;
    width: 10em;
    text-align: center;
    float: left;
    align-items: center;
    justify-content: center;
}

.contLeft .saiCont ul li a {
    display: inline-block;
    padding: 0 1em;
    color: #313131;
    line-height: 1.5;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contLeft .saiCont ul li a.hover,
.contLeft .saiCont ul li a:hover {
    border: 1px solid #0076bc;
    color: #0076bc;
    text-decoration: none;
}

.contLeft .saiCont ul li span.btn {
    position: relative;
    padding: 0 1.5em 0 0;
    cursor: pointer;
}

.contLeft .saiCont ul li span.btn:after {
    content: "▼";
    color: #313131;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s;
}

.contLeft .saiCont ul li span.open:after {
    transform: rotate(180deg);
}

.contLeft .saiCont .tabCont {
    margin: 0;
    padding: 0.4em 0 0.4em 8em;
    background: #f4f4f5;
    border-bottom: none;
}

.contLeft .saiCont ul.end {
    border: none;
}

.contLeft .textCont {
    margin: 1em 1.5em;
}

.contLeft .textCont .text {
    border-bottom: 1px solid #b7b7b7;
    font-size: 1.15em;
    line-height: 1.5;
    padding: 1em 0;
}

.contLeft .textCont .text h1 {
    font-size: 1.33em;
    font-weight: normal;
    height: 1.5em;
    overflow: hidden;
    margin: 0.5em 0;
}

.contLeft .textCont .text a {
    color: #313131;
}

.contLeft .textCont .text p {
    color: #bababa;
}

.contLeft .textCont .text p span {
    background: #0174b9;
    padding: 0 1em;
    color: #fff;
    display: inline-block;
    margin: 0 1em 0 0;
}

.contLeft .textCont .text p em {
    margin: 0 1em 0 0;
    display: inline-block;
}

.contLeft .textCont .text a:hover {
    color: #0076bc;
    text-decoration: none;
}

.page {
    line-height: 1.8;
    color: #bd1a2d;
    text-align: right;
    clear: both;
    margin: 2em 1.5em;
    font-size: 1.15em;
}

.page a {
    padding: 0 0.5em;
    display: inline-block;
    margin: 0 5px;
    color: #313131;
    border: 1px solid #434343;
}

.page a:hover {
    text-decoration: none;
    border-color: #0076bc;
    color: #0076bc;
}

.page span {
    float: left;
    color: #313131;
}

.more {
    display: none;
}

.more a {
    display: block;
    text-align: center;
    background: #e3e0e0;
    color: #2354a7;
    line-height: 2;
    height: 2em;
    margin: 0.5em 0;
}

.el-row {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 1.5em;
    justify-content: space-between;
}

.declaration-item {
    width: 32.3%;
    margin: 1.5em 0 0 0;
    box-sizing: border-box;
    background: #f4f6f9;
    position: relative;
    padding: 2em 1em 1em 1em;
    cursor: pointer;
    border: 1px solid #3d7bc6;
}

.declaration-item:hover {
    background: #f3f7fd;
    box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .25)
}

.declaration-item .policy-item-post {
    position: absolute;
    right: 0;
    top: 0;
    background: #a40000;
    font-size: 0.8em;
    color: #fff;
    padding: 0 1.5em;
    font-weight: bold;
    line-height: 2;
}

.declaration-item .policy-item-post2 {
    position: absolute;
    right: 0;
    top: 0;
    background: #6bbd46;
    border-radius: 0 0 0 70px;
    color: #fff;
    padding: 5px 8px 5px 19px
}

.declaration-title {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    font-weight: 500;
    color: #3d7bc6;
    letter-spacing: 1px;
    text-align: justify;
    height: 3em;
    font-weight: bold;
}

.release-info {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5em;
    letter-spacing: .89px;
    color: #535353;
    line-height: 1.5;
    font-size: 0.8em;
}

.release-time {
    height: 1px;
    line-height: 1;
    background: #d4d5d8;
    margin: 1em 6em 1em 0;
    font-size: 0.8em;
    text-align: right;
}

.release-time span {
    position: relative;
    display: inline-block;
    margin-top: -0.5em;
    margin-right: -6em;
}

.release-info>span:first-child {
    flex: 1;
    flex-basis: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.release-info>span:last-child {
    width: 120px;
    flex-shrink: 0;
    text-align: right
}

.declare-wrap {
    margin-top: 1em;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    background-color: #fff;
}

.declare-wrap .declare-info {
    display: flex;
    justify-content: space-around;
    font-size: 0.8em;
    font-weight: bold;
    color: #313131
}

.declare-wrap .declare-info>li {
    text-align: center
}

.declare-wrap .declare-info .declare-info-name {
    text-align: center;
    line-height: 2
}

.declare-wrap .declare-info .declare-info-value {
    color: rgba(17, 17, 17, .9);
    text-align: center
}

.declare-wrap .declare-info .color-no-login {
    display: inline-block;
    font-size: 1.15em!important;
    color: #999;
    text-align: center;
    font-weight: 400;
    margin-top: 5px
}

.declare-wrap .declare-btn {
    display: block;
    width: 100%;
    background-color: #3d7bc6;
    border: none;
    height: 2.5em;
    color: #fff;
    font-size: 0.8em;
    margin: 1.5em 0 0 0;
}

.color-day3,
.color-red {
    color: #a40000;
    font-size: 1.4em;
}

.declaration-item:hover {
    box-shadow: 0 10px 20px 0 rgb(51 51 51 / 25%);
    background: #3d7bc6;
    color: #fff;
}

.declaration-item:hover .declaration-title,
.declaration-item:hover .release-info {
    color: #fff;
}


/*--政策计算器--*/

.jsq_top_cont {
    background: #6397BF url(ztc20220829_01.png) no-repeat;
    background-size: auto 100%;
    display: flex;
    padding: 1.5em;
    align-items: center;
}

.jsq_top_cont .tit {
    font-size: 1.375em;
    width: 8.5em;
    margin: 0 2em 0 0;
    flex-shrink: 0;
    color: #fff;
}

.jsq_top_cont .tit h3 {
    font-size: 1.45em;
    margin: 0 0 0.5em 0;
}

.jsq_top_cont .cont {
    background: #fff;
    display: flex;
    padding: 1.5em;
    color: #707070;
    align-items: center;
    justify-content: space-between;
}

.jsq_top_cont .cont .num {
    width: 65%;
    box-sizing: border-box;
    padding: 0 10% 0 0;
    position: relative;
}

.jsq_top_cont .cont .num:after {
    height: 100%;
    width: 2px;
    background: #79A8C9;
    position: absolute;
    right: 6%;
    top: 0;
    content: "";
}

.jsq_top_cont .cont .num h4 {
    font-size: 1.375em;
    color: #7FABCE;
    font-weight: normal;
}

.jsq_top_cont .cont .num ul {
    display: flex;
    font-size: 1.25em;
    justify-content: space-between;
    margin: 0.5em 0 0 0;
}

.jsq_top_cont .cont .num ul li p {
    display: inline-block;
    color: #4480AF;
    margin: 0 1em 0 0;
}

.jsq_top_cont .cont .num ul li p strong {
    font-size: 2em;
    margin: 0 0.25em;
}

.jsq_top_cont .cont .num ul li:nth-child(2) p {
    color: #C00C0C;
}

.jsq_top_cont .cont .text {
    width: 35%;
    box-sizing: border-box;
    line-height: 1.75;
}

.jsq_bottom_cont {
    width: 102%;
    display: flex;
    flex-wrap: wrap;
}

.jsq_bottom_cont .cont {
    width: 18%;
    margin: 0 2% 2% 0;
    background: #e7f0fb;
}

.jsq_bottom_cont .cont .tit {
    border: 2px solid #fff;
    background-color: #9ec9ff;
    background: linear-gradient( #9bc7ff 0%, #c6e0ff 100%);
    font-size: 1.25em;
    text-align: center;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 2px 2px 8px #1e87f9;
    box-shadow: 0 0 0.5em rgba(5, 104, 253, .15)
}

.jsq_bottom_cont .cont ul li {
    border-top: 1px solid #d2e3f8;
    padding: 0.5em 1em;
    line-height: 1.5;
    position: relative;
}

.jsq_bottom_cont .cont ul li span {
    font-size: 1.25em;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.7em;
}

.jsq_bottom_cont .cont ul li a {
    color: #57524e;
}

@media (max-width:1270px) {
    body {
        overflow: hidden;
    }
}

@media (max-width:780px) {
    html {
        font-size: 24px;
    }
    .AllLeftCont,
    .AllRightCont {
        float: none;
        width: auto;
    }
    .ALLYdCont {
        display: block;
    }
    .ALLPcCont {
        display: none;
    }
    .top_bg {
        padding: 0 3% 2em 3%;
        background-size: 170% auto;
    }
    .top_bg_con {
        padding: 1em 0 8.5em 0;
    }
    .top_bg_con .fanhui {
        font-size: 1em;
    }
    .conter {
        margin: 1em 3%;
    }
    .navRight {
        padding: 0 0 1em 0;
    }
    .page {
        display: none;
    }
    .more {
        display: block;
    }
    .contLeft .search {
        display: block;
        padding: 1px 3%;
        height: auto;
    }
    .contLeft .search .cont {
        width: auto;
        max-width: none;
        margin: 1em 0 0 0;
        font-size: 1.25em;
    }
    .contLeft .search .tit {
        display: flex;
        align-items: baseline;
        margin: 0 0 0.5em 0;
    }
    .contLeft .search .tit h3 {
        margin: 0 0.5em 0 0;
        font-size: 1.25em;
    }
    .contLeft .saiCont {
        margin: 0 0.5em;
    }
    .contLeft .saiCont h1 {
        font-size: 1.15em;
    }
    .contLeft .saiCont ul {
        margin: 0 0 0 5.5em;
    }
    .contLeft .saiCont .tabCont {
        padding: 0.4em 0 0.4em 4em;
    }
    .contLeft .saiCont ul li {
        max-width: 15em;
        width: auto;
    }
    .declaration-item {
        width: 100%;
    }
    .el-row {
        margin: 1em 0.5em;
    }
    .contLeft .textCont {
        margin: 1em 0.5em;
    }
    .contLeft .textCont .text {
        font-size: 1.1em;
    }
    .contLeft .textCont .text p span {
        margin: 0 1em 0.25em 0;
    }
    /*--政策计算器--*/
    .jsq_top_cont {
        display: block;
    }
    .jsq_top_cont .tit {
        width: auto;
        font-size: 1.42em;
        margin: 0 0 0.5em 0;
    }
    .jsq_top_cont .tit h3 {
        font-size: 1.25em;
        width: 5em;
        flex-shrink: 0;
        margin: 0 0.25em 0 0;
    }
    .jsq_top_cont .cont {
        display: block;
    }
    .jsq_top_cont .cont .num {
        width: auto;
        padding: 0 0 1em 0;
        margin: 0 0 1em 0;
    }
    .jsq_top_cont .cont .num:after {
        width: 100%;
        height: 2px;
        bottom: 0;
        top: auto;
        left: 0;
    }
    .jsq_top_cont .cont .num ul {
        display: block;
    }
    .jsq_top_cont .cont .text {
        width: auto;
    }
    .jsq_bottom_cont .cont {
        width: 48%;
    }
}

@media (max-width:560px) {
    body {
        font-size: 50%;
    }
}