@import url('../css/public.css');
@import url('../css/header.css');
@import url('../css/footer.css');

body,
html {
	overflow-y: auto;
}

a img {
	border: 0px;
	transition: transform 0.7s ease-out 0s;
	-moz-transition: transform 0.7s ease-out 0s;
	-webkit-transition: transform 0.7s ease-out 0s;
}

a img:hover {
	transform: scale(1.05);
	transition: transform 0.7s ease-out 0s;
	-moz-transition: transform 0.7s ease-out 0s;
	-webkit-transition: transform 0.7s ease-out 0s;
}

.slogan{
	display: none;
}

.half-circle {
	background: #ffe6e6;
}

.row1 {
	padding: 50px 0 83px;
	background: url(../images/dj-row1-bg.png) center top no-repeat;
}

.dj-bt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj-bt .dj-bt-text {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 280px;
}

.dj-bt .dj-bt-text .dj-bt-text-1 {
	font-family: "Microsoft YaHei";
	font-size: 36px;
	font-weight: bold;
	/* 党建 */
	color: #333333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.dj-bt .dj-bt-text .dj-bt-text-1 label {
	color: #B83636
}

.dj-bt .dj-bt-text .dj-bt-text-1::before {
	content: "";
	width: 35px;
	height: 29px;
	background: url(../images/row1-bt-icon1.png) center no-repeat;
	display: block;
	margin-right: 10px;
}

.dj-bt .dj-bt-text .dj-bt-text-2 {
	font-family: "Microsoft YaHei";
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(202, 174, 130, 0.22);
}

.dj-bt .dj-bt-text .dj-bt-text-3 {
	background: url(../images/row1-bt-icon2.png) left no-repeat;
	width: 249px;
	height: 25px;
}

.dj-main_head h3 i {
	margin-right: 11px;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: #B83636 url('../images/yd.gif') no-repeat center;
	background-size: 35px 20px;
}

.dj-main_head h3 span {
	color: #B83636;
}

.dj-main_head.dj-main_head_pp h3 {
	color: #FFFFFF;
}

.main_head h4 {
	text-transform: uppercase;
	color: rgba(202, 174, 130, 0.22);
}


.dj-bt .a-more {
	width: 123px;
	height: 44.12px;
	border-radius: 232px;
	box-sizing: border-box;
	border: 1px solid #9F0B0B;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 63.07px;
	color: #9F0B0B;
}

.dj-r1-list-first a {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.dj-r1-list-first .bt {
	width: 445px;
	height: 406.32px;
	background: linear-gradient(132deg, #FFFFFF 1%, #FAF9F9 98%);
	margin-top: 36px;
	padding: 50px 41px;
}

.dj-r1-list-first .bt .bt-time {
	font-family: "Microsoft YaHei";
	font-size: 36px;
	font-weight: bold;
	line-height: 28px;
	text-align: justify;
	/* 浏览器可能不支持 */
	letter-spacing: 0.05em;
	color: #333333;
	margin-bottom: 41px;
}

.dj-r1-list-first .bt .bt-text {
	font-family: "Microsoft YaHei";
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-align: justify;
	/* 浏览器可能不支持 */
	color: #333333;
	margin-bottom: 42px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 84px;
}

.dj-r1-list-first .bt .bt-desc {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	text-align: justify;
	/* 浏览器可能不支持 */
	color: #999999;
	margin-bottom: 72px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 75px;
}

.dj-r1-list-first .bt-img {
	width: 873px;
	height: 542.42px;
}

.dj-r1-list {
	margin-top: 18px;
	display: flex;
	justify-content: space-between;
}

.dj-r1-list li {
	margin-right: 18px;
	width: calc(100% / 3 - 18px);
	padding: 37px 8px 37px 35px;
	background: #FAF9F9;
}

.dj-r1-list li:last-child {
	margin-right: 0;
}

.dj-r1-list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj-r1-list li a span {
	margin-right: 22px;
	font-family: "Microsoft YaHei";
	font-size: 30px;
	font-weight: normal;
	line-height: 42px;
	letter-spacing: normal;
	color: #333333;
	width: 130px;
}

.dj-r1-list li a label {
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: normal;
	color: #333333;
	cursor: pointer;
	width: calc(100% - 100px);
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 50px
}

.dj-r1-list li:hover {
	background: #b83636;
}

.dj-r1-list li:hover * {
	color: #FFFFFF !important;
}

.row2 {
	position: relative;
	background: url(../images/dj-row2-bg.png) bottom center no-repeat;
	padding: 60px 0 0;
	z-index: 2;
}

.dj-bt .dj-bt-text .dj-bt-text-1-r2 {
	color: #FFFFFF;
}

.dj-bt .dj-bt-text .dj-bt-text-1-r2::before {
	content: "";
	width: 35px;
	height: 28px;
	background: url(../images/row2-bt-icon1.png) center no-repeat;
	display: block;
	margin-right: 10px;
}

.row2-con {
	display: flex;
	justify-content: space-between;
	height: 720px;
}

.row2-left {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 82px 50px 0 260px;
	width: 41%;
	height: 799px;
	background: url(../images/dj-row2-left.png) center no-repeat;
}

.row2-con-left {
	position: relative;
}

.row2-left::after {
	content: '';
	position: absolute;
	top: 1px;
	right: -30px;
	display: block;
	width: 30px;
	height: 60px;
	background: url('../images/dj-row2-icon1.png') no-repeat center;
}

.row2-con-left .dj-bt-desc {
	margin-top: 112px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	text-align: justify;
	/* 浏览器可能不支持 */
	letter-spacing: 0.05em;
	color: #FFFFFF;
}

.row2-con-left-more {
	width: 156px;
	height: 39px;
	margin-top: 151px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
	line-height: 63.07px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #B83636;
	border-radius: 232px;
	background: #FFFFFF;
	display: inline-flex;
	justify-content: center;
}

.row2-con-left-more::after {
	content: "";
	width: 22px;
	height: 8px;
	background: url(../images/dj-jt-icon.png) center no-repeat;
	display: block;
	margin-left: 10px;
}

.row2-con-right {
	position: absolute;
	right: 225px;
	bottom: -20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.dj-gttj-img {
	margin-bottom: 50px;
	/* animation: threeDRotate 9s linear infinite; */
	animation: floatBasic 5s ease-in-out infinite;
}

@keyframes rotateY {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

@keyframes threeDRotate {
	0% {
		transform: rotate3d(1, 1, 0, 0deg);
	}

	100% {
		transform: rotate3d(1, 1, 0, 360deg);
	}
}

.dj-row2-foot {
	animation: floatBasic 3s ease-in-out infinite;
}

@keyframes floatBasic {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}
}

.row3 {
	position: relative;
	/* background: url(../images/dj-row3-bg.png) center top no-repeat; */
	background: #FFFFFF;
	padding: 58px 0 40px;
	z-index: 2;
}

.row3 .main_head h4 {
	color: rgba(202, 174, 130, 0.22);
}

.dj-bt .dj-bt-text-r3 {
	width: 600px;
}

.dj-r3-list {
	margin-top: 69px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dj-r3-list li {
	background: url(../images/dj-row3-list-bg.png) left no-repeat;
	margin-right: 70px;
	width: calc(100% / 2 - 35px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 53px;
	background-size: 100% 100%;
	/* clip-path: polygon(0% 0%, 50% 50%, 82% 100%, 18% 100%, 0% 38%); */
}

.dj-r3-list li a {
	padding: 52px 15px 52px 68px;
	font-size: 20px;
	width: calc(100% - 125px);
}

.dj-r3-list li:nth-child(2n) {
	margin-right: 0;
	background: url(../images/dj-row3-list-bg1.png) left no-repeat;
	flex-direction: row-reverse;
}

.dj-r3-list li:nth-child(2n) a {
	padding: 52px 68px 52px 15px;
}

.dj-r3-list li i {
	width: 125px;
	height: 125px;
	background: url(../images/dj-row3-list-bg-pi.png) center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Microsoft YaHei";
	font-size: 40px;
	font-weight: bold;
	color: #B83636;
	padding-bottom: 15px;
}

.dj-r3-list li:hover i {
	animation: slideFadeInRight 1s ease-out forwards;
	/* 应用动画 */
}

.dj-r3-list li:nth-child(2n):hover i {
	animation: slideFadeInLeft 1s ease-out forwards;
	/* 应用动画 */
}

/* 定义动画 */
@keyframes slideFadeInRight {
	from {
		transform: translateX(-100%);
		/* 开始时元素在左侧之外 */
		opacity: 0;
		/* 开始时完全透明 */
	}

	to {
		transform: translateX(0);
		/* 结束时元素在原始位置 */
		opacity: 1;
		/* 结束时完全不透明 */
	}
}

@keyframes slideFadeInLeft {
	from {
		transform: translateX(100%);
		/* 开始时元素在左侧之外 */
		opacity: 0;
		/* 开始时完全透明 */
	}

	to {
		transform: translateX(0);
		/* 结束时元素在原始位置 */
		opacity: 1;
		/* 结束时完全不透明 */
	}
}

.row4 {
	background: url(../images/dj-row4-bg.png) center top no-repeat;
	padding: 58px 0 95px;
}

.row4 .dj-main_head h3 {
	color: #333;
}

.dj-r4-list {
	margin-top: 34px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.dj-r4-list li {
	width: calc(100% / 3 - 24px);
	background: #FFFFFF;
	margin-right: 36px;
	margin-bottom: 22px;
}

.dj-r4-list li:nth-child(3n) {
	margin-right: 0;
}

.dj-r4-list li img {
	width: 100%;
	height: 251px;
	object-fit: cover;
}

.dj-r4-list li .text-pannel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 28px 24px 34px 24px;
}

.dj-r4-list li .text-pannel .text-time {
	width: 70px;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.dj-r4-list li .text-pannel .text-time .text-time-d {
	font-family: "Microsoft YaHei";
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: normal;
	color: #999999;
	width: 100%;
	text-align: center;
}

.dj-r4-list li .text-pannel .text-time .text-time-m {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: normal;
	color: #999999;
	width: 100%;
	text-align: center;
}

.dj-r4-list li .text-pannel .text-bt {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: justify;
	/* 浏览器可能不支持 */
	letter-spacing: normal;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 32;
	-webkit-box-orient: vertical;
	height: 48px;
	width: calc(100% - 70px);
}

.dj-r4-list li:hover .text-pannel .text-time .text-time-d,
.dj-r4-list li:hover .text-pannel .text-time .text-time-m,
.dj-r4-list li:hover .text-pannel .text-bt {
	color: #B83636;
}

.row5 {
	background: url(../images/dj-row5-bg.png) center top no-repeat;
	padding: 58px 0 94px;
}

.dj-r5-list {
	margin-top: 15px;
}

.dj-r5-list li {
	margin-bottom: 33px;
	background: #FFFFFF;
}

.dj-r5-list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj-r5-list li img {
	width: 369px;
	height: 243px;
	object-fit: cover;
	margin-right: 42px;
}

.dj-r5-list li .text-pannel {
	padding: 30px 30px 30px 0;
	width: calc(100% - 339px);
}

.dj-r5-list li .text-pannel .text-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj-r5-list li .text-pannel .text-tit h3 {
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
	width: calc(100% - 230px);
}

.dj-r5-list li:hover .text-pannel .text-tit h3 {
	color: #B83636;
}

.dj-r5-list li .text-pannel .text-tit span {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9E9E9E;
}

.dj-r5-list li .text-pannel .text-desc {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
	text-align: justify;
	/* 浏览器可能不支持 */
	letter-spacing: normal;
	color: #333333;
	margin-top: 54px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 64px;
}

.row4 .w1400{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.qtgz,.tzgz{
	width: 48%;
}

.row4 .news-list{
	margin-top: 32px;
	height: 396px;
	background: #FFFFFF;
	box-shadow: 0px 4px 21px 0px rgba(184, 54, 54, 0.08);
}

.row4 .news-list li{
	height: calc(100% / 4);
}

.row4 .news-list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 35px;
	height: 100%;
}

.row4 .news-list li .date{
	margin-right: 30px;
	padding-right: 30px;
	text-align: right;
	border-right: 1px solid #F0F0F0;
	transition: all .3s ease;
}

.row4 .news-list li .date span{
	font-size: 24px;
	font-weight: bold;
}

.row4 .news-list li .date p{
	font-size: 14px;
}

.row4 .news-list li h3{
	width: calc(100% - 120px);
	font-size: 16px;
	line-height: 24px;
	transition: all .3s ease;
}

.row4 .news-list li:hover h3,.row4 .news-list li:hover .date{
	color: #B83636;
	font-weight: bold;
	transition: all .3s ease;
}

.row4 .news-list li:hover .date{
	border-color: #B83636;
}

@media only screen and (max-width: 1400px) {
	.dj-r1-list-first .bt-img {
		display: none;
	}

	.dj-r1-list-first .bt {
		width: 100%;
	}

	.row2-con-right {
		right: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.row2-left {
		width: 56%;
	}

	.dj-gttj-img {
		width: 300px;
	}

	.dj-row2-foot {
		width: 500px;
	}
}

@media only screen and (max-width: 996px) {
	.dj-r1-list {
		flex-wrap: wrap;
	}

	.dj-r1-list li {
		margin-bottom: 20px;
		width: 100%;
	}

	.row2-left {
		padding: 82px 100px 0 100px;
		width: 100%;
		background-size: cover;
	}

	.row2-con-right {
		display: none;
	}

	.dj-r3-list li {
		width: 100%;
	}

	.dj-r4-list li {
		margin-right: 0;
		width: calc(100% / 2);
	}

	.dj-r5-list li a {
		/* flex-direction: column; */
	}

	

	.dj-r5-list li .text-pannel .text-tit{
		flex-wrap: wrap;
	}

	.dj-r5-list li .text-pannel .text-tit h3{
		margin-bottom: 15px;
		width: 100%;
	}

	.dj-r5-list li .text-pannel .text-desc{
		margin-top: 20px;
	}

	.qtgz,.tzgz{
	width: 100%;
}
.tzgz{
	margin-top: 50px;
}
.row4 .news-list{
	margin-top: 10px;
}
}

@media only screen and (max-width: 768px) {
	.dj-r5-list li img{
		margin-right: 20px;
		width: 260px;
		height: 200px;
	}
	.dj-r5-list li .text-pannel{
		width: calc(100% - 280px);
	}
}