* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	color: #fff;
}

body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Arial, Helvetica, "微软雅黑";
	font-weight: normal;
}

img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	border: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

a:link {
	cursor: pointer;
}


/*文本超过1行显示...*/

.limit-line1 {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.limit-line2 {
	display: -webkit-box;
	/*-webkit-line-clamp: 2;*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.limit-line3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*文本超过4行显示...*/

.limit-line4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*common style start*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pointer {
	cursor: pointer;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.block-center {
	margin-left: auto;
	margin-right: auto;
}

button {
	border: none;
	cursor: pointer;
}

.block {
	position: relative;
	box-sizing: border-box;
	max-width: 1080px;
	margin: 0 auto;
}

.youchu-title {
	margin: 65px 0;
}


/*pc样式*/

.container {
	width: 1080px;
	/*本次项目设计宽度*/
	margin: 0 auto;
	position: relative;
}

.bg-youchu-bar {
	background-color: #940101;
	min-width: 1188px;
}

.top-bar {
	height: 57px;
	color: #fff;
	text-decoration: none;
	padding-left: 14px;
}

.top-bar.container {
	width: 1188px;
}

.top-bar ul li {
	list-style: none;
	float: left;
	line-height: 57px;
	margin-right: 5px;
}

.top-bar ul li a {
	margin-right: 5px;
	font-size: 15px;
}

.page-container {
	background: url("http://www.newsimg.cn/money/ycyh20190925/img/youchu-bg-lg.jpg") no-repeat;
	margin: 0 auto;
	overflow: hidden;
	min-width: 1080px;
	background-size: 100% 110%;
	height: 100%;
}

.banner {
	background: url('http://www.newsimg.cn/money/ycyh20190925/img/youchu-title-lg1.png') no-repeat center;
	height: 700px;
	margin: 0 auto;
	overflow: hidden;
	background-size: auto 100%;
	max-width: none;
}

.banner-logo {
	width: 25%;
	height: 43px;
	margin-top: 23px;
	margin-left: 20%;
}

.youchuhezuo {}

.youchuhezuo-title {
	width: 716px;
	font-size: 34px;
	color: #940101;
	margin: 0 auto;
	padding-top: 72px;
	font-weight: 600;
}

.youchuhezuo-title a {
	font-size: 34px;
	color: #940101;
	font-weight: 600;
}

.yuouchuhezuo-desc {
	width: 938px;
	height: auto;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	margin: 0 auto;
	margin-top: 19px;
	margin-bottom: 37px;
	padding: 0 79px 0;
}

.yuouchuhezuo-desc a {
	font-size: 18px;
	color: #333333;
}

.youchuhezuo-content {
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0px 21px 65px 0px rgba(93, 93, 93, 0.4);
}

.youchuhezuo-video {
	width: 612px;
	height: 345px;
	position: relative;
	float: left;
}

.video-play {
	position: absolute;
	width: 69px;
	height: 69px;
	top: 45%;
	left: 45%;
	background: url('http://www.newsimg.cn/money/ycyh20190925/img/video-play.png') no-repeat center;
	background-size: 100% auto;
}

.youchuhezuo-text {
	background: url('http://www.newsimg.cn/money/ycyh20190925/img/youchu-logo.png') no-repeat;
	background-size: 228px 142px;
	background-position: right bottom;
	width: 466px;
	height: 344px;
	float: left;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 30px 0 31px 39px;
}

.youchuhezuo-lunbo {
	position: relative;
	top: 0;
}

.notice-list {
	list-style: none;
	text-align: center;
	padding: 0 43px 0 40px;
	height: 282px;
}

.video-list {
	height: 47px;
	line-height: 47px;
	border-bottom: 2px solid rgba(238, 238, 238, 1);
}

.video-icon {
	width: 28px;
	height: 20px;
	float: left;
}

.video-desc {
	width: 350px;
	float: left;
	margin-left: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.video-desc a {
	color: #666666;
	font-size: 18px;
}

.chengji-content {
	background: #FFFFFF;
	padding: 49px 26px 48px 63px;
	border-radius: 8px;
	box-shadow: 0px 17px 114px 0px rgba(103, 103, 103, 0.3);
}

.chengji-content-tuwen {
	width: 100%;
}

.chengji-content-right {
	width: 490px;
	float: right;
}

.chengji-content-msg {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}


/*.chengji-content-height {
	height: 75px;
}*/

.chengji-content-img {
	width: 186px;
	height: 116px;
	float: left;
}

.chengji-content-img img {
	width:100%;
	height:auto;
}

.chengji-content-desc {
	width: 264px;
	line-height: 30px;
	margin-left: 18px;
	float: left;
}

.chengji-content-desc a {
	color: #333333;
	font-size: 17px;
}

.chengji-content-introduce {
	width: 95%;
	height: 38px;
	line-height: 38px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chengji-content-introduce a {
	color: #333333;
	font-size: 17px;
}


/*数说邮储*/

.youchushushuo {}

.shushuo-title {}

.youchushushuo-content {
	background: #FFFFFF;
	height: 339px;
	padding: 13px 16px 18px;
	border-radius: 8px;
	box-shadow: 0px 17px 103px 0px rgba(206, 192, 183, 0.71);
}

.youchushushuo-img {
	width: 209px;
	height: 308px;
	float: left;
}
.youchushushuo-img:nth-child(6) {
	display:none;
}


/*追梦邮储人*/

.youchuzhuimengren {}

.zhuimengren-title {}

.youchuzhuimengren-content {
	background: #FFFFFF;
	padding: 49px 63px 48px 62px;
	border-radius: 8px;
	box-shadow: 0px 17px 114px 0px rgba(103, 103, 103, 0.3);
}

.zhuimengren-qianyue {
	padding-bottom: 22px;
}

.zhuimengren-qianyuetu {
	width: 60%;
	height: 323px;
	float: left;
	position: relative; 
}

.zhuimengren-qianyuedatu {
	width: 100%;
	height: 100%;
	position: relative;
}

.zhuimengren-qianyuedatu img {
	width: 100%;
	height: 100%;
	position: absolute;
}

.zhuimengren-text {
	width: 100%;
	background: rgba(0, 0, 0, .5);
	padding: 20px;
	color: #FFFEFE;
	font-size: 17px;
	text-align: left;
	position: absolute;
	opacity: .8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	bottom: 0;
	left: 0;
}

.zhuimengren-banner {
	width: 396px;
	height: 73px;
	margin-top: 13px;
}

.zhuimengren-img {
	width: 130px;
	float: left;
	margin-right: 2px;
}

.zhuimengren-right-img {
	width: 40%;
	height: 323px;
	float: left;
	padding-left: 30px;
}

.zhuimengren-right-top {
	float: left;
	padding-bottom: 13px;
	border-bottom: 2px solid #EEEEEE;
}

.zhuimengren-right-bottom {
	float: right;
	margin-top: 23px;
	padding-bottom: 13px;
}

.zhuimengren-right-tu {
	width: 100%;
	float: left;
}

.zhuimengren-right-now {
	width: 30%;
	height: 58px;
	float: left;
	margin-bottom: 10px;
}

.zhuimengren-right-text {
	width: 60%;
	height: 58px;
	line-height: 29px;
	float: left;
	margin-left: 8px;
}

.zhuimengren-right-text a {
	font-size: 14px;
	color: #333333;
}

.zhuimengren-bottom {
	float: left;
	border-top: 2px solid #EEEEEE;
	padding-top: 22px;
}

.zhuimengren-bottom-content {}

.zhuimengren-bottom-contents {
	width: 290px;
	float: left;
	margin-right: 42px;
}

.zhuimengren-bottom-contents:nth-child(3) {
	margin-right: 0;
}

.zhuimengren-bottom-img {
	width: 290px;
	height: 169px;
	position: relative;
}

.zhuimengren-bottom-img img {
	width: 100%;
	height: 100%;
	position: absolute;
}

.zhezhao {
	width: 100%;
	height: 100%;
	position: absolute;
	/*background: rgba(0, 0, 0, .5);*/
}

.cursorPointer {
	cursor: pointer;
}

.zhuimengren-bottom-text {
	width: 260px;
	color: #FFFEFE;
	font-size: 17px;
	margin-top: -40px;
	text-align: left;
	position: absolute;
	opacity: .8;
	margin-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*分行风采*/

.fenhangfencai {}

.fenhangfencai-title {}

.fenhangfencai-content {
	margin-top: 64px;
}

.fenhangfencai-content-msg {
	width: 540px;
	height: 116px;
	float: left;
	margin-bottom: 18px;
}

.fenhangfencai-content-img {
	width: 186px;
	height: 116px;
	float: left;
}

.fenhangfencai-content-text {
	float: left;
	width: 298px;
	margin-left: 28px;
	line-height: 40px;
}

.fenhangfencai-content-text a {
	color: #333333;
	font-size: 18px;
}


/*图片掠影*/

.tupianlueying {
	margin-bottom: 150px;
}

.tupianlueying-title {}

.tupianlueying-content {}

.tupianlueying-banner {}

.tupianlueying-msg {}

.tupianlueying-neirong {
	width: 900px;
	margin: 0 auto;
}

.tupianlueying-neirong-img img {
	width: 100%;
	height: 100%;
}

.tupianlueying-neirong-img:nth-child(1),
.tupianlueying-neirong-img:nth-child(2),
.tupianlueying-neirong-img:nth-child(3) {
	width: 288px;
	height: 162px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	cursor: pointer;
	position: relative;
}

.tupianlueying-neirong-img:nth-child(4),
.tupianlueying-neirong-img:nth-child(5) {
	width: 430px;
	height: 248px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	cursor: pointer;
	position: relative;
}

.tupianlueying-neirong-img:nth-child(6),
.tupianlueying-neirong-img:nth-child(7),
.tupianlueying-neirong-img:nth-child(8) {
	width: 288px;
	height: 162px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	cursor: pointer;
	position: relative;
}

.tupianlueying-top {}

.tupianlueying-neirong-img,
.tupianlueying-bottom-img {
	width: 288px;
	height: 162px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	cursor: pointer;
	position: relative;
}

.tupianlueying-center {}

.tupianlueying-center-img {
	width: 442px;
	height: 248px;
	float: left;
	margin-right: 5px;
	margin-bottom: 12px;
	cursor: pointer;
	position: relative;
}

.tupian-zhezhao-xs {
	width: 288px;
	height: 162px;
	color: #FFFFFF;
	font-size: 17px;
	background: #AC4242;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 19px 35px 42px 33px;
	opacity: .8;
	display: none;
}

.tupianlueying-neirong-img:hover .tupian-zhezhao-xs {
	width: 288px;
	height: 162px;
	color: #FFFFFF;
	font-size: 18px;
	background: #AC4242;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 19px 35px 42px 33px;
	opacity: .8;
	display: block;
}
.tupianlueying-neirong-img:hover:nth-child(4) .tupian-zhezhao-xs {
	width: 430px;
	height: 248px;
} 
.tupianlueying-neirong-img:hover:nth-child(5) .tupian-zhezhao-xs {
	width: 430px;
	height: 248px;
} 
.tupianlueying-bottom-img:hover .tupian-zhezhao-xs {
	width: 288px;
	height: 162px;
	color: #FFFFFF;
	font-size: 18px;
	background: #AC4242;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 19px 35px 42px 33px;
	opacity: .8;
	display: block;
}

.tupian-zhezhao-lg {
	width: 430px;
	height: 248px;
	color: #FFFFFF;
	font-size: 18px;
	background: #AC4242;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 29px 45px 52px 43px;
	opacity: .8;
	display: none;
}

.tupianlueying-neirong-img:hover .tupian-zhezhao-lg {
	width: 430px;
	height: 248px;
	color: #FFFFFF;
	font-size: 18px;
	background: #AC4242;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 29px 45px 52px 43px;
	opacity: .8;
	display: block;
}

.tupianlueying-bottom {}

.arrow {
	width: 80px;
	height: 80px;
	position: absolute;
	cursor: pointer;
	top: 50%;
	margin-top: -30px;
}

.arrow.arrow-left {
	background: url("http://www.newsimg.cn/money/ycyh20190925/img/arrow-left.png") no-repeat;
	width: 80px;
	height: 80px;
	background-size: auto 100%;
	cursor: pointer;
}

.arrow.arrow-right {
	right: 0px;
	background: url("http://www.newsimg.cn/money/ycyh20190925/img/arrow-right.png") no-repeat;
	width: 80px;
	height: 80px;
	background-size: auto 100%;
	cursor: pointer;
}


/*底部footer*/

.footer {
	color: #ccc;
	background: #940101;
	line-height: 65px;
	font-size: 12px;
	margin: 0 auto;
}

.footer-one {
	height: 44px;
}

.footer-two {
	height: 44px;
	line-height: 22px;
}


/*移动端适配*/

.show-xs {
	display: none;
}

.show-lg {
	display: block;
}

@media (max-width: 768px) {
	.show-xs {
		display: block;
	}
	.show-lg {
		display: none;
	}
	.block {
		padding: 0 10px;
	}
	.page-container {
		background: url("http://www.newsimg.cn/money/ycyh20190925/img/youchu-bg-xs.jpg") no-repeat;
		min-width: 0;
		background-size: 100% 110%;
		height: 100%;
		width: 100%;
	}
	.banner {
		background: none;
		height: auto;
	}
	.yuouchu-logo-show {
		width: 50%;
		position: absolute;
		top: 3%;
		left: 5%;
	}
	.youchuhezuo-title {
		width: 100%;
		text-align: center;
		font-size: 16px;
		padding-top: 36px;
	}
	.yuouchuhezuo-desc {
		width: 100%;
		padding: 0;
		font-size: 14px;
		color: #333333;
		margin-bottom: 20px;
	}
	.yuouchuhezuo-desc a {
		font-size: 17px;
		color: #333333;
	}
	.youchuhezuo-video {
		width: 100%;
		height: auto;
		padding: 20px 10px 0;
	}
	.video-play {
		width: 10%;
		height: 50px;
		top: 40%;
	}
	.swiper-img img {
		border-radius: 8px;
	}
	.youchuhezuo-text {
		background: none;
		height: auto;
	}
	.youchuhezuo-text {
		width: 100%;
		height: auto;
		padding: 15px 10px;
	}
	.video-desc {
		font-size: 14px;
		margin-left: 20px;
		width: 80%;
		height: 47px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.youchu-title {
		margin: 10px 0;
		line-height: 40px;
	}
	.chengji-content {
		width: 100%;
		height: auto;
		padding: 20px 10px
	}
	.chengji-content-tuwen {
		width: 100%;
		height: auto;
	}
	/*.chengji-content-msg,
	.chengji-content-height {
		height: auto;
		width: 100%;
	}*/
	.chengji-content-msg {
		height: auto;
		width: 100%;
	}
	.chengji-content-img {
		width: 30%;
		height: auto;
		margin-bottom: 15px;
	}
	.chengji-content-desc {
		width: 60%;
		height: auto;
		margin-left: 20px;
	}
	/*.chengji-content-desc a{
		font-size: 17px;
	}*/
	.chengji-content-right {
		width: 100%;
		height: auto;
		margin-top: 15px;
	}
	.youchushushuo-content {
		width: 100%;
		text-align: center;
		height: auto;
		padding: 13px 6px 18px;
		margin-top: 15px;
	}
	.youchushushuo-img {
		width: 50%;
		height: auto;
	}
	.youchushushuo-img:nth-child(6) {
		display:block;
	}
	.youchuzhuimengren-content {
		width: 100%;
		height: auto;
		padding: 10px;
		margin-top: 15px;
	}
	.zhuimengren-qianyue {}
	.zhuimengren-qianyuetu {
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.zhuimengren-qianyuedatu {
		margin: auto;
		width: 100%;
		height: auto;
	}
	.zhuimengren-qianyuedatu img {
		width: 100%;
		height: 100%;
		position: static;
		max-height: none;
	}
	.zhuimengren-text {
		width: 100%;
        margin: 0 auto;
        position: absolute;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        bottom: 0;
        padding: 10px;
	}
	.zhuimengren-banner {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.zhuimengren-margin {
		margin: 0 2% !important;
	}
	.zhuimengren-img {
		width: 32%;
		margin-right: 0;
	}
	.zhuimengren-right-img {
		width: 100%;
		height: auto;
		padding-right: 0;
		margin-top: 2%;
		padding-left: 0;
	}
	.zhuimengren-right-top {
		padding-bottom: 0;
		border-bottom: none;
	}
	.zhuimengren-right-bottom {
		margin-top: 0;
	}
	.zhuimengren-right-tu {
		width: 100%;
	}
	.zhuimengren-right-now {
		width: 35%;
		height: auto;
	}
	.zhuimengren-right-text {
		width: 60%;
		height: auto;
		font-size: 17px;
	}
	.zhuimengren-bottom {
		height: auto;
		float: none;
	}
	.zhuimengren-bottom-content {
		height: auto;
	}
	.zhuimengren-bottom-contents {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.zhuimengren-bottom-img {
		width: 100%;
		height: auto;
	}
	.zhuimengren-bottom-img img {
		width: 100%;
		height: 100%;
		position: static;
		max-height: none;
	}
	.zhuimengren-bottom-text {
		width: 90%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		top: -30px;
		font-size: 17px;
		opacity: .7;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.fenhangfencai-content {
		margin-top: 25px;
		/*padding: 0 25px;*/
	}
	.fenhangfencai-content-msg {
		width: 100%;
		height: auto;
	}
	.fenhangfencai-content-img {
		width: 30%;
		height: auto;
	}
	.fenhangfencai-content-text {
		width: 60%;
		height: auto;
		line-height: 20px;
		margin-left: 10px;
	}
	.tupianlueying-neirong {
		width: 100%;
	}
	.tupianlueying-content {
		/*padding: 25px;*/
		padding-bottom: 25px;
	}
	.owl-carousel {
		width: 100%;
	}
	.tupianlueying-neirong-img {
		width: 32%;
		height: auto;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.tupianlueying-neirong-img:nth-child(1),
	.tupianlueying-neirong-img:nth-child(2),
	.tupianlueying-neirong-img:nth-child(3),
	.tupianlueying-neirong-img:nth-child(6),
	.tupianlueying-neirong-img:nth-child(7),
	.tupianlueying-neirong-img:nth-child(8) {
		width: 32%;
		height: auto;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.tupianlueying-neirong-img:nth-child(4),
	.tupianlueying-neirong-img:nth-child(5) {
		width: 100%;
		height: auto;
		margin-bottom: 2%;
		margin-right: 0;
		/*margin: 0 2% !important;*/
	}
	.tupianlueying-margin-img {
		margin: 0 2% !important;
	}
	.tupianlueying-img-margin {
		margin-right: 2% !important;
		margin-bottom: 2%;
	}
	.tupianlueying-bottom-img {
		width: 32%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0;
	}
	.tupianlueying {
		margin-bottom: 0;
	}
	.tupianlueying-neirong-img:hover .tupian-zhezhao-xs {
		display: none;
	}
	.tupianlueying-bottom-img:hover .tupian-zhezhao-xs {
		display: none;
	}
	.tupianlueying-neirong-img:hover .tupian-zhezhao-lg {
		display: none;
	}
	.tupian-zhezhao-xs,
	.tupian-zhezhao-lg {
		display: none;
	}
	.owl-stage-outer {
		margin-top: 20px;
	}
}