/* 全局样式 */
:root {
    --primary-color: #0056b3;
    --secondary-color: #6c757d;
    --text-color: #333;
    --light-bg: #f8f9fa;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
    color: var(--text-color);
    line-height: 1.6;
}

/* 顶部工具栏 */
.top-bar {
    font-size: 14px;
}

.top-tools a:hover {
    text-decoration: underline !important;
}

/* 头部样式 */
.header {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.logo-text h1 {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0;
}

.logo-text p {
    font-size: 14px;
    margin: 0;
}

/* 导航栏样式 */
.navbar {
    padding: 0;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 1rem 1.5rem;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
}

/* 焦点图样式 */
.carousel-item {
    height: 400px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    text-align: left;
}

.carousel-caption h5 {
    margin: 0;
    font-size: 18px;
}

/* 新闻列表样式 */
.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.card-header {
    border-bottom: none;
    background-color: #fff;
}

.nav-tabs .nav-link {
    border: none;
    color: var(--secondary-color);
    padding: 0.75rem 1rem;
    font-weight: 500;
}

.nav-tabs .nav-link.active {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.list-unstyled li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.list-unstyled li:last-child {
    border-bottom: none;
}

.list-unstyled a {
    color: #333;
    text-decoration: none;
}

.list-unstyled a:hover {
    color: var(--primary-color);
}

/* 友情链接样式 */
.footer-links {
    background-color: var(--light-bg);
    padding: 30px 0;
}

.footer-links h5 {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--primary-color);
}

/* 页脚样式 */
.footer {
    background-color: #333;
    color: #fff;
}

.footer p {
    margin-bottom: 10px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .logo-text h1 {
        font-size: 20px;
    }
    
    .carousel-item {
        height: 300px;
    }
    
    .nav-tabs .nav-link {
        padding: 0.5rem;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .top-bar {
        font-size: 12px;
    }
    
    .carousel-item {
        height: 200px;
    }
    
    .logo-text h1 {
        font-size: 18px;
    }
    
    .logo-text p {
        font-size: 12px;
    }
}

* {margin: 0px;	padding: 0px;box-sizing: border-box;}
body {font-family:\5FAE\8F6F\96C5\9ED1; font-size: 12px; line-height: 200% ;color: #444444;}
.clear {font-size: 0px;	clear: both;line-height: 0px; height: 1px;}
.clearfix:after {content: "."; 	display: block;  height: 0;	clear: both; visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px;}
img {border:none;}
a{color:#404040;}
a:link {TEXT-DECORATION: none;}
a:visited {TEXT-DECORATION: none;}
a:hover {text-decoration: none;}
a:active {TEXT-DECORATION: none;}
ul,li{list-style-type: none;}
.fd-fr{
	float: right !important;
}
input{
	/*border: #8AEBFC solid 1px;*/
	outline: none;
}
.fd-wapper{
	width: 100%;
	background: url(../images/bg1.png) center 620px no-repeat;
}
.fd-top-nav{
	width: calc(100% - 746px);
	margin: 0 auto;
	height: 80px;
	background-image: linear-gradient(0deg, rgba(4,42,86,0.83) 0%, #0A548F 100%);
    text-align: center;
    padding-top: 28px;
    position: fixed;
    left:373px;
    z-index: 999;
}
.fd-top-nav:before{
	width: 258px;
	height: 81px;
	display: block;
	content:"";
	position: absolute;
	left: -258px;
	top: 0;
	background: url(../images/nav-left.png) left center no-repeat;
}
.fd-top-nav:after{
	width: 258px;
	height: 81px;
	display: block;
	content:"";
	position: absolute;
	right: -258px;
	top: 0;
	background: url(../images/nav-right.png) left center no-repeat;
}
.fd-top-nav ul{
	width: 1100px;
	margin: 0 auto;
}
.fd-top-nav ul li{
	float: left;
	margin: 0 25px;
	width: 95px;
}
.fd-top-nav ul li.fd-cnav{
	width: 160px;
}
.fd-top-nav ul li a{
	font-size: 18px;
	color: #82AEDC;
	letter-spacing: 0;
	font-weight: 400;
}
.fd-top-nav ul li.fd-nav-active a{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.fd-top-nav ul li:hover a{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.fd-nav-right{
	position: absolute;
	right: -200px;
	top: 22px;
	width: 216px;
	z-index: 8;
}
.fd-search{
	width: 44px;
	height: 36px;
	opacity: 0.2;
	background: #000000;
	border-radius: 18.5px;
	float: right;
	padding-top: 7px;
	z-index: 999;
	position: relative;
}
.fd-jlms{
	float: left;
	font-family: MicrosoftYaHeiUI;
	font-size: 18px;
	color: #FFFFFF;
	opacity: 0.6;
	height: 23px;
	border-left:#82AEDC solid 1px;
	padding-left: 22px;
	margin-left: 22px;
    margin-top: 6px;
}
/*banner*/
.banner{height:1178px;overflow:hidden;position: relative;top: -80px;}
.banner .d1{width:100%;height:1178px;display:block;position:absolute;left:0px;}
.banner .d2{width:100px;height:43px;clear:both;position:absolute;z-index:100;left:50%;top:605px; text-align:center; display: none;}
.banner .d2 ul{float:left;position:absolute;left:50%;top:0;margin:0 0 0 -96px;display:inline;}
.banner .d2 li{width:10px;height:10px;overflow:hidden;cursor:pointer;background:#ffffff;float:left;margin:0 10px;display:inline; border-radius:10px;}
.banner .d2 li.nuw{background:#d80011;}
.fd-center-box{
	position: absolute;
	width: 100%;
	top: 0px;
    z-index: 998;
}
.fd-logo{
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 85px;
}
.fd-logo-name{
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 200px;
  font-size: 76px;
	color: #103879;
	letter-spacing: 3.5px;
	font-weight: 400;	
}
.fd-logo-name span{
	display: block;
	font-size: 18px;
color: #103879;
letter-spacing: 1.34px;
}
.fd-news{
	width: 100%;
	text-align: center;
    position: absolute;
    z-index: 999;
    top: 321px;
}
.fd-news-box{
	width: 1300px;
	height: 54px;
	margin: 0 auto;
	background: #FFFFFF;
    border-radius: 12.5px 32.5px 32.5px 12.5px;
    padding-left: 12px;
}
.fd-toutiao{
	float: left;
    margin-top: -27px;
    margin-left: -14px;
}
/*陇检时空*/
.fd-ljsk{
  width: 1300px;
  margin: 0 auto;
  padding-top: 395px;
}
.fd-ljsk-left{
	float: left;
	width: 820px;
}
.fd-ljsk-img{
	width: 820px;
	height: 450px;
}
.fd-ljsk-img img{
	width: 100%;
	height: 450px;
}
.fd-img-bot-text{
	width: 820px;
	height: 158px;
	background: #ffffff;
}
.fd-ljsk-right{
	width: 460px;
	float:right;
	background-color: #fff;
	border-top: #B72510 solid 4px;
	height: 608px;
	background-image: url(../images/long.png);
	background-position: right top;
	background-repeat: no-repeat;
	border-radius: 0 0 10px 10px;
}
.fd-ljsk-right img{
	margin-left: 20px;
}
.fd-ljsk-title span{
	float: right;
	background: #B72510;
	border-radius: 32.5px;
	font-size: 14px;
	color: #FFFEFE;
	display: inline-block;
	width: 63px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	margin-top: 25px;
	margin-right: 20px;
	cursor: pointer;
}
.fd-ljsk-news-list ul{
	padding: 0 30px;
}
.fd-ljsk-news-list ul li{
	font-size: 20px;
	color: #404040;
	height: 62px;
	line-height: 62px;
}
.fd-ljsk-news-list ul li span.fd-ljsk-xh img{
	float: left;
}
.fd-ljsk-news-list ul li span.fd-ljsk-xh{
	display: inline-block;
	width: 22px;
	height: 22px;
	background:#E8ECF3;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
    color: #A4A4A4;
    float: left;
    margin-right: 20px;
    margin-top: 22px;
}
.fd-ljsk-news-list ul li:nth-child(1) span.fd-ljsk-xh{
	background: #224589;
	color: #fff;
	position: relative;
}
.fd-ljsk-news-list ul li:nth-child(2) span.fd-ljsk-xh{
	background: #224589;
	color: #fff;
	position: relative;
}
.fd-ljsk-news-list ul li:nth-child(3) span.fd-ljsk-xh{
	background: #224589;
	color: #fff;
	position: relative;
}
.fd-ljsk-news-list ul li:nth-child(1) span.fd-ljsk-xh:before,.fd-ljsk-news-list ul li:nth-child(2) span.fd-ljsk-xh:before,.fd-ljsk-news-list ul li:nth-child(3) span.fd-ljsk-xh:before{
	display: block;
	content:"";
	background: #B72510;
	width: 7px;
	height: 7px;
	right: 0;
	bottom: 0;
	position: absolute;
	
}
.fd-ljsk-news-list ul li span.fd-ljsk-text{
	width: 355px;
	float: left;
	display: inline-block;
	border-bottom: 1px solid #E8E8E8;;
}
.fd-ljsk-news-list ul li span.fd-ljsk-text a{
	display: block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;  
    max-width: 100%;
    font-size: 20px;
    color: #404040;
    float: left;
    cursor: pointer;
}
.fd-ljsk-news-list ul li span.fd-ljsk-text a:hover{
	color: #102179;
}
.fd-ljsk-news-list ul li:nth-child(1) span.fd-ljsk-text a,.fd-ljsk-news-list ul li:nth-child(2) span.fd-ljsk-text a{
	max-width: 83%;
}
.fd-ljsk-news-list ul li:last-child span.fd-ljsk-text{
	border: none;
}
/*阳光检务*/
.fd-ygjw{
	width: 1300px;
	margin: 0 auto;
	margin-top: 35px;
}
.ygjw-title{
	width: 337px;
	margin: 0 auto;
}
.ygjw-type{
  padding-top: 10px;	
}
.ygjw-type ul li{
	float: left;
	padding: 10px;
	width: 25%;
	height: 152px;
}
.ygjw-type ul li a{
	width: 100%;
	height: 100%;
	display: block;
	box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
}
.ygjw-type ul li a:hover{
	border: 2px solid rgba(255,255,255,1);
   box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.ygjw-type ul li a img{
	width: 100%;
	height: 100%;
}
.yqjw-rk{
	clear: both;
}
.yqjw-rk ul li{
	float: left;
	padding: 10px;
	width: 25%;
	height: 110px;	
}
/*.yqjw-rk ul li:last-child{*/
/*	width: 50%;*/
/*}*/
.yqjw-rk ul li a{
	width: 100%;
	height: 100%;
	display: block;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	border-radius: 2px;
}
.yqjw-rk ul li a img{
	float: left;
    margin-right: 20px;
    margin-left: 40px;
    margin-top: 10px;
}
.yqjw-rk ul li a>div{
	float: left;
	font-size: 20px;
    color: #232323;
    margin-top: 15px;
}
.yqjw-rk ul li a>div span{
	display: block;
	font-size: 14px;
    color: #A5A5A5;
}
.yqjw-rk ul li a:hover{
	border: 1px solid rgba(183,37,16,1);
}
.fd-ygjw-bot{
}
.fd-ygjw-bot>div{
	width: 50%;
	height: 130px;
	float: left;
	padding: 10px;
	position: relative;
}
.fd-ygjw-bot>div a{
	display: block;
	width: 100%;
	height: 100%;
}
.fd-ygjw-bot>div a img{
	width: 100%;
	height: 100%;
}
.fd-ygjw-bot>div a span{
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../images/mrjt.png) center no-repeat;
	right: 30px;
	top: 50px;
}
.fd-ygjw-bot>div a:hover span{
	background: url(../images/hgjt.png) center no-repeat;
}
/*新闻内容区域*/
.fd-content{
	width: 100%;
	background: url(../images/con-bg.png) center top no-repeat;
	padding-top: 20px;
	margin-top: 50px;
}
.fd-content-box{
	width: 1300px;
	margin: 0 auto;
}
.fd-ynld{
	width: 50%;
	float: left;
}
.fd-ynld-list{
	width: 620px;
	height: 359px;
	background: #FEFBF6;
    border-radius: 2px;
    padding: 38px 50px;
}
.fd-ynld-list-left{
	float: left;
}
.fd-ld-pho{
	width: 112px;
	height: 143px;
}
.fd-ld-pho img{
	width: 112px;
	height: 143px;
}
.fd-ld-name{
	font-size: 21px;
	color: #333333;
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
}
.fd-ld-name span{
	font-size: 16px;
	color: #666666;
	padding-top: 10px;
	display: block;
	font-weight: normal;
}
.fd-ynld-list-right{
	float: right;
	width: 340px;
}
.fd-ynld-list-right ul li{
	float: left;
	width: 50%;
	font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: bold;
    
}
.fd-ynld-list-right ul li span{
	font-size: 14px;
    color: #666666;
    display: block;
    font-weight: normal;
}
.fd-content-title span{
	float: right;
	display: block;
	width: 56px;
	height: 24px;
	background: #CF9B83;
	border-radius: 12px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-top: -50px;
	cursor: pointer;
	position: relative;
}
.fd-jcrw{
	width: 50%;
	float: right;
}
.fd-jcrw-list ul li{
	width: 33.3%;
	padding: 10px;
	text-align: center;
	float: left;
}
.fd-jcrw-list ul li a{
	width: 100%;
	display: block;
}
.fd-jcrw-list ul li a img{
	width: 100%;
	height: 137px;
	background: #fff;
	border-radius: 5px;
}
.fd-jcrw-list ul li a span{
	font-size: 14px;
    color: #232323;
    display: block;
}
.fd-xct{
	clear: both;
	padding-top: 25px;
}
.txtScroll-top{ overflow:hidden; position:relative;}
/*.txtScroll-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
.txtScroll-top .hd .next{ background-position:0 -140px;  }
.txtScroll-top .hd .prevStop{ background-position:-60px -100px;  }
.txtScroll-top .hd .nextStop{ background-position:-60px -140px;  }*/
/*.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.txtScroll-top .hd ul li.on{ background-position:0 0; }*/
.txtScroll-top .bd{ }
.txtScroll-top .infoList li{ height:54px; line-height:54px;text-align: left; padding-left: 40px;font-size: 18px;}


.fd-img-bot-text{ padding:10px; width:820px; overflow:hidden;height: 158px;padding:20px}
.fd-img-bot-text h3{text-decoration:none; display:inline-block; overflow:hidden;text-align: left;font-size: 24px;
color: #232323;font-weight: bold;}
.fd-img-bot-text span{
	display: block;
	font-size: 18px;
    color: #666666;
    padding-top: 10px;
    line-height: 30px;
    font-weight: normal;
}
/* slide-box */
#slide-box{width:1300px;position:relative;height:110px;}
#slide-box .corner{clear:both;display:block;overflow:hidden;height:0;margin:0 1px;}
#slide-box .JQ-slide-content{position:absolute;}
#slide-box .JQ-slide-nav a{
	display:block;
	z-index:99;
	width:25px;
	color:#b4b4b4;
	position:absolute;
	top:40px;
	height:36px;
	text-decoration:none;
	background-color: #666666;
	cursor: pointer;
}
#slide-box .JQ-slide-nav a:hover{
	background-color: #4c4c4c;
}
#slide-box .JQ-slide-nav .next{
	right:0px;
	background-image: url(../images/you.png);
	background-position: center;
	background-repeat: no-repeat;
}
#slide-box .JQ-slide-nav .prev{
	background-image: url(../images/zuo.png);
	background-position: center;
	background-repeat: no-repeat;
}
#slide-box .JQ-slide-nav .prevStop,#slide-box .JQ-slide-nav .nextStop{
	background-color: #b2b2b2;
}
#slide-box .JQ-slide-nav .prevStop:hover,#slide-box .JQ-slide-nav .nextStop:hover{
	background-color: #b2b2b2;
}
#slide-box .wrap{overflow:hidden;width:1300px;height:110px;position:relative;}
#slide-box ul{width:10000px;}
#slide-box li{float:left;width:264px;height:110px;}
#slide-box li img{width:244px;height:110px;}

/* temp2 */
#temp2{height:608px;width:820px;position: relative;}
#temp2 .JQ-content-box{float:left;overflow:hidden;width:820px;height:608px;position:relative}
#temp2 .JQ-content-box .JQ-slide-content{position:absolute}
#temp2 .JQ-content-box li{width:820px;height:608px;float:left;}
#temp2 .JQ-slide-nav{position:absolute;right:10px;bottom:10px;height:18px;padding-top:2px;}
#temp2 .JQ-slide-nav li{background-color:#B72510;opacity:0.7;color:#ffffff;cursor:pointer;float:left;font-size:12px;height:16px;line-height:16px;margin-left:3px;text-align:center;width:16px;}
#temp2 .JQ-slide-nav li.on{background-color:#B72510;color:#FFFFFF;font-weight:bold;height:18px;line-height:18px;margin-top:-2px;width:18px;}
#temp2 .JQ-slide-nav li img{display:block}
#temp2 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:164px; z-index:1; }
#temp2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
#temp2 .hd ul li{ float:left; margin-right:2px;  width:15px; color:#fff; height:15px; line-height:14px; text-align:center; background:rgba(183,37,16,0.8); cursor:pointer; }
#temp2 .hd ul li.on{ background:rgba(183,37,16,1); color:#fff;font-weight: bold; }
/*基层动态*/
.fd-jcdt{
	width: 1300px;
	margin: 0 auto;
	margin-top: 40px;
}
.jcdt-left{
	float: left;
	width: 50%;
	min-height: 278px;
}
.fd-jcdt-time{
	float: left;
	width: 57px;
	height: 58px;
	background: #B72510;
    border-radius: 8px 0 8px 0;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
}
.fd-jcdt-time span{
	display: block;
	opacity: 0.65;
	font-size: 12px;
}
.fd-jcdt-title-text{
	font-size: 18px;
	color: #232323;
	padding-left: 15px;
	font-weight: bold;
	float: left;
	width: calc(100% - 57px);
}
.fd-frist-news-con{
	padding-top: 20px;
}
.fd-frist-news-img{
	float: left;
	width: 340px;
	height: 200px;
}
.fd-frist-news-img img{
	width: 340px;
	height: 200px;
	border-radius: 5px;
}
.fd-frist-news-text{
	float: left;
	width: 290px;
	line-height: 28px;
	font-size: 14px;
    color: #666666;
	padding-left: 15px;
	height: 190px;
}
.fd-frist-news-text a{
	font-size: 14px;
    color: #224589;
}
.jcdt-right{
	width: 50%;
	float: left;
	min-height: 278px;
}
.jcdt-right ul li{
	width: calc(50% - 40px);
	float: left;
	margin-bottom: 40px;
	margin-left: 40px;
}
.jcdt-right ul li .fd-jcdt-right-time{
	width: 57px;
	height: 58px;
	background: #224589;
	border-radius: 8px 0 8px 0;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	float: left;
}
.jcdt-right ul li .fd-jcdt-right-time span{
	display: block;
	opacity: 0.65;
	font-size: 12px;
	color: #FFFFFF;
}
.jcdt-right ul li .fd-jcdt-right-text{
	width: calc(100% - 57px);
	float: left;
	padding-left: 10px;
}
.jcdt-right ul li .fd-jcdt-right-text h3 a{
	font-size: 16px;
    color: #232323;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    font-weight: normal;
    display: block;
}
.jcdt-right ul li .fd-jcdt-right-text h3 a:hover{
	color: #102179;
}
.jcdt-right ul li .fd-jcdt-right-text span{
	font-size: 14px;
color: #999999;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    display: block;
    padding-top: 5px;
}
.fd-ljxw-box{
	margin-top: 25px;
	width: calc(50% - 20px);
	float: left;
}
.fd-ljxw-box.fd-wxjx{
	width: 829px;
}
.fd-ljxw-box.fd-gfwb{
	width: calc(100% - 869px);
}
.fd-ljxw-box .fd-ljxw-con{
	min-height: 216px;
}
.fd-ljxw-con ul li{
	width: 100%;
	height: 36px;
}
.fd-ljxw-con ul li a{
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    color: #404040;
}
.fd-ljxw-con ul li a:hover{
	color: #102179;
}
.fd-myklj{
	width: 100%;
}
.fd-ljxw-img{
	float: left;
	width: 300px;
	height: 205px;
	position: relative;
}
.fd-ljxw-img img{
	width: 100%;
	height: 100%;
}
.fd-ljxw-list-box{
	float: left;
	width: calc(100% - 300px);
	padding-left: 5px;
}
.fd-xwfbh-img-text{
	position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #F6F8FD;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 299px;
    background: rgba(0,0,0,0.5);
    height: 30px;
}
.fd-ljxw-img-con{
	padding-top: 5px;
}
.fd-ljxw-img-con ul li{
	width: calc(33.3% - 20px);
	float: left;
	height: 184px;
	margin-right: 20px;
}
.fd-ljxw-img-con ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.fd-ljxw-img-con ul li a img{
	width: 100%;
	height: 100%;
}
.fd-ljxw-img-con ul li a span{
	position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #F6F8FD;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 30px;
    display: block;
    padding-left: 10px;
}
.fd-gfwb-con{
	width: 100%;
	height: 185px;
	padding-top: 5px;
}
.fd-gfwb-con img{
	width: 100%;
	height: 100%;
}
.fd-foot{
	background: #E7F0F9;
	height: 383px;
	width: 100%;
	margin-top: 48px;
}
.fd-foot-bot{
	height: 58px;
	line-height: 58px;
	width: 100%;
	background: #04274d;
	text-align: center;
	color: #a3b0bd;
	font-size: 14px;
}
.fd-footer{
	width: 1300px;
	margin: 0 auto;
}
/*footer*/
.fd-footer-le{
	float: left;
	width: 533px;
	height: 383px;
	background: url(../images/dbbj.png) center center no-repeat;
}
.fd-footer-left{
	float: left;
	width: 277px;
	background: url(../images/jgdw.png) center 50px no-repeat;
	padding-top: 155px;
}
.fd-footer-right{
	width: 767px;
	float: right;
}
.fd-footer-r-top{
	border-bottom: #8E7373 solid 1px;
	height: 35px;
    margin-top: 47px;
}
.fd-footer-r-top ul li{
	float: left;
	width: 100px;
}
.fd-footer-r-top ul li a{
	font-size: 16px;
	padding-bottom: 11px;
	color: #62677B;
}
.fd-footer-r-top ul li a:hover{
	color: #224589;
}
.fd-footer-r-top-active a{
	border-bottom:#224589 solid 3px;
	color: #224589 !important;
	font-weight: bold;
}

.fd-footer-r-bot{
	margin-top: 20px;
	display: flex;
}
.fd-footer-r-bot-title{
	width: 80px;
	font-size: 16px;
	color: #62677B;
	letter-spacing: 0;
	font-weight: 400;
}
.fd-footer-r-bot ul li{
	float: left;
	margin-right: 20px;
}
.fd-footer-r-bot ul li a{
	color: #62677B;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
}
.fd-footer-r-bot ul li a:hover{
	color: #224589;
}
.fd-dizhi{
	font-size: 14px;
	padding-left: 30px;
	color: #62677B;
	background: url(../images/dingwei.png) left center no-repeat;
}
.fd-youbian{
	color: #62677B;
	font-size: 14px;
	padding-left: 30px;
	background: url(../images/xinfeng.png) left center no-repeat;
	margin-top: 10px;
}

/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:20px;top:350px;width:70px;height:240px;z-index: 1000;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:60px;height:60px;background-color:#ffffff;cursor:pointer;outline:none;}
.suspension .a.active,
/*.suspension .a:hover{background:#F05352;}*/
/*.suspension .a .i{float:left;width:60px;height:44px;background-image:url(../image/side_icon.png);background-repeat:no-repeat;}*/
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service{
	background: url(../images/weibo.png) center no-repeat #ffffff;
}
.suspension .a-service-phone{
	background: url(../images/weixin.png) center no-repeat #ffffff;
}
.suspension .a-qrcode{
	background: url(../images/tj.png) center no-repeat #ffffff;
}
.suspension .a-cart{
	background: url(../images/shouji.png) center no-repeat #ffffff;
}
.suspension .a-top{
	display:none;
	background: url(../images/gotop.png) center no-repeat #ffffff;
}
.suspension .d{display:none;width:145px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);z-index: 1000;}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../image/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:120px;}
.suspension .d-cart{top:170px;}
.suspension .d .inner-box{padding:10px;text-align: center;}
.suspension .d .inner-box img{
	width: 110px;
	height: 110px;
}
.suspension .d .inner-box  p{
	display: block;
	font-size: 18px;
}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../image/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../image/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.fd-search-input{
	width: 215px;
	height: 36px;
	line-height: 36px;
	background: rgba(0,0,0,0.2);
	border: none;
	border-radius: 18.5px;
	color: #ffffff;
	padding-left: 5px;
	float: left;
	margin-right: -44px;
	display: none;
}

/* 右侧内容区域样式 */
.right-content {
    flex: 1;
    padding: 20px;
}

.info-detail {
    flex: 1;
    background-color: #fff;
}

/* 面包屑导航样式 */
.breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.breadcrumb-title {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #cc0000;
    color: #fff;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.breadcrumb-border {
    flex: 1;
    height: 30px;
    background-color: #f2f2f2;
    margin-left: 0;
}

/* 左侧导航样式 */
.breadcrumb-section {
    width: 240px;
    background-color: #fff;
}

/* 介绍文字样式 */
.intro-text {
    color: #666;
    line-height: 1.8;
    margin: 0;
    text-indent: 24px;
}

/* 信息公开八宫格样式 */
.grid-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
}

.grid-row {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.grid-item {
    width: 25%;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grid-item img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.grid-item span {
    color: #095EAE;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    margin-top: -40px;
}

/* 第四块内容样式 */
.content-block-4 {
    margin-top: 20px;
    background: #fff;
}


.news-categories {
    display: flex;
    gap: 0;
    padding: 15px 0;
    border-bottom: none;
    width: 100%;
}

.category-tab {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    border-right: none;
    padding-right: 0;
    text-align: center;
    padding: 0 15px;
}

.category-tab.active {
    color: #095EAE;
    font-weight: bold;
}

.organization-intro {
    padding: 15px 0;
}

.detail-link {
    color: #095EAE;
    text-decoration: none;
}

/* 第五块内容样式 */
.content-block-5 {
    margin-top: 20px;
    background: #fff;
}

/* 第六块内容样式 */
.content-block-6 {
    margin-top: 20px;
    background: #fff;
}























