.container_wrap {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 1200px;
	background-color: #f5f5f5;
}

#kuang {
	width: 90%;
	height: 200px;
	margin: 0 auto;
	/* overflow: auto; */

}
.div1 {
	/*设置内部嵌套的div宽度（大于外部div宽度）*/
	/* width: 169.5%; */
}
.details-box::-webkit-scrollbar-thumb{
	box-shadow:0 0 0 0;
}
.previous-box,.next-sheet-box{
	height: 200px;
	width: 61px;
	z-index: 999;
}

.previous-box-left,.next-sheet-box-right{
	height: 100px;
	width: 61px;
	margin-top: 45px;
	overflow: hidden;
	color: #7b567f;
}

.previous-box-left:hover,.next-sheet-box-right:hover{
	cursor:pointer;
}



.arrow-lift{
	width: 61px;
	height: 61px;
	margin-top: 20px;
	border-radius: 49%;
	background-image: url("../images/mr-left.png");
	position: absolute;
	left: 0;
	top: 60px;
}
.arrow-right{
	width: 61px;
	height: 61px;
	margin-top: 20px;
	border-radius: 49%;
	background-image: url("../images/mr-right.png");
	position: absolute;
	right: 0;
	top: 60px;
}
.arrow-lift:hover{
	background-image: url("../images/xz-left.png");
}
.arrow-right:hover{
	background-image: url("../images/xz-right.png");
}

.container_wrap.small {
	height: 810px;
}

.content {
	position: absolute;
	top: -110px;
	left: 50%;
	margin-left: -600px;
	padding: 25px;
	width: 1200px;
	height: 1250px;
	background-color: #fff;
	box-sizing: border-box;
}

.content.small {
	height: 870px;
}

/* 标题 */
.content .title {
	width: 100%;
	height: 80px;
	padding-top: 20px;
	background-color: #f0f0f0;
}

.title .zlang {
	position: relative;
	width: 500px;
	line-height: 80px;
}

.title .zlang::after {
	content: "PARTY BUILDING";
	display: block;
	position: absolute;
	bottom: 5px;
	right: -30px;
	font-size: 48px;
	font-weight: bold;
	color: rgba(77, 77, 77, .21);
}

.title .zlang h3 {
	position: relative;
	padding: 0 0 0 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #FF0000;
}

.title .dhl {
	width: 500px;
}

.title .dhl li {
	position: relative;
	float: left;
	width: 120px;
	font-size: 16px;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
}

.title .dhl li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 4px;
	margin-left: 0;
	;
	background-color: #ff0000;
	animation: subnav 0.3s ease;
}

.title .dhl li a:hover,
.title .dhl li.active a {
	color: #ff0000;
}

.title .dhl li a:hover::after,
.title .dhl li.active a::after {
	width: 98px;
	margin-left: -49px;
	animation: aline 0.3s ease;
}

@keyframes aline {
	0% {
		width: 0;
		margin-left: 0;
	}

	100% {
		width: 98px;
		margin-left: -49px;
	}
}

/* 工作动态 */
.worktrend {
	margin-top: 45px;
}

.worktrend .left-picture {
	width: 530px;
	height: 338px;
}

.worktrend .left-picture .box {
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
	overflow: hidden;
}

.worktrend .left-picture .box ul {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
}

.worktrend .left-picture .box ul li {
	float: left;
	width: 530px;
	height: 338px;
}

.worktrend .left-picture .box ul li a,
.worktrend .left-picture .box ul li img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.worktrend .left-picture .box ul li a p {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 68px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 68px;
	text-align: left;
	color: #fff;
	background: rgba(77, 77, 77, .21);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.worktrend .left-picture .box ol {
	position: absolute;
	bottom: 26px;
	right: 18px;
	height: 10px;
	z-index: 9;
	list-style: none;
}

.worktrend .left-picture .box ol li {
	width: 10px;
	height: 10px;
	margin-right: 6px;
	border-radius: 50%;
	float: left;
	background: rgba(255, 255, 255, .5);
	cursor: pointer;
}

.worktrend .left-picture .box ol li.active {
	background: rgba(255, 0, 0, .5);
}

/* 隐藏左右按键 */
.worktrend .left-picture .box #btn {
	display: none;
	position: absolute;
	width: 100%;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	user-select: none;
}

.worktrend .left-picture .box .btn {
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 80px;
	margin-top: -30px;
	line-height: 80px;
	font-size: 35px;
	text-align: center;
	z-index: 9;
	background-color: rgba(77, 77, 77, .21);
	color: rgb(230, 225, 225);
	cursor: pointer;
}

.worktrend .left-picture .box .btnLeft {
	left: 0;
	right: auto;
}

.worktrend .left-picture.box .btnRight {
	float: right;
	margin-right: 30px;
	cursor: pointer;
}


/* 右侧文本信息 */
.right-message {
	width: 590px;
}

.right-message {
	text-align: left;
}

.text-message h4 {
	position: relative;
	height: 36px;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 4px solid #f0f0f0;
}

.text-message h4 span {
	border-bottom: 4px solid #FF0000;
	padding-bottom: 10px;
}

.text-message h4 a {
	position: absolute;
	right: 0;
	bottom: 12px;
	font-size: 14px;
	font-weight: normal;
}

.text-message>a {
	display: block;
}

.text-message .dt_tt>a:hover h5,
.text-message .dt_tt>a:hover span,
.text-message .dt_tt>a:hover p {
	text-decoration: underline;
	color: #12a6f3;
}

.text-message .dt_tt {
	position: relative;
	margin: 10px 0 0 0;
}

.text-message .dt_tt h5 {
	float: left;
	width: 480px;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-message .dt_tt span {
	display: block;
	float: right;
	width: 100px;
	font-weight: normal;
	line-height: 48px;
}

.text-message p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-message .dt_ol {
	padding: 5px 0 0 20px;
	margin-top: 13px;
	border-top: 1px solid #CCC;
}

.text-message ol li {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 38px;
	list-style-type: disc;
}

.text-message ol li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	padding-right: 90px;
	box-sizing: border-box;
}

.text-message ol li a:hover {
	text-decoration: underline;
	color: #12a6f3;
}

.text-message ol li span {
	position: absolute;
	right: 0;
}

/* 政策时事 , 党史资料 */
.curevent,
.history {
	width: 550px;
	min-height: 200px;
	margin-top: 35px;
	text-align: left;
}

/* 专题专栏 */
.details {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.details h3 {
	z-index: 1;
	font-size: 24px;
	font-weight: bold;
	line-height: 64px;
	color: #fff;
	background: url(../images/bg-pd-title.png);
}

.details .details-bar {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 262px;
	padding-top: 22px;
	margin-top: -1px;
	border: 1px solid #eeeeee;
}
.details-bar{
	position: relative;
	/* display: flex; */
	/* float: left; */
}

.details .details-box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}
.details .details-box ul {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	list-style: none;
}

.details .details-box ul li {
	float: left;
	width: 297px;
	height: 187px;
	margin-left: 22px;
}

.details .details-box ul li a,
.details .details-box ul li img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.details .details-box ul li p {
	line-height: 48px;
}

/* link */
.link {
	padding-top: 14px;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	color: #222;
}

.link a {
	display: inline-block;
	color: #ff0000;
	text-decoration: underline;
	margin-left: 35px;
}

/*pb-worktrennd*/
.pb-list {
	width: 100%;
	padding-top: 45px;
	margin-bottom: 50px;
}

.pb-list.small {
	padding-top: 30px;
}

.pb-list.smaller {
	padding-top: 0;
}

.pb-list dl {
	display: block;
	position: relative;
	width: 100%;
	height: 170px;
	margin-bottom: 24px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.pb-list dl dt {
	display: block;
	float: left;
	width: 237px;
	height: 151px;
}

.pb-list dl dt img {
	display: block;
	width: 100%;
	height: 100%;
}

.pb-list dl dd {
	display: block;
	float: right;
	width: 810px;
	padding-top: 7px;
	text-align: left;
}

.pb-list dl dd>a {
	display: block;
}

.pb-list dl dd h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}

.pb-list dl dd p {
	font-size: 14px;
	line-height: 22px;
	color: #a6a6a6;
}

.pb-list dl dd span {
	display: block;
	margin-top: 30px;
	font-size: 14px;
	line-height: 20px;
}

.pb-list dl dd>a:hover h3,
.pb-list dl dd>a:hover p,
.pb-list dl dd>a:hover span {
	text-decoration: underline;
	color: #12a6f3;
}

/*pb-curevent*/
.pb-list ol {
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
}

.pb-list ol li {
	padding-left: 25px;
	font-size: 20px;
	line-height: 86px;
	list-style: none;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.pb-list ol li a {
	display: block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}

.pb-list ol li a:hover {
	text-decoration: underline;
	color: #12a6f3;
}

/* pb-subject */
.pb-list ul {
	display: block;
	position: relative;
	width: 1180px;
	text-align: center;
	background: none;
}

.pb-list ul li {
	position: relative;
	float: left;
	width: 363px;
	margin: 0 30px 47px 0;
}

.pb-list ul li a {
	display: block;
	position: relative;
	width: 100%;
}

.pb-list ul li a img {
	display: block;
	width: 100%;
	height: 229px;
}

.pb-list ul li a p {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #000033;
	background-color: #f0f0f0;
}

/* pb detail */
.container_wrap .top {
	border-bottom: 1px solid #ececec;
	padding: 20px;
	width: 70%;
	margin: 0 auto;

}

.container_wrap .top .newsTitle {
	font-size: 24px;
	padding-bottom: 15px;
}

.container_wrap .top .TimeAndCreator {
	display: flex;
	justify-content: center;
	color: #8d8d8d;
	font-size: 14px;
}

.container_wrap .top .time {
	margin-right: 60px;
	display: flex;
}

.container_wrap .top .creator {
	display: flex;
}

.container_wrap .top .time-icon {
	width: 18px;
	height: 18px;
	background: url(../images/icon.png) no-repeat -351px -100px;
	display: inline-block;
	margin-right: 5px;
}

.container_wrap .top .creator-icon {
	width: 18px;
	height: 18px;
	background: url(../images/icon.png) no-repeat -389px -100px;
	display: inline-block;
	margin-right: 5px;
}

.container_wrap .center {
	padding: 20px 0;
	color: #696969;
	font-size: 14px;
	text-align: left;
	text-indent: 2em;
	line-height: 28px;
	min-height: 200px;
	width: 70%;
	margin: 0 auto;
}

.container_wrap .bottom {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding-top: 20px;
}

.container_wrap .bottom .prev,
.container_wrap .bottom .next {
	width: 35%;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.container_wrap .bottom .prev {
	text-align: left;
}

.container_wrap .bottom .next {
	text-align: right;
}

.container_wrap .bottom .prev span:hover,
.container_wrap .bottom .next span:hover {
	text-decoration: underline;
}