body{
	background: #fff;
}
.banner img{
	width: 100%;
	display: block;
}
.container{
	width: 96%;
	max-width: 1600px;
	margin: 0 auto 0;
	padding-bottom: 20px;
}
.container-left{
	width: 350px;
	border: 1px solid #dcdcdc;
	border-top: none;
	height: max-content;
}
.left-title{
	line-height: 36px;
	padding: 28px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
}
.left-title .text{
	border-left: 3px solid #0089cf;
	padding-left: 20px;
	font-size: 28px;
	box-sizing: border-box;
	text-transform: uppercase;
}
.left-box{
	padding: 20px 15px;
	box-sizing: border-box;
}
.left-box .item{
	position: relative;
	z-index: 10;
}
.left-box a{
	font-size: 16px;
	line-height: 20px;
	display: block;
	padding: 18px 20px;
	transition: all .2s;
	background-color: #f5f5f5;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid #ebebeb;
}
.left-box .item:last-child p a{
	border-bottom: 0px solid #ebebeb;
}
.left-box .item:hover p a,.left-box .item.active p a{
	background: #0089cf;
	color: #fff;
}
.left-box p a::before{
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	content: '';
	border-radius: 50%;
	background-color: #333;
}
.left-box p a::after{
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}
.left-box .item:hover p a::before,.left-box .item.active p a::before{
	background-color: #fff;
}
.left-box .item ul{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: max-content;
	transition: all 0.2s;
	background: #ededed;
}
.left-box .item ul a{
	background: #ededed;
	border-bottom: 1px solid #e1e1e1;
	text-transform: capitalize;
}
.left-box .item:hover ul{
	display: block;
}
.left-box ul a:hover,.left-box ul a.active{
	color: #0089cf;
	text-decoration: underline;
}
.hr{
	box-sizing: content-box;
	height: 0;
	border: 0;
	border-top: 1px solid #dcdcdc;
}
.left-box2 .swiper-slide{
	padding: 10px 10px 30px;
	box-sizing: border-box;
}
.left-box2 .swiper-slide p{
	text-align: center;
}
.left-box2 img{
	width: 100%;
}
.left-box3{
	padding: 18px 8px 18px 18px;
	box-sizing: border-box;
}
.left-box3 p{
	margin: 12px 0;
	line-height: 20px;
	clear: both;
	font-size: 14px;
}
.left-box3 p::before{
	font-size: 16px;
	font-family: "iconfont";
	background: #0089cf;
	border-radius: 500px;
	width: 22px;
	height: 22px;
	float: left;
	display:flex;
	justify-content:center;
	color: #fff;
	margin-right: 5px;
	line-height: 24px;
}
.left-box3 p.icon1::before {
	content: "\e716";
}
.left-box3 p.icon2::before {
	content: "\e78e";
}
.left-box3 p.icon3::before {
	content: "\e62e";
}
.left-box3 p.icon4::before {
	content: "\e66b";
}
.left-box3 p.icon5::before {
	content: "\e7a8";
}
.left-box3 p.icon6::before {
	content: "\e7a8";
}
.left-box3 p a:hover{
	color: #0089cf;
}

.container-right{
	padding-left: 50px;
	width: calc(100% - 400px);
}
.right-top{
	line-height: 34px;
	padding: 24px 0;
	box-sizing: border-box;
	text-transform: capitalize;
	flex-wrap: wrap-reverse;
	border-bottom: 1px dashed #dcdcdc;
}
.right-top .text{
	font-size: 24px;
	padding: 5px 0;
}
.right-top .text i{
	font-size: 26px;
	color: #0089cf;
	margin-right: 4px;
}
.location{
	font-size: 16px;
	padding: 5px 0;
}
.location a{
	font-size: 14px;
}
.location a:hover{
	color: #0089cf;
	text-decoration: underline;
}
.fa-home{
	color: #0089cf;
}
.row{
	margin-top: 40px;
}
.row img{
	/*width: 100%;*/
	display: inline-block;
	max-width: 100%;
}
.row .item{
	padding: 35px;
	box-sizing: border-box;
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.row .title{
	padding: 0;
	margin: 0 0 20px;
	text-align: center;
	font-size: 28px;
}
.row .time{
	text-align: center;
	margin-bottom: 30px;
	color: #7b7b7b;
}
.row .time span{
	margin-right: 12px;
}
.row .content{
	font-size: 14px;
	line-height: 2;
}
.other{
	border-top: 1px dashed #dcdcdc;
	margin-bottom: 40px;
}
.other .ellipsis{
	margin-top: 12px;
	padding-bottom: 2px;
}
.other a:hover{
	color: #0089cf;
}


@media screen and (max-width: 915px) {
	.container{
		width: 95%;
		flex-wrap:wrap;
	}
	.left-box ul,.left-box .item:hover ul{
		display: none;
	}
	.container-left,.carousel{
		width: 100%;
	}
	.container-right,.info-box{
		width: 100%;
		padding-left: 0;
	}
	.right-top .text,.right-top .location{
		width: 100%;
	}
	.row .item{ padding: 10px;}
}