*{
	border: 0;
	padding: 0;
	margin: 0;
}
/* 站点变灰。*/
.gray{
	 filter:grayscale(100%);
	 -webkit-filter:grayscale(100%);
	 -moz-filter:grayscale(100%);
	 -ms-filter:grayscale(100%);
	 -o-filter:grayscale(100%);
	 filter:url("data:image/svg+xml;utf8,#grayscale");
	 filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	 -webkit-filter:grayscale(1);
 }

html,
    body {
      position: relative;
      height: 100%;
	  font-family: "SourceSansPro-Regular","Microsoft YaHei", "SimSun", "Arial Narrow";
    }
ul, li {
    list-style: none;
}
a{
	color: #333333;
}
a:hover{
	text-decoration: none !important;
	color: #105190 ;
}
a:hover .title{
	text-decoration: none !important;
	color: #105190 !important;
}
h3{
	line-height: 30px;
}
.w1500{
	max-width: 1400px;
	margin: 0 auto;
}


.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}
:focus {
outline: none;
}
.mti{
	margin-bottom: 15px;
}
.block{
	display: block;
}

/*header**/
#myheader{
	background: #105190 url(../images/bluepoint.png) top center no-repeat;
	border-bottom: 1px solid #7caad6;
}
#myheader>.wrap{
	height: 190px;
}
#myheader>.wrap .logo-link{
	
}
#myheader>.wrap .logo-link img{
	margin-top: 20px;
}
#myheader>.wrap .build{
	height: 190px;/* 例如，设置父容器的高度为视口高度 */
	background: url(../images/build.png) left top no-repeat;
	display: grid;
	align-items: center;
    justify-items: right;
}

#myheader>.wrap .build .search-box input{
	display: inline-block;
	width: auto;
	
}
#myheader .search-box{
	margin-right: 50px;
}
/*导航*/
.navbar{
	margin-bottom: 10px;
}
.navbar-default {
    background-color: transparent;
    border: 0;
}
.navbar-brand{
	padding: 0 !important;
}
.navbar-brand>img{
	height: 60px;
}
.nav>li>a{
	padding: 10px 15px;
}
@media (min-width: 768px){
	.navbar-brand{
		height: 88px;
	}
	.navbar-brand>img{
		height: 88px;
	}
	.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 10px;
	}
	.navbar-nav {
        float: right;
        margin: 0;
    }
}
/*
@media (min-width: 768px){
	.navbar-nav {
		width: 100%;
	}
	.navbar-default .navbar-nav>li{
		width: 11%;
	}
}
*/
.red{color: #f23434 !important;}
.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{
	background-color: transparent;
	color: #ebcd42;
	/*border-bottom: 3px solid #FFFFFF;*/
	border-bottom: 0;
}
.navbar-default .navbar-nav>.open>a{
	color: #ebcd42 !important;
    background-color: transparent !important;
	/*border-bottom: 3px solid #FFFFFF;*/
	border-bottom: 0;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #FFFFFF;
    background-color: transparent !important;
}
.navbar-header{
	
}
.dropdown-menu{
	min-width: 100% !important;
	background: rgba(255,255,255,.8);
}
.dropdown-menu>li>a{
	font-size: 16px;
    padding: 10px 10px;
    text-align: center;

}

.input-group {
	display: inline-block;
}
/* Carousel base class */
.carousel {
	padding-top: 0;
	margin-top: 0;
	width: 100%;
	display: grid;
	margin-bottom: 30px;
}
.carousel-caption {
  z-index: 10; /* Since positioning the image, we need to help out the caption */
  background: none !important; /* 移除渐变背景 */
  /*text-shadow: none !important; /* 可选：移除文字阴影（根据需要） */
}
.carousel-control.left{
	background-image: none !important;
}
.carousel-control.right{
	background-image: none !important;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    
}
.carousel-indicators .active {
    margin: 0 8px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	width: 100%; /* 或者具体的宽度 */
    height: 0; /* 设置高度为0 */
    padding-top: 56.25%; /* 16/9 = 100/56.25 */
}
.carousel-inner > .item::before {
  content: none !important; /* 移除伪元素生成的遮罩层 */
}
.carousel-inner > .item > a > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  object-fit: cover; 
  height: 100%;
}
.carousel .pic-title{
	font-size: 2.4rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-shadow: 2px 2px 4px #000000;
}
.glyphicon{
	/*font-family: "SourceSansPro-Regular","Microsoft YaHei", "SimSun", "Arial Narrow"*/
}

/**新闻*/

/* 核心修改：响应式宽高比容器 */
.swiper-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* 16:9 宽高比（修改padding-top值可调整比例） */
.swiper {
	width: 100%;
	height: 450px;
	/*padding-top: 67.25%;*/ /* 9/16=56.25% */
	position: relative;
}

.swiper-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	position: relative;
}
.swiper-slide .slide-a{
	width: 100%;
	height: 100%;
}
.swiper-slide p.f-title{
	color: white;
	line-height: 26px;
	margin: 0;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	/*padding-left: 20px;*/
	width: 100%;

}

/* 优化移动端触控体验 */
.swiper-slide img {
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/ /* 保持图片比例 */
	pointer-events: none; /* 防止图片拖动干扰滑动 */
	border-radius: 15px;
}

/* 白色导航按钮（移动端隐藏） */
.swiper-button-next,
.swiper-button-prev {
	color: #fff !important;
	background: none !important;
	width: 40px;
	height: 40px;
	opacity: 0.9;
	transition: opacity 0.3s;
}

/* 移动端隐藏导航按钮 */
@media (max-width: 768px) {
	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}
}
@media (max-width: 600px) {
	.navbar-header{
		height: 60px;
	}
}

/* 分页器样式优化 */
.swiper-pagination {
	bottom: 30px !important; /* 根据需求调整位置 */
	left: 50% !important;
	transform: translateX(-50%);
}

.swiper-pagination-bullet {
	background: transparent !important;
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	margin: 0 8px !important;
}

.swiper-pagination-bullet-active {
	background: #fff !important;
	border: none;
}
@media (min-width: 768px) {
	.dtxw-box{
	padding-left: 0 !important;
	}
}

.gcyw{
	margin-bottom: 30px;
}
/*
.xiaoxun{
	line-height: 80px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
	.xiaoxun{
	background: url(../images/xiaoxun.png) center center no-repeat;
	}
}
*/
ul.dtxw li {
    display: flex;
    padding-left: 15px;
    background: url(../images/point.png) left 24px no-repeat;
    border-bottom: 1px solid #e2e2e2;
    /* padding-bottom: 8px; */
    overflow: hidden;
}

@media (min-width: 1920px) {
  ul.dtxw li {
    line-height: 1.5;
  }
}


ul.dtxw li h3{
	/*margin: 10px 0;*/
	flex-grow: 1; /* 填充剩余空间 */
	white-space: nowrap;      /* 禁止换行 */
  overflow: hidden;         /* 隐藏溢出内容 */
  text-overflow: ellipsis;  /* 显示省略号 */
  line-height: 50px;
	
}
ul.dtxw li p.date{
	line-height: 50px;
	flex-basis: 124px;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 18px;
}
ul.dtxw li h3 a{
	font-size: 18px;
}

.col{
	position: relative;
}
.col .col-title{
	float: left;
    /*padding-left: 46px;*/
	/*background: url(../images/shu.png) left center no-repeat;*/
	margin: 30px 0 20px 0;
}
.col .col-title:after{
	content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #000000;
    margin: 15px auto 0;
}
.col .col-title a{
	color: #000000;
    font-size: 5rem;
    line-height: 40px;
	font-weight: bold;
}
.col .col-more{
	float: right;
}
.col .col-more a {
    display: block;
    color: #184778;
    font-size: 18px;
    line-height: 60px;
    padding-bottom: 4px;
    /*border-bottom: 2px solid #96403c;*/
    /*padding-right: 30px;*/
    /*background: url(../images/more.png) right top no-repeat;*/
}


.card-wrap{
	margin-bottom: 20px;
}
.custom-card {
    padding: 20px;
    /*border-radius: 8px;*/
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
	border-bottom: 3px solid #105190;
	background: white url(../images/flowerbg.png) right bottom no-repeat;
}

.custom-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    cursor: pointer;
}

.title {
    font-size: 1.8rem;
	line-height: 3rem;
    margin-bottom: 1rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	height: 9rem;
	color: #333333;
}
.title a{
    color: #333333;
}

.date {
    font-size: 1.4rem;
    margin-bottom: 0;
}
/*通知公告*/
.tztg-box{
	margin: 20px auto;
}
.tztg{
}
.tztg .tztg-col{
	background: #ebdbb6;
	text-align: center;
}
.tztg h3{
    color: #105190;
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: bold;
    margin: 0;
}
@media (min-width: 768px) {
	.tztg{
		padding-right: 0;
	}
	
	.tztg .tztg-col{
		height: 214px;
	}
	.tztg h3{
		padding-top: 60px
	}
}
.tztg-col a{
	color: #333333;
}
.tztg ul{
	
}

.tztg-list a{
	display: flex;
}
.tztg-list ul li{
	background: white;
	transition: all 0.3s ease;
	/*border-bottom: 1px solid gray;*/
}

.tztg-list ul li:hover{
    /*transform: translateY(-2px);*/
}
.tztg-list .title-box{
	padding: 5px;

}
.tztg-list .title-box .title{
	flex: 1;
	height: 6rem;
	color: #333333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin: 10px 0;
}
.tztg-list .date-box{
	/*background: #105190;*/
	border: 1px solid gray;
    border-radius: 3px;
    color: #FFFFFF;
    min-width: 56px;
    height: 55px;
    padding: 2px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
	margin: 15px 5px;
}
.tztg-list .date-box .date{
	display: block;
    background: #FFFFFF;
    color: black;
    font-size: 22px;
	
}
.tztg-list .date-box .yearmounth{
	color: gray;
	font-size: 12px;
}
/*基层动态*/
.jcdt{
	background: url(../images/dongtai.png) left center no-repeat !important;
}
.wrap{
	padding-right: 0;
    padding-left: 0;
}
.jcdt-box{
	background: url('../images/bg2.png') no-repeat top center; /* 设置背景图片 */
    background-size: 100% 400px; /* 使背景图片覆盖整个元素 */
	padding: 50px 30px;
}
.con-box{
	background: white;
}
.con-box ul li{
	margin-bottom: 14px;
}
.a-box{
	display: flex;
}
.a-box .img-box{
	width: 34%;
}
.a-box .img-box img{
		height: 100%;
}
.xjdx .img-box{
	width: 100px;
	height: 160px;
	box-shadow: 0 0 14px rgba(0,0,0,0.1);
}
@media (min-width: 768px) {
	.a-box .img-box{
		width: 170px;
		height: 120px;
	}
	.a-box .img-box img{
		height: 100%;
		object-fit: cover; /* 保持宽高比，填充容器 */
		object-position: top;  /* 从顶部开始裁剪（而不是默认的 center） */
	}
}
@media (min-width: 768px) {
	.xjdx .img-box{
		width: 150px;
		height: 170px;
		box-shadow: 0 0 14px rgba(0,0,0,0.1);
	}
}


.ksdh .a-box .img-box img {
	object-fit: fill;
}
.ksdh .a-box{
	display: flex;
}
.ksdh .title-img{
	height: 123px;
	padding-right: 0;
	padding-left: 0;
	text-align:center;
}
@media (min-width: 768px) {
	.ksdh .title-img{
		padding-left: 15px;
	}
}
.ksdh .imgrap{
	width: 123px;
	box-shadow: 0 0 14px rgba(0,0,0,0.1);
	height: 100%;
}
.ksdh .imgrap img{
	
	width: auto;
	height: 100%;
}

.a-box .title-box{
	flex: 1;
	flex-grow: 1; /* 占剩余空间 */
	/*margin-left: 20px;*/
	padding: 10px 20px;
	transition: all 0.3s ease;
	box-shadow: 0 0 14px rgba(0,0,0,0.1);
    border-bottom: 3px solid #105190;
    background: white url(../images/flowerbg.png) right bottom no-repeat;
}
.a-box .title-box:hover{
	transform: translateY(-2px);
}
.a-box .title-box .title{
    height: 6rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-top: 10px;
}
.a-box img{
	object-fit: cover; 
	width: 100%;
	height: 100%;
	padding: 1em 0;
}
@media (min-width: 768px){
	.a-box img{
	margin-top:0;
	padding: 0;
}
}
.wthdtitle{
	background: url(../images/shetuan.png) left center no-repeat !important;
}

/*先进典型*/

.xjdx-box{
	/*background: white;
	padding: 30px;*/
	background: url(../images/bg2.png) no-repeat top center;
    background-size: 100% 400px;
    padding: 50px 30px;
}
.ksdh h2{
	background: url(../images/link.png) left center no-repeat !important;
}
.ksdh .a-box .longimg{
	width: 46%;
}
.ksdh .a-box .longimg img{
		box-shadow: 0px 0 14px rgb(0,0,0,0.1);
		padding: 0;
		width: 100%;
		height: 100px;
	}
@media (min-width: 768px){
	.ksdh .a-box .longimg {
		width: 46%;
		
	}
	.ksdh .a-box .longimg img{
		margin-top: 0;
		width: 100%;
		height: 100%;
	}
}
.ksdh ul li {
	margin: 15px 0;
}


/*底部*/
.footer{
	background: #00518e;
	/*background: url('../images/footer.png') no-repeat top center; /* 设置背景图片 */
    /*background-size: cover; /* 使背景图片覆盖整个元素 */
}
.footer .link-box{
	padding: 20px 0 0 0;
	border-bottom: 1px solid white;
	display: flex;
	align-items: center; /* 垂直居中 */
	
}
.footer .link-title{
	font-size: 22px;
    line-height: 40px;
    padding-left: 30px;
    font-weight: bold;
	color: white;
}

.footer select {
    width: 260px;
    height: 40px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 20px;
    margin-bottom: 30px;
    outline: none;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    background: url(../images/xia.png) no-repeat 230px center #b53b42;
}
.footer .copyright{
	padding: 80px 0;
}
.footer .copyright p{
	color: white;
	text-align: center;
}
.footer .copyright p .backlogin{
	color: yellow;
}
.footer .link-box{
	padding-bottom: 12px;
}
.footer .link-text{
	color: #FFFFFF;
	margin-right: 30px;
	font-size: 14px;
}
.footer .text-list {
	
}
.footer .text-list p{
	color: #FFFFFF;
    font-size: 1.6rem;
    text-align: left;
    padding-left: 50px;
    border-left: 1px solid #FFFFFF;
    line-height: 2.6rem;
	margin-bottom: 0;
}



/*内容页*/
.content{
	max-width: 1400px;
	/*background: white;*/
	margin: 0 auto 20px auto;
}

.breadcrumb{
	background-color: transparent;
    padding: 0;
    /* line-height: 30px; */
    padding-top: 30px;
    text-align: right;
}
.content .detail-header{
	text-align: center;
	font-size: 2rem;
}
@media (min-width: 768px) {
	.content .detail-header{
	font-size: 2.8rem;
	}
}
.meta-info{
	padding: 10px 0 20px 0;
	text-align: center;
	color: #666666;
}
.content-section section img{
	max-width: 100%;
    border: 0px;
    border: none;
}
/* 自定义按钮样式 */
.btn-operation {
    max-width: 300px;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
}
.btn-operation:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0,75,135,0.2);
}
@media (min-width: 768px) {
	.content{
		padding: 0  20px;
	}
	
    .btn-operation {
        display: inline-block;
        width: auto;
        min-width: 180px;
        margin: 0 15px;
    }
}
.btn-box{
	text-align: center;
}

/*栏目页**/
.channel{
	max-width: 1400px;
	margin: 0 auto;
}
.channel .left-bar{
	background: white;
}
.channel .left-bar h3{
	background: #00518e;
	margin: 0;
	line-height: 80px;
	text-align: center;
	color: white;
}
.channel .left-bar h3 a{
	display: block;
	margin: 0;
	line-height: 80px;
	text-align: center;
	color: white;
}
.channel .left-bar ul li{
	background: white;
	margin: 0;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #f3f1ed;
}
/* 移动端样式：li水平排列 */
@media (max-width: 768px) {

	.left-bar ul {
		display: flex;
		flex-wrap: nowrap; /* 不换行 */
		overflow-x: auto; /* 允许水平滚动 */
		-webkit-overflow-scrolling: touch; /* 平滑滚动 */
	padding-bottom: 10px; /* 给滚动条留空间 */
	}
	.left-bar ul li {
		flex: 0 0 auto; /* 不伸缩，不收缩，自动宽度 */
		margin-right: 15px !important; /* 项之间的间距 */
		margin-bottom: 0; /* 移除垂直间距 */
	}
	.left-bar ul li .bcolor {
		/* background: url(../images/arr19.png) 30px center no-repeat !important; */
		color: #105190;
		border-left: 0;
		border-bottom: 3px solid #105190;
}

}


.channel .left-bar ul li a{
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	/*background: white url(xia.png) left center no-repeat;*/
}
.channel .right-wrap{
	/*background: white;*/
}
.channel .right-box h3{
	padding-bottom: 15px;
	
}
.channel .right-box h3 a{
	font-size: 3rem;
	color: #105190;
	font-weight: bold;
	
}
.bcolor{
	    /* background: url(../images/arr19.png) 30px center no-repeat !important; */
    color: #105190;
    border-left: 3px solid #105190;
	background-color: #edf2fa;
}

/* 右侧列表样式 */
.list-header {
	border-bottom: 2px solid #004b87;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.article-item {
	padding: 10px;
	border-bottom: 1px solid #eee;
	transition: background 0.2s;
}
.article-item:hover {
	background: #f8f9fa;
}
.item-right, .article-item .left-box{
	padding: 20px;
}
.article-item .left-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-right h4 a{
	font-size: 2.8rem;
	line-height: 3rem;
	
}
.article-date {
	color: #666;
	min-width: 100px;
}
@media (max-width: 767px) {
	.channel-nav {
		border-right: none;
		margin-bottom: 20px;
	}
}
.page {
    line-height: 60px;
}
.three-box{
	background: #f2f2f2;
}

.sub-box{
	padding: 15px;
	background: #FFFFFF;
	margin-bottom: 30px;
}

.top-box {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
	display: block;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin-top: 30px;
}
a.top-box:hover{
	color: #FFFFFF;
}
.bg1{
	background: url(../images/bg1.png) top center no-repeat;
	background-size:100% 100%;
}
.bg2{
	background: url(../images/bg2.png) top center no-repeat;
	background-size:100% 100%;
}
.bg3{
	background: url(../images/bg3.png) top center no-repeat;
	background-size:100% 100%;
}
.my-icon{
	padding: 20px;
	text-align: center;
}
.my-icon img{
	width: 84px;
	height: 84px;
}
.service-box{
	padding-top: 15px;
	padding-bottom: 50px;
	background: url(../images/servicebg.png) top center;
	background-size:100% 100%;
}
.services{
	margin-bottom: 10px;
}
.services a{
	display: block;
	padding: 15px;
	background:#FFFFFF;
}
.services a p{
	text-align: center;
	font-size: 18px;
}
.search-box select{
	max-width: 160px;
}
.search-box input{
	max-width: 160px;
}
.xrld_ul li{
	float: left;
	margin-left:50px;
	margin-bottom:30px;
}
.xrld_ul li p{
	text-align: center;
	line-height: 30px;
	max-width: 160px;
}
.photo-item{
	/*float: left; */
	/*margin-left: 50px;*/
	margin-bottom: 30px;
	min-height: 300px;
}
.leader-name{
	text-align: center; 
	line-height: 26px; 
	max-height: 52px;
	margin-bottom: 0;
	color: #105190;
}
.duty{
	text-align: center;

}
.bumen{
	max-height: 96px;
	padding: 15px 0;
    line-height: 34px;
    /*border-bottom: 1px dashed #bebebe;*/
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* background: url(../images/point.png) left 15px no-repeat; */
    background: #d3e3fd;
    /* color: white; */
    border-radius: 5px;
    border-left: 5px solid #337ab7;
}
.bumen a{
	font-size: 18px;
}



/*
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #FFFFFF;
}
.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
*/

.headbar{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    /*border-top: 9px solid #165aa1;*/
    border-top: 9px solid #00518e;
    background: linear-gradient(rgba(27, 65, 88, 0.8), rgba(27, 65, 88, 0));
	/*background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));*/
    transition: all 0.5s;
}
.headbar.fixed {
    background: #165aa1;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}


.topnav li a{
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 10px;
}
.search {
    padding-left: 20px;
    background: url(../images/search.png) left center no-repeat;
    color: #FFFFFF;
    font-size: 14px;
	cursor: pointer;
}
.topnav li {
    float: left;
    padding: 0 15px;
}

/*新闻动态css*/

.xshd li{
	margin: 0;
	padding-left: 40px;
	background: url(../images/left1.png) left top no-repeat;
}

.double-box{
	background:#E6EFFF url(../images/tzbg.png) top center no-repeat;
	background-size: 100%;
	padding: 30px 15px;
}


a.gc-tztg{
	display: flex;
	background: rgba(255,255,255,0.8);
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}
a.gc-tztg .date{
	flex-basis: 80px;
	flex-grow: 0;
	flex-shrink: 0;
}
a.gc-tztg .date .day{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	
}
a.gc-tztg .date .month{
	font-size: 15px;
	color: gray;
	text-align: center;
	/*margin-top: 8px;*/
}
a.gc-tztg h3{
	flex-grow: 1; /* 填充剩余空间 */
	font-size: 18px;
	line-height: 30px;
	padding-left: 20px;
	border-left: 1px solid gray;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
a.mtgc{
	display: block;
	position: relative;
	
}
a.mtgc h3{
	width: 100%;
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	height: 36px;
	line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background: rgba(0, 0, 0, 0.3);
}
.slides-text{
	width: 100%;
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	height: 36px;
	line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background: rgba(0, 0, 0, 0.3);
}
.mtgc .imgbox{
	aspect-ratio: 3/2; /* 3:2比例 */
	height: 100%;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.mtgc .imgbox img{
	
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ggfw{
	display: flex;
    flex-wrap: wrap;
}
.ggfw>li{
	flex: 0 0 20%; /* 每个元素占据20%的宽度，这样一行可以容纳5个 */
    box-sizing: border-box; /* 确保宽度包含padding和border */
	margin: 15px 0;
	transition: transform 0.3s ease;
}
.ggfw>li:hover{
	transform: translateY(-5px);
}
.ggfw>li>a{
	display: block;
}
.ggfw>li>a>div{
	text-align: center;
}
.ggfw>li>a>div>img{
	width: 50px;
	height: 50px;
}
@media (min-width: 768px){
	.ggfw>li>a>div>img{
		width: 70px;
		height: 70px;
	}
}

.ggfw>li>a>h3{
	text-align: center;
	max-width: 140px;
	font-size: 18px;
	line-height: 26px;
	margin: 10px  auto;
}
/*数据广财*/




.iconbox{
	float: left;
}
.numbox{
	float: left;
}
/*
.icon-gcyw{
	background: url(../images/icon-gcyw.png) left center no-repeat !important; 
}
.icon-xshd{
	background: url(../images/icon-xshd.png) left center no-repeat !important; 
}
.icon-tzgg{
	background: url(../images/icon-tzgg.png) left center no-repeat !important; 
}
.icon-mtgc{
	background: url(../images/icon-mtgc.png) left center no-repeat !important; 
}
.icon-ggfw{
	background: url(../images/icon-ggfw.png) left center no-repeat !important; 
}
.icon-xyzc{
	background: url(../images/icon-xyzc.png) left center no-repeat !important; 
}
.icon-sjgc{
	margin-bottom: 40px;
	text-align: center;
}
.title-sjgc{
	padding-left: 46px;
	background: url(../images/icon-sjgc.png) left center no-repeat !important; 
}
*/
.layui-timeline-axis{
	color:#FFFFFF;
	background-color: #1f5bab;
}
.layui-timeline-item:before {
    background-color: #FFFFFF;
}
.layui-timeline-title{
	font-size: 15px;
	color: gray;
}
.xshd-h3{
	color: #FFFFFF;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xshd-h3 a{
	color: #FFFFFF !important;
}
.xshd-h3 a:hover{
	/*font-weight: bold; !important;*/
	text-decoration: underline !important;
}
.ggfw-text{
	line-height: 26px;
}
.mtgcksdh{
	margin: 30px 0;
	
}
.title-sjgc{
	color: rgb(52, 49, 150);
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
	display: block;
    width: 160px;
    margin: 0 auto;
}
.copyright h3{
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
}
.copyright p.addr{
	color: #FFFFFF;
	text-align: left;
}
.cpright{
	line-height:30px;
}




.data-box{
	height: 240px !important; /* 或任意所需高度 */
	position: relative; /* 确保 Swiper 在容器内定位 */

    margin-top: 100px;
}
.data-box>.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0 !important;
  padding-bottom: 40px;
}
.datagc{
	padding-top: 40px;
	padding-bottom: 0;
	
}
/*子项高度*/
.datagc .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /*height: calc((100% - 30px) / 2) !important;*/
  height: 130px;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}




 .dashed-circle {
    width: 100px;          /* 设置宽度 */
    height: 100px;          /* 设置高度 */
   /* border: 2px dashed #2457b1; /* 设置边框粗细、样式和颜色 */
    border-radius: 50%;     /* 设置圆角为50%，使元素成为圆形 */
    display: inline-block; /* 确保元素以块级元素显示，便于调整位置 */
	float: left;
	padding: 20px;
    background: #e0dbc7;
  }
.txtbox{
	float: left;
	padding-left: 10px;
}

.num{
	font-family: 'mv_boliregular';
	font-size: 28px;
	line-height: 50px;
	font-weight: bold;
	color: #da9620;
}

.dicr{
	color: #505050;
	line-height: 24px;
	font-size: 16px;
	width: 200px;
}

.datagc .swiper-pagination-bullet {
	background: transparent !important;
	border: 2px solid #a78e58;
	width: 12px;
	height: 12px;
	margin: 0 8px !important;
}
.layui-text h3{
	font-size: 2.8rem;
	line-height: 3.6rem;
	color: #FFFFFF;
}
.datagc .swiper-pagination-bullet-active {
	background: #a78e58 !important;
	border: none;
}
.datagc .swiper-pagination{
	bottom: -20px !important;
}
/*校园之窗*/
.xyzc-wrap{
	margin: 40px 20px;
}
.xyzc{
	height: 150px;
}
.xyzc .swiper {
	padding-top: 0;
	height: 100%;
	--swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
}
.xyzc a{
	display: block;
	height: 100%;
	width: 100%;
}

.link-box .lefttxt{
	flex-basis: 160px;
	flex-grow: 0;
	flex-shrink: 0;
}
.link-box .rightcon{
	flex-grow: 1;
}
.threebg{
	/*background: url(../images/databg.png) bottom center no-repeat;*/
}
ul.kxyj-col li{
	float: left;
    line-height: 36px;
    font-size: 18px;
    border-radius: 18px;
    padding: 0 30px;
    border: 1px solid #105190;
    min-width: 160px;
    text-align: center;
    margin-top: 30px;
    margin-right: 40px;
}

.article-item h4{
	font-weight: normal;
    margin-bottom: 0;
    line-height: 28px;
}





/**/
.search-btn {
            background: #4a6cf7;
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 1.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(74, 108, 247, 0.3);
        }
        
        .search-btn:hover {
            background: #3a5ae0;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(74, 108, 247, 0.4);
        }
        
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            opacity: 0;
            visibility: hidden;
            z-index: 9;
            transition: all 0.3s;
        }
        
        .overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        .search-box1 {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.9);
            background: white;
            width: 90%;
            max-width: 500px;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            opacity: 0;
            visibility: hidden;
            z-index: 10;
            transition: all 0.3s ease;
        }
        
        .search-box1.active {
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, -50%) scale(1);
        }
        
        .close-btn {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 1.8rem;
            color: #777;
            cursor: pointer;
            background: none;
            border: none;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .close-btn:hover {
            background: #f5f5f5;
            color: #333;
        }
        
        .search-box1 h2 {
            font-size: 1.8rem;
            color: #333;
            margin-bottom: 20px;
        }
        
        .search-input {
            width: 60%;
            padding: 15px 20px;
            font-size: 1.8rem;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            outline: none;
            transition: all 0.3s;
        }
        
        .search-input:focus {
            border-color: #4a6cf7;
            box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.2);
        }
        
        .search-hint {
            margin-top: 15px;
            color: #777;
            font-size: 1.5rem;
        }



.news-title{
	color:#003777;
	font-size: 1.8rem;
	margin: 1rem 0 1rem 0;
	line-height: 2.6rem;
	
}
@media(min-width: 768px){
	.news-title{
		font-size: 2.8rem;
		margin: 60px 0 30px 0;
		line-height: 3.6rem;
	}
}
.news-brief{
	color:#666666;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-date{
	color: #cf9f1d;
	font-size: 1.4rem;
	margin-bottom: 14px;
}
.news-detail-btn{
	background: #bfa116;
	color: white;
	text-align: center;
	padding: 8px 10px;
	border-radius； 5px;
	width: 120px;
    font-size: 16px;
}

.news-pagination-bullet {
    background: blue; /* 设置分页器小圆点的颜色 */
    opacity: 1; /* 确保小圆点完全不透明 */
    width: 10px; /* 设置小圆点的大小 */
    height: 10px; /* 设置小圆点的大小 */
}
 
.news-pagination-bullet-active {
    background: red; /* 设置当前激活的分页器小圆点的颜色 */
}
/* 非激活状态的分页器 */
.news .swiper-pagination-bullet {
  background: #999 !important; /* 修改此颜色 */
  width: 16px;      /* 修改大小 */
  height: 16px;     /* 修改大小 */
  opacity: 1;       /* 不透明度 */
}

/* 激活状态的分页器 */
.news .swiper-pagination-bullet-active {
  background: #003777 !important; /* 修改此颜色 */
  transform: scale(1.2); /* 激活状态放大效果 */
}
.news .swiper-pagination{
	left: 90% !important;
}
.news .swiper-slide{
	display: block;
}


/* events图文CSS */
.ratio-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 16:9 比例 */
}

.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mt60{
	margin-top: 6rem;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持比例并填充容器 */
  transition: transform 0.5s ease;
}
.image-container:hover img {
  transform: scale(1.03);
}
.ev-box {
	padding: 15px;
	background: #f6f6f6;
	min-height: 7.8rem;
	border: 1px solid #d9d9d9;
}
.events-title{
	
    font-size: 1.6rem;
    color: #184778;
    line-height: 2.4rem;
    /* padding: 1.2rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.research-flex{
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap-reverse；
	justify-content: space-between;
}
.research-flex-item{
	flex-grow: 1;
}
.research{
	background: #1f5bab;
}

.research .layui-timeline-title{
	color: #efd24c;
}
.res-title a{
	color: #FFFFFF !important;
}
.res .col .col-title:after {

    background: #FFFFFF;

}
.research .image-container{
	/*margin-top: 80px;*/
}
.hide{
	display: none;
}
.show{
	display: block;
}
.imagesbox{
	padding: 5px;
    background: #FFFFFF;
}
.gljl .image-container{
	margin-top: 1rem;
}
#previewImg {
	/*opacity: 0; /* 初始完全透明 */
  transition: all 0.3s ease-in-out; /* 添加透明度过渡效果 */
  /*display: none; /* 初始隐藏 */
}

.deepblue{
	color: #003777 !important;
}

.ge-list li{
	background: #f5f5f6;
    padding: 20px 20px 17px 20px;
    margin: 15px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
    transition: all 0.5s ease;
}
.ge-list li h3{
	min-height: 6rem;
}
.ge-list li a h3 {
	font-size: 2.8rem;
    color: #003777;
    line-height: 3.6rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ge-list li p{
	margin: 15px 0 0 0;
	
}	
.ge-list li:hover{
	background: #1f5bab;
}
.ge-list li:hover a h3 {
	color: #FFFFFF;
	
}
.ge-list li:hover p{
	color: #FFFFFF;
}
.title-center{
	text-align: center; 
	width: 80%;
	line-height: 50px; 
	margin: 40px auto;
	margin-top: 60px;
}
.title-center a{
	font-size: 5rem;
	font-weight: bold;
}
.title-center a:hiover{
	
}
.title-center:after{
	content: '';
    display: block;
    width: 320px;
    height: 5px;
    background: #000000;
    margin: 15px auto 0;
}
.campus .title-center:after{
    background: #FFFFFF;

}
.box-list>div{
	transition: all 0.5s ease;
}
.box-list>div:hover{
	transform: translateY(-5px);
}


/*campus*/
       .layout-highlight {
            background: rgba(255, 107, 107, 0.1);
            color: #1a1b41;
            border-radius: 12px;
            padding: 15px 25px;
            margin: 25px auto;
            max-width: 800px;
            text-align: center;
            font-weight: 500;
            border-left: 4px solid #4ecdc4;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }
        
        /* 等高布局核心代码 */
        .gallery-container {
            display: flex;
            gap: 30px;
            height: 460px; /* 固定高度确保对齐 */
        }
        
        .main-section {
            flex: 1;
            height: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 18px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
            transition: all 0.4s ease;
        }
        
        .main-section:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }
        
        .main-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }
        
        .main-section:hover .main-image {
            transform: scale(1.03);
        }
        
        /* 右侧网格布局 - 宽度平分 */
        .grid-section {
            flex: 1;
            height: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr; /* 两列等宽 */
            grid-template-rows: 1fr 1fr; /* 两行等高 */
            gap: 25px;
        }
        
        .grid-item {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
            transition: all 0.4s ease;
            cursor: pointer;
            height: 100%; /* 确保高度填充 */
        }
        
        .grid-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
        }
        
        .grid-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }
        
        .grid-item:hover .grid-img {
            transform: scale(1.08);
        }
        
        /* 网格区域分配 */
        .item-1 { grid-area: 1 / 1 / 2 / 2; } /* 左上 */
        .item-2 { grid-area: 1 / 2 / 2 / 3; } /* 右上 */
        .item-3 { grid-area: 2 / 1 / 3 / 2; } /* 左下 */
        .item-4 { grid-area: 2 / 2 / 3 / 3; } /* 右下 */
        
        /* 描述文字区域 */
        .description-area {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            /*background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);*/
			text-shadow: 2px 2px 4px #000000;
            color: white;
            padding: 25px 20px 20px;
            transition: all 0.4s ease;
            transform: translateY(0);
        }
        
        .grid-item .description-area {
            padding: 20px 15px 15px;
        }
        
        .main-title {
			line-height: 3.6rem;
            font-size: 1.8rem;
            margin-bottom: 12px;
            font-weight: 600;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
        }
        
        .grid-title {
            font-size: 1.6rem;
            margin-bottom: 8px;
            font-weight: 500;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
        }
        
        .description-text {
            font-size: 1.05rem;
            line-height: 1.6;
            opacity: 0.9;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, opacity 0.5s ease;
        }
        
        .main-section:hover .description-text {
            max-height: 200px;
            opacity: 1;
        }
        
        .grid-item:hover .description-text {
            max-height: 100px;
            opacity: 0.9;
        }
        
        /* 编号标签 */
        .number-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(26, 27, 65, 0.9);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            font-size: 20px;
            z-index: 10;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }
        
        .grid-item:hover .number-badge {
            background: rgba(78, 205, 196, 0.95);
            transform: scale(1.1);
        }
        
        /* 尺寸指示器 */
        .size-indicator {
            position: absolute;
            top: 20px;
            left: 20px;
            background: rgba(255, 255, 255, 0.85);
            color: #1a1b41;
            padding: 6px 15px;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 600;
            z-index: 10;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        }
        
        /* 布局指示器 */
        .layout-indicator {
            display: flex;
            justify-content: center;
            margin-top: 30px;
            padding: 20px;
            background: rgba(245, 245, 245, 0.9);
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .indicator-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            min-width: 220px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            border-top: 4px solid #ff6b6b;
        }
        
        .indicator-title {
            font-size: 1.3rem;
            color: #1a1b41;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .indicator-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }
        
        .cell {
            height: 60px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            color: white;
            background: #1a1b41;
        }
        
        .width-label {
            text-align: center;
            margin-top: 8px;
            font-size: 0.9rem;
            color: #1a1b41;
        }
        
        .width-label span {
            font-weight: 700;
            color: #ff6b6b;
        }
        
        .equal-width-indicator {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        
        .equal-width-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0 20px;
        }
        
        .equal-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #4ecdc4;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-bottom: 10px;
        }
        
        .equal-text {
            font-size: 1.1rem;
            color: #1a1b41;
            font-weight: 500;
        }
        
        /* 响应式设计 */
        @media (max-width: 1100px) {
            .gallery-container {
                flex-direction: column;
                height: auto;
                gap: 25px;
            }
            
            .main-section {
                height: 500px;
            }
            
            .grid-section {
                height: 700px;
            }
        }
        
        @media (max-width: 768px) {
            .grid-section {
                grid-template-columns: 1fr;
                grid-template-rows: repeat(4, 300px);
                height: auto;
            }
            
            .item-1 { grid-area: 1 / 1 / 2 / 2; }
            .item-2 { grid-area: 2 / 1 / 3 / 2; }
            .item-3 { grid-area: 3 / 1 / 4 / 2; }
            .item-4 { grid-area: 4 / 1 / 5 / 2; }
            
            h1 {
                font-size: 2.3rem;
            }
            
            .subtitle {
                font-size: 1.1rem;
            }
            
            .container {
                padding: 30px 20px;
            }
            
            .main-section {
                height: 400px;
            }
            
            .layout-indicator {
                flex-direction: column;
                align-items: center;
            }
            
            .equal-width-indicator {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
        }
        
        @media (max-width: 480px) {
            h1 {
                font-size: 2rem;
            }
            
            .main-title {
                font-size: 1.5rem;
            }
            
            .grid-title {
                font-size: 1.2rem;
            }
            
            .description-text {
                font-size: 0.95rem;
            }
            
            .main-section {
                height: 350px;
            }
            
            .grid-section {
                grid-template-rows: repeat(4, 250px);
            }
        }
        
        footer {
            margin-top: 40px;
            text-align: center;
            padding: 25px;
            border-top: 1px solid #eaeaea;
            color: #6c757d;
            font-size: 1rem;
        }
        
        .footer-highlight {
            color: #ff6b6b;
            font-weight: 600;
        }

.datagc .title-center a{
	/*color: #00518e;*/
}
.datagc .title-center:after {
	width: 200px;
    /*background: #00518e;*/

}
@media(max-width=768px){
	.datagc .title-center:after {
	width: 400px;
    /*background: #00518e;*/

	}
}


.datagc .custom-pagination{
	text-align: center;
	margin-bottom: 50px;
}
.logo-box{
	text-align: right;
	margin-top: 50px;
}
.logo-box img{
	max-width: 400px;
}
.sub-top-box{
	position: relative;
	height: 520px;
	background: url(../images/sub-top-bg.png) top center no-repeat;
}
.cur-col-name{
	background: #00518e;
    padding: 30px;
    text-align: center;
    font-size: 3rem;
	
}
.cur-col-name a{
	color: #FFFFFF;
}
.breadcrumb-box{

}
.bbox{
	border-bottom: 2px solid #105190;
	margin-bottom: 30px;
}

.photo-box{
	text-align: center;
}





















