/* 头图 */
.header-img {
	height: 100px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
}

.header-img .img1 {
	width: 152px;
	height: 77px;
}

.header-img .img2,
.header-img .img3 {
	width: 520px;
	height: 92px;
}

/* 导航 */
header {
	background-color: #0968BA;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	padding-left: 36px;
}

header span {
	font-size: 31px;
	font-family: HYa4gj;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 54px;
	float: left;
	margin-right: 50px;
}

header ul {
	float: left;
	overflow: hidden;
}

header ul li {
	float: left;
}

header ul li a,
header ul li i {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 54px;
	text-align: center;
}

header ul li i {
	margin-left: 8px;
	margin-right: 8px;
}

/* 标题 */
.header-title {
	margin: 35px 0px;
}

.header-title h1 a {
	font-size: 41px;
	font-family: HYa4gj;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
	display: inline-block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



/* 轮播图and轮播列表 */
#banner {
	margin-bottom: 40px;
}

/* 左侧 */
.banner-left {
	width: 670px;
	float: left;
}

/* 轮播图代码 */
.banner-img {
	width: 670px;
	height: 410px !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: 670px;
	height: 45px;
	background: rgba(000, 000, 000, 0.5);
}

.mask a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 550px;
	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: 670px;
	height: 410px;
	display: block;
}

.prev,
.next {
	position: absolute;
	width: 42px;
	height: 42px;
	top: 48%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 100;
}

.prev img,
.next img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	opacity: 0.7;
}


.prev:hover,
.next:hover {
	background-color: rgba(255, 255, 255, 1);
}

.prev:hover img,
.next:hover img {
	opacity: 1;
}

.prev {
	left: 12px;
}

.next {
	right: 12px;
}


/* 轮播列表 */
.banner-right {
	width: 494px;
	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: 2px dashed #DCDCDC;
}


.banner-right ul li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 460px;
	height: 100%;
}

.banner-right ul li:nth-child(1) a,
.banner-right ul li:nth-child(5) a {
	font-weight: bold;
}


.banner-right ul li a::before {
	content: '·';
	display: inline-block;
	margin-right: 20px;
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0968BA;
	line-height: 30px;
	vertical-align: middle;
}


/* 内容 */
.content-left {
	width: 840px;
	float: left;
}

.content1 {
	width: 400px;
	float: left;
}

.content2,
.content6 {
	margin-right: 40px;
}

.content3 {
	width: 840px;
	float: left;
}

.content4 .title a {
	color: #2B2A2A;
}

.content5 {
	width: 580px;
	float: left;
}


.content-right {
	width: 320px;
	float: right;
}

.title {
	width: 100%;
	border-bottom: 2px solid #CBCBCB;
	margin-bottom: 20px;
}

.title a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0968BA;
	/* height: 56px; */
	line-height: 56px;
	position: relative;
}

.title a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #329EEA;
}

.list {
	margin-bottom: 20px;
}

.list li a {
	display: block;
	width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2B2A2A;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.img-list {
	float: left;
	width: 400px;
	height: 220px;
	margin-right: 40px;
}

.img-list a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.img-list a img {
	width: 100%;
	height: 100%;
}

.img-list a span {
	width: 100%;
	height: 35px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFE;
	line-height: 35px;
	box-sizing: border-box;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 0;
}

.list3 {
	float: left;
	width: 390px;
}


.content3 .title {
	margin-bottom: 30px;
}

.show-img {
	width: 320px;
	height: 191px;
	float: none;
}

.show-img a span {
	height: 40px;
	line-height: 40px;
}

.content4 .list {
	margin-top: 10px;
}

.content4 .list li a {
	line-height: 46px;
}

.content4 .list li a::before {
	content: '';
	display: block;
	float: left;
	background-image: url(http://www.legaldaily.com.cn/judicial/images/20220803a3.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 20px;
	height: 46px;
	margin-right: 10px;
}


.show-img1{
	width: 309px;
	height: 170px;
	margin-top: 10px;
	margin-right: 14px;
}

.list1{
	float: left;
	width: 255px;
}

.list1 li a{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2B2A2A;
	line-height: 48px;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list2 li a::before{
	content: '';
	display: none !important;
}

.content7{
	margin-bottom: 20px;
}