/* banner */
.banner {
	padding-top: 0px;
	width: 100%;
	overflow: hidden;
}

.banner img {
	width: 100%;
	height: 350px;
}
.new_nei p {
    font-size: 18px;
    text-align: justify;
}
.aa1{
	display: none; 
}
#vsb_content_4 P{
font-size: 18px!important;
}
#vsb_content_4{
		margin-top: -30px;
	}
#vsb_content{
		*margin-top: -30px;
	}
.xiang{
	position: relative;
}
.xiang a{
	position: relative;
}
.xiang a:hover .aa1{
	display: block;
}
.fff:hover .bshare-custom{
	display: block;
}
.aa1{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 80px;
}
.fff{
	width: 10%;
	display: flex;
	justify-content: center;
	position: relative;
}
.fff a{
	width: 100%;
	
}
.bshare-custom{
	position: absolute;
	right: -50px;
	top: 50px;
	display: none;
}
.bshare-custom.icon-medium-plus a {
    margin-bottom: 10px;
}
/* 位置 */
.new_weizhi {
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
	background-color: #f8f8f8;
}

.gk_zhi a {
	font-size: 16px;
	color: #333;
}

/* 内容 */
.new_neirong {
	width: 100%;
	overflow: hidden;
	background-color: #fbfbfb;
	background-image: url(../image/gaikuang/gk_beijing1.png);
	background-size: 100% 100%;
	
}

.new_content {
	display: flex;
	justify-content: space-between;
}

.new_nei {
	width: 69%;
	background-color: #FFFFFF;
	padding: 55px 35px 42px 35px;

}

.new_rong {
	width: 28%;
}

.zuozhe {
	display: flex;
	justify-content: center;
}

.zuozhe p {
	padding-right: 15px;
	font-size: 15px;
	/* padding-top: 20px!important; */
}

.tupian img {
	width: 100%;
	height: 420px;
	padding-top: 40px;
}

.new_nei h2 {
	font-size:25px;
	line-height: 30px;
	text-align: center;
}

.new_nei p {
	text-indent: 0;
	line-height: 30px;
	padding-top: 10px;
}

.xia {
	width: 100%;
	background-color: #fafafa;
	height: 75px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	border: #ccc 1px solid;
	margin-top: 72px;
}

.xia p {
	color: #000000;
	font-size: 16px;
	padding-top: 0;
}

.xia a {
	color: #333;
	font-size: 16px;

}

.fenxiang {
	background-color: #fff;
	padding: 15px 15px 20px 15px;
	margin-bottom: 10px;
}

.xiang {
	display: flex;
	justify-content: center;

}

.xiang a {
	display: flex;
	justify-content: center;
	width: 10%;
}

.fenxiang p {
	line-height: 28px;
	color: #000000;
	font-weight: 600;
}

.news_wen2 ul li:hover a p {
	color: red;
}

.news_wen2 ul li:hover a span {
	color: red;
}

.news_wen2 ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_wen2 ul li a p {
	font-size: 15px;
	color: #333;
	line-height: 19px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	transition: all 0.4s;
}

.news_wen2 ul li a span {
	font-size: 15px;
	color: #333;
	line-height: 17px;
	white-space: nowrap;
}

.news_wen1 {
	display: flex;
	width: 100%;
	padding: 20px 0;
	border-bottom: 2px #005964 solid;
}

.news_wen1 p {
	padding-left: 15px;
	font-size: 22px;
	line-height: 28px;


}

.news_wen2 ul li {
	padding-top: 18px;
}

.news_wen {
	background-color: #fff;
	padding: 0 15px;
}

.news_wen2 {
	padding-bottom: 20px;
}

@media screen and (max-width:1024px) {
	.new_content {
		flex-wrap: wrap;
	}

	.new_nei,
	.new_rong {
		width: 100%;
	}

	.new_rong {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.new_nei h2 {
		font-size: 18px;
		line-height: 25px;
		text-align: center;
	}

	.new_nei p {
		text-indent: 0;
		line-height: 28px;
		padding-top: 10px;
font-size: 15px;
	}

	.zuozhe {
		flex-wrap: wrap;
	}

	.new_nei {
		padding: 55px 15px 42px 15px;
	}

	.tupian img {
		width: 100%;
		height: 235px;
		padding-top: 15px;
		object-fit: cover;
	}

	.xia {
		width: 100%;
		background-color: #fafafa;
		height: 40px;
		display: flex;
		align-items: center;
		padding-left: 0px;
		border: #ccc 1px solid;
		margin-top: 23px;
	}

	.xia p {
		padding: 0;
		text-indent: 10px;
		font-size: 14px;
		white-space: nowrap;
	}

	.xia a {
		font-size: 14px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -moz-box;
		-moz-line-clamp: 1;
		-moz-box-orient: vertical;
		overflow-wrap: break-word;
		word-break: break-all;
		white-space: normal;
		overflow: hidden;
	}

	.gk_zhi a,
	.gk_zhi span {
		font-size: 14px;
	}
.new_nei p img{
	width: 100%;
}
#vsb_content_4{
		margin-top: 0px;
	}
#vsb_content_4 P {
    font-size: 16px!important;
}
#vsb_content{
		margin-top: 0px;
	}
.fff {
    width: 30%;
    display: flex;
    justify-content: center;
    position: relative;
}
.xiang a {
    display: flex;
    justify-content: center;
    width: 30%;
}
}