

/* 通用 start */
.title-box {
	margin-top: 70px;
	text-align: center;
}

.title-box h1 {
	font-size: 3.6rem;
	margin-bottom: 5px;
	color: #cc0000;
}

.title-box h1 img {
	vertical-align: text-top;
	padding-right: 10px;
}

.title-box p {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 1.4rem;
	color: #666;
}

.btn {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 55px;
}

/* 通用 end */

/* 建党100周年 start */
.jd-bg {
	background: url(http://www.sxjg-wl.com/images/jd-bg.png) center;
}

.jd-list ul li {
	padding: 0 40px;
}

.jd-list .jd-img {
	position: relative;
}

.jd-list .jd-time {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(http://www.sxjg-wl.com/images/jd-time-bg.png);
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}

.jd-list .jd-img img {
	width: 100%;
	height: 278px;
}

.jd-title {
	padding: 25px 20px;
	background-color: #fff;
}

.jd-title h1 {
	font-size: 1.8rem;
	font-weight: normal;
	color: #333;
	margin-bottom: 0;
}

.jd-title p {
	font-size: 1.4rem;
	color: #666;
	margin-top: 5px;
	margin-bottom: 0;
}

/* 建党100周年 end */

/* 党建领航 start */
.djlh-list:first-child {
	border-bottom: #e6e6e6 solid 1px;
	margin-bottom: 1.6rem;
}

.djlh-list li {
	border: none;
	background: url(/skin/images/djlh-list-ico.png) left no-repeat;
}

.djlh-list li :hover{
	color:#cc0000
}

.djlh-list li>a {
	padding: 1rem 0 1rem 25px;
}

.djlh-new {
	margin-left: 30px !important;
	padding: 25px 30px 25px 0;
	border-right: #cc0000 solid 3px;
	background-color: #f5f5f5;
}

.djlh-new img {
	margin-left: -50px;
	width: 450px;
	height: 340px;
}

.djlh-new h1 {
	color: #cc0000;
}

.djlh-new p {
	color: #333;
}

.djlh-new .xq-btn {
	color: #cc0000;
}

.djlh-new-right {
	padding-left: 30px;
}

/* 党建领航 end */

/* 党风廉政 start */
.dflz-bg {
	background: url(/skin/images/dflz-bg.png);
}

.dflz-ul li {
	padding: 25px;
}

.dflz-new {
	border-left: #cc0000 solid 2px;
	padding: 0 20px;
}

.dflz-new a {
	display: block;
	height: 52px;
	overflow: hidden;
	color: #000;
	font-size: 1.8rem;
}

.dflz-new p {
	color: #666;
	font-size: 1.4rem;
}

.dflz-new span {
	color: #666;
	font-size: 1.4rem;
}

.dflz-ul:first-child {
	margin-bottom: 65px;
}

/* 党风廉政 end */

/* 工会活动 start */
.ghhd-left,
.ghhd-right {
	box-shadow: 0px 0px 5px 2px #d8d8d8;
}

.ghhd-left img {
	width: 100%;
	height: 370px;
}

.ghhd-left-title {
	position: relative;
	padding: 25px 10px;
}

.ghhd-left-title h1 {
	color: #000;
	font-size: 1.8rem;
	font-weight: normal;
	padding-right: 80px;
	margin-bottom: 0;
}

.ghhd-left-title span {
	font-size: 1.4rem;
	color: #666;
	position: absolute;
	top: 28px;
	right: 10px;
}

.ghhd-right:first-child {
	margin-bottom: 8px;
}

.ghhd-right img {
	width: 100%;
	height: 220px;
}

.ghhd-right-title {
	padding: 20px 0 20px 30px;
}

.ghhd-right-title h1 {
	height: 55px;
	overflow: hidden;
	font-size: 1.8rem;
	font-weight: normal;
	color: #000;
}

.ghhd-right-title p,
.ghhd-right-title span {
	font-size: 1.4rem;
	color: #666;
}

/* 工会活动 end */

/* 共青团工作 start */
.gqtgz-bg {
	background: url(http://www.sxjg-wl.com/images/gqtgz-bg.png) no-repeat;
}

.gqtgz-new img {
	width: 100%;
	height: 194px;
	margin-bottom: 20px;
}

.gqtgz-new h1 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.gqtgz-new p {
	font-size: 1.4rem;
	color: #666;
	margin: 0;
}

.gqtgz-new ul li {
	position: relative;
	background-color: transparent;
}

.gqtgz-new ul li:first-child {
	border-top: none;
}

.gqtgz-new ul li:last-child {
	border-bottom: none;
}

.gqtgz-new ul li span {
	position: absolute;
	top: 15px;
	right: 0;
}

.gqtgz-new ul li a {
	padding: 1.5rem 100px 1.5rem 0;
}

/* 共青团工作 end */

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/* 通用 start */
	.title-box {
		margin-top: 10px;
	}

	.title-box p {
		margin-bottom: 10px;
	}

	.btn {
		margin: 20px 0;
	}

	/* 通用 end */

	/* 建党100周年 start */
	.jd-bg {
		background-size: cover;
	}

	.jd-list ul li {
		padding: 0;
	}

	/* 建党100周年 end */

	/* 党建领航 start */
	.djlh-new {
		margin-left: initial !important;
		padding: 10px 0;
		border-right: none;
	}

	.djlh-new img {
		margin-left: initial;
		width: 100%;
		height: auto;
	}

	.djlh-new-right {
		padding-left: initial;
	}

	/* 党建领航 end */

	/* 党风廉政 start */
	.dflz-bg {
		background-size: cover;
	}

	.dflz-ul li {
		padding: 0;
	}

	.dflz-new {
		border-left: none;
		padding: 0.5rem 1rem;
	}

	.dflz-new a {
		height: auto;
		overflow: auto;
	}

	/* 党风廉政 end */

	/* 工会活动 start */
	.ghhd-left img {
		height: auto;
	}

	.ghhd-left-title {
		padding: 10px;
	}

	.ghhd-left-title span {
		top: 14px;
	}

	.ghhd-right-title {
		padding: 10px;
	}

	.ghhd-right-title h1 {
		height: auto;
		overflow: auto;
	}

	.ghhd-right img {
		height: auto;
	}

	/* 工会活动 end */

	/* 共青团工作 start */
	.gqtgz-bg {
		background-size: cover;
	}

	.gqtgz-new img {
		height: auto;
	}

	/* 共青团工作 end */
}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
