@charset "UTF-8"; body {
    font-family: Arial, "微软雅黑", "Microsoft YaHei", sans-serif;
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 95%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 1080px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0.9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url() no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url() no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url() no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url() no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
    position: relative;
    background: url() center top no-repeat;
    padding-bottom: 75px;
    background-size: cover !important;
}

.header .top {
    padding: 10px 0;
    line-height: 24px;
}

.header .top .lf {
    float: left;
    font-size: .875rem;
    color: #1151af;
}

.header .top .lf p {
    display: inline-block;
}

.header .top .lf p div {
    display: inline-block;
}

.header .top .rt {
    float: right;
}

.header .top .rt li {
    float: left;
    font-size: .875rem;
    color: #333333;
    padding: 0 8px;
    position: relative;
}

.header .top .rt li:last-child {
    padding-right: 0;
}

.header .top .rt li:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #97bef7;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.header .top .rt li:first-child:after, .header .top .rt li:last-child:after {
    display: none;
}

.header .top .rt a {
    color: #1151af;
    display: block;
    padding: 0 8px;
    border-radius: 12px;
    text-align: center;
    transition: .5s;
}

.header .top .rt a:hover {
    background: #1151af;
    color: #fff;
}

.header .logo-box {
    padding: 60px 0;
}

.header .logo {
    text-align: center;
    position: relative;
}

.search-box {
    margin: 30px auto;
    max-width: 660px;
    width: 95%;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.search-box .text {
    float: left;
    width: 78%;
    padding: 0 8%;
    line-height: 58px;
    height: 58px;
    font-size: 1rem;
    color: #999999;
    background: none;
    border: none;
}

.search-box .btn {
    float: right;
    width: 21%;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    text-align: center;
    background: #1151af;
}

.search-box .btn img {
    vertical-align: text-bottom;
}

.search-box .btn span {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
}

.search-box input::-webkit-input-placeholder {
    color: #999999;
}

.search-box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

.search-box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

.search-box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

/* 导航 */
.navbar {
    position: relative;
    z-index: 9;
    width: 100%;
    background: url() center top no-repeat;
    margin-top: -80px;
}

.navbar li {
    float: left;
    width: 16.66%;
    text-align: center;
}

.navbar li a {
    display: inline-block;
    text-align: center;
    line-height: 75px;
    font-size: 1.625rem;
    color: #fff;
    transition: .5s;
    position: relative;
}

.navbar li a:hover {
    font-weight: bold;
}

.navbar li.current a {
    font-weight: bold;
}

.navbar li:hover a:after, .navbar li.current a:after {
    content: "";
    width: 50px;
    height: 5px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -25px;
}

/* 浮动导航 */
/* 浮动导航结束 */
/* banner焦点图 */
/* banner焦点图结束 */
/* 中部版块 */
@keyframes waveFlow {
    from {
        background-position-x: -10px, 0;
    }

    to {
        background-position-x: -30px, -20px;
    }
}

@keyframes circleAnim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes oline {
    0% {
        transform: scale(1);
        opacity: 0.25;
    }

    70% {
        transform: scale(1.2);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0.25;
    }
}

@keyframes mline {
    0% {
        transform: scale(1);
        opacity: 0.55;
    }

    65% {
        transform: scale(1.2);
        opacity: 0.6;
    }

    75% {
        transform: scale(1.2);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 0.55;
    }
}

/* 首页中部区域 */
.row1 {
    padding: 50px 0;
    position: relative;
    background: url() top center no-repeat;
    background-size: cover;
    margin-top: -5px;
}

.row1:before {
    content: "";
    width: 96%;
    height: 16px;
    background: url() center center no-repeat;
    position: absolute;
    left: 0;
    top: 40px;
}

.row2 {
    background: url() bottom center no-repeat;
    background-size: cover;
}

.tt {
    overflow: hidden;
    margin-top: 5px;
}

.tt a {
    display: block;
    color: #fff;
}

.tt h2 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 40px;
    text-align: center;
}

.tt p {
    font-size: 1rem;
    line-height: 28px;
    opacity: .7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-news {
    margin-top: 50px;
}

.pic-news {
    float: left;
    width: 51.66%;
}

.pic-news li a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pic-news li a .pic {
    position: relative;
    width: 100%;
    height: 415px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pic-news li a .pic:hover {
    transform: scale(1.05);
}

.pic-news li a .tit {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
}

.pic-news li a .tit p {
    width: calc(100% - 140px);
    font-size: 1.125rem;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pic-news .news-pagination {
    width: auto;
    position: absolute;
    bottom: 15px;
    right: 10px;
    text-align: right;
    z-index: 9;
}

.pic-news .news-pagination span {
    background: url() no-repeat;
    width: 26px;
    height: 23px;
    background-size: 100% 100%;
    opacity: 1;
}

.pic-news .news-pagination .swiper-pagination-bullet-active {
    background: url() no-repeat;
    width: 31px;
    height: 28px;
    background-size: 100% 100%;
}

.tab-news {
    float: right;
    width: 45.8%;
}

.index-tab .hd {
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    background: #90bbef;
}

.index-tab .hd li {
    float: left;
    width: 25%;
    font-size: 1.25rem;
    color: #1151af;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.index-tab .hd li.on {
    color: #fff;
    background: url() left bottom no-repeat #0e4eab;
}

.index-tab .bd {
    margin-top: 20px;
}

.index-tab .bd li {
    padding: 9px 0;
    line-height: 23px;
    padding-left: 15px;
    background: url() left center no-repeat;
    overflow: hidden;
}

.index-tab .bd li * {
    transition: .5s;
}

.index-tab .bd li h2 {
    float: left;
    width: calc(100% - 95px);
    font-weight: normal;
    font-size: 1rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-tab .bd li .date {
    float: right;
    width: 88px;
    text-align: center;
    background: #73a8ed;
    color: #fff;
    font-size: .875rem;
    border-radius: 15px;
    overflow: hidden;
}

.index-tab .bd li:hover h2 {
    color: #1151af;
}

.index-tab .bd li:hover .date {
    background: #1a5dc2;
}

.btn-news {
    overflow: hidden;
    margin-top: 5px;
}

.btn-news li {
    float: left;
    width: 33.3%;
}

.btn-news li a {
    display: block;
    position: relative;
    margin: 0 1px;
    background: #0e4eab;
    background-size: 100% 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-flex-pack: center;
}

.btn-news li .pic {
    display: inline-block;
    margin-top: 4px;
    width: 42px;
    height: 42px;
    position: relative;
}

.btn-news li .pic img {
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-news li .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url() no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in;
}

.btn-news li .tit {
    margin-left: 8px;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
}

.btn-news li:hover .pic:before {
    transform: rotateY(180deg);
}

.index-adpic {
    margin-top: 40px;
    position: relative;
}

.index-adpic li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-adpic li a:hover {
    transform: scale(1.05);
}

.index-adpic .ad-pagination {
    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: right;
    padding-right: 30px;
    z-index: 9;
}

.index-adpic .ad-pagination span {
    width: 10px;
    height: 10px;
    background: #000;
    opacity: .3;
}

.index-adpic .ad-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

/* 通用样式 */
.index-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.index-title * {
    transition: .5s;
}

.index-title h2 {
    position: relative;
    text-align: center;
}

.index-title h2 a {
    display: inline-block;
    padding: 0 35px;
    position: relative;
    font-size: 2rem;
    color: #1151af;
    font-weight: bold;
}

.index-title h2 a:before, .index-title h2 a:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #1151af;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

.index-title h2 a:before {
    left: 0;
}

.index-title h2 a:after {
    right: 0;
}

.index-title h2:before, .index-title h2:after {
    content: "";
    width: calc(50% - 108px);
    height: 100%;
    position: absolute;
    top: 0;
}

.index-title h2:before {
    left: 0;
    background: url() left center repeat-x;
}

.index-title h2:after {
    right: 0;
    background: url() right center repeat-x;
}

/* 通用样式 */
/* 政府信息公开 */


/* 政府信息公开 */
/* 政务服务 */


/* 政务服务 */
/* 政民互动 */


/* 专题专栏 */
/* 首页中部区域 */
/* 底部 */
.footer {
    position: relative;
    background: url(../images/footer-bg.png) center top no-repeat #1151af;
}

.foot-link .link-list {
    width: calc(100% - 120px);
    margin: 0 auto;
    position: relative;
}

.foot-link .link-list .box {
    float: left;
    width: 25%;
    position: relative;
}

.foot-link .link-list .tit {
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}

.foot-link .link-list .tit p {
    display: inline-block;
    padding-right: 20px;
    font-size: 1rem;
    background: url(../images/select-ico.png) right center no-repeat;
    color: #fff;
}

.foot-link .link-list ul {
    position: absolute;
    width: 100%;
    max-height: 390px;
    left: 0;
    bottom: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    overflow-y: auto;
    display: none;
}

.foot-link .link-list ul li {
    padding: 5px 0;
}

.foot-link .link-list ul li a {
    display: block;
    font-size: .875rem;
    color: #333;
}

.foot-link .link-list ul li:hover a {
    color: #1151af;
}

.foot-link .link-list ul::-webkit-scrollbar {
    width: 4px;
}

.foot-link .link-list ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;
}

.foot-link .link-list ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(45deg, #1151af 0%, #1151af 100%);
}

.foot-info {
    padding: 25px 0 25px;
}

.foot-info .lf {
    float: left;
    padding-top: 25px;
}

.foot-info .lf a {
    float: left;
    margin-right: 28px;
}

.foot-info .lf img {
    vertical-align: middle;
}

.foot-info .mid {
    float: left;
}

.foot-info .mid p, .foot-info .mid a {
    font-size: .875rem;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}

.foot-info .rt {
    float: right;
    margin-top: -8px;
}

.foot-info .rt li {
    float: left;
    margin-left: 45px;
}

.foot-info .rt li h2 {
    height: 80px;
    width: 22px;
    line-height: 22px;
    float: left;
    text-align: center;
    background: url(../images/ewm-bg.png) top no-repeat;
    font-size: .75rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.4);
    writing-mode: tb-rl;
    letter-spacing: 1px;
}

.foot-info .rt li img {
    width: 80px;
    height: 80px;
}

.cory {
    padding: 10px 0;
    text-align: center;
    background: #0b49a5;
}

.cory * {
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.9);
}

.cory img {
    vertical-align: middle;
}

/* 底部 */
/* ------------------------- 首页结束 ------------------------- */
/* ------------------------- 二级页面开始 ------------------------- */
/* 栏目页 */
.list-header {
    background: url() top center no-repeat;
}

.list-header .logo-box {
    padding: 65px 0;
}

.list-header .logo {
    float: left;
}

.list-header .search-box {
    float: right;
    max-width: 600px;
}

.list-navbar {
    background: #1151af;
}

.list-colmun {
    padding: 60px 0 80px;
}

/* 政务公开栏目页 */

/* 政务公开栏目页 */
/* 政民互动栏目页 */

/* 政民互动栏目页 */
/* 栏目页 */
/* 列表页 */


/* 列表线条动画结束 */
/* 正文页 */
.article {
    position: relative;
    padding-top: 20px;
}

.article .langdu-wrap {
    position: absolute;
    z-index: 9;
    top: -40px;
    right: 0;
    text-align: center;
    background: #1151af;
    border-radius: 20px;
}

.article .langdu-wrap a {
    display: inline-block;
    font-size: .875rem;
    color: #fff;
    padding-left: 28px;
    background: url() left center no-repeat;
}

.article .tit {
    font-size: 1.625rem;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.article .info {
    padding-bottom: 17px;
    border-bottom: 1px dashed #cccccc;
}

.article .info .lf {
    float: left;
    font-size: .875rem;
    color: #666666;
}

.article .info .lf span {
    margin-right: 15px;
}

.article .info .rt {
    float: right;
    font-size: .875rem;
    color: #3760ac;
}

.article .info .print {
    display: inline-block;
    padding-left: 23px;
    background: url() left center no-repeat;
}

.article .info .zt {
    display: inline-block;
    margin-left: 20px;
}

.article .info .zt a {
    display: inline-block;
    margin: 0 3px;
}

.article .info .share {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    padding-left: 23px;
    background: url() left center no-repeat;
    cursor: pointer;
}

.article .info .share .social-share {
    position: absolute;
    z-index: 99;
    bottom: 100%;
    right: -15px;
    width: 80px;
    opacity: 0;
    visibility: hidden;
}

.article .info .share:hover .social-share {
    opacity: 1;
    visibility: visible;
}

.article .info .phone {
    margin-left: 20px;
    display: inline-block;
    padding-left: 23px;
    background: url() left center no-repeat;
}

/* 内容页-政策解读 */
.zcwj-info {
    margin-top: -20px;
    margin-bottom: 50px;
}

.article .zh {
    padding-bottom: 15px;
    font-size: 1rem;
    text-align: center;
    color: #333;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 20px;
}

.zcwj-info .zc-table {
    overflow: hidden;
    margin-top: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.zcwj-info .zc-table li {
    float: left;
    width: 50%;
    font-size: 1rem;
    color: #222222;
    line-height: 50px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.zcwj-info .zc-table li.t {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    min-height: 50px;
    align-items: center;
    background: #e9f2ff;
    /* justify-content: space-around; */
}

.zcwj-info .zc-table li span {
    width: 150px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    color: #666666;
    background: #e9f2ff;
}

.zcwj-info .zc-table li em {
    display: inline-block;
    width: calc(100% - 160px);
    padding: 0 10px;
    text-align: center;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    font-style: normal;
    line-height: 25px;
}

.zcwj-info .zc-table li > * {
    display: inline-block;
    vertical-align: middle;
    /* white-space: nowrap; */
}

.zcwj-info .zc-table li.t span {
    border-right: none;
}

.zcwj-info .zc-table li.t em {
    display: block;
    padding: 10px 0 10px 10px;
    text-align: left;
    line-height: 24px;
    border-left: 1px solid #e6e6e6;
    /* background: #fff; */
}

.article .con {
    margin-top: 30px;
    /* overflow: hidden; */
    padding-bottom: 30px;
}

.article .article-text {
    float: left;
    width: calc(100% - 360px);
}

.article .article-text iframe {
    width: 100%;
    margin-left: -2em;
}

.article .article-text p {
    font-size: 1rem;
    color: #222222;
    line-height: 34px;
    text-indent: 2em;
}

.article .article-text p img, .article .article-text p video {
    max-width: 90% !important;
    height: auto !important;
  
}

.article .article-text table {
       max-width: 98%;
    overflow-x: auto;
    border: none;
    margin: 0 auto;
}

.article .article-text table p {
    text-indent: 0 !important;
    padding: 0;
}

.article .article-text .other {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #cccccc;
}

.article .article-text .other p {
    text-indent: 0;
    color: #666666;
}

.article .article-rt {
    float: right;
    width: 324px;
    background: #e9f2ff;
    padding: 12px 12px 0;
}

.article .item {
    margin-bottom: 30px;
}

.article .item h2 {
    font-size: 1.125rem;
    color: #222222;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.article .item h2:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #1151af;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.article .item ul {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.article .item ul * {
    transition: .5s;
}

.article .item ul li {
    font-size: 1rem;
    color: #222222;
    line-height: 30px;
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
}

.article .item ul li a {
    display: block;
}

.article .item ul li a:hover {
    color: #3760ac;
}

.article .item ul li:last-child {
    border-bottom: none;
}

.article .item dl {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.article .item dl dd {
    background: #f5f9ff;
    border-radius: 10px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
}

.article .item dl dd a {
    display: inline-block;
    padding-left: 65px;
    font-size: .875rem;
    color: #3760ac;
}

.article .item dl dd a.word {
    background: url() left center no-repeat;
}

.article .item dl dd a.pdf {
    background: url() left center no-repeat;
}

.article .item dl dd a:hover {
    padding-left: 55px;
}

.article .item .txt {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: 1rem;
    line-height: 30px;
    color: #222222;
}

.toolban{
   
    background:#e8f2ff;
    margin-bottom:30px;
     
     padding:0 20px;
}
.toolban .print{
   font-size:16px;line-height:40px;
    float:left;
}
.toolban .share{
    float:left;
    margin-left:15px;
}
.toolban a{
    float:left;font-size:16px;line-height:40px;
}
.toolban .social-share{
    float:left;
}
.toolban .social-share .help{
    margin-top:-10px
}
.toolban .social-share .help p{
    font-size: 12px !important;
    text-align: center;
    text-indent: 0;
}
/* 内容页-政策解读 */