* {
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar {
    display: none; /* 隐藏滚动条但保留滚动功能 */
}

img {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: crisp-edges; /* The standard */
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard) */
}

@media screen and (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        min-width: 1300px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm {
        min-width: 1200px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
    .container, .container-md, .container-sm {
        min-width: 1100px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1100px) {
    .container, .container-sm {
        min-width: 900px;
    }
}


body {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;

}
/*通用样式*/
a {
    cursor: pointer;
}
a:hover{
    color: #f59c80 !important;
}

.text-overflow {
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 溢出内容隐藏 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}

.text-light {
    color: #999999 !important;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #333;
}


.text-red {
    color: rgb(0,47,167);
}

.line {
    border-top: 1px solid #dbdbdb;
    height: 1px;
    line-height: 1px;
}

.width-p70{
    width: 70% !important;
}

.width-p80{
    width: 80% !important;
}

.width-p90{
    width: 90% !important;
}

.blank15 {
    height: 15px;
    line-height: 15px;
}

.margin10 {
    margin: 10px 0;
}

.no-padding {
    padding: 0 !important;
}

.container {
    max-width: 1320px;
    padding: 0 !important;
}

/*顶部*/

.top {
    height: 36px;
    line-height: 36px;
    background-color: #f0f0f0;
}
.top a{
    color: #333333;
}
/*头部*/
.head {
    height: 150px;
    background-size: 100% 100%;
}

.head .container {
    position: relative;
}

.head img {
    height: 100%;
    width: 100%;
}

.head .search {
    position: absolute;
    top: 60px;
    right: 0;
    text-align: right;
}

.head .search input {
    border-radius: 0 !important;
}

.head .search button {
    border-radius: 0 !important;
}

/*导航*/
.nav-container {
    background-color: rgb(0,47,167) !important;
}

.navs {
    list-style: none;
}

.navs li.nav-li {
    float: left;
    width: 12.50%;
    position:relative;
}

.navs li.nav-li .nava {
    display: inline-block;
    height: 50px !important;
    line-height: 50px !important;
    /*border-right: 1px solid #FFFFFF;*/
    font-size: 18px !important;
    color: #ffffff !important;
    font-weight: bold !important;
    width: 100%;
    text-align: center;
}

/*.navs li.nav-li:first-child {
    border-left: 1px solid #00349c !important;
}*/

.navs li.nav-li .nava:hover {
    background: #00349c !important;
    color: #ffffff !important;
    text-decoration: none;
}

.panel {
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}


/* 子导航 */

#navbar-collapse-nav {
    position: relative;
    z-index: 9999;
}

.sub-nav {
    position: absolute;
    background-color: rgb(0, 52, 156, 0.6);
    top: 50px;
    left: 0;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, .5);
    display: none;
    z-index: 9999;
}

.org .item-list-group {
    padding: 5px 25px 25px 35px;
}

.org .item-list-group h5 {
    padding: 10px 0 5px 0;
    font-size: 18px;
}
.org .item-list-group h5 a{
    color: rgb(0,47,167);
}
.org .item-list-group h5 span {
    padding: 5px 0 !important;
    border-bottom: 1px solid rgb(0,47,167);
    font-weight: bold;
}


.org .item-list-group .list-body a {
    cursor: pointer !important;
    font-size: 16px !important;
    color: #ffffff;
    margin-bottom: 15px !important;
}

.org .item-list-group .list-body a:hover {
    color: rgb(0,47,167) !important;
    text-decoration: underline !important;
}

.org .org-right {
    padding: 0 25px;
}

.button-block {
    background-color: rgb(0,47,167);
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
   /* border: 1px solid #dbdbdb;*/
    margin-bottom: 15px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, .1);
    border-radius: 3px;
}

.icon-button {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 25px;
    /*border: 1px solid #e1e1e1;*/
    /*background-color: #f0f0f0;*/
}


/*.icon-button .iconfont {
    font-size: 40px;
    float: left;
    margin-left: 30px;
    margin-right: 10px;
    color: rgb(0,47,167);
}*/

.icon-button a {
    color: #ffffff;
}
.icon-button a:hover{
    text-decoration: none;
}

.icon-button .icon-button-s {
    float: left;
    padding: 17px 0;
}
.icon-button .icon-button-m {
    float: left;
    padding:8px 0;

}
.icon-button .icon-button-m span{
    display: block;
    font-size: 14px;
}

.icon-button1 {
    background: #e4f5ff;
}

.icon-button2 {
    background: #e5eafc;
}

.icon-button3 {
    background: #fff4f1;
}

.icon-button4 {
    background: #eefcfe;
}

.icon-button5 {
    background: #e4f5ff;
    border: 1px solid #c6e8fc;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    width: auto !important;
    height: 100% !important;
}

/*固定导航栏*/
.fixedheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: white; /* 根据实际背景色调整 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 可选阴影效果 */
}
/* 占位元素高度需要和固定头高度一致 */
.headerplaceholder {
    height: 200px; /* 根据实际header+nav总高度调整 */
}
/*新闻图片轮播*/
#image-swiper-tt .carousel-inners .item {
    height: 400px !important;
    background-color: #f5f5f5;
}

#image-swiper-tt .carousel-inners .item img {
    height: 400px !important;
    width: auto !important;
    margin: 0 auto !important;
    overflow: hidden;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5) !important;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100%;
}

.carousel-caption p {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    overflow: hidden;
}

.carousel-indicators-1 {
    bottom: 0 !important;
    height: 40px;
    line-height: 40px;
    margin: 0 !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
    /*padding-right: 15px;*/
}
.carousel-indicators-1 li{
    border-radius: 0 !important;
}



/*上方图片轮播*/
#image-swiper-ttt .carousel-inners .item {
    height: 600px !important;
    background-color: #f5f5f5;
}

#image-swiper-ttt .carousel-inners .item img {
    height: 600px !important;
    width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden;
}

/*中间图片滚动*/
.tabsList {
  width: 100%;
  height: 140px;
  overflow: hidden; /* 隐藏溢出的内容 */
  position: relative; /* 为子元素定位提供参考 */
}

.swiper-wrapper {
  display: flex;
  gap: 10px; /* 元素间隔 10px */
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  transition: transform 0.5s ease-in-out; /* 滚动动画 */
}

.link-item {
  flex-shrink: 0; /* 禁止元素缩小 */
}
.link-item a img{
    width:311px;
    height: 233px;
    margin-top: 20px;
}
.swiper-wrapper:hover {
    animation-play-state: paused; /* 悬停暂停 */
}

/* 单位风采滚动样式 */

.tabsList1 {
    overflow: hidden;
  width: 100%;
  height: 320px;
}

.swiper-wrapper1 {
    display: flex;
        gap: 15px;
    animation: scroll 30s linear infinite;
    white-space: nowrap;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.link-item1 {
    flex-shrink: 0;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background-color: #EEF7FA;
}

.link-item1 a img {
    width:280px;
    height: 280px;
    margin: 10px 10px;
}



/*领导*/
.list-items a {
    line-height: 41px;
}

.list-item a {
    line-height: 41px;
}

.icon-button-box {
    padding: 30px;
}

/* 监管动态 */

.jg-container {
    padding: 0 25px 25px 25px;
}

a.jg-item {
    display: block;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    text-align: center;
    margin-top: 25px;
    padding: 20px 0;
}

a.jg-item:hover {
    text-decoration: none;
}

.jg-item img {
    color: #ffffff;
    width: 50px;
    height: 51px;
}

.jg-item div {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0;
}


/* 公开 */
.gk-menu {
    padding: 25px;
}

/* 省属企业 */
/*.shqy-container {
    padding: 15px 25px 0 0;
}*/


a.shqy-item {
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #e1e1e1;
}

a.shqy-item:hover {
    text-decoration: none;
}

.shqy-item img {
    height: 60px;
    width: 60px;
    margin: 0 auto;
    border-radius: 15px;
}

.shqy-item div {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    color: #ffffff;
}



.center {
    background: #FFFFFF;
    padding: 15px !important;
}


#carousel-example-generics {
    margin: 15px 0 15px 0;
}
#carousel-example-generics .item {
    height: 95px;
}
#carousel-example-generics img {
    width: 100% !important;
    height: 100% !important;
}
#dhf .carousel-inner{
    width: 100%;
    height: 72px;
}
#dhf img{
    width: 100% !important;
    height: 100% !important;
}



/* footer */
.footer {
    padding: 20px 0;
    background-color: rgb(0, 47, 167);
}

.footer-left {
    text-align: center;
}

.footer-right {
    padding: 10px 0 0;
    text-align: center;
    line-height: 2em;
}


/* 友情链接 */
.link-img-container {
    border: 1px solid #dbdbdb;
    height: 56px;
}

.link-img-container img {
    height: 100%;
    width: 100%;
}


/*其他链接*/
.qitaLianjie{
    position: relative;
    background-color: #f3f7fd;
    text-align: center;
    padding: 16px;
}
.qitaLianjie select{
    border: none;
    font-size: 16px;
    background-color: #f3f7fd;
}


/* tabs */
.tabs{
    list-style: none;
    /*border-bottom: 1px solid #dbdbdb;*/
    margin: 0;
}
.tabs li.tab{
    display: inline-block;
}
.tabs li.tab a{
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding: 10px 8px;
    font-size: 16px;
    font-weight: bold;
}
.tabs li.tab.active{
    background: url(../images/newaaa.png) no-repeat center bottom;
}
.tabs li.tab.active a{
    color: #FFFFFF;
}
.tabs li.tab a:hover{
    color: #FFFFFF !important;
}
/*tabs-slide*/
.tabs.tabs-slide li.tab::after{
    content: "|";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -5px;
}
.tabs.tabs-slide li.tab:last-child::after{
    display: none;
}
.tabs.tabs-slide li.tab.active {
    background: none;
}
.tabs.tabs-slide li.tab a{
    color: #666666;
    font-weight: normal;
    padding: 10px 5px 10px 0;
}
.tabs.tabs-slide li.tab.active a, .tabs.tabs-slide li.tab a:hover{
    color: rgb(0,47,167) !important;
    font-weight: bold;
}
.tab-content .tab-body{
    display: none;
}
.tab-content .tab-body.active{
    display: block;
}

/**
领导栏目
 */
.ld-item{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    height: 120px;
}
.ld-item img{
    width: 150px;
    height: 210px;
}
.ld-item h3{
    font-size: 18px;
    color: #333;
}
.ld-item p{
    font-size: 14px;
    color: #333;
}

/*其他栏目*/
.menu {
    background-color: #fff;
}

.menu h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: rgb(0,47,167);
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.menu div {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #f2f3fb;
    background: url(../images/xk_list.png) no-repeat right 10% center;
    position: relative;
}

.menu div span {
    height: 20px;
    width: 5px;
    border-radius: 40px;
    background: #d7e7f7;
    position: absolute;
    top: 20px;
    left: 12%
}

.menu div.active span {
    height: 20px;
    width: 5px;
    border-radius: 40px;
    background: rgb(0,47,167);
    position: absolute;
    top: 20px;
    left: 12%
}

.menu div:hover {
    background-color: #f8f8f8;
}

.menu div:hover span {
    height: 20px;
    width: 5px;
    border-radius: 40px;
    background: rgb(0,47,167);
    position: absolute;
    top: 20px;
    left: 12%
}

.menu div:hover a {
    color: rgb(0,47,167);
    font-weight: bold;
}

.menu div a {
    color: #000;
    padding-left: 25%;
    width: 100%;
    display: inline-block;
    text-decoration: none;
}

.menu .active {
    background-color: #f8f8f8;
    font-weight: bold;
}

.menu .active a {
    color: rgb(0,47,167);
}

ul.news-list {
    padding-top: 8px;
    list-style: none;
}

.news-list li {
    line-height: 1em;
    font-size: 16px;
    padding: 10px 0 10px 15px;
    background: url('../images/icon2.jpg') no-repeat left center;
}

.news-list li .article-title{
    display: inline-block;
}

.news-list li .article-title a {
    color: #333 !important;
}


.List1 {
	width: 100%;
	height: 85px;
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #ffffff;
	margin-top: 20px;
    /* 新增凸起效果 */
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1),
	/* 底部阴影 */
	-1px -1px 5px rgba(255, 255, 255, 0.8);
	/* 顶部高光（增强立体感） */
	border-radius: 8px;
	/* 圆角让阴影更自然 */
	position: relative;
	/* 确保阴影不会被其他元素遮挡 */
	transition: box-shadow 0.3s;
	/* 可选：悬停时增加动态效果 */
}

/* 可选：悬停时增强凸起效果 */
.List1:hover {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15),
	-2px -2px 8px rgba(255, 255, 255, 0.9);
}

.articletitle1 {
	width: 70px;
	height: 65px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-left: 20px;
	align-items: center;
	justify-content: center;
	background: url(/static/images/time.png);
	background-size: 100% 100%;
}

.article-title1 {
	display: flex;
	align-items: center;
	width: 100%;
	height: 65px;
}
.article-title1 a {
    color: #333 !important;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list-title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f0f0f0;
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
    color: rgb(0,47,167);
}

.news-list-info {
    margin: 15px 0;
    background: #f0f0f0;
    padding: 15px;
    text-align: justify;
    line-height: 35px;
}
.news-list-info img{
    max-width: 100%;
    margin: 5px auto;
}
.news-list-info a {
    color: rgb(0,47,167);
}

.row {
    margin-left: 0 !important;
}

/*新闻详情*/
.news-content {
    padding: 0 25px;
}

.news-content .title {
    padding: 25px 0;
    text-align: center;
    font-size: 32px;
}

.news-content .info {
    border-bottom: 1px solid #f2f3fb;
    line-height: 50px;
}

.news-content .cnt {
    padding: 25px 0;
    font-size: 16px;
}
.news-content .cnt img{
    max-width: 100%;
}
.news-content .cnt video{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.news-content .cnt p{line-height: 2em;text-align: justify;}

/*bootstrap默认样式修改*/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-lg-55{
    padding-left: 0 !important;
}



.btn-primary{
    background-color: rgb(0,47,167) !important;
    border-color: #830204 !important;
}


.breadcrumbs {
    padding: 15px 15px !important;
    font-size: 16px !important;
    background: #f8f8f8;
    margin-bottom: 5px;
}

.breadcrumbs p {
    color: #333;
    font-size: 16px;
    margin: 0 !important;
}

.breadcrumbs p a {
    color: #333;
    font-size: 16px;
}

.breadcrumbs p a:hover {
    color: rgb(0,47,167);
}


.form-table {
    font-size: 14px;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}
.form-table td, .form-table th{
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}
.form-table th{
    background-color: #f8f8f8;
}
span.radio{
    display: inline-block !important;
    padding: 0 15px 0 0;
    margin: 0 !important;
}
.ipt{
    line-height: 30px;
    padding-left: 5px;
}

.pagination>li>a, .pagination>li>span{
    color: rgb(0,47,167) !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    color: #FFFFFF !important;
    background-color: rgb(0,47,167) !important;
    border-color: rgb(0,47,167) !important;
}

.news-content table{
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}
.news-content table td, .news-content table th{
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
