*{
	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;
}
h3{
	font-size: 16px;
}
a{
	color: #333333;
}
a:hover{
	text-decoration: none !important;
	color: #B50009 ;
}
a:hover .title{
	text-decoration: none !important;
	color: #B50009 !important;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}
:focus {
outline: none;
}
.w1400{
	max-width: 1400px;
	margin: 0 auto;
}
.my-group-btn{
	display: block;
}
.build{
	float: right;
    margin-right: 50px;
}
/*header**/
.right{
	text-align: right;
}
.header{
	margin-bottom: 10px;
}
#myheader{
	display: none !important;
	/*background: #1d4990 url(../images/build.png) top right no-repeat;*/
	border-bottom: 1px solid #7caad6;
}
.logo-box{
	line-height: 150px;
}
.cur-date{
	color: #FFFFFF;
	text-align:right;
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 14px;
}
#myheader .wrap{
	height: 150px;
	
}
#myheader .wrap .logo-link{
	
}
#myheader .wrap .logo-link img{
	height: 80px;
    width: auto;
}
#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;*/
}
/*导航*/
.navbar{
	margin-bottom: 0;

}
#navbar{
	width: 100%;

}
.navbar-default {
    background-color: white;
    border: 0;
}
/*
.navbar-brand{
	padding: 0 !important;
}
.navbar-brand>img{
	margin-top: 3px;
	max-width: 320px;
    /*margin-left: 10px;*/
	
}
.navbar-default{
	/*background: #1d4990;*/
	
}
.navbar-brand{
	height: auto !important;
	padding: 35px 15px;
}


.navbar-default .navbar-nav>li>a {
    /*color: #FFFFFF;*/
	font-size: 16px;
	text-align: center;
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{
	/*background-color:#2365a7;*/
	color: #B50009;
	border-bottom: 3px solid #B50009;
}
.navbar-nav>li>a.on{
	color: #B50009 !important;
	border-bottom: 3px solid #B50009 !important;
}
.navbar-default .navbar-nav>.open>a{
	color: #FFFFFF !important;
    background-color: #2365a7 !important;
}
@media (min-width: 768px){
	/*.navbar-nav {
		width: 100%;
	}*/
	.navbar-default{
		background: #FFFFFF;
		border-bottom: 1px solid #e3e3e3;
	}
	/*.navbar-default .navbar-nav>li{
		width: 16.66%;
	}*/
	.navbar-default .navbar-nav>li>a {
		color: black;
		border-bottom: 3px solid #FFFFFF;
	}
	
}

.navbar-brand>img{
	width: 300px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 50px 0;
    }
		.navbar-brand>img{
		width: 550px;
	}
}

.navbar-header{
	
}
.dropdown-menu>li>a{
	font-size: 16px;
    padding: 10px 20px;
    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 */
}
@media (min-width: 768px){
	.carousel .item {
		width: 100%; /* 或者具体的宽度 */
		height: 525px; /* 设置高度为0 */
		padding-top: 0;
		/*padding-top: 56.25%; /* 16/9 = 100/56.25 */
	}
	#myCarousel2 .item {
		width: 100%; /* 或者具体的宽度 */
		height: 0; /* 设置高度为0 */
		padding-top: 71.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: 16px;
}
.mt{
	margin-bottom: 30px;
}

/**新闻*/




@media (max-width: 600px) {
	.navbar-header{
		height: 60px;
	}
}


@media (min-width: 768px) {
	.dtxw-box{
	padding-left: 0 !important;
	}
}
.dtxw-box ul li{
	display: flex;
}
.dtxw-box ul li h3{
	flex-grow: 1;
	margin: 0;
	line-height: 46px;
}
.dtxw-box ul li p{
	width: 120px;
	flex-shrink: 0;
	
}
ul.dtxw li{
	padding-left: 15px;
	background: url(../images/point.png) left 22px no-repeat;
	border-bottom: 1px solid #e2e2e2;
	/*padding-bottom: 4px;*/
}
ul.dtxw li h3{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

	margin-top: 0;
}
.block{
	display: block;
}
ul.dtxw li h3 a{
	font-size: 1.8rem;
}

.swiper-container {
  width: 100%;
  height: 204px;
  color: #fff;
  text-align: center;
}
@media(min-width: 768px){
	.swiper-container {
		 height: 404px;
		}
}
.swiper-slide{

}
.swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}	

.dept-news img{
	width: 100%;
	height: auto;
	height: 304px;
	object-fit: cover;
	
}
.dept-news .news-title{
	border: 1px solid #ebe5df;
}
.dept-news h3{
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0;
	padding-top: 15px;
	line-height: 24px;
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.dept-news p{
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #c47a0f;
}
.txt-div{
	text-align: left;
	color: #000000;
	margin-left: 20px;
	margin-right: 20px; 
	padding: 0 15px;
	border: 1px solid #ebe5df;
}
.txt-div h3{
	color: #333333;
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.txt-div p{
	color: #c47a0f;
}
.deptimg-box{
	margin: 20px 20px 0 20px;; 
	overflow: hidden;
}

.deptimg-box img{
	width: 100%; 
	height: 60px;
}
@media(min-width: 768px){
	.deptimg-box img{
		width: 100%; 
		height: 300px;
	}
}
.col{
	position: relative;
	border-bottom: 2px solid #c3bebd;
	margin-bottom: 20px;
}
.col .col-title{
	float: left;
    padding-left: 46px;
	/*background: url(../images/shu.png) left center no-repeat;*/
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
.col .col-title:after{
	  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #b80e15;
}
.col .col-title a{
	color: #b80e15;
    font-size: 20px;
    line-height: 40px;
	font-weight: bold;
}
.news-col-title{
	background: url(../images/col-news.png) left center no-repeat !important;
	height: 110px;
	width: 200px;
}
.notice-col-title{
	background: url(../images/col-notice.png) left center no-repeat !important;
	height: 110px;
	width: 200px;
}
.col-dept{
	background: url(../images/icon-news.png) left center no-repeat;
	background-size: 36px;
}
.col-photo{
	background: url(../images/icon-photo.png) left center no-repeat;
	background-size: 36px;
}
.col-book{
	background: url(../images/icon-book.png) left center no-repeat;
	background-size: 36px;
}
.col-notice{
	background: url(../images/icon-notice.png) left center no-repeat;
	background-size: 36px;
}
.col-media{
	background: url(../images/icon-media.png) left center no-repeat;
	background-size: 36px;
}
.col-link{
	background: url(../images/icon-link.png) left center no-repeat;
	background-size: 36px;
}



.col .col-more{
	position: absolute;
    top: 24px;
    right: 10px;
}
.col .col-more a {
    display: block;
    color: gray;
    font-size: 16px;
    color: #af804e;
    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: 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;
}

.yjdt .date {
    font-size: 1.4rem;
    /*margin-top: 8px;*/
	margin-bottom: 0;
	line-height: 46px;
}
/*通知公告*/
.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: 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: #AF804E;
	border: 1px solid #DAE6E6;
    border-radius: 3px;
    color: #FFFFFF;
    min-width: 56px;
    height: 55px;
    padding: 2px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
	margin: 12px 5px;
}
.tztg-list .date-box .date{
	display: block;
    background: #FFFFFF;
    color: #AF804E;
    font-size: 22px;
	margin-top: 0;
}
.tztg-list .date-box .yearmounth{
	color: #FFFFFF;
	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: #105190;
	margin-top: 40px;
	/*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 20px 0;
}
.content .detail-header{
	text-align: center;
	font-size: 24px;
	line-height: 50px;
}
@media (min-width: 768px) {
	.content .detail-header{
	font-size: 30px;
	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: #105190;*/
	margin: 0;
	line-height: 80px;
	text-align: center;
	color: white;
}
.channel .left-bar h3 a{
	display: block;
	margin: 0;
	line-height: 68px;
	text-align: center;
	color: #b50009;
	font-size: 22px;
	font-weight: bold;
}
.channel .left-bar ul li{
	background: white;
	margin: 0;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #f3f1ed;
}
.channel .left-bar ul li a{
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	/*background: white url(xia.png) left center no-repeat;*/
}
@media(min-width: 768px){
	.channel .left-bar ul li{
		line-height: 60px;
	}
	.channel .left-bar ul li a{
		line-height: 60px;
	}
}

.channel .right-wrap{
	background: white;
}
.channel .right-box h3{
	padding-bottom: 15px;
	border-bottom: 2px solid #b50009
}
.channel .right-box h3 a{
	font-size: 20px;
	color: #b50009;
	
}
.bcolor{
	/*background: #f2f8ff;*/
	color: #b50009;
	/*border-left: 2px solid #b50009;*/
}

/* 右侧列表样式 */
.list-header {
	border-bottom: 2px solid #004b87;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.article-item {
	padding: 12px;
	border-bottom: 1px solid #eee;
	transition: background 0.2s;
}
.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{
	background: #f2f2f2;
}
.three-box .threeh{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	white-space: normal;
}

.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-left: 50px;
}
.leader-name{
	text-align: center;
    line-height: 26px;
    max-width: 160px;
    color: #105190;
	margin-bottom: 0;
    /* overflow: hidden; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leader-duty{
	text-align: center;
    line-height: 26px;
    height: 52px;
    margin-bottom: 10px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*
.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;
}
*/
.llxx ul li h3{
	margin: 0;
	line-height: 46px;
	border-bottom: 1px dashed gray;
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.tzgg .date-box{
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.tzgg ul li{
	margin: 10px 0;
	/*border-bottom: 1px dashed gray;*/
}
.tzgg ul li a{
	display: flex;
}
.tzgg ul li a .date-box{
	width: 80px;
	flex-shrink: 0;
	text-align: center;
}
.tzgg ul li a .date-box p{
	margin: 0;
}

.tzgg ul li a .date-box p.date{
	color: #cf000a;
    font-size: 28px;
}
.tzgg ul li a .date-box p.yearmounth{
	font-size: 14px;
}
.tzgg ul li a .t-title{
	flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 5px 0;
    line-height: 24px;
}
.col-md-20p {
  width: 50%;
  float: left; /* 或者使用 flexbox 的话会是 .d-flex 或者 .d-inline-flex */
}
@media(min-width: 768px){
	.col-md-20p {
	  width: 20%;
	  float: left; /* 或者使用 flexbox 的话会是 .d-flex 或者 .d-inline-flex */
	}
}

.qrcode-box .col-md-20p{
	text-align: center;
}
.qrcode-box .col-md-20p img{
	width: 140px;
	height: 140px;

}
.qr-title{
	line-height: 40px;
}
.yqlj .title-box{
	padding-left: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
	background: url(../images/arr1977.png) left center no-repeat;
}
.sc-box{
	position: absolute;
	top: 10px;
	right: 50px;
}






