

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

.title-box h1 {
	font-size: 3rem;
	margin-bottom: 5px;
	margin: 0;
}

.title-box h2 {
	font-size: 1.4rem;
	font-weight: normal;
	margin: 0;
}

.title-box p {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 1.4rem;
}

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

/* 通用 end */

/* 新闻中心 start */
.jtxw-bg {
	background: url(/skin/images/jtxw-bg.png) right top no-repeat;
}

.jtxw-box {
	margin-bottom: 50px;
}

.jtxw-box img {
	width: 100%;
	height: 410px;
}

.jtxw-box h1 {
	height: 114px;
	overflow: hidden;
	font-size: 3.6rem;
	font-weight: normal;
	color: #2d5898;
}

.jtxw-box span {
	font-size: 1.8rem;
	color: #ccc;
}

.jtxw-box p {
	font-size: 1.8rem;
	color: #666;
	line-height: 48px;
}

.jtxw-list li {
	padding: 0 60px;
	border-right: #e3e3e3 solid 1px;
}

.jtxw-list li:last-child {
	border-right: none;
}

.jtxw-list h1 {
	font-size: 1.8rem;
	color: #2d5898;
}

.jtxw-list p {
	font-size: 1.4rem;
	color: #666;
}

/* 新闻中心 end */

/* 物流动态 start */
.wldt-bg {
	background: url(/skin/images/wldt-bg.png) center no-repeat;
}

.wldt-list ul li {
	padding: 0 18px;
}

.wldt-list .wldt-img img {
	width: 100%;
	height: 180px;
}

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

.wldt-title h1 {
	font-size: 1.8rem;
	font-weight: normal;
	color: #2d5898;
	margin-bottom: 0;
}

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

/* 物流动态 end */

/* 媒体关注 start */
.mtgz-title {
	margin-bottom: 50px;
	font-size: 2.4rem;
	color: #315b9a;
	font-weight: bold;
	text-align: center;
}

.mtgz-title img {
	vertical-align: bottom;
	padding-right: 20px;
}

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

.mtgz-list li>a {
	position: relative;
	padding: 1rem 50px 1rem 25px;
}

.mtgz-list li span {
	position: absolute;
	font-size: 1.4rem;
	color: #666;
	right: 0;
	top: 14px;
}

/* 媒体关注 end */

/* 视频展播 start */
.spzb-bg {
	background: url(/skin/images/spzb-bg.png) center bottom #fafafa no-repeat;
}

.video-list li {
	padding: 30px;
}

.video-list .video-pic {
	position: relative;
}

.video-list .video-pic .pic {
	width: 100%;
	height: 265px;
}

.video-list .video-pic .video-ico {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.video-list .video-title {
	padding: 20px;
	background-color: #f4f4f4;
}

.video-list .video-title h1 {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 10px;
	height: 52px;
	overflow: hidden;
}

.video-list .video-title span {
	font-size: 1.4rem;
	color: #999;
}

/* 视频展播 end */

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

/*手机*/

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

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

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

	.btn {
		margin: 10px 0 30px 0;
	}

	/* 通用 end */

	/* 集团新闻 start */
	.jtxw-box {
		margin-bottom: 0;
	}

	.jtxw-box img {
		height: auto;
	}

	.jtxw-box h1 {
		height: auto;
		overflow: auto;
		font-size: 1.5em;
		font-weight: bold;
	}

	.jtxw-box p {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.jtxw-list li {
		padding: 0 1rem;
	}

	/* 集团新闻 end */

	/* 物流动态 start */
	.wldt-bg {
		background-size: cover;
	}

	.wldt-list .wldt-img img {
		height: auto;
	}

	.wldt-list ul li {
		padding: 0 1rem;
	}

	.wldt-title {
		padding: 1rem;
	}

	/* 物流动态 end */

	/* 媒体关注 start */
	.mtgz-title {
		margin-bottom: 0;
	}

	/* 媒体关注 end */

	/* 视频展播 start */
	.video-list li {
		padding: .5rem 1rem;
	}

	.video-list .video-pic .pic {
		height: auto;
	}

	.video-list .video-pic .video-ico {
		bottom: 10px;
		left: 10px;
		width: 10%;
	}

	/* 视频展播 end */
}

/*电脑*/

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

/*平板和电脑*/

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

/*手机和平板*/

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

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