	.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:nth-of-type(4) {
	border-right: none;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:nth-of-type(5),
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:nth-of-type(6),
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:nth-of-type(7),
.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:nth-of-type(8) {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pc_header {
	background: rgba(0, 0, 0, .5);
}

.lawerProfile {
	font-size: 18px;
	text-indent: 2em;
	line-height: 38px;
}

.IndexNews .IndexNews_content .IndexNews_content_right {
	width: 100%;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list {
	width: 96%;
	margin-left: 2%;
}

.lawerProfileBox {
	width: 60%;
	margin-left: 2%;
}

.lawerProfileBox p {
	line-height: 28px;
	font-size: 16px;
	text-indent: 2em;
}

.lawerProfile {
	display: -webkit-box;
	height: 370px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}

.businessItem {
	width: 25%;
	font-size: 20px;
	text-align: center;
	height: 160px;
}

.businessItem:hover,
.businessItem:hover .businessItem .iconfont {
	color: #d21111;
}

.businessItem .iconfont {
	font-size: 28px;
	margin: 5px 0px;
}

.footer .footer_content .footer_content_top .content_top_right {
	width: 45%;
}

.codeBox {
	width: 111px;
	height: 111px;
}

.codeBox span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.codeBox img {
	width: 100%;
	height: 100%;
}

.seeMore {
	color: #d21111;
}

.slick-dots li {
	height: 10px;
}

.pc_header .pc_header_content .header_content_logo {
	width: 26%;
}

.pc_header .pc_header_content .header_content_logo img {
	width: 100%;
	margin-top: -5px;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_title img {
	height: 480px;
}

.bottom {
	display: none;
	z-index: 9999;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #c80003;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
}

.bottom li {
	width: 25%;
	height: auto;
	float: left;
	padding: 0px 2%;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	text-align: center;
}

.bottom a {
	color: #fff;
}

.bottom li img {
	height: 24px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 7px;
}

.bottom li:last-child {
	border: none;
}

.nysg {
	border-bottom: 1px solid #dedede;
}

.nydh {
	display: block;
	height: 50px;
	justify-content: center;
	display: flex;
}

.nydh ul li {
	float: left;
	width: auto;
	display: inline-block;
}

.nydh ul li a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	padding: 0 20px;
}

.nydh ul li a:hover {
	color: #e60f19;
	background: #dedede;
}

.nybox {
	background: #fff;
	padding: 40px 0;
	font-size: 16px;
	line-height: 30px;
	width: 100%;
}

.nynr {
	width: 70%;
	margin: 0 auto;
}
.nynr img{ max-width: 100%;}
.nyImgBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nyImgBox img {
	width: 90%;
}

.nybanner img {
	width: 100%;
}


/*新闻*/

.news-item {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 0px;
	border-bottom: 1px solid #F0F0F0;
}

.news-item .pic {
	display: block;
	width: 20%;
	/*height: 120px;*/
	float: left;
	overflow: hidden;
}

.news-item .pic img {
	display: block;
	width: 100%;
	/*min-height: 120px;*/
	transition-duration: 2s;
}

.news-item .info {
	width: 75%;
	height: auto;
	float: left;
	overflow: hidden;
	margin-left: 3%;
}

.news-item .info .title {
	font-size: 24px;
	line-height: 32px;
	color: #333;
}

.news-item .info .date {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 10px 0;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.news-item .info .dec {
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	font-size: 14px;
	line-height: 24px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* 表示盒子对象的子元素的排列方式 */
	-webkit-line-clamp:2;
	/* 限制文本的行数，表示文本第多少行省略 */
	text-overflow: ellipsis;
	/*  打点展示 */
	overflow: hidden;
	/*超出
	 * 
	 */
	
}

.pading ul{ width: 100%;border-top: 1px solid #adadad; margin-top: 1%;}
.pading ul li{background: #f4f4f4;cursor: not-allowed;display: inline-block;list-style: none;text-decoration: none; margin: 1.4% 0;}
.pading ul li span{display: inline-block;padding: 3px 10px;margin: 0 2px;border: 1px solid #ddd; color: #7b7b7b; font-size: 18px;}
.pading ul li a{display: inline-block;padding: 3px 10px;margin: 0 2px;border: 1px solid #a9ca5c; font-size: 18px;}

.news h3{ text-align: center; font-size: 24px; font-weight: 400; line-height: 34px; border-bottom: 1px solid #dedede; padding-bottom: 10px;}
.laiyuan{ margin: 10px 0 20px 0; color: #989898; text-align: center;}
.laiyuan span{ margin: 0 6px;}
.content_top_left h3 a{
	color: #fff;
	margin-bottom:20px;
	display: block;
}
.content_top_left p a{
	margin-bottom:12px;
	display: block;
	color: darkgray;
}
.content_top_left p a:hover{
	color: #fff;
}
.footer,.footer a{
	color: darkgray;
}
.footer .footer_content .footer_content_bottom .content_bottom_left,.footer .footer_content .footer_content_bottom .content_bottom_right a{
	color: darkgray;
}
.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list{
	color:darkgray;
}

.owl-carousel .owl-item{
	float: none;
}