body,
html {
	background: #eee;
}

body.open {
	overflow: hidden;
}

/* 头部开始 */

.header {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;

}

/* 导航栏 */
.nav {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 270px;
	padding: 15px 0;
	z-index: 9;
	transition: .2s;
}
.yd {
display:block !important;
}
.nav.up {
	background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

.nav.down {
	background: #611531;
}

.nav-box {
	width: 1640px;
	margin: 0 auto;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.nav-top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.nav-top li {
	position: relative;
	padding: 0 15px;
	color: #fff;
	height: 18px;
	line-height: 18px;
}

.nav-top a {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.nav-top li.search a {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/search.png) no-repeat;
	background-size: 100% 100%;
}
.titleactive {
    color: #d8ad5f !important;
    font-weight: 600;
}
.search-input {
	border-radius: 5px;
	width: 242px;
	position: relative;
	display: flex;
	justify-content: center;
	line-height: 18px;
	font-size: 14px;
	height: 28px;
	box-sizing: border-box;
	display: none;
	margin-top: -5px;
}
.search-input input {
	background: rgba(0, 0, 0, 0);
	padding: 5px;
	border-radius: 5px 0 0 5px;
	border: 1px solid  #eee;
	width: 160px;
	height: 28px !important;
	box-sizing: border-box;
        color:#fff;
        font-family:微软雅黑;
}
.search-input button {
	width: 60px;
	border-radius: 0 5px 5px 0;
	height: 28px;
	border: 0;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
}
.nav-top li::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	top: 2px;
	left: 0;
	background: #fff;
}
.nav-top li:first-child::before{
	width: 0;
}

.nav-btm {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.nav-btm .logo {
	height: 45px;
	display: flex;
	align-items: center;
	position: relative;
}

.nav-btm .logo img {
	height: 100%;
}

.nav-btm .logo::after {
	position: absolute;
	content: '';
	right: 56%;
	width: 1px;
	height: 70%;
	top: 15%;
	transform: translateX(-50%);
	background: #fff;
}

.nav-btm .logo div {
	color: #fff;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	margin-left: 15px;
	font-size: 14px;
}


.nav-bar {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.nav-bar>li {
	flex: 1;
	height: 40px;
}

.nav-bar a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #fff;
	font-size: 22px;
}

.nav-bar a:hover {
	color: #d8ad5f;
}


/* 导航栏结束 */

/* BANNER */
.banner {
	width: 100%;
	position: relative;
}

.banner1 {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.banner a {
    display: block;
}

.banner img {
    width: 100%;
}

.bannerPc ul,
.bannerPc li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bannerPc a {
    display: block;
}

.bannerPc img {
    max-width: 100%;
    vertical-align: middle;
}

.banner1 .bx-wrapper .bx-pager,
.banner1 .bx-wrapper .bx-controls-auto {
    bottom: 20px;
}


.sidebar {
	position: absolute;
	left: 120px;
	bottom: -110px;
	width: 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.newsPage .sidebar {
	bottom: -170px;
}
.ptyBd .sidebar {
	bottom: -50px;
}

.sidebar .title {
	width: 100%;
	height: 100px;
	background: #611531;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 26px;
	letter-spacing: 2px;
}

.sidebar .list {
	width: 100%;
	height: auto;
	border: 1px solid #00000030;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.sidebar .list .item {
	width: 88%;
	height: 60px;
}

.sidebar .list .item a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #2a2a2a;
	border-bottom: 1px solid #00000020;
	box-sizing: border-box;
}
.sidebar .list .item a.active,.sidebar .list .item a:hover {
	color: #611531;
}

.sidebar .list .item a .icon {
	display: none;
}

.sidebar .list .item a.active .icon {
	display: block;
}

.sidebar .list .item a:hover .icon {
	display: block;
}

.sidebar .list .item a.active .icon svg,
.sidebar .list .item a .icon svg {
	width: 18px; 
	height: 18px; 
	fill: #611531;
	margin-top: 7px;
}

.sidebar .list>.item:last-child a {
	border: unset;
}

/* BANNER结束 */
/* 头部结束 */

/* 主体开始 */
.main {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main-wrap-detail, .news-main-box .crumbs.zhibu {
	/*display: none;*/
}
.bksword {
	padding:20px 40px;
	border-radius:10px;
	box-shadow: 0 0 20px 0 #cacaca;
        font-weight:lighter;
}
.text {
	width: 100%;
}
.text table {
	width: 100%;
}
.contentstyle153834 table tbody tr td {
	/* width: 100%; */
	height:60px !important;
            padding: 20px !important;
    line-height: 2rem;
    font-size: 1.4rem;
border: 1px solid #fff !important;
}
.firstRow {
	background: #611531 !important;
	color: #fff !important;
	font-size: 1.5rem;
}
.ue-table-interlace-color-double {
	background: #eee6e9 !important;
	color: #000;
	font-size: 1.5rem;
}
.ue-table-interlace-color-single {
	background: #e7d2da;
	color: #000;
	font-size: 1.5rem;
}
.fenlan {
	font-family: Arial, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
}
.fenlanactive {
    background-color: #611531 !important;
    color: #fff !important;
}
.button-link {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    flex: 1; /* 使得每个按钮都占据相同的宽度 */
    margin: 10px 30px;
    text-align: center;
    text-decoration: none;
    color: black;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #7c7c7c;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button-link:hover {
    background-color: #611531;
    color: #fff;
}
.menu-container {
    display: flex;
    width: 70%;
    justify-content: space-between; /* 可选，用于在按钮之间添加间距 */
    background-color: #fff; /* 可选，为容器添加背景色 */
     /* 可选，为容器添加边框 */
    border-radius: 5px; /* 可选，为容器添加圆角 */
    margin: 60px 0 40px 0; /* 可选，为容器添加内边距 */
     /* 可选，为容器添加阴影 */
}
 
.menu-button {
    flex: 1; /* 使得每个按钮都占据相同的宽度 */
    padding: 15px 10px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #b2b2b2;
    border-radius: 8px;
    background-color: #fff;
    color: black;
    transition: background-color 0.3s;
    margin: 10px 30px;
}
 
.menu-button:hover {
    background-color: #611531;
    color: #fff;
}
.news {
	width: 1620px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.news-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.news-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.news-banner {
	width: 720px;
	height: 660px;
	background: #fff;
	overflow: hidden;
	position: relative;
	margin-right: 25px;
}

.news-banner .item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.news-banner .item .img {
	width: 100%;
	height: 460px;
	overflow-y: hidden;
}

.news-banner .item .img img {
	width: 100%;
	height: 460px;
}

.news-banner .item .title {
	font-size: 26px;
	color: #611531;
	margin: 15px 0 20px;
}

.news-banner .item .text {
	    font-size: 20px;
    padding: 0 40px;
    line-height: 40px;
    text-align: justify;
    width: auto;
}

.news-banner .news-next {
	position: absolute;
	bottom: -7px;
	z-index: 3;
	right: 30px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.swiper-btm {
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: 10px;
	z-index: 3;
}
.swiper-slide {
	color: #333;
}
.news-banner .news-next .icon,
.news-banner .news-prev .icon {
	width: 51px;
	height: 51px;
	fill: #611531;
	cursor: pointer;
}

.news-banner .news-prev {
	position: absolute;
	bottom: 0;
	left: 30px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.news-banner .news-pagination {
	position: absolute;
	width: 200px;
	bottom: 20px;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-pagination-bullet-active {
	background: #611531;
}

.news-list {
	width: 875px;
	background: #fff;
	height: 660px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.news-list .item {
	width: 100%;
	height: 110px;
	display: flex;
	justify-content: center;
}

.news-list .item a {
	width: 95%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-list .item .time {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	width: 60px;
	height: 50px;
}

.news-list .item .time .day {
	font-size: 32px;
	color: #611531;
	letter-spacing: 2px;

}

.news-list .item .time .month {
	font-size: 14px;
	color: #212121;
}

.news-list .item .title {
	font-size: 20px;
	width: calc(100% - 100px);
	padding: 0 15px;
	height: 110px;
	display: block;
	line-height: 110px;
	color: #212121;
	transition: .1s;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.news-list .item:hover .title {
	transform-origin: left;
	transform: scaleX(1.1);
	font-size: 28px;
	letter-spacing: 1.5px;
	color: #fff;
	background: #611531;
	font-weight: 400;
	border-bottom: 1px solid #000000;
}

.party {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #fff;
	background-image: url("../images/party.jpg");
	background-repeat: no-repeat;
	height: 475px;
	background-size: 100%;
	padding-bottom: 35px;
	margin-top: 50px;
	position: relative;
}

.party-container {
	width: 1620px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.party .title-box {
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0;
}

.party .title-box .title .en {
	color: #fff;
}

.party .title-box .title .zh {
	color: #fff;
	border-bottom: 0;
	position: relative;
}
.party .title-box .title .zh::after {
	content: '';
	width: 80px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -6px;
}

.party .title-box .more {
	font-size: 14px;
	color: #fff;
	border-bottom: 3px solid #fff;
}

.party-box {
	width: 100%;
	position: absolute;
	top: 165px;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/*********** 删除的党建左右点击按钮 ********/
/* .party-box .btn {
	display: flex;
	align-items: center;
	z-index: 3;
}

.party-box .btn div {
	margin: 0 10px;
	width: 75px;
	border-radius: 50%;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	overflow: hidden;
}

.party-box .btn div .icon {
	width: 100%;
	height: 100%;
	fill: #fff;
} */

.party-banner {
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.partyB-ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.partyB-li {
	width: 23%;
}

.party-banner .item {
	width: 100%;
	height: 255px;
	cursor: pointer;
}

.party-banner .item .img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.party-banner .item .img img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}

.party-banner .item .img .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(97, 21, 49, .7);
	padding: 4px 12px 8px;
	display: flex;
	align-items: flex-end;
	color: #fff;
	letter-spacing: 1px;
	line-height: 22px;
	box-sizing: border-box;
	transition: all 0.5s;
}
.party-banner .item:hover .img img {
	transform: scale(1.3);
}
.party-banner .item:hover .img .text {
	background: rgba(255, 255, 255, .8);
	color: #611531;
}

.life {
	width: 1620px;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* padding: 30px 0; */
}
.life .title-box {
	margin: 45px 0 50px;
}

.life .title-box .title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.life .title-box .title .en {
	color: #611531;
	font-weight: normal;
}

.life .title-box .title .zh {
	color: #611531;
	/* border: 0; */
}

.life .title-box .more {
	color: #611531;
}

.life .life-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.life-box .item {
	width: calc(100% / 3);
	height: 355px;

}

.life-box .item .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.life-box .item .img img {
	width: 100%;
	height: 100%;
}

.life-box .item .img .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:  #B39B77;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	color: #fff;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.6s;
}
.life-box .item .img:hover .text {
	opacity: 1;
}

.link {
	width: 100%;
	display: flex;
	justify-content: center;
	background: #fff;
	padding: 100px 0 60px;
	margin-top: 100px;
}

.link-box {
	width: 1460px;
	display: flex;
	justify-content: space-between;
}


.link-box a {
	width: calc(100% / 4);
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	text-align:center;
}

.link-box .item {
	/* width: calc(100% / 4); */
	/* display: flex; */
	/* flex-direction: column; */
	/* align-items: center; */
	/* cursor: pointer; */
	/* text-align:center; */
}

.link-box .item .icon {
	height: 160px;
	text-align: center;
}

.link-box .item .icon img {
	height: auto;
	display: inline-block;
}
.link-box .item .icon img.img-hover {
	display: none;
}
.link-box .item:hover .icon img.img {
	display: none;
}
.link-box .item:hover .icon img.img-hover {
	display: inline-block;
}
.link-box .item .text {
	margin-top: 30px;
	font-size: 30px;
	color: #8b8b8b;
}
.link-box .item:hover .text {
	color: #611531;
}

.footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 65px 0 100px;
	background: #611531;
}

.footer .logo {
	height: 95px;
}

.footer .logo img {
	height: 100%;
}

.footer .text {
	margin-top: 50px;
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	letter-spacing: 1px;
}
.footer .cprt {
	font-weight: lighter;
	transform: scaleX(1.1);
}
.footer .other {
	font-size: 14px;
}

/* .menu {
	display: none;
	width: 100%;
	position: fixed;
	height: 100vh;
	background: #fff;
	z-index: 1001;
	top: 0;
	left: 0;
	flex-direction: column;
	align-items: center;
}

.menu-header {
	width: 95%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	border-bottom: 1px solid #61153120;
}

.menu-header .menu-esc {
	width: 20px;
	height: 20px;
}

.menu-header .menu-esc .icon {
	width: 100%;
	height: 100%;
	fill: #611531;
}

.menu-header .links {
	display: flex;
	align-items: center;
}

.menu-header .links a {
	margin-left: 10px;
	color: #611531;
	font-size: 14px;
}

.menu .content {
	width: 95%;
	height: calc(100% - 160px);
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.menu .search {
	margin: 30px 0;
	width: 95%;
	height: 40px;
	position: relative;
	border-radius: 35px;
	border: 1px solid #611531;
	overflow: hidden;
}

.menu .search input {
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: unset;
	text-indent: 35px;
}

.menu .search div {
	position: absolute;
	height: 40px;
	width: 70px;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #611531;
	color: #fff;
}

.menu .content .nav-list {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.menu .content .nav-list li,
.menu .content .menu-open li {
	color: #611531;
	padding: 15px 0;
	border-bottom: 1px solid #61153120;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu .content .nav-list li a,
.menu .content .menu-open li a {
	color: #611531;
}

.menu .content .nav-list .icon {
	width: 20px;
	height: 20px;
	fill: #611531;
}

.menu .content .menu-open {
	display: none;
	position: absolute;
	z-index: 1002;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	background: #fff;
} */


/* 走进国教 */
.common .nav.up {
	background: #611531;
	height: 120px;
	box-sizing: border-box;
}
.common .nav-bar {
	height: 60px;
	box-sizing: border-box;
}
.common .banner img {
	height: 430px;
}
.news-main {
	width: 80%;
	padding: 0 10%;
	display: flex;
	justify-content: flex-end;
	background: #fff;
}

.news-main-box {
	width: calc(100% - 220px);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 120px;
}
.newsPage .news-main-box {
	padding-bottom: 70px;
}

.news-main-box .crumbs {
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: flex-end;
	border-bottom: 2px solid #611531;
	color: #333;
	font-size: 18px;
	font-weight: lighter;
}

.news-main-box .crumbs.t.zhibu {
	justify-content: space-between;
}

.news-main-box .crumbs .title {
	font-weight: bold;
	color: #611531;
	font-size: 24px;
}

.news-main-box .crumbs a {
	color: #333;
	margin: 0 5px;
}

.news-main-box .crumbs span {
	color: #333;
	margin-left: 5px;
}
.main-wrap {
    width: 100%;
}
.conttel{
	width:100%;
	display: flex;
	height: 50px;
	font-size: 22px;
	font-weight: 600;
	line-height: 50px;
	text-align: left;
        margin-top: 30px;
}
.contword {
	width:100%;
	height: 50px;
	display: flex;
	font-size: 20px;
	line-height: 60px;
}
.news-main-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zuzhi {
	width: 100%;
	display: flex;
	line-height: 80px;
	height: 80px;
	border-bottom: 0.5px solid #999999;
}
.zzleft {
	
font-size: 1.8rem;
	
width: 300px;
	
font-weight: 600;
	
color: #611531;
}
.zzright {
	
font-size: 1.3rem;
}

.newsPage .news-main-content {
	padding-top: 20px;
}

.news-main-content .item {
	width: 31.5%;
	/* display: flex;
	flex-direction: column; */
	margin: 30px 0 0;
	position: relative;
}

.news-main-content .item::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background: #611531;
}

.news-main-content .item .img {
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.news-main-content .item .img img {
	width: 100%;
	height: 260px;
}

.news-main-content .item .time {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	color: #fff;
	background: #611531;
}

.news-main-content .item .time .day {
	font-size: 28px;
}

.news-main-content .item .time .month {
	font-size: 14px;
}

.news-main-content .title {
	font-size: 20px;
	margin: 15px 0 10px;
	font-weight: bold;
	color: #212121;
}
.newsPage .news-main-content .item .text {
	font-size: 18px;
	margin-bottom: 18px;
}


/* 分页 */
.page {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.page-box {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-box table {
	
margin: auto;
}
.page-box table tbody tr td {
	font-size: 18px !important;
        font-family:微软雅黑;
}
.page-box table tbody tr td a {
	font-size:18px !important;
	padding: 5px 12px !important;
	height:18px !important;
	line-height:18px !important;
	text-align:center !important;
	margin:0px 5px;
	border: 1px solid #999 !important;
	font-family: 微软雅黑 !important;
}
.page-box table tbody tr td a:hover {
	background: #611531 !important;
	color:#fff !important;
}
.PrevDisabled {
	font-size:18px !important;
	padding: 5px 12px !important;
	height:18px !important;
	line-height:18px !important;
	text-align:center !important;
	font-family: 微软雅黑 !important;
	border: 1px solid #999 !important;
	margin-right: 10px !important;
        margin-left: 10px !important;
}
.NextDisabled {
	font-size:18px !important;
	padding: 5px 12px !important;
	height:18px !important;
	line-height:18px !important;
	text-align:center !important;
	font-family: 微软雅黑 !important;
	border: 1px solid #999 !important;
	margin-right: 10px !important;
        margin-left: 10px !important;
}
.Next {
	font-size:18px !important;
	padding: 5px 12px !important;
	height:18px !important;
	line-height:18px !important;
	text-align:center !important;
	font-family: 微软雅黑 !important;
	border: 1px solid #999 !important;
	margin-right: 10px !important;
}

.this-page {
	font-size:18px !important;
	padding: 5px 12px !important;
	height:18px !important;
	line-height:18px !important;
	text-align:center !important;
	background: #611531 !important;
	color:#fff !important;
	border: 1px solid #611531 !important;
	font-family: 微软雅黑 !important;
}
.page .pre,
.page .next,
.page .btn {
	width: 50px;
	height: 32px;
	outline: none;
	border: none;
	background: unset;
	border: 2px solid #00000030;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.page .item {
	width: 32px;
	height: 32px;

	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.page .item a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #212121;
	border: 2px solid #00000030;
	box-sizing: border-box;
}

.page .item a.active {
	background: #611531;
	color: #fff;
}

.page .item a:hover {
	background: #611531;
	color: #fff;
	border: 2px solid #00000030;
}

.page input {
	outline: none;
	border: none;
	background: unset;
	border: 2px solid #00000030;
	width: 50px;
	height: 32px;
	text-align: center;
	box-sizing: border-box;
}

/* 分页结束 */

.news-item {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border: 1px solid #00000020;
	border-left: 4px solid #611531;
	box-sizing: border-box;
	margin-top: 15px;
	padding: 15px 0;
}

.news-item .time {
	width: 100px;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	color: #611531;
}

.news-item .time .day {
	font-size: 28px;
	font-weight: bold;
}

.news-item .time .month {
	font-size: 14px;
}

.news-item .content {
	width: calc(100% - 130px);
	display: flex;
	flex-direction: column;
}

.news-item .content .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item .content .text {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	line-height: 1.55;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ptyBd .news-item .content .text {
	font-size: 18px;
}

.news-main-content .item .text {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	font-size: 24px;
	text-align: justify;
	line-height: 1.55;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #333;
}

.news-main-content .text p {
	text-align: justify;
	font-weight: lighter;
	margin-top: 35px;
	color: #2a2a2a;
	font-size: 24px;
	text-indent: 2em;
	line-height: 1.8;
}

.news-main-content>.text .img {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.news-main-content>.text .img img {
	width: 32.7%;
}

.dropdown {
	position: relative;
}

.dropdown-menu {
	display: none;
	/* 默认隐藏下拉菜单 */
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 10;
	padding-top: 15px;
}

.dropdown-menu .dropdown-menu-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	border-top: 5px solid #d8ad5f;
	padding: 15px 0;
}

.dropdown-menu li {
	width: 100%;
	padding: 10px 0;
	height: 26px;
	line-height: 26px;
}

.dropdown-menu li a {
	color: #611531;
}

.dropdown-toggle:hover+.dropdown-menu,
.dropdown-menu:hover {
	display: block;
	/* 鼠标悬停时显示下拉菜单 */
}


/* @media only screen and (max-width: 1920px) {

	.nav-box,
	.party .title-box,
	.party-box,
	.life,
	.link-box,
	.news-main,
	.news-container {
		width: 70%;
	}

	.news-main {
		padding: 0 15%;
	}

	.sidebar {
		left: 15%;
	}

	.party-box {
		left: 15%;
	}

	.party {
		background-size: 100% 330px;
		height: 400px;
	}

	.party-box,
	.party .title-box {
		top: 85px;
	}

	.party-banner .item {
		height: 225px;
	}

	.party-banner {
		margin-top: 60px;
	}

	.news-main-content .item {
		width: 49%;
	}

	.page-box {
		width: 70%;
	}

	.life-box .item {
		height: 280px;
	}

	.news-banner .item .img {
		height: 358px;
	}

	.news-banner,
	.news-list {
		height: 490px;
	}

	.sidebar .list {
		height: 180px;
	}

	.sidebar {
		width: 210px;
	}

	.news-main-box {
		width: calc(100% - 240px);
	}

	.news-main-content .text p {
		font-size: 16px;
	}

	.news-main-box .crumbs {
		font-size: 16px;
	}
}


@media only screen and (max-width: 1550px) {

	.nav-box,
	.party .title-box,
	.party-box,
	.life,
	.link-box,
	.news-container {
		width: 80%;
	}

	.party-box {
		left: 10%;
	}

	.party {
		background-size: 100% auto;
		height: 360px;
	}

	.party-box,
	.party .title-box {
		top: 57px;
	}

	.party-banner {
		margin-top: 50px;
	}

	.news-banner .item .img {
		height: 330px;
	}

} */

/* 媒体查询 1024 */

/* @media only screen and (max-width: 1024px) {

	.nav-box,
	.news-container,
	.party .title-box,
	.party-box,
	.life,
	.link-box,
	.footer .text {
		width: 95%;
	}

	.party-box {
		left: unset;
	}

	.news-list .item:hover .title {
		transform-origin: left;
		transform: scale(1);
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
		background: #611531;
		font-weight: 400;
		border-bottom: 1px solid #000000;
	}

	.sidebar {
		bottom: -210px;
		left: 2.5%;
		width: 200px;
	}

	.news-main {
		width: 95%;
		padding: 0 2.5%;
	}

	.page-box {
		width: 80%;
	}

	.nav-btm .logo div {
		display: none;
	}

	.nav-btm .logo::after {
		display: none;
	}

}

@media only screen and (max-width: 768px) {
	.news-box {
		display: flex;
		flex-direction: column;
		align-items: center;

	}

	.news-banner {
		width: 100%;
		height: 530px;
	}

	.news-list {
		width: 100%;
	}

	.news-banner .item .img {
		height: 400px;
	}

	.party-banner .item {
		height: 250px;
	}

	.life-box .item {
		width: calc(100% / 2);
		height: 230px;
	}

	.footer .text {
		display: flex;
		flex-direction: column;
	}

	.footer .text div {
		margin: 10px 0;
	}

	.nav-top,
	.nav-bar {
		display: none;
	}

	.nav-btm,
	.nav-bar {
		align-items: center;
	}

	.sidebar {
		bottom: -270px;
		width: 95%;
		left: unset;
		padding: 30px 2.5%;
		background: #fff;
	}

	.news-main {
		margin-top: 270px;
		width: 95%;
		padding: 0 2.5%;
	}

	.news-main-box {
		width: 100%;
	}

	.news-main-box .crumbs {
		justify-content: flex-start;
	}

	.page-box {
		width: 100%;
	}

	.menu.show {
		display: flex;
	}
}


@media only screen and (max-width: 576px) {
	.news-banner .item .img {
		height: unset;
	}

	.news-banner {
		height: 420px;
	}

	.news-banner .item .title {
		width: 90%;
	}

	.party {
		background-size: auto 200px;
	}

	.party-box {
		top: 133px;
	}

	.life-box .item {
		width: 100%;
		margin-bottom: 30px;
	}

	.link-box {
		flex-wrap: wrap;
	}

	.link-box .item {
		width: 48%;
		margin-bottom: 30px;
	}

	.footer .text div {
		font-size: 14px;
	}

	.news-main-content .item {
		width: 100%;
	}

	.page-box {
		font-size: 12px;
	}

	.page input,
	.page .pre,
	.page .next,
	.page .btn {
		width: 35px;
		height: 25px;
	}

	.page .item {
		width: 20px;
		height: 20px;
	}

	.news-main-content>.text .img {
		flex-direction: column;
	}

	.news-main-content>.text .img img {
		width: 100%;
		margin-top: 20px;
	}

	.crumbs.t {
		flex-direction: column;
	}

	.crumbs.t .title {
		margin-bottom: 20px;
	}

	.nav-btm .logo div {
		display: none;
	}

	.nav-btm .logo::after {
		display: none;
	}
} */