
/* CSS Document */
.wrapper{width:1200px;height:100%;margin:0 auto;}
.v5_container {
	width: 1200px;
	margin: 0 auto;
}
/*2020年5月14日 V5新*/
body {
	background: #fff;
}
.v5_product {
	min-height: 480px;
	background: url("https://www.youdmall.com/templets/img/v5/zixunbanner.png") no-repeat center;
	width: 100%;
	background-size: 100% 100%;
	min-width: 1200px;
}
.v5_product .v5_news {
	height:51px;
	line-height: 51px;
	font-size:54px;
	font-weight:bold;
}
.v5_product .v5_productLine {
	width:26px;
	height:4px;
	background: #00AAEA;
	margin: 32px auto 0;
}
.v5_content .v5_productUl {
	padding-top: 50px;
}
.v5_content .v5_productUl .v5_productLi {
	width: 130px;
	height: 50px;
	margin-left: 173px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.v5_content .v5_productUl .v5_productLi:hover,
.v5_content .v5_productLi.active {
	background: #00AAEA;
}
.v5_content .v5_productUl .v5_productLi:first-child{
	margin-left: 275px;
}
.v5_content .v5_productUl .v5_productLi a{
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.v5_content .v5_productUl .v5_productLi:hover a,
.v5_content .v5_productLi.active a{
	color: #fff;
}
.wrapper .v5_articleTit{
	padding : 60px 85px 37px;
	height: 60px;
	font-size:30px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: 36px;
}
.v5_articleTit+.date span{
	line-height: 21px;
	font-size: 21px;
	color: #999;
	margin-bottom: 35px;
}
.footerpage {
	justify-content: space-around;
	align-items: center;
	padding: 51px 0 78px;
}
.footerpage a {
	text-align: center;
	line-height: 46px;
	border: 1px solid #000;
	font-size: 16px;
	font-weight: 400;
	width:143px;
	height:46px;
	border-radius:23px;
	background: linear-gradient(to right, #56bdf6, #56bdf6) no-repeat;
	background-size: 0 100%;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.footerpage a:hover {
	border-color: #56bdf6;
	color: #fff;
	background-size: 100% 100%;
}
.v5_articleHot .hotarticle {
	height:29px;
	font-size:30px;
	font-weight:400;
	color: #000;
	line-height:36px;
	text-align: center;
	padding: 76px 0 35px;
}
.v5_articleHot .v5_artHotCont .v5_artHotLi:first-child {margin-left: 0;}
.v5_articleHot .v5_artHotCont .v5_artHotLi {
	width: 320px;
	height: 257px;
	background: #fff;
	border-radius: 8px;
	margin-left: 120px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.v5_articleHot .v5_artHotCont .v5_artHotLi:hover {
	box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.13);
	transform: translateY(-2px);
}
.v5_articleHot .v5_artHotCont .v5_artHotLi a{
	padding: 42px 28px 32px;
	width: 264px;
	height: 183px;
}
.v5_artHotCont .v5_artHotLi dl dt {
	width: 263px;
	height: 59px;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.v5_artHotCont .v5_artHotLi:hover dl dd {
	border-top-color: #000;
}
.v5_artHotCont .v5_artHotLi dl dd {
	border-top: 1px solid #eee;
	margin-top: 25px;
	padding: 23px 0 0;
	height:46px;
	font-size:16px;
	font-weight:400;
	color: #707070;
	line-height:30px;
}
.v5_artHotCont .v5_artHotLi:hover dl div{
	color: #000;
}
.v5_artHotCont .v5_artHotLi dl div{
	font-size: 40px;
	color: #b5b5b5;
	margin-top: -10px;
}
.article{
	height: auto;
    margin-top: 36px;
	min-height: 750px;
	padding-bottom: 100px;
}
.article-detail .article_inner {
	width: 750px;
	margin: 64px auto 0;
}
.article .wrapper{
	position: relative;
	background: #fff;
}

.article-detail{
	width: 100%;
	height: 100%;
	margin-top: 35px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	padding: 64px 225px;
    box-sizing: border-box;
    background: #fff;
	border-top: 1px solid #e5e5e5;
    /*box-shadow: 0 2px 10px 4px rgba(0,0,0,0.04);*/
}
.article-detail img{
	margin: 0px auto;
	max-width: 100%;
}
.article-detail .article-inner>div{
	/*text-indent: 30px;*/
	margin: 10px 0;
}
.location{
	padding: 10px 20px;
	line-height: 53px;
	font-size: 12px;
	color: #999;
	background: #fff;
	border-bottom: 1px solid #eee;
	width: 96%;
	margin: 0 auto;
	padding-left: 138px;
	box-sizing: border-box;
}
.location a:hover {
	color: #0b86f9;
}
.article-detail h1{
	line-height: 68px;
	font-size: 28px;
	color: #333;
}

.article-detail .article-inner h3{
	font-size: 15px;
	line-height: 50px;
	color: #666;
	font-weight: bold;
}
.slide{
	width:270px;
	height:670px;
	/*background:#f9f9f9;*/
	padding: 0 20px;
	position: absolute;
	right: 0;
	top: 40px;
}
.slide p{
	margin-top: 15px;
	line-height: 45px;
	font-size: 18px;
	border-bottom: 1px solid #ebebeb;
}
.slide p span{
	border: 1px solid #eee;
    display: block;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: -1px;
}
.slide ul li{
	height: 45px;
	font-size: 13px;
	padding: 20px 0;
	line-height: 25px;
	border-bottom: 1px solid #efefef;
}
.slide ul li img{
	width: 79px;
/*	height: 45px;*/
	float: left;
	margin-right: 15px;
}
.slide ul li span{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
}
.hotnews {
	width: 100%;
}
.hotnews img {
	width: 100%;
	margin: 28px 0 0 0;
	border-radius: 4px;
	height: 180px;
}
.hotnews p {
	font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.pageitem-prev,.pageitem-next {
	justify-content: space-between;
	width: 116px;
	align-items: center;
}
.pageitem-prev .iconfont,.pageitem-next .iconfont {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	color: #fff;
	background: #ccc;
	font-size: 20px;
}
.pageitem-prev .iconfont {
 	transform: rotate(90deg);
}
.pageitem-next .iconfont {
 	transform: rotate(-90deg);
}
.pageitem-prev:hover .iconfont,.pageitem-next:hover .iconfont {
	background: #0386f9;
}
.pageitem-prev:hover p,.pageitem-next:hover p {
	color: #0386f9;
}
.back-tolist:hover {
	color: #0386f9;
}
.backlist:before {
	content: '...';
	display: block;
    margin-bottom: -12px;
    font-size: 30px;
    text-align: center;
    font-weight: 100;
    position: absolute;
    top: -8px;
    left: 4px;
}
.backlist:after {
	content: '...';
	display: block;
    margin-bottom: -12px;
    font-size: 30px;
    text-align: center;
    font-weight: 100;
    position: absolute;
    bottom: 30px;
    left: 4px;
}
.backlist {
	font-size: 30px;
    text-align: center;
    font-weight: 100;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}


.events-contain{
	text-align: center;
	height: auto;
	width: 100%;
	/*overflow: hidden;*/
	padding: 0 50px;
	box-sizing: border-box;
}
.events-contain li{
	cursor: pointer;
	width: 32%;
	margin-right: 1.96%;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 50px;
}
.events-contain li:nth-child(3n+0) {
	margin-right: 0;
}
.events-contain li .date{
	width: 100%;
    overflow: hidden;
    position: relative;
    height: 230px;
    margin-bottom: 6px;
}
.events-contain li .date img{
	width: 100%;
	height: 230px;
}
.events-contain li .date .month{
	height: 57px;
	text-align: center;
	line-height: 57px;
	background: #e4e4e4;
	color: #989898;
}
.events-contain li .date .day{
	height: 57px;
	text-align: center;
	line-height: 57px;
	background: #fff;
	color: #989898;
	font-size: 26px;
	font-weight: bold;
}
.events-contain li dl{
	text-align: left;
	font-size: 13px;
	color: #898888;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}
.events-contain li dl dt{
	font-size: 12px;
}
.events-contain li dl dt h3{
	font-size: 16px;
	color: #333;
	line-height:30px;
	margin: 6px 0;
	height: 30px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.events-contain li dl dt h3 span{
	display:inline-block;
	width: 19px;
	height: 19px;
	background: #9d9d9d;
	color: #fff;
	text-align: center;
	line-height: 19px;
	margin-top: 8px;
}
.events-contain li dl dt p{
	font-size: 12px;
	color: #868686;
	line-height:35px;
}
.events-contain li dl dd{
	font-size: 14px;
	line-height: 20px;
	color: #a5a4a4;
	flex: 1;
	height: 40px;
}
.events-contain li dl p {
	justify-content: space-between;
	padding: 14px 0;
}
.events-contain li dl dd {
    font-size: 14px;
    line-height: 20px;
    color: #a5a4a4;
    flex: 1;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.events-contain li:hover h3 {
	color: #2894fe;
}
.hotarticle {
	font-size: 16px;color: #333;padding: 36px 0;text-align: center;width: 96%;margin: 0 auto;
}.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

.container, .container-layout { margin: 0 auto; padding: 0 10px }

@media(min-width:760px) {
.container { width: 750px }
}
@media(min-width:1000px) {
.container { width: 1000px }
}
@media(min-width:1200px) {
.container { width: 1200px }
}