/* 标题 */
.title {
	margin: 35px 0px;
}

.title h1 a {
	text-align: center;
	font-size: 41px;
	font-family: HYa4gj;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 轮播图and轮播列表 */
#banner {
	margin-bottom: 20px;
}

/* 左侧 */
.banner-left {
	width: 540px;
	height: 345px;
	float: left;
}

/* 轮播图代码 */
.banner-img {
	width: 540px;
	height: 345px !important;
	overflow: hidden;
	position: relative;
	float: left;
}

.banner-img .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 12px;
	z-index: 1;
}

.banner-img .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	display: flex;
	align-items: center;
}

.banner-img .hd ul li {
	float: left;
	margin-right: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 8px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.banner-img .hd ul li:last-child {
	margin-right: 16px;
}

.banner-img .hd ul li.on {
	background: #85AFD7;
	width: 12px;
	height: 12px;
	line-height: 12px;
	color: #fff;
}

.banner-img .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-img .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.mask {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 540px;
	height: 45px;
	background: rgba(000, 000, 000, 0.5);
}

.mask a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 415px;
	display: inline-block;
	margin-top: 14px;
	margin-left: 14px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;

}

.banner-img .bd img {
	width: 540px;
	height: 345px;
	display: block;
}


/* 轮播列表 */
.banner-right {
	width: 444px;
	float: right;
	background-color: #FFFFFF;
}

.banner-right ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.banner-right ul li {
	width: 100%;
	flex: 1;
	border-bottom: 1px dashed #DCDCDC;
}


.banner-right ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 446px;
	height: 100%;
}

.banner-right ul li a::before {
	content: '>';
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C4C2C8;
	line-height: 37px;
}


/* 专业说法 */
.subject {
	margin-bottom: 15px;
}

.subject-title {
	width: 100%;
	border-bottom: 2px solid #1D3F96;
	margin-bottom: 24px;
}

.subject-title p {
	text-align: left;
	line-height: 36px;
}

.subject-title p  span {
	font-size: 24px;
	font-weight: bold;
	color: #ED6D00;
}

.subject-title p i {
	font-size: 14px;
	color: #475870;
	margin-left: 5px;
}

.subject-left {
	float: left;
	width: 542px;
}

/* 本例子css */
.slideTxtBox {
	width: 100%;
	text-align: left;
}

.slideTxtBox .hd {
	height: 52px;
	line-height: 40px;
	position: relative;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 40px;
}

.slideTxtBox .hd ul li {
	float: left;
	width: 104px;
	margin-right: 4px;
	cursor: pointer;
	background-color: #DEECF9;
	text-align: center;
	line-height: 40px;
	color: #267AC4;
	text-align: center;
}

.slideTxtBox .hd ul li a {
	line-height: 40px;
	color: #267AC4;
	display: block;
	text-align: center;
}

.slideTxtBox .hd ul li:last-child {
	margin-right: 0;
}

.slideTxtBox .hd ul li.on {
	height: 40px;
	background: #267AC4;

	position: relative;
}

.slideTxtBox .hd ul li.on a {
	color: #FFFFFF;
}

.slideTxtBox .hd ul li a:hover {
	color: #FFFFFF !important;
}

.slideTxtBox .hd ul li.on::after {
	position: absolute;
	display: inline-block;
	content: '';
	width: 14px;
	height: 7px;
	left: 50%;
	bottom: -7px;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../img/20220712a7.png);
}

.slideTxtBox .bd {
	width: 96%;
}

.slideTxtBox .bd ul {
	/* margin-top: 15px; */
	zoom: 1;
}

.slideTxtBox .bd li {
	width: 100%;
	line-height: 32px;
	height: 32px;
	position: relative;
}

.slideTxtBox .bd li a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	margin-left: 15px;
}

.slideTxtBox .bd li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	/* border-radius: 50%; */
	background-color: #037EDB;
}


.subject-right {
	float: right;
	width: 452px;
}

.subject-right ul {
	overflow: hidden;
}

.subject-right ul li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	width: 108px;
	height: 74px;
}

.subject-right ul li:nth-child(4n) {
	margin-right: 0px;
}

.subject-right ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.subject-right ul li a img {
	width: 100%;
	height: 100%;
}

/* 律师 */
.lv {
	margin-bottom: 10px;
}

.lv1,
.lv2,
.lv3 {
	float: left;
	width: 324px;
}

.lv1,
.lv2 {
	margin-right: 10px;
}

.lv-title {
	width: 100%;
	text-align: left;
}

.lv-title img {
	width: 24px;
	height: 26px;
	margin-right: 10px;
}

.lv-title span a {
	font-size: 18px;
	font-weight: bold;
}

.lv-img {
	width: 100%;
	overflow: hidden;
	padding: 12px 0px;
	border-bottom: 1px dashed #CCCCCC;
}

.lv-img img {
	float: left;
	width: 170px;
	height: 115px;
}

.lv-img p {
	float: right;
	width: 145px;
	margin-top: 20px;
}

.lv-img p a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.lv ul {
	width: 100%;
	margin-top: 10px;
}

.lv ul li a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	position: relative;
	box-sizing: border-box;
	padding-left: 10px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.lv ul li a::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #000;
}

/* 推荐 */
.recommend-left {
	float: left;
	width: 308px;
}

.recommend-left ul li a {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	box-sizing: border-box;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.recommend-left ul li a::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #000;

}


.recommend-right {
	float: right;
}

.recommend-right p {
	width: 224px;
	height: 122px;
	float: left;
}

.recommend-right p:nth-child(1),
.recommend-right p:nth-child(2) {
	margin-right: 10px;
}

.recommend-right p a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.recommend-right p a img {
	width: 100%;
	height: 100%;
}

.recommend-right p a .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 35px;
	z-index: 100;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 10px;
}


/* 视频 */
.picScroll-left {
	height: 154px;
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
}

.picScroll-left .bd a {
	padding-left: 0px;
}

.picScroll-left .bd ul {
	overflow: hidden;
}

.picScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 246px;
	height: 154px;
	position: relative;
	margin: 0 5px;
}

.picScroll-left .bd ul li .mask {
	width: 100%;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	left: 0;
	bottom: 0;

}

.picScroll-left .bd ul li .mask a {
	margin: 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 35px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
	height: 100%;
}

.picScroll-left .bd ul li .pic img {
	width: 100%;
	height: 100%;
}

.picScroll-left .bd ul li a {
	width: 100%;
	height: 100%;
	display: block;
}


.content1-left .pic a::before {
	display: none;
}

.content1-left .picList {
	float: none;
}

.picScroll-left .tempWrap {
	width: 100% !important;
}

/* 广告 */
.adv {
	margin-bottom: 20px;
}

.adv a img {
	width: 495px;
	height: 80px;
}

.adv a:first-child {
	float: left;
}

.adv a:last-child {
	float: right;
}

/* 管理 */
.manage {
	margin-bottom: 8px;
}

.video{
	margin-top: 12px;
}