@charset "UTF-8";
body {
	--wordsColor: #c45555;
	--lineColor: #ce1717;
	min-width: 1237px;
	background-image: url(/statics/yntdi/images/special/djxx/swiper-bg.png);
	background-repeat: no-repeat;
	background-position: center 700px;
}
body a:hover {
	font-weight: bold;
	color: var(--lineColor);
}

.djxx-more {
	font-size: 16px;
	color: var(--wordsColor);
	float: right;
}
.djxx-more:hover {
	font-weight: bold;
}

.header {
	background: url(/statics/yntdi/images/special/djxx/topbg.png) no-repeat center top/100% 100%;
	min-height: 779px;
	padding: 2% 0 0 2%;
}
.header #logo {
	width: 500px;
	height: 58px;
}

.djxx-box {
	margin-top: -80px;
	padding-top: 110px;
}

/* 动态 */
.djxx-dt {
	/* swiper */
	/* tab切换 */
}
.djxx-dt .djxx-swiper,
.djxx-dt .djxx-table {
	width: 50%;
	height: 432px;
}
.djxx-dt .djxx-swiper {
	position: relative;
}
.djxx-dt .djxx-swiper a {
	display: block;
	width: 100%;
	height: 100%;
}
.djxx-dt .djxx-swiper a p {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	padding: 0 1em;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
}
.djxx-dt .djxx-swiper .djxx-prev,
.djxx-dt .djxx-swiper .djxx-next {
	width: 41px;
	height: 82px;
	color: transparent;
	background-repeat: no-repeat;
}
.djxx-dt .djxx-swiper .djxx-next {
	background: url(/statics/yntdi/images/special/djxx/next.png);
	right: 0;
}
.djxx-dt .djxx-swiper .djxx-prev {
	background: url(/statics/yntdi/images/special/djxx/prev.png);
	left: 0;
}
.djxx-dt .djxx-table {
	background: #ffdcae;
	padding: 12px 0 0 16px;
}
.djxx-dt .djxx-table .tab-title {
	background: url(/statics/yntdi/images/special/djxx/tab-title-bg.png) no-repeat;
	padding: 5px 50px 0;
}
.djxx-dt .djxx-table .tab-title li {
	width: 150px;
	height: 56px;
	text-align: center;
	line-height: 56px;
}
.djxx-dt .djxx-table .tab-title li a {
	display: block;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.djxx-dt .djxx-table .tab-title li.current {
	background: url(/statics/yntdi/images/special/djxx/current-bg.png) no-repeat;
	background-position: center -webkit-calc(100% - 2px);
	background-position: center -moz-calc(100% - 2px);
	background-position: center calc(100% - 2px);
}
.djxx-dt .djxx-table .tab-content {
	padding: 15px 20px;
	margin: 0 20px 0 3px;
	height: 345px;
	background: #fff;
	border: 2px solid var(--lineColor);
	border-radius: 0 10px 10px;
}
.djxx-dt .djxx-table .tab-content ul {
	display: none;
}
.djxx-dt .djxx-table .tab-content ul:first-child {
	display: block;
}
.djxx-dt .djxx-table .tab-content ul li {
	font-size: 22px;
	line-height: 50px;
}
.djxx-dt .djxx-table .tab-content ul li span {
	font-size: 18px;
}
.djxx-dt .djxx-table .tab-content ul li a {
	max-width: 80%;
	width: 70%;
}

/* 重要部署 */
.djxx-list {
	margin-top: 30px;
}
.djxx-list h3 a {
	display: block;
	width: 100%;
	height: 100%;
}
.djxx-list .zybs-content {
	border: 2px solid var(--lineColor);
	padding: 30px;
	margin-top: 24px;
	background: #fff;
}
.djxx-list span {
	font-size: 18px;
	color: #999;
	line-height: 1;
}
.djxx-list li {
	line-height: 42px;
}
.djxx-list li span {
	line-height: inherit;
}
.djxx-list li a {
	width: 80%;
	max-width: 80%;
}
.djxx-list .content-first {
	line-height: 1.5;
	padding-bottom: 25px;
	border-bottom: 2px solid var(--wordsColor);
}
.djxx-list .content-first a {
	color: var(--lineColor);
	font-weight: bold;
	font-size: 22px;
}
/* .djxx-list .content-first p {
	padding: 0 1em;
} */
.djxx-list .content-first span {
	line-height: 1;
}
.djxx-list .list-more {
	float: right;
	font-size: 16px;
	color: var(--wordsColor);
}

/* 贯彻落实 */
.list-gcls .zybs-content {
	padding-bottom: 40px;
	border-color: #991716;
	background: url(/statics/yntdi/images/special/djxx/list-right.png) no-repeat;
}
.list-gcls .zybs-content li {
	border-bottom: 1px solid #e4e4e4;
}
.list-gcls .zybs-content .list-more {
	display: block;
	line-height: 42px;
	line-height: 42px;
}

/* 学习书架 */
.list-xxsj {
	margin-bottom: 50px;
}
.list-xxsj .zybs-content {
	position: relative;
	width: 1237px;
	min-height: 434px;
	border: none;
	padding-left: 129px;
	background: #fff url(/statics/yntdi/images/special/djxx/shelf.png) no-repeat center -webkit-calc(100% - 50px);
	background: #fff url(/statics/yntdi/images/special/djxx/shelf.png) no-repeat center -moz-calc(100% - 50px);
	background: #fff url(/statics/yntdi/images/special/djxx/shelf.png) no-repeat center calc(100% - 50px);
}
.list-xxsj li {
	width: 216px;
	float: left;
	margin-right: 38px;
	box-shadow: 10px 0 10px 0px rgba(0, 0, 0, 0.5);
}
.list-xxsj li:last-child {
	margin-right: 0;
}
.list-xxsj li img {
	height: auto;
}
.list-xxsj .list-more {
	position: absolute;
	right: 3em;
	bottom: 10px;
}

/* 底部 */
.footer-link {
	background: #f4cccd;
	border-color: #c06266;
}
.footer-link dt,
.footer-link i,
.footer-link dd {
	color: #aa2d31;
}
.footer-link dt a,
.footer-link i a,
.footer-link dd a {
	color: #aa2d31;
}
.footer-link a:hover {
	color: #fff;
}

.footer-container {
	background: #aa2f33;
}

.footer-copy a:hover {
	color: #fff;
}
