/* 内容区 */
.view_box {
	background-color: #f5f5f5;
	overflow: hidden;
}
.news-detail{
	width: 820px;
	background-color: #fff;
	padding: 30px 40px 10px;
	margin-bottom: 15px;
}
/* 2021-2-7 新增 */
/* 小导航 */
.fws-nav{
	box-sizing: border-box;
	width: 1200px ;
	margin: 0 auto;
	background: #fff;
	padding: 9px 23px;
	margin-top: 20px;
}
.fws-nav>div a>img{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
}
.fws-nav>div div{
	width: 430px;
	padding-left: 15px;
	padding-top: 8px;
}
.fws-nav>div div>a{
	font-size: 18px;
	color: #333;
}
.fws-nav>div div>h3{
	margin-top: 5px;
}
.fws-nav>div div>h3 p{
	font-size: 14px;
	color: #666;
	margin-right: 25px;
	
}
.fws-nav>div div>h3 p span{
	color: #ff6000;
}
.fws-nav ul{
	margin-top: 20px;
	margin-right: 20px;
}
.fws-nav ul li{
	margin: 0 5px;
}
.fws-nav ul li a{
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 0 15px;
	border-radius: 25px;
}
.fws-nav ul li.fws-nav-active a{
	background: #e4b269;
	color: #fff;
}
.fws-nav ul li:hover a{
	background: #e4b269;
	color: #fff;
}
.fws-nav>div div .bieming{
	margin-right: 5px;
	font-size: 16px;
	display: block;
	/*margin-top: 3px;*/
}
.fws-nav>div .com-name .name{
	font-size: 12px;
	margin-top: 5px;
}

.fws-nav>div .renzheng img{
	width: 20px;
}

.view-top .top-con .renzheng{
	width: auto;
	line-height: 40px;
	margin-left: 5px;
}
.view-top .top-con .renzheng img{
	width: 20px;
}
/* tag样式 */
.ptrz {
	display: inline-block;
	border: 1px solid #53ade1;
	color: #53ade1;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 12px;
	border-radius: 3px;
	margin-left: 5px;
}
.pprz {
	display: inline-block;
	border: 1px solid #ff6000;
	color: #ff6000;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 12px;
	border-radius: 3px;
}
.gsrz {
	display: inline-block;
	border: 1px solid #2bb3b5;
	color: #2bb3b5;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 12px;
	border-radius: 3px;
	margin-left: 4px;
}
/* 右侧 */

.gsxx{
	float: right;
	width: 280px;
	padding: 5px 0 10px;
	background: #fff;
}
.gsxx h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	padding-left: 25px;
	border-bottom: 1px solid #eeeeee;
}
.gsxx>div{
	padding: 20px 25px 0;
}
.gsxx>div span{
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.gsxx>div div a{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	padding-right: 9px;
	margin-right: 9px;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.gsxx>div div a:hover{
	/* cursor: pointer; */
}
.gsxx>div div a::after{
	content: "";
	display: block;
	width: 0.026rem;
	height: 0.76rem;
	position: absolute;
	background: #999;
	right: 0;
	top:0.45rem;
}
.gsxx>div div a:last-child::after{
	display: none;
}
.gsxx>div div a:last-child{
	margin-right: 0;
	border-right: 0;
}
.gsxx>div div a:hover{
	color: #ff6000;
}
.gsxx .ckgd{
	display: block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	color: #ff6000;
	font-size: 14px;
	text-align: center;
	border-radius: 24px;
	border: 1px solid #ff6000;
	margin: 20px auto 0;
}






 .sjs{
	 float: right;
	 width: 280px;
	padding: 25px 25px 50px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 20px;
}
.sjs ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sjs ul li{
	text-align: center;
	width: 100px;
	margin-top: 30px;
}
.sjs ul li img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.sjs ul li p{
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}
.sjs ul li a{
	display: block;
	width: 80px;
	font-size: 14px;
	height: 24px;
	border: 1px solid #ff6000;
	border-radius: 24px;
	line-height: 24px;
	margin: 13px auto 0;
	color: #ff6000;
}
.sjs ul li a:hover{
	background: #ff6000;
	color: #fff;
}

.h2-title p {
    font-size: 22px;
    color: #333;
}






