*{
	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);
 }

body{
	/*background-color: #f3f1ed;*/
	font-size: 16px;
	font-family: "Microsoft YaHei", "SimSun", "Arial Narrow";
}
ul, li {
    list-style: none;
}
.h1, .h2, .h3,h4, h1, h2, h3 h4{
	margin: 0;
}
a{
	color: #333333;
}
a:hover{
	text-decoration: none !important;
	color: #1263aa ;
}
a:hover .title{
	text-decoration: none !important;
	color: #1263aa !important;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}
:focus {
outline: none;
}
.w1400{
	max-width: 1500px;
	margin: 0 auto;
}
.my-group-btn{
	display: block;
}
.build{
	float: right;

}
.h1, .h2, .h3,.h4, h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 0;
}
/*header**/
#myheader{
	background: #1263aa;
	border-bottom: 1px solid #7caad6;
}
#myheader .wrap{
	height: 150px;
}
#myheader .wrap .logo-link{
	
}
#myheader .wrap .logo-link img{
	height: 110px;
	margin-top: 20px;
}
#myheader .wrap .build{
	height: 150px;/* 例如，设置父容器的高度为视口高度 */
	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;
}
#myheader .search-box span{
	color: #FFFFFF;
	margin: 0 10px;
}
.slogan-box{
	background: url(../images/slogan.png) 200px center no-repeat;
    /* height: 100px; */
    background-size: auto 50px;
}




/*导航距离 轮播图*/
.navbar{
	margin-bottom: 0px;
}
.navbar-default {
    background-color: #1263aa;
    border: 0;
}
.navbar-brand{
	padding: 0 !important;
}
.navbar-brand>img{
	margin-top: 3px;
	max-width: 320px;
    /*margin-left: 10px;*/
	
}
@media (min-width: 768px){
	.navbar-nav {
		width: 100%;
	}
	.navbar-default .navbar-nav>li{
		width: 12.5%;
	}
}

.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
	/*font-size: 18px;*/
	text-align: center;
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{
	background-color: #0b518f !important;
	color: #FFFFFF !important;
}
.navbar-default .navbar-nav>.open>a{
	color: #FFFFFF;
    background-color: #2365a7;
}

.navbar-header{
	
}
.dropdown-menu>li>a{
	font-size: 16px;
    padding: 10px 20px;
    text-align: center;

}
.dropdown-menu {
    min-width: 100% !important;
    background: rgba(255, 255, 255, .8);
}
.input-group {
	display: inline-block;
}
.navbar-static-top{
	z-index: 5 !important;
}



/* 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: 30.30%; /* 16/9 = 100/56.25 */
}
@media (min-width: 768px){
	.carousel .item {
		width: 100%; /* 或者具体的宽度 */
		/*height: 650px; /* 设置高度为0 */
		height: 0; /* 设置高度为0 */
		padding-top: 0;
		padding-top: 30.30%; /* 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: 16px;
}


/**新闻*/

/* 核心修改：响应式宽高比容器 */
.swiper-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* 16:9 宽高比（修改padding-top值可调整比例） */
.swiper {
	width: 100%;
	height: 0;
	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;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	/*padding-left: 20px;*/
	width: 100%;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	text-align: center;
}

/* 优化移动端触控体验 */
.swiper-slide img {
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/ /* 保持图片比例 */
	pointer-events: none; /* 防止图片拖动干扰滑动 */
}

/* 白色导航按钮（移动端隐藏） */
.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: 74px;
	}
}

/* 分页器样式优化 */
.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;
	}
}

ul.dtxw li{
	display: flex;
	padding-left: 15px;
	background: url(../images/point.png) left 15px no-repeat;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 4px;
}
ul.dtxw li h3{
	flex-grow: 1;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 39px;
	margin-top: 0;
}
ul.dtxw li p{
	flex-basis: 124px;
    flex-grow: 0;
    flex-shrink: 0;
	text-align: right;
}

ul.dtxw li h3 a{
	font-size: 1.6rem;
}


.col{
	position: relative;
}
.col .col-title{
	float: left;
    /*padding-left: 36px;*/
	/*background: url(../images/shu.png) left center no-repeat;*/
	margin: 10px 0;
}
.col .col-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #1263aa;
    margin: 15px auto 0;
}
.col .col-title a{
	color: #2c3e50;
    font-size: 2.4rem;
    line-height: 40px;
	font-weight: bold;
}
.col .col-more{
	position: absolute;
    top: 20px;
    right: 10px;
}
.col .col-more a {
    display: block;
    color: gray;
    font-size: 12px;
    line-height: 12px;
    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 #1263aa;
	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.6rem;
    line-height: 2.4rem;
    /* 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;
	line-height: 36px;
}
/*通知公告*/
.tztg-box{
	margin: 20px auto;
}
.tztg{
}
.tztg .tztg-col{
	background: #ebdbb6;
	text-align: center;
}
.tztg h3{
    color: #1263aa;
    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;
	padding: 4px 0; 
}
.tztg-list ul li{
	background: white;
	transition: all 0.3s ease;
	/*border-bottom: 1px solid gray;*/
	border: 1px solid #f5f5f5;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	margin-bottom: 15px;
}

.tztg-list ul li:hover{
    /*transform: translateY(-2px);*/
}
.tztg-list .title-box{
	padding: 5px;

}
.tztg-list .title-box .title{
	    flex: 1;
    /* height: 5rem; */
    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: #1263aa;*/
	border-right: 1px solid gray;
    color: #FFFFFF;
    min-width: 66px;
    height: 55px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
	margin: 12px 5px;
}
.tztg-list .date-box .date{
	display: block;
    background: #FFFFFF;
    color: #1263aa;
    font-size: 22px;
	margin-top: 0;
}
.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 #1263aa;
    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: #1263aa;
	/*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;
}
.footer .link-title{
	font-size: 22px;
    line-height: 40px;
    padding-left: 58px;
    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: 20px 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;
	padding-left: 30px;
	font-size: 16px;
}
/*内容页*/
.content{
	max-width: 1400px;
	background: white;
	margin: 0 auto 20px auto;
}

.breadcrumb{
	background-color: transparent;
	padding: 0;
	margin: 10px 0;
}
.content .detail-header{
	text-align: center;
	font-size: 24px;
	line-height: 50px;
}
@media (min-width: 768px) {
	.content .detail-header{
		font-size: 36px;
		font-family: 方正小标宋简体;
	}
}
.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: #1263aa;
	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;
}
.channel .left-bar ul li a{
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	/*background: white url(xia.png) left center no-repeat;*/
}
.channel .right-wrap{
	background: white;
}
.channel .right-box h3{
	padding-bottom: 15px;
	border-bottom: 2px solid #1263aa;
}
.channel .right-box h3 a{
	font-size: 22px;
	color: #1263aa;
	
}
.bcolor{
	background: url(../images/arr19.png) 30px center no-repeat !important;
	color: #1263aa;
	border-left: 2px solid #1263aa;
}

/* 右侧列表样式 */
.list-header {
	border-bottom: 2px solid #004b87;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.article-item {
	padding: 15px;
	border-bottom: 1px solid #eee;
	transition: background 0.2s;
	background: url(../images/point.png) left center no-repeat;
}
.article-item h4{
	font-size: 1rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-item h4 a{
	font-size: 16px;
	font-weight: normal;
}
.article-item:hover {
	background: #f8f9fa;
}
.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{
	margin-top: 40px;
}
.three-box .threeh{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	white-space: normal;
	line-height: 2.4rem;
	min-height: 54px;
}
.three-box .sub-box ul li{
	display: block;
}
.three-box .sub-box ul li p{
	text-align: left;
	color: #808080;
}


.sub-box{
	padding: 15px;
	background: #FFFFFF;
	margin-bottom: 30px;
	min-height: 412px;
}

.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: 70px;
	height: 70px;
}
.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;
}
.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-right: 40px;
	margin-top: 20px;
}
.leader-name{
	text-align: center; 
	line-height: 26px; 
	margin-bottom: 30px;
	max-width: 160px;
}
/*
.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;
}
*/

/*搜索*/
#searchButton{
	cursor: pointer;
	}
.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;
        }
		
		
/* 核心样式：标题居中，后跟横线，右侧有more */
.title-container {
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	position: relative;
	margin: 10px 0 20px 0;
	padding: 0 20px 0 0;
}

.title-container .title {
	position: relative;
	padding: 0 20px 0 0;

	text-align: center;
	background: white;
	z-index: 2;
	white-space: nowrap;
}
.title-container .title a{
	font-size: 2.4rem;
	font-weight: 700;
	color: #2c3e50;
}

.title-container .title:after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #1263aa;
    margin: 15px auto 0;
}
        
.title-container .more-link {
	position: absolute;
	right: 0;
	padding: 8px 16px;
	/*background: #3498db;*/
	color: gray;
	text-decoration: none;
	/*border-radius: 30px;*/
	font-weight: 400;
	font-size: 1.4rem;
	transition: all 0.3s ease;
	z-index: 3;
	/*box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);*/
}

/*.more-link:hover {
	background: #2980b9;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(52, 152, 219, 0.4);
}	*/

.layout-image{
	float: left;
	width: 140px;
	height: 98px;
}
.layout-image img{
	width: 100%;
	height: 100%;
}
.img-txt-box{
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.img-txt-box .layout-text{
	margin-left: 160px;
}
.img-txt-box .layout-text h3{
	font-size: 16px;
	line-height: 2.4rem;
}
.img-txt-box .rightbox{
}
.dtgzul{
	margin-bottom: 0;
}
.title-bt{
	font-size: 1.6rem;
	line-height: 2.rem;
}
	