/*public css*/
/* body{width: 1430px;margin: 0 auto;} */
@import url('common.css');

body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    min-height: 100vh;
    margin: 0;
}
.row {
    width: 100%;
    margin: 0;
}

* {
    z-index: 1;
    list-style: none;
    text-decoration: none;
}

a {
    color: #333333
}

a:hover {
    color: #9d9d9d;
    text-decoration: none;
}

.wd {
    width: 1400px;
}

.wc {
    width: 1400px;
}

.mt {
    margin-top: 30px;
}

.bg {
    background-color: #ffffff
}

.ty {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
    padding: 15px;
}

.flash img {
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}

.flash:hover img {
    webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.breadcrumb {
    padding: 12px;
    font-size: 14px
}

.breadcrumb i {
    margin-right: 6px
}

.box-with-shadow {
    background-color: #fff;
    box-shadow: 1px 1px 8px 2px #CCC;
    -webkit-box-shadow: 1px 1px 8px 2px #CCC;
    -moz-box-shadow: 1px 1px 8px 2px #CCC;
}


.index-box {
    width: 1300px;
    flex: 1;
}

@media (max-width: 767px) {
    .index-box {
        width: 100%;
    }
}

.index-box > div{
    box-sizing: border-box;
}

/*新闻头条*/
.first-new {
    background: url("../img/hot/hot-news.jpg") center no-repeat;
    padding-left: 125px;
}

.first-new .jumbotron {
    padding: 0;
    background: none;
}

.first-new .jumbotron h2 {
    font-size: 36px;
    font-weight: 500;
}

.first-new .jumbotron a {
    color: #125CB1;
}

.first-new .jumbotron a:hover {
    color: #098;
    text-decoration: none
}

/*大标题*/
.title-box {
    background: url("../images/title-bg.png") center no-repeat;
    font-size: 42px;
    font-weight: 600;
    text-align: center
}

.title-box .c1 {
    color: #d1201e
}

.title-box .c2 {
    color: #125CB1
}

/*信息公开*/
.publicity-box {}

.ioc-banner {
    border: 1px solid #daebfa;
    border-radius: 4px;
    background-color: #f4faff;
    text-align: center;
    height: 112px;
    padding: 15px;
    margin-top: 15px;
}

.ioc-banner h4 {
    margin-bottom: 0;
    font-size: 14px;
}

.ioc-banner img {
    width: 50px;
    height: 50px;
}

.ioc-banner a {
    color: #9d9d9d
}

.ioc-banner a:hover {
    color: #cccccc
}

.info-search {
    height: 100px;
    padding: 10px 20px 20px 90px;
    background: #edf6ff url("../img/hot/search-bg.png") no-repeat left center;
    border-radius: 4px;
}

.info-search .input-group .form-control {
    height: 42px;
    width: 350px;
}

.input-group-addon {
    background-color: #8EC7FF;
    color: #d1201e
}

.info-search .btn {
    padding: 10px 20px
}

.info-new {}

.info-new .title {
    height: 50px;
    background: url("../images/t_bg.png") center repeat-x
}

.info_about {}

.info_about .abcole {
    text-align: center;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
}

.info_about .abcole a {
    color: #ffffff;
}

.info_about .abcole:hover {
    background-color: var(--dark-color);
}

.info_about .abcole img {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
}

.info_about .c1 {
    background-color: var(--light-color);
}

.info_about .c2 {
    background-color: var(--primary-color);
}

/*.go-home{background-color: #f0ad4e;position: relative;}
.go-home{width: 100%;height: 157px;position: relative;overflow: hidden;}
.go-home img{width: 100%;height: 157px;position:absolute;z-index:1;transition:transform 1s ease 3s;}
.go-home img:hover{transform: scale(1.1);}*/

.go-home {
    width: 100%;
    height: 157px;
    position: relative;
    overflow: hidden;
}

.go-home img {
    width: 100%;
    height: 157px;
    z-index: 1;
    transition: transform 1s ease 0s;
}

.go-home img:hover {
    transform: scale(1.1);
}

.go-home .am-gallery-title {
    font-size: 38px;
    color: #8EC7FF;
    position: absolute;
    bottom: 36px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    text-indent: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}


.server-ico {
    border: 1px solid #daebfa;
    border-radius: 4px;
    background-color: #f4faff;
    text-align: center;
    height: 340px;
    padding: 15px;
    margin-top: 30px;
}

.server-ico h4 {
    color: #125CB1;
    margin-bottom: 0;
    font-size: 24px;
}

.server-ico img {
    width: 150px;
    height: 150px;
}

.server-ico p {
    color: #9d9d9d;
    font-size: 14px;
    margin-top: 20px;
}

.server-ico span {
    font-size: 13px;
    padding: 8px;
    line-height: 42px
}

.server-ico a {
    color: #125CB1
}

.server-ico a:hover {
    color: #cccccc
}

.server-banner {
    font-size: 32px;
    padding-left: 50px;
    height: 90px;
    line-height: 90px;
}

.server-banner a {
    color: #125CB1
}

.server-banner a:hover {
    color: #6089c8
}

.s-bg1 {
    background: url("../images/w1.png") center no-repeat
}

.s-bg2 {
    background: url("../images/w2.png") center no-repeat
}

/*访谈*/
.interview-box {
    height: 515px;
}

.interview-box img {
    width: 100%;
    margin-bottom: 15px
}

.interview-box p {
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px
}

.interview-box p span {
    font-weight: 600;
    color: #125CB1
}

/**pages**/
.page-box {
    margin-bottom: 15px
}

.page-box .bd {
    border: #f5f5f5 1px solid
}

.page-box .bd-rd {
    border-radius: 6px
}

.page-box .td {
    height: 58px;
    line-height: 58px;
    width: 100%;
    position: relative;
    background-color: #f5f5f5;
    border-bottom: #ccc 2px solid;
}

.page-box .td span {
    margin-right: 12px;
    font-size: 14px;
}

.page-box .td a {
    color: #0b6cbc
}

.page-box .td a:hover {
    color: #cccccc
}

.page-box .td h4 {
    float: left;
    padding: 0 20px;
    line-height: 58px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.page-box .td h4.on {
    height: 58px;
    border-bottom: #2b85e4 2px solid;
    position: relative;
}

.page-box .td h4.on:after {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border: 6px solid transparent;
    content: "";
    z-index: 1;
    border-bottom-color: #098
}

.page-box .td h4 i {
    margin-right: 10px;
    color: #0b6cbc
}

.page-box .news ul {
    padding: 6px 12px;
    zoom: 1;
}

.page-box .news ul li {
    line-height: 42px;
    font-size: 15px;
    border-bottom: 1px dotted #cccccc
}

.page-box .news ul li i {
    margin-right: 5px;
    color: #2b85e4
}

.page-box .news li .date {
    float: right;
    color: #999;
    font-size: 12px;
}

/**left**/
.left-box {
    width: 100%
}

.left-box h4 {
    margin: 0;
    padding: 24px 24px;
    color: #ffffff;
    font-size: 24px;
}

.left-box .uBox {
    margin: 0;
    padding: 2px;
}

.left-box .uBox .nLi {
    margin: 8px;
    background-color: #ecf5ff
}

.left-box .uBox .nLi a {
    display: block;
    padding: 16px;
    color: rgb(109, 180, 250);
    font-size: 18px;
    font-weight: 500;
}

.left-box .uBox .on a {
    background: #fdf6ec;
    color: rgb(35, 100, 253);
}

.left-box .uBox .nLi i {
    color: rgb(84, 151, 246);
    font-size: 14px;
    margin-right: 8px;
}

.left-box h4 i {
    margin-right: 10px
}

.left-box .sBox {
    padding: 8px
}

.left-box .sBox img {
    margin: 4px 0;
    width: 100%;
    height: 100px
}

.list_img {}

.list_img .thumbnail {
    padding: 12px
}

.list_img .thumbnail img {
    height: 400px;
    width: 100%
}

.list_img .thumbnail h4 {
    text-align: center;
    margin-bottom: 0;
    font-weight: 400
}

.bg1 {
    background-color: #0b6cbc;
    background: url("../img/bg1.jpg");
}

.bg2 {
    background-color: #dd6161;
}

/**left end**/

/*list-wenhua*/
.culture-box {}

.culture-title {
    width: 100%;
}

.culture-title h4 {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border-bottom: 2px solid #cccccc;
    background: #fff;
    position: relative;
    margin: 0
}

.culture-title h4 .on {
    height: 48px;
    width: 80px;
    border-bottom: 2px solid #098;
    color:  #3558f3;
    text-align: center
}

.culture-title h4 .on i {
    color: #098
}

.culture-title h4 .on:after {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 9%;
    margin-left: -5px;
    border: 8px solid transparent;
    content: "";
    z-index: 1;
    border-bottom-color: #098
}

.culture-title .more {
    float: right;
    font-size: 13px;
    font-weight: 400;
    margin-right: 6px;
}

.am-gallery-item {
    position: relative;
    margin-bottom: 15px;
}

.am-gallery-item img {
    width: 100%;
    height: 260px;
}

.am-gallery-title {
    font-size: 1.4rem;
    color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    text-indent: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.am-gallery-desc {
    display: none;
}

/*搜索页面*/
.search-page {
    background-color: #FFFFFF;
    padding-bottom: 10px;
}

.search-page .news ul {
    padding: 6px 12px;
    zoom: 1;
}

.search-page .news ul li {
    line-height: 42px;
    font-size: 15px;
    border-bottom: 1px dotted #cccccc
}

.search-page .news ul li i {
    margin-right: 5px;
    color: #2b85e4
}

.search-page .news li .date {
    float: right;
    color: #999;
    font-size: 12px;
}

/*内容页面*/
.page-article {
    padding: 5px 20px 20px 20px;
    img {
        max-width: 100%!important;
    }
}

.page-article h3 {
    padding: 0 15px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: #2b2b2b
}

.page-article .tag {
    text-align: center;
    padding: 15px;
    color: #909399;
    border-bottom: 1px #cccccc dotted
}

.page-article .tag span {
    padding: 0 10px;
    font-weight: 400
}

.page-article .tag span i {
    margin-right: 6px
}

.page-article .content {
    text-indent: 0;
}

.page-article .content p {
    line-height: 32px;
    font-size: 16px;
    margin: 6px 0;
    text-align: justify;
    color: #000000
}

/*.page-article .content p img{text-align: center;margin: 15px; }*/
.page-article .title {
    border-bottom: 1px #cccccc solid;
    line-height: 42px;
}

/*专题页面*/
.page-box .room {}

.body-classroom {
    background-color: #f7ecb5
}

.body-classroom .wh {
    width: 1200px;
    background-color: #fff;
}

.body-classroom .bs {
    box-shadow: 15px 0 15px -15px rgba(0, 0, 0, 0.5), -15px 0 15px -15px rgba(0, 0, 0, 0.5);
}

.body-classroom .pd0 {
    padding: 0
}

.room-head {
    height: 500px
}

.room-head img {
    height: 500px;
    width: 100%
}

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

.room-title h3 {
    height: 60px;
    margin: 0;
    padding-top: 20px;
    background: url("../images/bg-title-big.png") no-repeat center center
}

.room-title p {
    font-size: 18px;
    color: #7d0000;
    padding-bottom: 15px;
    border-bottom: 1px #f5f5f5 solid;
    margin-bottom: 0
}

.back-index {
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    margin-right: 30px;
}

.room-list {
    width: 100%;
}

.room-list ul {
    padding: 12px;
    zoom: 1;
}

.room-list ul li {
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px dotted #cccccc;
    list-style-type: none;
}

.room-list ul li i {
    margin-right: 5px;
    color: #ff9900
}

.room-list li .date {
    float: right;
    color: #999;
    font-size: 12px;
}

.room-list ul li a {
    color: #7d0000
}

.room-list ul li a:hover {
    color: #999999
}

.footer-room {
    background-color: #ab2323;
    text-align: center;
    padding: 30px;
    color: #f7ecb5;
    font-size: 18px;
}

/**信箱**/
.message-left {
    background-color: #ffffff;
    padding: 30px;
    text-align: center
}

.message-left .bot {
    background-color: #ff9900;
    border-radius: 8px;
    padding: 15px;
    font-size: 18px;
    color: #fff
}

.message-right {
    background-color: #FFFFFF;
    padding: 10px;
}

.modalBox {
    width: 900px;
}

.modalBox th {
    text-align: right;
    line-height: 46px
}

.modalBox .form-required {
    color: red;
}

.list {
    list-style-type: none;
    /* 移除列表项前的默认符号 */
    padding: 0;
    /* 移除默认的内边距 */
    margin: 0;
    /* 移除默认的外边距 */
    width: 100%;
    /* 使ul元素宽度占满容器 */
}

/* 个人服务、法人服务和便民服务 */

.kgzw-floor3 {
    padding: 41px 0 0 40px;
    min-height: 178px;
    background-color: #fff;
}

.kgzw-service-wrap {
    width: 100%;
}

.kgzw-cm-hd {
    height: 40px;
    line-height: 40px;
}

.kgzw-cm-tt {
    float: left;
    margin-right: 45px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.kgzw-cm-tt.current {
    color: #1d6bcc;
}

.kgzw-tab-title {
    background-color: #f1f7ff;
    line-height: 46px;
    margin: 8px 0;
}

.kgzw-tab-title a {
    display: inline-block;
    width: 140px;
    line-height: 46px;
    color: rgba(29, 107, 204, 0.6);
    font-size: 18px;
    text-align: center;
    float: left;
    font-weight: bold;
}

.kgzw-tab-title a:hover,
.kgzw-tab-title a.current {
    background-color: #3877bd;
    color: #fff;
    transition: all 0.2s;
}

.kgzw-service-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.kgzw-service-node {
    margin: 20px 13px 20px 13px;
    width: 280px;
    height: 208px;
    vertical-align: top;
}

.kgzw-service-name {
    display: block;
    width: 280px;
    height: 208px;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgba(29, 107, 204, 0.15);
    border-radius: 3px;
    font-size: 16px;
    color: #666;
    box-shadow: 0 1px 8px 1px rgba(29, 107, 204, 0.3);
    transition: all 0.4s ease;
}

.kgzw-service-name .img {
    width: 94px;
    height: 94px;
    border-radius: 47px;
    text-align: center;
    margin: 20px auto;
}

.kgzw-service-name .name {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.kgzw-service-name p {
    font-size: 14px;
}

.kgzw-service-name:hover {
    transition: all 0.4s ease-in;
    background: #3877bd;
    color: #fff;
}

.kgzw-service-name:hover .img {
    background-color: #fff;
}

.kgzw-service-name:hover .name {
    color: #fff;
    transition: all 0.4s ease;
}

.kgzw-list-02 {
    margin: 0 -18px !important;
}

.kgzw-list-02 .item {
    float: left;
    display: block;
    /* height: 60px; */
    line-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f1f4f7;
    margin: 10px 18px;
    width: 233px;
    text-align: left;
    transition: all 0.4s;
    background-image: url(../img/gpzt/cicre.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}

.kgzw-list-02 .item a {
    display: block;
    color: #1a2b40;
    font-size: 15px;
    /* font-weight: bold; */
    white-space: nowrap;
    overflow: hidden;
}

.kgzw-list-02 .item:hover {
    background-color: #3877bd;
    transition: all 0.4s;
}

.kgzw-list-02 .item:hover a {
    color: #fff;
    transition: all 0.4s;
}


/* 0116 */

.kgzw-floor4 {
    padding: 0;
}

.kgzw-subject {
    height: 180px;
    margin: 10px -13px;
}

.kgzw-subject .item {
    margin: 0 13px;
    width: 280px;
    float: left;
}

.kgzw-subject .item a {
    display: block;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 4px 1px #e8e9ea;
}

.kgzw-subject .item .img {
    width: 280px;
    height: 128px;
    overflow: hidden;
}

.kgzw-subject .item .img img {
    transition: all 0.2s;
}

.kgzw-subject .item:hover .img img {
    transform: scale(1.2);
    transition: all 0.5s ease-in;
}

.kgzw-subject .item .name {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding: 10px;
}

.kgzw-subject .item:hover .name {
    color: #0657af;
}


.kgzw-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.kgzw-shadow {
    margin: 32px auto 42px;
    padding: 1px 20px;
    box-shadow: 0 10px 32px -10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}


.common_title {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin-bottom: 30px;
}

/*news*/
.pageny {
    overflow: hidden;
}

.containera-a {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.page-left {
    width: 200px;
    float: left;
}

.page-right {
    width: 900px;
    float: right;
    background: #fff;
    padding: 10px;
}

.lujing {
    margin: 20px 0;
    font-size: 14px;
    color: #888;
}

.fllist {
    border: 1px solid #ededed;
}

.fllist li {
    height: 60px;
    background: #fff;
    padding: 0 20px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.fllist li a {
    display: block;
    border-bottom: 1px solid #ededed;
    line-height: 59px;
    font-size: 16px;
    color: #666;
}

.fllist li:hover,
.fllist li.active {
    background: #4788d7;
}

.fllist li:hover a,
.fllist li.active a {
    color: #fff;
    border-bottom-color: #4788d7;
}

.fllist li.active {
    border-left: 4px solid #1561af;
}

.fllist li:last-child a {
    border-bottom: 0;
}

.nytit {
    border-bottom: 1px solid #ededed;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.nytit h1 {
    text-align: center;
}

.newslist {
    display: block;
    padding: 10px 12px;
}

.hotnews .hotcon a:hover,
.newslist li a:hover {
    color: #4788d7;
}

.newslist li {
    border-bottom: 1px dotted #dedede;
    position: relative;
    padding: 0 80px 0 16px;
    background: url(../images/listnot.png) 0px 15px no-repeat;
}

.newslist li a {
    display: block;
    height: 36px;
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.newslist li span {
    position: absolute;
    right: 0;
    top: 8px;
    line-height: 36px;
    color: #bbb;
    text-align: center;
}

.newslist li span.time {
    top: 0;
}

.newslist li:last-child {
    border: 0;
}

.newslist.ny li {
    padding: 8px 80px 8px 14px;
    background: url(../img/listnot.png) 2px 24px no-repeat;
}

.newslist.ny li a:after {
    display: none;
}

.newslist.htlist {
    padding: 0;
    width: 360px;
}

.news-txt.ny,
.newslist.ny {
    border: 0;
    padding: 0;
}

.newslist.ny li:last-child {
    border-bottom: 1px dotted #efefef;
}

/*分页样式*/
.pglist {
    padding-top: 40px;
    width: 100%;
    text-align: center;
    clear: both;
}

.pglist a,
.pglist span {
    color: #999;
    padding: 0 12px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    background: #fff;
    border: 1px solid #ccc;
}

.pglist a:hover,
.pglist .hover {
    display: inline-block;
    color: #fff;
    background: #4788d7;
    border-color: #4788d7;
}

/*高校办成一件事*/
.gxb-div {
    background: url(../img/gxb.png);
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    /* 不重复背景图片 */
    background-position: center;
    /* 图片居中 */
    background-size: cover;
    /* 铺满背景 */
}

.fa-edit:before {
    content: "\f044"
}

/*新闻轮播*/
.pb-carouselWarp {
    float: left;
    position: relative;
    width: 100%;
    height: 435px;
    overflow: hidden;
    margin-left:  0;
    margin-right: auto;
    margin-top: 5px;
}
.pb-carouselWarp .pb-carousel {
    position: relative;
    height: 100%;
}
.pb-carouselWarp .pb-carousel li {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pb-carouselWarp .pb-carousel li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.pb-carouselWarp .pb-carousel .pb-this {
    display: block;
    left: 0;
}
.pb-carouselWarp .pb-carousel-ind {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.pb-carouselWarp .pb-carousel-ind li {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind .pb-this {
    background-color: rgba(18, 92, 177, 1);
}
.pb-carouselWarp .pb-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}
.pb-carouselWarp .pb-arrow-prev {
    left: 20px;
    background:  rgba(18, 92, 177, 1) url(../img/arrow-left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
    right: 20px;
    background: rgba(18, 92, 177, 1) url(../img/arrow-right.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
    position: absolute;
    width: 15px;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 20px;
    transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
    float: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
    background-color: #000;
}
.pb-carouselWarp[type='updown'] .pb-arrow {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.pb-carouselWarp[type='updown'] .pb-arrow-prev {
    top: 20px;
    background: #000000 url(../img/arrow-top.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-arrow-next {
    top: auto;
    bottom: 20px;
    background: #000000 url(../img/arrow-bottom.png) no-repeat center;
}

.govpushinfo150203 {
    overflow-y: auto;
    padding-right: 20px;
}

.govpushinfo150203 li {
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 20px;
    position: relative;
    transition: padding 0.3s ease-in-out, background-size 1s;
}

.govpushinfo150203 li:hover {
    padding-left: 30px;
}

.govpushinfo150203 li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--light-color);
    border-radius: 50%;
    position: absolute;
    bottom: 23px;
    left: 0;
}

.govpushinfo150203 li a {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.govpushinfo150203 li span {
    flex-shrink: 0;
    margin-left: 10px;
}
.govpushinfo150203::-webkit-scrollbar {
    width: 6px;
}
.govpushinfo150203::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.25);
    border-radius: 3px;
}
.govpushinfo150203::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.45);
}
.govpushinfo150203::-webkit-scrollbar-track {
    background: transparent;
}

/* 美化滚动条（Firefox） */
.govpushinfo150203 {
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.25) transparent;
}
