.layer01 {
    background: url(../images/index/topbg.png) no-repeat top center;
    height: 530px;
}

.layer09 {
    background: url(../images/common/topbg2.png) no-repeat top center;
    height: 186px;
    display: flex;
    flex-direction: column;
}

.search {
    width: 35.8%;
    margin-left: 52.25%;
    height: 43px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 35px;
}

.layer01-topwrapper {
    padding-top: 15px;
}

.layer01-oper {
    /* background-color: #033480;
    width: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px; */
    color: #033480;
}

.layer01-oper a {
    font-size: 16px;
    /* color: #fff; */
    color: #033480;
    line-height: 34px;
    margin-left: 8px;
    margin-right: 8px;
}

.layer01-oper a.barrier-free {
    background: url(../images/common/barrier_free.png) no-repeat 0 center;
    padding: 10px 0 10px 25px;
}

.top-search {
    width: 58.5%;
    border: 1px solid #033480;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    margin-top: 370px;
}

.search-input {
    width: 90%;
    line-height: 43px;
    color: #033480;
    font-size: 16px;
    padding: 0% 0 0% 1.5%;
    background: #fff;
    float: left;
    box-shadow: none;
    margin: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #7993bb;
}

.top-search2 {
    display: flex;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    align-items: center;
}

.search-input2 {
    width: 90%;
    line-height: 43px;
    font-size: 16px;
    padding: 0 0 0 3.5%;
    background: #fff;
    box-shadow: none;
    margin: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

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

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

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

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

.search-button {
    float: right;
    background: #033480;
    width: 10%;
    height: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-icon {
    width: 29px;
    height: 29px;
    background: url(../images/common/search.png) no-repeat 0 0;
    background-size: 100% 100%;
    float: none;
    cursor: pointer;
    margin: 11.5% 12%;
    border: none;
    outline: none;
}

.search-icon2 {
    width: 29px;
    height: 29px;
    background: url(../images/common/search2.png) no-repeat 0 0;
    background-size: 100% 100%;
    cursor: pointer;
    border: none;
    outline: none;
}

.layer02 {
    background: url(../images/index/nav.png) no-repeat center top;
    height: 50px;
}

.nav-ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0;
    margin: 0;
}

.nav-ul li {
    width: 240px;
    text-align: center;
}

.nav-ul li a,
.nav-ul li a:hover {
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    position: relative;
}


.nav-ul li.act:after {
    content: '';
    position: absolute;
    right: 0;
    color: #0d6dce;
}

.nav-ul li.act:before,
.nav-ul li:hover:before {
    content: '';
    position: absolute;
    background: url(../images/common/nav_bg_selected.png) no-repeat top center;
    width: 149px;
    height: 50px;
    margin-left: -1.5%;

}


.layer03,
.layer07 {
    background: url(../images/index/layer03bg.png) no-repeat center top;
    height: auto;
}

.headline {
    width: 90%;
    margin: 0 auto;
    padding: 4.5% 2.5% 3.3% 2.5%;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

.headline-swiper {
    padding-bottom: 5.3%;
}

.headline-swiper .swiper-slide {
    height: 1px;
}

.headline-swiper .swiper-slide-active {
    height: auto;
}

.headline a {
    color: #2b2b2b;
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
}

.headline-desc {
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    color: #333;
    padding-top: 2.5%;
    border-bottom: 3px solid #033480;
}

.headline-desc a {
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

.headline-desc a:hover {
    color: #095391;
}

.headline-desc span {
    font-size: 18px;
    text-align: left;
}

.headline-desc a {
    font-size: 16px;
    color: #0059b2;
}

.headline a:hover {
    color: #095391;
    text-decoration: none;
}

.layer03-con {
    display: flex;
}

.layer03-left {
    width: 50%;
}

.mask {
    width: 100%;
    height: 40px;
    background-color: #000;
    filter: alpha(opacity=0);
    opacity: .8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.mask a {
    display: inline-block;
    width: 80%;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.layer03-left .swiper-pagination {
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: right;
    top: 90%;
}

.layer03-left .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.layer03-left .swiper-pagination-bullet-active {
    background-color: #1789e8;
}

.layer03-right {
    width: 50%;
    padding-left: 30px;
    height: 391px;
    overflow: hidden;
}

.layer03-right-title,
.layer04-left-title {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.layer03-right-title li a,
.layer04-left-title li a {
    font-size: 22px;
    line-height: 30px;
    text-decoration: none;
    color: #9a9a9a;
}

.layer03-right-title li.act a,
.layer04-left-title li.act a {
    color: #033480;
    font-weight: bold;
    display: block;
}

.layer03-right-title li.act::after,
.layer04-left-title li.act::after {
    content: "";
    position: absolute;
    transform: translateX(-14%);
    width: 110px;
    border-bottom: 3px solid #033480;
}

.layer03-right-content,
.layer04-left-content {
    padding-top: 20px;
}

.layer03-right-content li,
.layer04-left-content li,
.layer04-right-content0 li,
.layer08-right-content li,
.list-content li,
.yjfk li {
    background: url(../images/common/icon-dot.png)no-repeat 0 center;
    padding: 6px 0;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
}

.layer03-right-content li a,
.layer04-left-content li a,
.layer04-right-content0 li a {
    color: #2b2b2b;
    font-size: 16px;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.layer03-right-content li {
    padding: 12px 0;
}

.layer03-right-content li a {
    padding-left: 10px;
}

.ztzl-title {
    padding-top: 60px;
    padding-bottom: 1px;
    border-bottom: 1px solid #033480;
}

.ztzl{
    text-align: center;
    padding: 1% 0;
}

.ztzl-item-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.ztzl-item{
    width: 31%;
    background: #f6f6f6;
    padding: 2.5% 0 1.5% 0;
    display: flex;
    flex-direction: column;
    margin: 10px;
    justify-content: space-around;
}
.ztzl-item-img{
    text-align: center;
}

.ztzl-item-text {
    padding-top: 3%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.ztzl-item-text a{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    font-size: 18px;
}

.hdjl-title span,
.ztzl-title span {
    font-weight: bold;
    font-size: 30px;
    color: #033480;
    border-bottom: 2px solid #033480;
}

.ztzl-title a {
    font-size: 18px;
    color: #033480;
    margin: 10px 10px 0 0;
    float: right;
}

.ztzl-content {
    background: #eeeeee;
    padding: 25px 6.3%;
    margin-top: 20px;
    display: flex;
}

.hdjl-content {
    padding: 40px 0;
    display: flex;
    justify-content: space-around;
}

.ztzl-content .ywxt-title {
    width: 13.6%;
    font-weight: bold;
    margin: 0 auto 45px auto;
    font-size: 35px;
    color: #015293;
    padding-top: 52px;
    padding-bottom: 10px;
    border-bottom: 2px solid #015293;
}

.ztzl-content-left {
    width: 28.5%;
}

.ztzl-content-right {
    width: 70%;
    padding-left: 10%;
    position: relative;
}

.ztzl-content-right .swiper-button-prev2 {
    width: 31px;
    height: 72px;
    background: url(../images/index/prev.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 7%;
}

.ztzl-content-right .swiper-button-next2 {
    width: 31px;
    height: 72px;
    background: url(../images/index/next.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 102%;
}

.layer04 {
    background: #fff;
}

.layer04-title {
    padding-top: 2%;
    display: flex;
    align-items: center;
}

.line-part {
    width: 43%;
    height: 2px;
    background-color: #0059b2;
}

.layer04-title span {
    color: #033480;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0 20px;

}

.layer04-info1 {
    width: 88%;
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.layer04-info1 li {
    background: #f0f6f7;
    width: 31%;
    height: 50px;
    border-radius: 5px;
    margin: 10px;
    box-shadow: 2px 3px #e8e9ec;
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 520;
    letter-spacing: 1px;
}

.layer04-info1 li a {
    color: #000;
}

.layer04-info1 li img {
    padding: 0 20px 0 50px;
}

.layer04-info2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.layer04-info2 li {
    width: 138px;
    height: 38px;
    margin: 0 auto;
}

.layer04-content {
    padding-top: 50px;
    display: flex;
}

.layer04-left {
    width: 50%;
    padding-right: 45px;
    overflow: hidden;
}

.layer04-right {
    width: 50%;
}

.layer04-right .more {
    color: #033480;
    font-size: 18px;
    float: right;
}

.layer04-right span {
    color: #033480;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.layer04-right-content {
    padding-top: 20px;
    display: flex;
}

.layer04-right-content0 {
    width: 58%;
}

.layer04-right-content1 ul {
    padding-left: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.layer04-left-content li {
    padding: 10px 0 10px 10px;
}

.layer04-right-content0 li {
    padding: 10px 0 0px 10px;
}

.layer04-right-content0 li a {
    width: 70%;
}

.layer04-right-content0 li span {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.layer04-right-content1 li {
    list-style: none;
}

.layer04-bottom {
    background: #eeeeee;
    padding: 15px 25px;
}

.layer04-bottom ul {
    display: flex;
    justify-content: space-between;
}

.layer04-bottom li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.layer05 {
    font-size: 14px;
    border-top: 2px solid #033480;
    background: #f5f5f5;
}

.linknav {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #c3c3c3;
}

.linknav span {
    color: #0059b2;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}

.linknav>li {
    color: #4c4c4c;
    border: 1px solid #d8d8d8;

    cursor: pointer;
    font-size: 16px;
    line-height: 32px;
    padding: 0 10px;
    width: 17.5%;

    position: relative;
}

.linknav>li:last-of-type {
    margin-right: 0;
}

.linknav>li>ul {
    height: 30px;
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #ccc;
}

.linknav>li:hover>ul {
    display: block;
    background-color: #1967d2;
    color: #fff;
    font-size: 16px;
    border: 1px solid #535353;
}

.linknav>li>ul>li a {
    color: #fff;
}

.friendship-links-website-information {
    background-color: #f5f5f5;
}

.filing-information {
    background-color: #ccc;
    background-color: #1967d2;
}

.footer-content {
    max-width: 1136px;
    padding: 5px 0 32px 0;
    width: 100%;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
    color: #666;
}

.zbdw {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 15px 0;
}

.zbdw a {
    color: #000;
}

.icons {
    width: 61.25%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-center {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    color: #000;
}

.foot-center a {
    color: #000;
}

.foot-center a:link {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.pcShow {
    display: block;
}

.layer07-con {
    display: flex;
    padding-top: 35px;
}

.layer07-left,
.layer07-right {
    width: 47%;
}

.layer07-left-title,
.layer07-right-title,
.hdjl-title,
.lyhf-title,
.yjzj-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1px;
    border-bottom: 1px solid #033480;
}

.layer07-right-title span,
.layer07-left-title span,
.hdjl-title span,
.lyhf-title span,
.yjzj-title span {
    margin-bottom: -1px;
    font-weight: bold;
    font-size: 22px;
    color: #033480;
    border-bottom: 2px solid #033480;
}

.layer07-right-title a,
.layer07-left-title a,
.lyhf-title a,
.yjzj-title a {
    font-size: 16px;
    color: #033480;
    font-weight: bold;
}

.layer07-right {
    margin-left: 70px;
}

.layer07-left-content,
.layer07-right-content {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
}

.layer07-left-con,
.layer07-right-con {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: linear-gradient(to bottom, #fff, #badcfb);
}

.layer07-left-con-left {
    width: 20%;
    padding-left: 40px;
    margin: 0 auto;
}

.layer07-left-con-right {
    width: 75%;
    margin: 0 auto;
}

.layer07-left-con li,
.layer07-right-con li {
    width: 80%;
    padding: 25px 0;
    margin: 0 auto;
    display: flex;
}

.layer07-left-con li span,
.layer07-right-con li span {
    position: relative;
    display: inline-block;
    font-weight: bold;
    z-index: 1;
    min-width: 65px;
    height: 25px;
    margin-right: 20px;
}

.layer07-left-con li span::after,
.layer07-right-con li span::after {
    content: '';
    position: absolute;
    left: -10%;
    right: 10%;
    bottom: 1px;
    height: 9px;
    background-color: #98cfff;
    z-index: -1;
    pointer-events: none;
}

.layer07-left-con a,
.layer07-right-con a {
    color: #0059b2;
    /* color: #2b2b2b; */
}

.hdjl,
.lyhf {
    padding-top: 40px;
}

.lyhf-content {
    padding: 35px 0 40px 0;
}

.lyhf-content table {
    width: 100%;
    border-collapse: collapse;
}

.lyhf-content th {
    height: 60px;
    width: 10%;
    background-color: #e6e6e7;
}

.lyhf-content th,
.lyhf-content td {
    border: 2px solid #e6e6e7;
    text-align: center;
    padding: 0px;
}

.lyhf-content td a {
    color: #0059b2
}

.lyhf-content td:first-child {
    width: 5%;
    height: 90px;
}

.lyhf-content th:first-child {
    height: 60px;
}

.lyhf-content th:not(:last-child) {
    border: 2px solid #e6e6e7;
    border-right: 2px solid #fff;
}

.lyhf-content td:nth-child(2),
.lyhf-content th:nth-child(2) {
    width: 20%;
}

.lyhf-content td:nth-child(3),
.lyhf-content th:nth-child(3) {
    width: 45%;
}

.lyhf-content td:nth-of-type(4) {
    color: #999;
}

.lyhf-content td:nth-child(5) {
    font-weight: bold;
    color: #597fd1;
}

.lyhf-tj {
    width: 100%;
    text-align: center;
    padding: 2.5% 2%;
    font-weight: bold;
    font-size: 18px;
    color: #666;
    background-color: #e6e6e7;
    display: flex;
}

.tj-content{
    width: 90%;
}

.lyhf-tj a{
    display: block;
    color: #0059b2;
}

.yjzj-content {
    background: #fff;
    width: 100%;
    box-shadow: 0px -2px #ebecef, 0px 2px #ebecef;
    padding: 30px 0 40px 0;
    margin: 30px 0 65px 0;
}

.yjzj-content li {
    width: 92%;
    margin: 0 auto;
    display: flex;
    padding: 12px 0;
    border-bottom: 1px dashed #a5a5a5;
}

.yjzj-content .end {
    background-color: #1789e8;
    color: #fff;
    height: 21px;
    width: 55px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    margin-right: 15px;
}

.yjzj-content a {
    color: #2b2b2b;
}

.yjzj-content span {
    color: #6d6d6d;
    margin-left: auto;
}

.layer08-con {
    display: flex;
    padding-top: 25px;
}

.layer08-nav {
    padding: 20px 0;
    border-bottom: 2px dashed #a9a9a9;
}

.layer08-left {
    width: 17.5%;
}

.layer08 .column-title {
    background: #033581;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    height: 50px;
    border-top-right-radius: 25px;
}

.list-sub-title {
    margin-top: 30px;
    display: flex;
    padding: 0;
    flex-direction: column;
}

.list-sub-title li {
    background: #eeeeee;
    color: #2b2b2b;
    display: flex;
    line-height: 1;
    height: 60px;
    align-items: center;
    margin-bottom: 14px;
    justify-content: space-between;
}

.list-sub-title li span {
    margin-right: 35px;
    float: right;
}

.list-sub-title li h6 {
    display: inline-block;
    margin-left: 30px;
}

.list-sub-title li.act,
.list-sub-title li:hover:active {
    background: #1789e8;
    color: #fff;
}

.list-sub-title li.act a {
    color: #fff;
}

.layer08-right {
    padding-left: 25px;
    width: 82.5%;
}

.layer08-right-title {
    width: 100%;
    padding-top: 20px;
    border-bottom: 1px solid #033480;
    padding-bottom: 1px;
}

.layer08-right-title span {
    font-weight: bold;
    font-size: 24px;
    color: #033480;
    border-bottom: 2px solid #033480;
}

.layer08-nav a,
.list-sub-title li a,
.layer08-right-content li a,
.list-content li a,
.yjfk li a {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #2b2b2b;
    font-size: 16px;
}

.layer08-right-content {
    width: 100%;
}

.list-content {
    width: 100%;
    padding: 20px 0;
}

.list-content li,
.layer08-right-content li,
.list-content li,
.yjfk li {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding-left: 20px;
    border-bottom: 1px dashed #8e8e8e;
    display: flex;
    justify-content: space-between;
}

.list-content span,
.layer08-right-content span {
    font-size: 15px;
    color: #6d6d6d;
}

#pages {
    padding: 36px 0;
    text-align: center;
    margin: 0 auto;
}


#pages a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #e1e2e3;
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

#pages .a1 {
    width: 62px;
}

#pages .a2 {
    width: 62px;
}

#pages .pages_go {
    display: none;
    line-height: 16px;
    overflow: hidden;
    width: auto;
    height: 22px;
    background: transparent;
    vertical-align: middle;
    border: none;
    color: #333;
}

#pages .pages_go .input1 {
    display: inline-block;
    margin-right: 5px;
    height: 20px;
    width: 38px;
}

#pages span {
    background: #033480;
    color: #fff;
    padding: 2px 8px;
    border: 1px solid #033480;
}

.nav-current {
    padding-top: 20px;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto
}

.nav-current>span {
    color: #424242;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px 0;
}

.nav-current a {
    text-decoration: none;
    color: #333;
}

.show-title {
    width: 95%;
    font-size: 31px;
    color: #333;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.center17 {
    width: 1200px;
    overflow: hidden;
    padding: 10px 0px 50px 0px;
    background-color: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

/* .fenye-04 p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fenye-04 p span {
    display: inline-block;
    text-align: center;
    width: 100%;
} */

.fenye-04 {
    width: 95%;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin: auto;
    margin-top: 15px;
}

.fenye-04 img {
    margin-top: 0px;
    margin-bottom: 0px;
}

.fenye-04 tbody tr,
.fenye-04 tbody td {
    border: 1px solid #000;
    text-align: center;
}

.timebox {
    width: 100%;
    margin: auto;
    overflow: hidden;
    line-height: 40px;
    border-bottom: 1px #CCCCCC solid;
    margin: auto;
    text-align: center;
}

.bt-shj span {
    padding: 10px;
    font-size: 16px;
}

.list-content-attach {
    background: #ebebeb;
    color: #666;
    margin: 30px auto 0 auto;
    box-sizing: border-box;
    text-align: right;
    padding: 15px 50px 15px 0;
}

.social-share {
    margin-top: -11px;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    text-align: center;
}

.mailbox {
    width: 1200px;
    border-radius: 5px;
    margin: 0px auto;
    padding-bottom: 10px;
    clear: both;
    overflow: hidden;
    min-height: 720px;
}

.bgpad {
    width: 600px;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin: 0 auto;
    padding: 40px 60px;
    overflow: hidden;
    margin-top: 150px;

}

.bgpad label {
    width: 100px;
    font-size: 16px;
    float: left;
}

.bgpad div {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    line-height: 28px;
    float: left;
}

.bgpad div,
.bgpad div a {
    color: #999;
}

.bgpad input,
.bgpad textarea {
    width: 250px;
    border: 1px solid #e5e5e5;
    outline: none;
    border-radius: 5px;
    line-height: 28px;
    float: left;
}

.bgpad .login_tj_btn {
    background-color: #033480;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.bgpad .sendcaptcha {
    width: 110px;
    margin-left: 10px;
    background-color: #033480;
    color: #fff;
}

.bg01 {
    background: url(../images/index/bg01.png) no-repeat center;
}

.titspan {
    width: 100%;
    margin: 150px 0 20px;
    text-align: center;
    display: block;
    letter-spacing: 3px;
    font-size: 34px;
    color: #033581;
}

#navl {
    display: flex;
    margin: 0 auto;
    padding-top: 50px;
    justify-content: space-evenly;
}

.ldxx {
    width: 1200px;
    overflow: hidden;
    height: auto;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #fff;
}

.ldxx label {
    display: block;
    overflow: hidden;
    margin-top: 14px;
    line-height: 44px;
}

.ldxx p {
    font-size: 16px;
    width: 120px;
    float: left;
    text-align: right;
    margin-right: 20px;
}

.txt {
    width: 736px;
    height: 44px;
    background: #fff;
    border: 1px solid #dadada;
    line-height: 44px;
    font-size: 16px;
    padding: 0 20px;
}

.ldxx p span {
    color: #f00;
    margin-left: 6px;
}

.btn-list {
    padding-bottom: 20px;
}

.btn-list a {
    color: #000;
}

.btn-list input {
    border: 1px solid #e5e5e5;
    outline: none;
    border-radius: 5px;
    line-height: 28px;
}

.btn {
    background: #1e7bb3;
    border: 1px solid #02598E;
    border-radius: 2px;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    padding: 0 25px;
    color: #fff;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.yjfk-content {
    display: flex;
    flex-direction: column;
}

.yjzjtit {
    width: 100%;
}

.yjzjtit li {
    width: 14%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    background: none;
    float: left;
    text-align: center;
}

.yjzjtit li a {
    width: 85%;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #000;
}

.yjzjtit .act {
    border-bottom: 2px solid #033581;

    font-size: 22px;
}

.yjzjtit .act a {
    color: #033480;
}

.wzmap {
    padding: 30px 0;
}

.wzmap1 {
    width: 90%;
    margin: 0 auto;
    background: url(../images/index/zfl.png) no-repeat left;
    height: 64px;
    line-height: 64px;
    text-indent: 20px;
    background-color: #eeeeee;

}

.wzmap1 li {
    font-size: 22px;
    color: #213f93;
}

.wzmap2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    height: 64px;
    line-height: 64px;
    font-size: 22px;
    color: #213f93;
    text-indent: 20px;
}

.wzmap2 a {
    color: #000;
    font-size: 16px;
}

.list-content-aboutus {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.list-content-statement p {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    text-align: center;
    padding: 10px;
}

.wzsm-content {
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
}

.wzsm-content p {
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

.bg-404-wrapper {
    background: url(../images/index/bg_404.png) no-repeat left center;
    height: 622px;
    text-align: center;
}

.info-404 {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    margin-top: 28%;
}

.content {
    display: flex;
    min-height: 800px;
    margin: 0 auto;
    padding-top: 50px;
}

.search_nav {
    width: 300px;
}

.search_nav dl {
    padding: 15px 0;
}

.search_nav dt {
    font-size: 22px;
    color: #333;
    line-height: 33px;
    height: 33px;
    margin-bottom: 20px;
}

.search_nav dt span {
    display: inline-block;
    width: 6px;
    height: 23px;
    background: #033480;
    vertical-align: middle;
    margin-right: 22px;
    margin-left: 2px;
}

.search_nav ul li a {
    color: #333;
    margin-left: 28px;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
}

.search_nav .alltime a {
    color: #033480;
    text-decoration: none;
    margin-left: 28px;
    font-size: 18px;
    line-height: 30px;
}

.search_reslut {
    width: 900px;
    display: inline-block;
}

.search_tit h5 {
    display: inline-block;
    font-size: 20px;
    color: #033480;
}

.search_list {
    margin-top: 30px;
    margin-bottom: 20px;
}

.search_list .time {
    line-height: 36px;
    color: #939292;
    font-size: 16px;
}

.search_list .zt_des {
    line-height: 24px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}

.search_list ul li {
    padding: 20px 0;
}

.search_list .search_title {
    display: flex;
    justify-content: space-between;
}

.search_list ul li h3 a {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    line-height: 40px;
    display: inline-block;
    width: 580px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
}