@charset "utf-8";

body {
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "微软雅黑";
    font-size: 16px;
    color: #333;
}

/* 工具类Star */
a {
    text-decoration: none;
    color: inherit;
}

.p-w {
    width: 1200px;
    margin: 0 auto;
}

.nav-row::after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.nav-row,
.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.nav-row>li {
    float: left;
}

/* 工具类End */

.p-header {
    box-sizing: border-box;
    width: 100%;
    height: 160px;
    padding-top: 30px;
}

.p-header .p-form {
    padding-top: 30px;
}

.p-header .p-form form {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 402px;
    height: 42px;
    font-size: 0;
}

.p-header .p-form form input {
    box-sizing: border-box;
    display: inline-block;
    border: none;
    outline: none;
    vertical-align: middle;
}

.p-header .p-form form input:first-child {
    box-sizing: border-box;
    width: 402px;
    height: 42px;
    padding: 5px 45px 5px 20px;
    border: 1px solid #135cc7;
    border-radius: 21px;
    font-size: 16px;
}

.p-header .p-form form input:last-child {
    position: absolute;
    top: 8px;
    right: 16px;
    z-index: 10;
    width: 27px;
    height: 26px;
    background: url(../img/search_btn.png) no-repeat center center;
    font-size: 0;
    cursor: pointer;
}

.p-nav {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url(../img/nav_bg.png) repeat-x center center;
    background-size: 8px 45px;
    color: #fff;
}

.p-nav ul {
    height: 100%;
}

.p-nav .p-nav-line {
    width: 2px;
    height: 100%;
    background: url(../img/nav_line.png) no-repeat center center;
}

.p-nav .p-nav-item {
    padding: 0 30px;
}

.p-nav .p-nav-item.active {
    position: relative;
    background: url(../img/nav_active.png) no-repeat center center;
}

.p-nav .p-nav-item.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    display: block;
    height: 100%;
    width: 2px;
    background: url(../img/nav_active.png) no-repeat center left;
    z-index: 1;
}

.p-nav .p-nav-item.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    display: block;
    height: 100%;
    width: 2px;
    background: url(../img/nav_active.png) no-repeat center right;
    z-index: 1;
}


/* 主体部分 */
.p-main {
    margin-top: 20px;
}

.one .one-left {
    width: 700px;
    height: 360px;
}

.one .one-right {
    width: 480px;
    height: 360px;
}

.tab {
    width: 100%;
}

.tab .tab-header {
    height: 40px;
}

.tab .tab-header ul {
    border-top: 2px solid #1d5fc3;
}

.tab .tab-header ul li {
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.tab .tab-header ul li.active {
    background-color: #1d5fc3;
    color: #fff;
}

/* 第一部分间隔20px */
.one .tab .tab-header ul li a {
    padding: 0 12px;
    font-size: 18px;
}

.tab .tab-header ul li a {
    padding: 0 8px;
    font-size: 18px;
}

.news-list {
    box-sizing: border-box;
    padding-top: 16px;
    padding-left: 5px;
}

.news-list li {
    height: 38px;
    line-height: 38px;
}

.news-list li:hover .text {
    color: #0d55be;
}

.news-list li .time {
    float: right;
    font-size: 15px;
    color: #666;
}

.list-dot li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    vertical-align: middle;
    margin-right: 6px;
}

.two {
    margin-top: 20px;
    height: 110px;
    width: 100%;
}

.two .two-left-title {
    width: 54px;
    height: 110px;
}

.two .two-left-title a,
.two .two-left-title a img {
    display: block;
    width: 100%;
    height: 100%;
}

.two .two-right-box {
    position: relative;
    box-sizing: border-box;
    width: 1146px;
    height: 110px;
    padding: 0 26px;
}

.two .two-right-box .arrow-btn {
    display: block;
    position: absolute;
    top: 0;
    height: 110px;
    width: 26px;
    background-color: #ececec;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}

.two .two-right-box .arrow-left {
    left: 0;
    background-image: url(../img/arrow_left.png);
}

.two .two-right-box .arrow-right {
    right: 0;
    background-image: url(../img/arrow_right.png);
}

.two .two-right-box .swiper-container {
    width: 1094px;
    height: 110px;
}

.two .two-right-box .swiper-container .swiper-slide {
    height: 110px;
}

.two .two-right-box .swiper-container .swiper-slide a,
.two .two-right-box .swiper-container .swiper-slide img {
    display: block;
    width: 356px;
    height: 110px;
    /* margin-left: 8px; */
    margin: 0 auto;
}

/*
.two .two-right-box .swiper-container .swiper-slide:first-child img,
.two .two-right-box .swiper-container .swiper-slide.swiper-slide-active img {
    margin-left: 0;
    margin-right: 8px;
} */

.three {
    margin-top: 20px;
}

.three>div {
    float: left;
}

.three .three-left {
    width: 405px;
    margin-right: 25px;
}

.three .three-center {
    width: 508px;
    margin-right: 25px;
}

.three .three-right {
    width: 237px;
}

.three h3.three-top-title {
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #02367d;
    border-bottom: 2px solid #0d54bf;
}

.three h4.three-top-title {
    height: 36px;
    line-height: 36px;
    margin-top: 4px;
    font-size: 18px;
    color: #02367d;
    border-bottom: 2px solid #0d54bf;
}

.xsxx-list {
    padding-top: 8px;
}

.zwgk-list,
.wqhg-list,
.hdjl-list {
    padding-top: 20px;
}

.xsxx-list li,
.zwgk-list li {
    width: 195px;
    height: 40px;
    background-color: #eaf1f7;
    border-radius: 5px;
    margin-bottom: 5px;
    line-height: 40px;
    color: #2d3557;
}

.zwgk-list li {
    font-size: 0;
}

.zwgk-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zwgk-list li span {
    font-size: 16px;
    vertical-align: middle;
}

.zwgk-list li .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 20px 0 26px;
    background-size: 90%;
}

.zwgk-list li a:hover .icon {
    transition: all 0.5s;
    transform: rotate(360deg);
}

.zwgk-list li .icon-xxgkzn {
    background-image: url(../img/icon_zwgk_xxgkzn.png);
}

.zwgk-list li .icon-zcwj {
    background-image: url(../img/icon_zwgk_zcwj.png);
}

.zwgk-list li .icon-sjld {
    background-image: url(../img/icon_zwgk_sjld.png);
}

.zwgk-list li .icon-cwgk {
    background-image: url(../img/icon_zwgk_cwgk.png);
}

.zwgk-list li .icon-sjzn {
    background-image: url(../img/icon_zwgk_sjzn.png);
}

.zwgk-list li .icon-ysqgk {
    background-image: url(../img/icon_zwgk_ysqgk.png);
}

.xsxx-list li {
    text-align: center;
}

.xsxx-list li:nth-child(odd),
.zwgk-list li:nth-child(odd) {
    margin-right: 15px;
}

.zwgk-list li:nth-child(n+5),
.xsxx-list li:nth-child(n+3) {
    margin-bottom: 0;
}

.zwgk-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.wqhg-list li {
    height: 68px;
    width: 250px;
    line-height: 68px;
    text-align: center;
    background-color: #f6f6f6;
    color: #2d3557;
    margin-bottom: 18px;
}

.wqhg-list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #02367d;
    font-size: 17px;
}

.xsxx-list li:hover,
.wqhg-list li:hover {
    background-color: #0d55be;
}

.xsxx-list li:hover a,
.wqhg-list li:hover a {
    color: #fff;
}

.wqhg-list .two-line a {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 100%;
    padding: 8px 20px;
    line-height: 26px;
}

.wqhg-list .two-line a span {
    display: table-cell;
    vertical-align: middle;
}

.wqhg-list li:nth-child(odd) {
    margin-right: 8px;
}

.hdjl-list li {
    height: 46px;
    width: 100%;
    line-height: 46px;
    text-align: center;
    background-color: #0d55be;
    color: #fff;
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 0;
}

.wqhg-list li:nth-child(5),
.wqhg-list li:nth-child(6),
.hdjl-list li:last-child {
    margin-bottom: 0;
}

.hdjl-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.hdjl-list li span {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    width: 135px;
    text-align: left;
}

.hdjl-list li .icon {
    display: inline-block;
    width: 32px;
    height: 23px;
    vertical-align: middle;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.hdjl-list li .icon-email {
    background-image: url(../img/icon_email.png);
}

.hdjl-list li .icon-service {
    background-image: url(../img/icon_e.png);
}

.hdjl-list li .icon-tel {
    background-image: url(../img/icon_tel.png);
}

.hdjl-list li .icon-ts {
    background-image: url(../img/tsjb.png);
}

/* 友情链接Star */
.friend-link {
    height: 50px;
    margin-top: 20px;
    background: #d7d7d9;
}

.link {
    box-sizing: border-box;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

.link .link_nav {
    z-index: 2
}

.link .link_nav>ul {
    box-sizing: border-box;
    /* padding: 0 98px; */
}

.link .link_nav>ul>li>a {
    display: inline-block;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
    width: 285px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.link .link_nav>ul>.nLi>a {
    background-color: #fff;
}

.link .link_nav>ul>li {
    height: 50px;
    float: left;
    margin-right: 20px;
}

.link .link_nav>ul>li:last-child {
    margin-right: 0;
}

/*最多显示3行，一行46px*/
.link .nav-cont {
    width: 100%;
    max-height: 184px;
    overflow: auto;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 999;
    padding-bottom: 10px;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    display: none;
}

.link .nav-cont>li {
    float: left;
    margin: 10px 9px 0 9px;
}

.link .nLi.current {
    background-color: #fff;
}

.link .nav-cont>li>a {
    width: 216px;
    height: 34px !important;
    line-height: 34px !important;
    display: block !important;
    color: #646363;
    background: #ebebeb;
    overflow: hidden;
    text-align: center;
    font-size: 14px !important;
    border: 1px solid #e1e1e5;
}

.link .link_nav ul li a:hover {
    text-decoration: none;

}

.link .nav-cont>li>a:hover {
    background-color: #1476d1;
    color: #fff;
}

/* 友情链接End */

/* 页脚 */
.p-footer {
    box-sizing: border-box;
    width: 100%;
    height: 145px;
    padding-top: 40px;
    background-color: #e3e3e6;
}

.p-footer>div {
    box-sizing: border-box;
    padding-left: 160px;
}

.p-footer .footer-left {
    float: left;
    box-sizing: border-box;
    width: 140px;
    padding-top: 12px;
}

.p-footer .footer-center {
    float: left;
    box-sizing: border-box;
    width: 100px;
}

.p-footer .footer-left span,
.p-footer .footer-left a,
.p-footer .footer-left img,
.p-footer .footer-center span,
.p-footer .footer-center a,
.p-footer .footer-center img {
    display: block;
}

.p-footer .footer-right {
    float: right;
    box-sizing: border-box;
    width: 730px;
}

.p-footer .footer-right h3 {
    font-weight: bold;
    font-size: 15px;
    line-height: 36px;
}

.p-footer .footer-right p {
    font-size: 13px;
    line-height: 24px;
}

.p-footer .footer-right span {
    padding: 0 10px;
}

/*列表页*/
.p-list .p-list-left .channel-list .topic-list {
    background: none;
}

.p-list .p-list-left .channel-list .topic-list:hover {
    background: none;
}

.p-list .p-list-left .channel-list .topic-list p {
    box-sizing: border-box;
    padding: 5px 0 5px 15px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    text-align: left;
    border-bottom: 1px solid #e7e8e9;
    background: url("../img/list_active.png") no-repeat 0 11px;
    font-weight: 400;
}

.p-list .p-list-left .channel-list .topic-list p:last-child {
    border-bottom: none;
}

.p-list .p-list-left .channel-list .topic-list p a:hover {
    text-decoration: underline;
}

.p-list {
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
}

.p-list .p-list-left {
    float: left;
    width: 262px;
}

.p-list .p-list-right {
    float: right;
    width: 860px;
}

.p-list .p-list-left .channel-title {
    width: 262px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #1476d1;
    color: #1476d1;
}

.p-list .p-list-left .channel-title a {
    display: block;
    width: 100%;
    height: 100%;
}

.p-list .p-list-left .channel-list {
    margin-top: 20px;
}

.p-list .p-list-left .channel-list li {
    box-sizing: border-box;
    min-height: 52px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 12px;
    padding: 10px 5px;
    background-color: #f2f2f2;
    font-weight: bold;
}

.p-list .p-list-left .channel-list li:last-child {
    margin-bottom: 0;
}

.p-list .p-list-left .channel-list li:hover,
.p-list .p-list-left .channel-list li.active {
    background-color: #1476d1;
    color: #fff;
}

.p-list .p-list-left .channel-list li:not(.topic-list) a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.p-list .breadcrumb {
    box-sizing: border-box;
    padding: 0 20px;
    height: 52px;
    line-height: 50px;
}

.p-list .breadcrumb {
    color: #333;
    border-bottom: 2px solid #1476d1;
    padding: 0;
}


.p-list .breadcrumb li {
    height: 50px;
    padding: 0 4px;
}

.p-list-paging {
    margin-top: 10px;
    text-align: right;
    line-height: 32px;
    font-size: 16px;
}

.news-list-one {
    padding: 15px 0;
}

.news-list-one li {
    line-height: 38px;
}

.news-list-one li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.news-list-one li .text {
    color: #333;
    font-size: 16px;
}

.news-list-one li:hover .text {
    color: #1476d1;
}

.news-list-one li:hover::before {
    background-color: #1476d1;
}

.news-list-one li .time {
    float: right;
    color: #999;
    font-size: 13px;
}


.breadcrumb-box {
    box-sizing: border-box;
    height: 49px;
    padding-left: 60px;
    line-height: 49px;
    border-bottom: 1px dashed #c9c9c9;
    background: url("../img/icon_map.png") no-repeat 22px center;
}

.breadcrumb-box .breadcrumb li {
    float: left;
}

/* 详情页star */

.p-content {
    background-color: #fff;
}

.p-content-box {
    padding: 20px;
}

.p-content .article .article-title {
    padding: 20px 0;
    line-height: 38px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.p-content .article .article-inf {
    line-height: 32px;
    border-bottom: 1px solid #f6f6f6;
}

.article-inf {
    text-align: center;
    line-height: 32px;
    font-size: 15px;
}

.article-inf>span {
    padding: 0 15px;
}

.article-inf .set-bgcolor {
    font-size: 0;
}

.article-inf .set-bgcolor span {
    font-size: 15px;
}

.article-inf .set-bgcolor a {
    display: inline-block;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    margin: 0 3px;
}

.article .article-content {
    box-sizing: border-box;
    padding: 30px;
}

.article .article-content p {
    line-height: 1.75;
}

.alone-txt {
    padding: 20px 0;
}

.alone-txt p {
    line-height: 1.75;
    margin-bottom: 10px;
}

.footer-tools {
    box-sizing: border-box;
    height: 40px;
    line-height: 28px;
    padding: 6px 20px;
    margin: 20px 10px 10px 0;
    background-color: #f2f2f2;
}

.other-tools {
    font-size: 15px;
    color: #454545;
}

/* 详情页end */


/*搜索结果*/
.result-list {
    padding: 30px;
    box-sizing: border-box;
}

.result-list>ul>li {
    border-bottom: 1px solid #eaeaea;
    padding: 26px 0;
}

.result-list>ul>li:first-child {
    padding-top: 0;
}

.result-list .result-title {
    line-height: 18px;
    color: #1476d1;
    font-size: 18px;
    margin-bottom: 8px;
}

.result-list .result-title a {
    color: inherit;
    display: inline;
}

.result-list .result-text:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.result-list .result-text {
    zoom: 1;
}

.result-list .result-text {
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.result-list .result-text .result-text-img {
    display: block;
    float: left;
    max-height: 100px;
    width: 120px;
    margin-right: 20px;
    overflow: hidden;
}

.result-list .result-text .result-text-img img {
    width: 120px;
    height: auto;
}

.result-list .result-link {
    margin-top: 9px;
    height: 16px;
    line-height: 16px;
    color: #356d23;
    font-size: 14px;
}

/*搜索结果*/

/* 样式还原 */

.r-rest h1,
.r-rest h2,
.r-rest h3,
.r-rest h4,
.r-rest h5,
.r-rest h6 {
    font-weight: 700;
}

.r-rest h1 {
    font-size: 32px;
}

.r-rest h2 {
    font-size: 24px;
}

.r-rest h3 {
    font-size: 18px;
}

.r-rest h4 {
    font-size: 16px;
}

.r-rest h5 {
    font-size: 14px;
}

.r-rest h6 {
    font-size: 12px;
}

.r-rest address,
.r-rest caption,
.r-rest cite,
.r-rest code,
.r-rest dfn,
.r-rest em,
.r-rest strong,
.r-rest th,
.r-rest var {
    font-style: normal;
    font-weight: normal;
}

.r-rest i,
.r-rest cite,
.r-rest em,
.r-rest var,
.r-rest address,
.r-rest dfn {
    font-style: italic;
}

.r-rest tt,
.r-rest code,
.r-rest kbd,
.r-rest samp {
    font-family: monospace;
}

.r-rest strong,
.r-rest b {
    font-weight: bold;
}

.r-rest ul {
    margin: 0 0 24px;
    padding: 0;
    display: block;
    list-style-type: disc;
    list-style-position: inside;
}

.r-rest ul li {
    display: list-item;
    list-style-type: disc;
    text-align: left;
}

.r-rest ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}

.r-rest ol li {
    display: list-item;
    list-style-type: decimal;
    text-align: left;
    text-align: -webkit-match-parent;
}

.r-rest>* {
    margin: 0 auto;
}

.r-rest * {
    max-width: 100% !important;
}

.r-rest table {
    box-sizing: border-box;
    border-collapse: collapse;
    display: table;
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

.r-rest tbody {
    border: 0;
}

.r-rest table tr td,
.r-rest table tr th {
    border: 1px solid #DDD;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 22px;
    padding: 8px;
    text-align: left;
}

/*搜索结果*/
.result-list {
    padding: 30px;
    box-sizing: border-box;
}

.result-list>ul>li {
    border-bottom: 1px solid #eaeaea;
    padding: 26px 0;
}

.result-list>ul>li:first-child {
    padding-top: 0;
}

.result-list .result-title {
    line-height: 18px;
    color: #1476d1;
    font-size: 18px;
    margin-bottom: 8px;
}

.result-list .result-title a {
    color: inherit;
    display: inline;
}

.result-list .result-text:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.result-list .result-text {
    zoom: 1;
}

.result-list .result-text {
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.result-list .result-text .result-text-img {
    display: block;
    float: left;
    max-height: 100px;
    width: 120px;
    margin-right: 20px;
    overflow: hidden;
}

.result-list .result-text .result-text-img img {
    width: 120px;
    height: auto;
}

.result-list .result-link {
    margin-top: 9px;
    height: 16px;
    line-height: 16px;
    color: #356d23;
    font-size: 14px;
}

/*搜索结果*/
/*网上办事*/
.p-wsbs {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 50px 60px;
    background-color: #fff;
    border: 1px solid #e1e2e3;
}

.p-wsbs li {
    width: 275px;
    height: 125px;
    margin-right: 106px;
    margin-bottom: 40px;
}

.p-wsbs li:nth-child(3n) {
    margin-right: 0;
}

.p-wsbs li a,
.p-wsbs li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-list-myzj li {
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.myzj-title {
    padding: 6px 0;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
}

.myzj-inf {
    height: 36px;
    line-height: 36px;
}

.myzj-inf span {
    margin-right: 40px;
}

.myzj-inf .read-more {
    font-size: 15px;
    color: #2672d9;
}

.myzj-btn {
    font-size: 0;
    padding: 5px 0;
}

.myzj-btn a {
    display: inline-block;
    width: 108px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ebebeb;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 15px;
    color: #666;
}

.myzj-btn a:hover {
    background-color: #2672d9;
    color: #fff;
}