*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #eb3702;
}
body{
	background: #f6f6ee;
	font-family: "微软雅黑";
}
.container{
	width: 100%;
/* 	height: 727px; */
/* 	background: url("../img/index_3.jpg") no-repeat;
	background-position: top center; 
	margin-left: 0px; */
}
.header{
	background: #032950;
	height: 90px;
	width: 100%;
}
.title{
	width: 1000px;
	margin: 0 auto;
}
.content{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	padding-top: 20px;
	background: #fff;
	justify-content: space-between;
}
.nav{
	width: 242px;
	box-sizing: border-box;
	padding-right: 20px;
	position: relative;
}
.nav ul{
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding-right: 20px;
}
.nav li{
	background: #eb3702;
	line-height: 35px;
	margin-bottom: 5px;
	font-size: 16px;
	height: 35px;
}

.nav li:hover{
	opacity: 0.7;
}
.nav li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
}
.nav-img{
	position: absolute;
	left: 0;
	top: 0;
}
.cage{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	background: #fff;
	padding-top: 10px;
	font-size: 14px;
	padding-bottom: 10px;
}
.cage h2{
	font-weight: normal;
	font-size: 16px;
	color: #eb3702;
	border-bottom: #b4b4b4 2px solid;
	width: 100%;
}
.title-h2{
	border-bottom: #eb3702 2px solid;
}
.zqlj{
	width: 240px;
	box-sizing: border-box;
}
.zqlj p{
	padding: 8px;
	text-align: justify;
	line-height: 23px;
}
.jsdt{
	width: 500px;
	margin-left: 20px;
	position: relative;
}
.more{
	float: right;
	font-size: 12px;
	margin-top: 3px;
}
.jsdt ul{
	margin-top: 5px;
	line-height: 27px;
	position: relative;
}
.jsdt ul a{
	color: #000;
}
.jsdt ul a:hover{
	color: #eb3702;
}
/* .jsdt ul span{
	float: right;
} */
.jsdt ul li{
/* 	list-style:disc inside; */
	list-style: none;
	line-height: 27px;
	height: 27px;
	background: url("../img/dot.png") no-repeat;
	padding-left: 20px;
}
.jsdt ul li a{
	display: flex;
	justify-content: space-between;
}

.jsdt ul li.topnews1{
	background: none;
	line-height: 20px;
	height: 20px;
	padding-left: 52px;
	padding-left: 55px;
	width: 400px;
	margin-top: 13px;
}
.jsdt ul li.topnews2{
	background: none;
	line-height: 20px;
	height: 20px;
	padding-left: 52px;
	padding-left: 55px;
	width: 400px;
	margin-bottom: 4px;
}
.jsdt-li{
	width: 360px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}

.jsdt-bg{
	width: 99.5%;
	height: 48px;
	display: flex;
	align-items: center;
	background-color: #efcdcc;
	border: 1px #b4b4b4 solid;
	position: absolute;
	top: 30px;
	left: 0px;
}
.jsdt-bg-title{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #730000;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	margin-left: 6px;
}
.wjzl{
	flex: 1;
	box-sizing: border-box;
	margin-left: 20px;

}
.wjzl ul{
	margin-top: 12px;
	margin-left: 10px;
}
.wjzl li{
	width: 202px;
	height: 60px;
	background: url("../img/w1.png");
	margin-bottom: 10px;
}
.wjzl li:nth-child(2){
	background: url("../img/w2.png");
}
.wjzl li:nth-child(3){
	background: url("../img/w3.png");
}
.wjzl li a{
	width: 100%;
	height: 100%;
	display: block;
	color: #000;
	box-sizing: border-box;
	text-align: right;
	font-size: 16px;
	padding: 20px 20px;
}
.wjzl li a:hover{
	color: #eb3702;
}
.footer{
	width: 100%;
	height: 90px;
	background: #032950;
	color: #fff;
}
.footer-content{
	width: 1000px;
	box-sizing: border-box;
	padding-left: 330px;
	margin: 0 auto;
	font-size: 14px;
	padding-top: 28px;
}
.banner{
	width: 742px;
	height: 275px;
	overflow: hidden;
	position: relative;
}
.pos{
	position: absolute;
	top:  50%;
	width: 100%;
	margin-top: -30px;
	display: flex;
	justify-content: space-between;
}
.pos img{
	height: 60px;
	cursor: pointer;
}
#banner-img li{
	width: 742px;
	height: 275px;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
#banner-img li:first-child{
/* 	display: block; */
/* 	animation: moveOut 0.5s forwards; */
}
#banner-dot{
	position: absolute;
	left: 0;
	bottom: 10px;
	display: flex;
	width: 100%;
	justify-content: center;
}
#banner-dot li{
	width: 16px;
	height:16px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 5px;
	opacity: 0.8;
}
#banner-dot li:first-child{
	background-color: #eb3702;
}
@keyframes moveOut {
	0%{margin-left: 0;}
	100%{margin-left: -742px;}
}
@keyframes moveIn {
	0%{margin-left: 742px;}
	100%{margin-left: 0px;}
}

.main{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}
.menu{
	width: 100%;
	height: 36px;
	background: #eb3702;
	line-height: 36px;
	font-size: 16px;
}
.menu ul{
	display: flex;
	justify-content: center;
}
.menu ul a{
	color: #fff;
}
.menu ul li{
	margin-left: 38px;
}
.menu ul li:first-child{
	margin-left: 0;
}
.banner2{
	width: 1000px;
	height: 165px;
}
.main-content{
	width: 1000px;
	min-height: 500px;
	display: flex;
	padding-top: 10px;
}
.left{
	width: 315px;
	font-size: 16px;
	line-height: 24px;
	border-right:1px #ccc solid ;
	padding-right: 10px;
}
.left a{
	color: #000;
}
.left a:hover{
	color: #eb3702;
}
.left ul{
	margin-top: 18px;
}
.left h2{
	padding-left: 10px;
	font-size: 16px;
	color: #eb3702;
	font-weight: bold;
	border-bottom: 1px #ccc solid;
	line-height: 24px;
}
.left li{
	font-size: 14px;
/* 	list-style: disc inside; */
	padding-left: 10px;
	margin-bottom: 5px;
	text-align: justify;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	border-bottom: 1px #f8f8f8 solid;
}
.right{
	width: 100%;
	margin-left: 10px;
}
.position{
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px #ccc solid;
	width: 100%;
	margin-bottom: 10px;
}
.right-content{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.right-content h1{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.right-content h2{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.right-con{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 30px;
}
.right-con p{
	text-indent: 2em;
}
