@charset "utf-8";
/* CSS Document */
/* 头图 */

.header-img {
	height: 100px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
}

.header-img .img1 {
	width: 149px;
	height: 77px;
}

.header-img .img2,
.header-img .img3 {
	width: 427px;
	height: 92px;
}
/* 导航 */
header {
	background-color: #0968BA;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	padding: 0 10px;
}

header span {
	font-size: 31px;
	font-family: 宋体;/*8.16修改*/
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 54px;
	float: left;
	margin-right: 10px;
}

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: 3px;
	margin-right: 3px;
}
/* 标题 */
.title {
	margin: 35px 0px;
}

.title h1 a {
	font-size: 40px;
	font-family: 宋体;
	font-weight: 600;
	color: #000000;
	line-height: 45px;
	display: inline-block;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
}
/* 轮播图and轮播列表 */
#banner {
	margin-bottom: 20px;
}

/* 左侧 */
.banner-left {
	width: 531px;
	float: right;
}

/* 轮播图代码 */
.banner-img {
	width: 531px;
	height: 322px !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: 20px;
	display: inline-block;
	width: 531px;
	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: 531px;
	height: 342px;
	display: block;
}

.prev,
.next {
	position: absolute;
	width: 34px;
	height: 34px;
	top: 51%;
	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: 469px;
	height: 322px;
	float: left;
	background-color: #FFFFFF;
}
.banner-right ul {
	width:100%;
	float: right;
	box-sizing: border-box;
	padding-right: 20px;
	margin-bottom: 10px;
}

.banner-right ul li {
	width: 100%;
}
.banner-right h5{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}
.banner-right ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 10px;
	width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-right ul li a::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #333;
	border-radius: 50%;
}
/* content1 */
.header-title{
	background: url(http://www.legaldaily.com.cn/army/img/20220714aaa.png) no-repeat;
	height: 60px;
}
.header-title2{
	background: url(http://www.legaldaily.com.cn/army/img/20220714bb.png) no-repeat;
	height: 60px;
}
.content1{
	margin-top: 20px;
	
}

.content1-left {
	width: 720px;
	float: left;
}

.header-title {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
/*content1头部*/
.header-title{
	position: relative;
}
.header-title img{
	width: 100%;
}
.biaoti {
	position: absolute;
	top:0;
	left: 30px;
	font-size: 35px;
   	font-family: 宋体;/*8.16修改*/
    font-weight: bolder;
    color: #000;
    line-height: 50px;
}
.gengduo{
	position: absolute;
	right: 10px;
	top: 0;
    font-size: 20px;
    font-family: HYb2gj;
    font-weight: 500;
    color: #ccc;
    line-height: 65px;
    display: inline-block;
    text-align: center;
}
.header-title2{
	position: relative;
}
.header-title2 img{
	width: 100%;
}
.biaot2{
	font-family: HYb2gj;
	position: absolute;
	top: 2px;
	left: 15px;
	line-height: 55px;
    font-size: 25px;
	color: #1d6fbb;
    font-weight: 700;
}
.gengduo2{
	position: absolute;
	top:5px;
	right: 10px;
	line-height: 60px;
    font-size: 15px;
	color: #ccc;
	font-family: HYb2gj;
}

/*content1内部左边*/
.content1-left{
	overflow: hidden;
}
.content1-left .show {
	float: left;
	margin-top: 22px;
	width: 280px;
	height: 190px;
	
}
.content1-left .show a {
	position: relative;
	display: inline-block;
}

.content1-left .show a img {
	width: 280px;
	height: 190px;
}

.content1-left .show a .mask {
	width: 100%;
	height: 30px;
	opacity: 0.8;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	left: 0;
	bottom: 0;
}
.content1-left ul {
	width: 385px;
	float: right;
	box-sizing: border-box;
	margin-top: 22px;
}
.content1-left ul li {
	width: 100%;
}
.content1-left ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 10px;
	width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content1-left ul li a::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #333;
	border-radius: 50%;
}
.content1-left ul li:nth-child(1) a{
	font-weight: 700;
}
/*content1内部右边*/
.content1-right {
	width: 247px;
	float: right;
}
.header-title2{
	
	margin-bottom: 10px;/*8.17修改*/
}
.show1 {
	width: 100%;
}
.show1-1 {
	float: left;
	margin: 0px 25px 5px;
	
}

 .show1-1 a {
	position: relative;
	display: inline-block;
	
}


 .show1-1 a img {
	 width: 200px;
	height: 110px;
}

 .show1-1 a .mask {
	width: 100%;
	height: 30px;
	opacity: 0.8;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	left: 0;
	bottom: 0;
}
.show1 ul {
	width: 100%;
	box-sizing: border-box;
	margin-left: 10px;
	margin-bottom: 10px;
}
.show1 ul li a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 10px;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.show1 ul li a::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #333;
	border-radius: 50%;
}
.margin-20{
	margin-top: 10px;
}

/*content2*/
.content2-left {
	width: 720px;
	float: left;
}

.content1-right {
	width: 247px;
	float: right;
}
.center{
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 90%;
}
.content1-left-s-top,
.left-s-btm,.right-s-btm,
.content1-right-s ul li{
	position: relative;
}
.content1-left-s .mask ,
.content1-right-s .mask{
	width: 100%;
	height: 30px;
	opacity: 0.8;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	left: 0;
	bottom: 0;
}

/*content3*/
.content3{
	margin-bottom: 30px;
}
.content3 img{
	width: 100%;
	height: 100%;
}
.content1-left-s{
	margin-top: 22px;
	float: left;
	width: 492px;
	height: 500px;
	
}
.content1-left-s-top{
	height: 330px;
}
.content1-left-s-btm{
	height: 154px;
}
.left-s-btm{
	margin-top: 16px;
	float: left;
	width: 238px;
	height: 100%;
	
}
.right-s-btm{
	margin-top: 16px;
	
	float: right;
	width: 238px;
	height: 100%;
	
}
.content1 .show a {
	width: 280px;
	height: 190px;
	position: relative;
	display: inline-block;
	
}


.content1 .show a img {
	width: 100%;
	height: 100%;
}

.content1 .show a .mask {
	width: 100%;
	height: 30px;
	opacity: 0.8;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	left: 0;
	bottom: 0;
}

.content1-right-s{
	margin-top: 22px;
	float: right;
	width: 492px;
	height: 500px;
}
.content1-right-s ul{
	width: 508px;
}
.content1-right-s ul li{
	float: left;
	width: 238px;
	height: 154px;
	margin-bottom: 20px;
	margin-right: 16px;
}
.min-02{
	margin-top: -10px;
}