.wid13{
	width: 1300px;
	margin: 18px auto 0;
}
.gsgg{
	background-color: #FFFFFF;
	padding: 20px 15px;
	margin-top: 18px;
}
.gsgg .gsggIcon{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/gsgk.png) no-repeat center;
	background-size: 100% 100%;
	vertical-align: middle;
}
.gsgg .hdjl_news{
	display: inline-block;
	width: 1090px;
	vertical-align: middle;
	overflow: hidden;
	margin-left: 25px;
}
.gsgg .gsggTit{
	display: inline-block;
	font-size: 20px;
	color: #ba000e;
	vertical-align: middle;
	font-weight: bold;
	margin-left: 10px;
}
.gsgg .gsggList,.djgzList .djgzLists{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.gsgg .gsggList li,.djgzList .djgzLists li{
	display: inline-block;
	vertical-align: middle;
	width: 530px;
}
.gsgg .gsggList li::after{
	content: " ";
	display: inline-block;
	width: 1px;
	height: 16px;
	vertical-align: middle;
	margin: 0 10px;
	background-color: #000000;
}
.gsgg .gsggList li a::before,.djgzList .djgzLists li a::before{
	content: " ";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../images/listIcon.png) no-repeat center;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 10px;
}
.gsgg .gsggList li:hover a::before,.djgzList .djgzLists li:hover a::before{
	background: url(../images/listIconOn.png) no-repeat center;
}
.gsgg .gsggList li:hover a,.djgzList .djgzLists li:hover a{
	color: #ba000e;
}
.gsgg .gsggList li:hover span,.djgzList .djgzLists li:hover span{
	color: #ba000e;
}
.gsgg .gsggList li a,.djgzList .djgzLists li a{
	display: inline-block;
	width: 350px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.gsgg .gsggList li span{
	margin-left: 10px;
	vertical-align: middle;
}

.cont1 .newsPicture{
	width: 716px;
	overflow: hidden;
	vertical-align: top;
	height: 420px;
	display: inline-block;
	margin-right: 8px;
	background-color: #FFFFFF;
	position: relative;
}
.cont1 .newsPicture .prev,.cont1 .newsPicture .next{
	position: absolute;
	width: 26px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	z-index: 10;
}
.cont1 .newsPicture .prev{
	left: 10px;
	background: url(../images/indexLeft.png) no-repeat center;
	background-size: 100% 100%;
}
.cont1 .newsPicture .next{
	background: url(../images/indexRight.png) no-repeat center;
	background-size: 100% 100%;
	right: 20px;
}
.cont1 .newsPicture .newBtm{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
}
.cont1 .cont1List{
	display: inline-block;
	width: 570px;
	height: 420px;
	background-color: #FFFFFF;
	padding: 10px 30px 0 0;
	box-sizing: border-box;
}
.cont1 .cont1List .cont1ListTit{
	width: 100%;
	line-height: 60px;
	height: 60px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
.cont1 .cont1List .cont1ListTit::before{
	content: " ";
	display: block;
	width: 6px;
	height: 24px;
	background-color: #ba000e;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.cont1 .cont1List .cont1ListTit ul{
	float: left;
}
.cont1 .cont1List .cont1ListTit ul li{
	display: inline-block;
	padding-left: 20px;
}
.cont1 .cont1List .cont1ListTit ul li.on a{
	color: #ba000e;
	font-weight: bold;
}
.cont1 .cont1List .cont1ListTit ul li a{
	font-size: 20px;
}
.more{
	float: right;
}
.cont1 .cont1List .newlists{
	width: 100%;
}
.cont1 .cont1List .newlists ul{
	display: none;
}
.cont1 .cont1List .newlists ul.on{
	display: block;
}
.cont1 .cont1List .newlists ul li{
	margin: 29px 0;
	display: block;
	width: 100%;
}
.cont1 .cont1List .newlists ul li table{
	width: 100%;
	max-width: 100%;
}
.cont1 .cont1List .newlists ul li table tr td:first-child{
	text-align: right;
	box-sizing: border-box;
	padding-right: 20px;
}
.cont1 .cont1List .newlists ul li .Icon img{
	vertical-align: middle;
}
.cont1 .cont1List .newlists ul li .title a{
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 410px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cont1 .cont1List .newlists ul li .date{
	color: #bdbcbc;
	font-weight: bold;
}
.cont1 .cont1List .newlists ul li .date .month{
	font-size: 24px;
}
.cont1 .cont1List .newlists ul li .date .year{
	font-size: 14px;
}
.cont1 .cont1List .newlists ul li .cont{
	width: 410px;
	font-size: 16px;
	color: #999999;
	display: block;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cont2{
	width: 100%;
	background-color: #eeeeee;
	padding-top: 1px;
	height: 500px;
}
.cont2 .cont2Left,.cont2Right{
	display: inline-block;
}
.cont2Left .hmdBox{
	width: 540px;
	height: 200px;
	margin-bottom: 30px;
}
.cont2Left .zjhmd{
	background: url(../images/zjhmdBg.jpg) no-repeat center;
	background-size: 100% auto;
}
.cont2Left .hmdxp{
	background: url(../images/hmdcyBg.jpg) no-repeat center;
	background-size: 100% auto;
}
.cont2Left .hmdBox .hmdLeft{
	width: 200px;
	height: 200px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.cont2Left .hmdBox .hmdLeft img{
	position: absolute;
	top: 115px;
	left: 20px;
}
.cont2Left .hmdBox .hmdLeft p{
	position: absolute;
	bottom: 30px;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	left: 20px;
}
.cont2Left .hmdBox .hmdList{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.cont2Left .hmdBox .hmdList li{
	padding: 14px 28px;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.cont2Left .hmdBox .hmdList li::before{
	content: " ";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 20px;
	vertical-align: middle;
}
.cont2Left .hmdBox .hmdList li.gsjj::before{
	background: url(../images/gsjj.png) no-repeat center;
	background-size: auto 100% ;
}
.cont2Left .hmdBox .hmdList li.zzjg::before{
	background: url(../images/zzjg.png) no-repeat center;
	background-size: auto 100% ;
}
.cont2Left .hmdBox .hmdList li.nybk::before{
	background: url(../images/nybk.png) no-repeat center;
	background-size: auto 100% ;
}
.cont2Left .hmdBox .hmdList li.hbbk::before{
	background: url(../images/hbbk.png) no-repeat center;
	background-size: auto 100% ;
}
.cont2Left .hmdBox .hmdList li::after{
	content: " ";
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-left: 60px;
}
.cont2Left .hmdBox .hmdList li.gsjj::after{
	background: url(../images/gsjjRight.png) no-repeat center;
	background-size: auto 100%;
}
.cont2Left .hmdBox .hmdList li.zzjg::after{
	background: url(../images/zzjgRight.png) no-repeat center;
	background-size: auto 100%;
}
.cont2Left .hmdBox .hmdList li.nybk::after{
	background: url(../images/nybkRight.png) no-repeat center;
	background-size: auto 100%;
}
.cont2Left .hmdBox .hmdList li.hbbk::after{
	background: url(../images/hbbkRight.png) no-repeat center;
	background-size: auto 100%;
}
.cont2Right{
	margin-left: 30px;
	background-color: #FFFFFF;
	padding-right: 35px;
	width: 720px;
	height: 430px;
	box-sizing: border-box;
	vertical-align: top;
}
.cont2Right .djgz,.cont3 .htdfc{
	width: 100%; 
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
.cont2Right .djgz .title::before,.cont3 .htdfc .title::before{
	content: " ";
	display: inline-block;
	width: 6px;
	height: 24px;
	background-color: #ba000e;
	vertical-align: middle;
	margin-right: 20px;
}
.cont2Right .djgz .title ,.cont3 .htdfc .title{
	font-size: 24px;
	font-weight: bold;
	color: #ba000e;
}
.djgzList{
	padding-top: 19px;
	padding-left: 39px;
}
.djgzList .firstData .date1{
	width: 62px;
	height: 62px;
	border: 1px solid #eeeeee;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	padding-top: 12px;
	box-sizing: border-box;
	vertical-align: middle;
	margin-right: 5px;
}
.djgzList .firstData .date1 .mouth1{
	color: #999999;
	font-size: 16px;
	font-weight: bold;
}
.djgzList .firstData .date1 .year1{
	color: #999999;
	font-size: 14px;
}
.djgzList .firstList{
	display: inline-block;
	width: 550px;
	vertical-align: middle;
}
.djgzList .firstData .djgzTit{
	font-size: 16px;
	color: #ba000e;
	font-weight: bold;
	width: 100%;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}
.djgzList .firstData .djgzCont{
	width: 100%;
	display: inline-block;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.djgzList .djgzLists li{
	margin: 10px 0;
	width: 590px;
}
.djgzList .djgzLists li span{
	float: right;
}
.djBtn{
	width: 100%;
	margin-top: 10px;
}
.djBtn ul li{
	display: inline-block;
	width: 116px;
	height: 71px;
	text-align: center;
	padding-top: 12px;
	background-color: #fef4e5;
	border-radius: 7px;
	vertical-align: middle;
	margin-right: 4px;
}
.htdfcList{
	width: 1240px;
	margin: 0 auto;
	position: relative;
}
.htdfcList ul li{
	display: inline-block;
	width: 284px;
	margin: 14px;
}
.htdfcList ul li p{
	font-size: 16px;
	margin-top: 13px;
	display: block;
	width: 100%;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.htdfcList ul li p:hover{
	color: #ba000e;
}
.htdfcList ul li p.date1{
	color: #999999;
}
.htdfcList .hd{
	width: 100%;
}
.htdfcList .hd .prev{
	background: url(../images/geLeft.png) no-repeat center;
	background-size: 100% auto;
	left: -30px;
}
.htdfcList .hd .prev:hover{
	background: url(../images/goLeftOn.png) no-repeat center;
}
.htdfcList .hd .next,.htdfcList .hd .prev{
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
}
.htdfcList .hd .next{
	background: url(../images/goRight.png) no-repeat center;
	background-size: 100% auto;
	right: -30px;
}
.htdfcList .hd .next:hover{
	background: url(../images/goRightOn.png) no-repeat center;
}
.cont3{
	background-color: #FFFFFF;
}
.cont2Right .djgz, .cont3 .htdfc{
	border-bottom: none;
}