@charset "utf-8";
.header-title h1 {
	margin: 25px auto;text-align: center;
}

.header-title h1 a {
	font-size: 40px;
	font-family: Arial,'Microsoft YaHei',simsun;
	font-weight: bold;
	color: #065DA4;
	line-height: 50px;
	display:inline !important;
	width: 100%;
	text-align: center;
}

.header-title p {
	text-align: center;
}

.header-title p a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8A8888;
	margin-left: 5px;
	display: inline-block;
}

.header-title p a:first-of-type {
	margin-left: 0;
}


/* 滚动图片 */
/* 轮播图and轮播列表 */
#banner {
	margin-top: 45px;
}


#banner .tempWrap {
	width: 740px !important;
}

/* 左侧 */
.banner-left {
	width: 740px;
	float: left;
}

/* 轮播图代码 */
.banner-img {
	width: 740px;
	height: 470px !important;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 30px;
}

.banner-img .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 16px;
	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: 12px;
	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: 100%;
	height: 50px;
	background: rgba(000, 000, 000, 0.5);
}

.mask a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 630px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 14px;
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;

}

.banner-img .bd img {
	width: 740px;
	height: 470px;
	display: block;
}

.prev,
.next {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 50%;
	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: 432px;
	/* height: 1094px; */
	float: left;
	margin-left: 28px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.banner-right ul {
	height: 100%;
	overflow: hidden;
}

.banner-right ul li {
	width: 100%;
	/* line-height: 46px; */
	display: flex; 
	align-items: center;
	height: 65px;
	border-bottom:1px solid #EBF0FA;
}

.banner-right ul li span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  max-height:54px;
  /*overflow:hidden;*/
}
.banner-right ul li a {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #2A2A2A;
	line-height: 27px;
	text-align: left;
	/*vertical-align: middle;*/
}
.banner-right .active{
	background: #3494f0;
}
.banner-right .active a{color:white !important;}
.banner-right .active a:hover{text-decoration:underline;}
.banner-adv {
	width: 100%;
	height: 100px;
	margin-top: 40px;
	float: left;
	/* margin-bottom: 30px; */
}

.banner-adv a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner-adv a img {
	width: 100%;
	height: 100%;
}


/* 标题 */
.title {
	width: 100%;
	float: left;
	border-bottom: 1px solid #A4CEF5;
	position: relative;
}

.title h3 a {
	display: inline-block;
	text-align: center;
	min-width: 100px;
	position: relative;
	font-size: 24px;
	font-family: SimHei;
	font-weight: 400;
	color: #000000;
	line-height: 52px;
	font-weight: bold;
}

.title i.i1 {
	position: absolute;
	display: block;
	width: 100px;
	height: 4px;
	background-color: #077BE5;
	left: 0;
	bottom: -2px;
	z-index: 100;
}


/* 专题 */
.subject .ul1 {
	width: 320px;
	float: left;
	margin-top: 15px;
}

.subject .ul1 .sideMenu-title {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.subject .ul1 .sideMenu-title span,
.subject .ul1 .sideMenu-title a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #047AE5;
	line-height: 48px;
}

.subject .ul1 .sideMenu-title a {
	/* 	display: inline-block;

	width: 280px; */

}

.subject .ul1 .sideMenu-title span {
	margin-right: 10px;
}

.subject .ul1 .sideMenu-main img {
	width: 320px;
	height: 90px;
	margin: 5px 0px;
}

.subject .ul1 .sideMenu-title a {
	color: #2A2A2A;

	white-space: nowrap;
}

/* .subject .ul1 .on a {
	font-weight: bold;
} */


.subject .ul2 {
	width: 354px;
	margin-top: 25px;
	float: right;
}

.subject .ul2 li {
	text-align: left;
	/* 	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	width: 100%;
	height: 46px;
	position: relative;
	box-sizing: border-box;
	padding-left: 38px;
}

.subject .ul2 li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2A2A2A;
	line-height: 48px;
	/* 	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	width: 100%;
}

.subject .ul2 li::before {
	content: '';
	display: inline-block;
	height: 100%;
	background-image: url(http://www.legaldaily.com.cn/style/img/20220922a1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* .subject .show1 {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 22px;
	float: left;
}

.subject .show1 a {
	float: left;
}

.subject .show1 a img {
	width: 328px;
	height: 72px;
}

.subject .show1 a:first-of-type {
	margin-right: 50px;
}
 */

/* 文字滚动 */


/* 广告位 */
.adv-two {
	margin-bottom: 38px;
}

.adv-two a:last-of-type {
	float: right;
}

.adv-two a:first-of-type {
	float: left;
}

.adv-two a img {
	width: 598px;
	height: 98px;
}

.huiban,
.huiban1 {
	width: 598px;
	height: 98px;
	float: left;
	overflow: hidden;
	position: relative;
}

.huiban1 {
	float: right;
}

.huiban .bd,
.huiban1 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.huiban .bd li,
.huiban1 .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 598px;
	height: 98px;
}

.huiban .bd img,
.huiban1 .bd img {
	display: block;
}


/* 法治时评 */
.comm-left .title h3 a,
.comm-right .title h3 a,
.comm-left .title i.i1,
.comm-right .title i.i1 {
	width: 115px;
	text-align: center;
}

.comm-left,
.comm-right {
	overflow: hidden;

}


.comm-left ul,
.comm-right ul {
	margin-top: 40px;
	float: left;
	width: 100%;
}

.comm-right ul {
	margin-top: 28px;
}

.comm-left ul li,
.comm-right ul li {
	overflow: hidden;
}

.comm-left {
	float: left;
	width: 368px;
}

.comm-left .li1 {
	margin-bottom: 22px;
	position: relative;
}

.comm-left .li1 a:first-of-type {
	float: left;
	margin-right: 20px;
}

.comm-left .li1 a:first-child img {
	width: 170px;
	height: 110px;
}

.comm-left .li1 p {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

.comm-left .li1 p,
.comm-left .li1 span {
	width: 170px;
	float: left;
}

.comm .comm-left .li1 p a,
.comm .comm-left .li1 span a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-right: 0px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.comm .comm-left .li1 p a {
	font-size: 18px;
	color: #2A2A2A;
	line-height: 30px;
}

.comm .comm-left .li1 span a {
	font-size: 14px;
	color: #8A8888;
	line-height: 24px;
}


.comm-left .li2 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2A2A2A;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}


.comm-right {
	width: 782px;
	float: right;
	overflow: hidden;
}

.comm-right ul {
	width: 100%;
}

.comm-right ul li {
	width: 374px;
	float: right;
}

.comm-right ul li:first-of-type {
	float: left;
}

.comm-rightHot ul li div h2 {
	margin-bottom: 10px;
}

.comm-rightHot ul li div h2 a {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 48px;
	/* 	background: linear-gradient(0deg, #2B2A2A 0%, #2B2A2A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}

.comm-rightHot ul li div p a {
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #858181;
	line-height: 30px;
	text-indent: 2em;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.comm-rightHot ul li div {
	margin-bottom: 15px;
}

.comm-rightHot ul li h3 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2B2A2A;
	display: block;
	line-height: 40px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}


/* 大讲堂 */
.comm1 {
	margin-top: 18px;
}

.comm1 .comm-left .title h3 a,
.comm1 .comm-left .title i {
	width: 160px;
}


.comm1 .comm-right .po1 {
	position: relative;
	width: 376px;
	height: 226px;
	display: inline-block;
}

.comm1 .comm-right .po1 img {
	width: 100%;
	height: 100%;
}

/* .comm1 .comm-right .po1 {
	margin-bottom: 8px;
} */

.comm1 .comm-right .mask {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	height: 34px;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.comm1 .comm-right li p {
	box-sizing: border-box;
	padding-left: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	line-height: 54px;
	margin-bottom: 0;
	margin-top: 14px;
}

.comm1 .comm-right li p i {
	float: left;
	margin-right: 20px;
}

.comm1 .comm-right li p i img {
	width: 24px;
	height: 14px;
}

.comm1 .comm-right li p a {
	font-weight: 400;
	width: 318px;
	float: left;
	text-align: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2B2A2A;
	display: block;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}


/* 广告位二 */

.adv-three {
	margin-top: 40px;
	margin-bottom: 38px;
}

.adv-three a {
	display: inline-block;
/*	width: 100%;*/
}

.adv-three a img {
	width: 100%;
	height: 100px;
}


/* 互联网法治 */
.comm2 {
	margin-top: 0px;
}

.comm2 .comm-two,
.comm2 .comm-three {
	width: 365px;
	float: left;
	overflow: hidden;
}

.comm2 .comm-two,
.comm2 .comm-three {
	margin-left: 50px;
}


.comm2 .comm-two .title h3 a,
.comm2 .comm-two .title i {
	width: 180px;
}


.comm2 .comm-three .title h3 a,
.comm2 .comm-three .title i {
	width: 115px;
}

.comm2 .comm-two .daily1 {
	width: 363px;
	height: 96px;
	border: 1px solid #DCDCDC;
	display: flex;

	align-items: center;
	justify-content: flex-start;
	margin-top: 38px;
	float: left;
}


.comm2 .comm-two .daily1 span,
.comm2 .comm-two .daily1 i,
.comm2 .comm-two .daily1 p {
	float: left;
}

.comm2 .comm-two .daily1 span {
	width: 38px;
	margin-left: 20px;
}

.comm2 .comm-two .daily1 span a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #143E81;
	line-height: 35px;
}

.comm2 .comm-two .daily1 i {
	width: 1px;
	height: 56px;
	background-color: #A2C6E5;
	margin: 0 18px;
}

.comm2 .comm-two .daily1 p {
	width: 260px;
}

.comm2 .comm-two .daily1 p a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: black;
	line-height: 34px;
	margin-right: 8px;
	display: inline-block;
}

.comm2 .comm-two .daily1 p a:last-of-type {
	margin-right: 0px;
}


.comm2 .comm-two .daily2 {
	width: 363px;
	height: 206px;
	border: 1px solid #DCDCDC;
	float: left;
	margin-top: 15px;
	padding-top: 14px;
	box-sizing: border-box;
	overflow: hidden;
	/* display: flex; */
	flex-direction: column;
	justify-content: space-evenly;
}

/* .comm2 .comm-two .daily2 li:first-of-type {} */

.comm2 .comm-two .daily2 li {
	box-sizing: border-box;
	padding: 0 12px;
	/* display: flex; */
	margin-top: 16px;
	align-items: center;
}

.comm2 .comm-two .daily2 li span {
	width: 220px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
}

.comm2 .comm-two .daily2 li:last-of-type span{
	width: 270px;
}

.comm2 .comm-two .daily2 li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #143E81;
	/* line-height: 46px; */
}

.comm2 .comm-two .daily2 li strong {
	margin-right: 8px;
	margin-left: 8px;
	width: 1px;
	height: 19px;
	background-color: #CCCCCC;
	display: inline-block;
}

.comm2 .comm-two .daily2 li span a {
	color: #4B4B4B;
}



/* 电子报 */
.comm-three .iframe {
	float: left;
	/* margin-top: 26px; */
}

.dtnw {
	width: 100%;
	height: 100%;
}


/* 舆情监测 */
.feelings {
	margin-top: 18px;
}

.feelings-one,
.feelings-three {
	float: left;
}

.feelings-one {
	width: 360px;
	margin-right: 40px;
	margin-top: 45px;
}

.feelings-two {
	margin-right: 0px;
}



.feelings-one div {
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
}

.feelings-one div a:first-of-type {
	float: left;
	margin-right: 20px;
}

.feelings-one div a:first-of-type img {
	width: 170px;
	height: 105px;
}

.feelings-one div p {
	float: left;
	width: 180px;
}

.feelings-one div p a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #454344;
	line-height: 34px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.feelings-one ul {
	margin-top: 25px;
}

.feelings-one ul li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1E1E1E;
	line-height: 40px;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.feelings-three {
	width: 390px;
	margin-top: 40px;
	margin-right: 48px;
}

.feelings-three .deny {
	display: block;
	margin-bottom: 36px;
}

.feelings-three .deny img {
	width: 390px;
	height: 135px;
}

.feelings-three span {
	width: 190px;
	height: 40px;
	border-radius: 25px;
	background: -webkit-gradient(linear, 0 100%, 100% 100%, from(#359CFA), to(#0379E6));
	/** Chrome Safari **/
	background: -moz-linear-gradient(left, #359CFA, #0379E6);
	/** FireFox **/
	background: -o-linear-gradient(left, #359CFA, #0379E6);
	/** Opear **/
	background: -ms-linear-gradient(#359CFA 0%, #0379E6 100%);
	/** IE9 IE10 **/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#359CFA', endColorstr='#0379E6');
	/** IE7 **/
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359CFA', endColorstr='#0379E6', gradientType=1);
	/** IE8 **/
	display: flex;
	align-items: center;
	justify-content: flex-start;
	float: left;
}

.feelings-three span:first-of-type {
	margin-right: 10px;
}

.feelings-three span img {
	width: 24px;
	height: 24px;
	margin-left: 6px;
	margin-right: 4px;
}

.feelings-three span a {
	font-size: 18px;
	font-family: HYb2gj;
	font-weight: 400;
	color: #FFFFFF;
	/* line-height: 45px; */
}


/* 结尾 */
body .link {
	margin-top: 50px;
}