.otows {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}
.zmhdSprite {
	display: inline-block;
	background-image: url(../images/zmhd/zmhdSprite1.png);
	background-repeat: no-repeat;
}

.tablepro {
	height: 7px;
	width: 9px;
	background-position: 0 0;
}

.wsdcicon {
	height: 22px;
	width: 20px;
	background-position: 0 -7px;
}

.myzjicon {
	height: 23px;
	width: 23px;
	background-position: 0 -29px;
}

.cjwticon {
	height: 24px;
	width: 24px;
	background-position: 0 -52px;
}

.xmticon {
	height: 22px;
	width: 25px;
	background-position: 0 -76px;
}

.rdhyicon {
	height: 22px;
	width: 26px;
	background-position: 0 -98px;
}

.zxfticon {
	height: 28px;
	width: 27px;
	background-position: 0 -120px;
}

.zjztbg {
	height: 19px;
	width: 59px;
	background-position: 0 -148px;
}

.tidabg {
	height: 63px;
	width: 62px;
	background-position: 0 -167px;
}

.wqhgbg {
	height: 29px;
	width: 95px;
	background-position: 0 -230px;
}

.ewmtxbg {
	height: 40px;
	width: 123px;
	background-position: 0 -259px;
}

.wyxxbg {
	height: 47px;
	width: 217px;
	background-position: 0 -299px;
}

.lxcxbg {
	height: 47px;
	width: 219px;
	background-position: 0 -346px;
}

.xxbg {
	height: 77px;
	width: 230px;
	background-position: 0 -393px;
}

/*-----------------------------********-----------------------------*/

/*åŸºæœ¬æ ·å¼ .table
	 *æ¡çº¹çŠ¶è¡¨æ ¼ .table-striped
	 *å¸¦è¾¹æ¡†çš„è¡¨æ ¼ .table-bordered
	 *é¼ æ ‡æ‚¬åœ .table-hover
	 *ç´§ç¼©è¡¨æ ¼ .table-condensed
	 */
table {
	/* ä¸ºè¡¨æ ¼è®¾ç½®åˆå¹¶è¾¹æ¡†æ¨¡åž‹ */
	border-collapse: collapse
}

.table {
	width: 100%;
	color: #212529
}

.table.text-center {
	text-align: center;
}

.table.text-left {
	text-align: left;
}

.table.text-right {
	text-align: right;
}

.table.text-justify {
	text-align: justify;
}

.table td,
.table th {
	padding: 10px 24px;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
	border-color: #7abaff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
	border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color: #8fd19e
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
	border-color: #86cfda
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
	border-color: #ffdf7e
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
	border-color: #ed969e
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
	background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
	border-color: #fbfcfc
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
	background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #95999c
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075)
}

/* pc */
@media (min-width:1200px) {
	a.gd {
		font-size: 16px;
		font-weight: 400;
		color: #999999;
		line-height: 24px;
		float: right;
	}

	a.gd:hover {
		color: #000000 !important;
	}

	.data {
		float: right;
		color: #999999;
		font-size: 16px;
		font-weight: 400;
	}
        .header_top>.data{ float:left;color:#F2F2F2;}
	.listNews {
		line-height: 37px;
		margin-top: 15px;
	}

	.listNews li {
		background-image: url(../images/icon/icon2.jpg);
		background-repeat: no-repeat;
		background-position: 0 17px;
		padding-left: 10px;
		font-size: 16px;
		font-weight: 400;
	}

	.container {
		padding: 20px;
		background-color: #FFFFFF;
	}

	.jzxx {
		overflow: hidden;
	}

	.marl28 {
		margin-left: 28px;
	}

	.jzxx>div {
		float: left;
	}

	.jzxx>div.btnBox {
		width: 484px;
		height: 77px;
		padding: 15px;
		border: 1px solid #E9E9E9;
	}

	.jzxx>div.btnBox a {
		font-size: 18px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 47px;
		padding-left: 87px;
	}

	.jzxx>div.btnBox .lxcxbg {
		float: right;
	}

	.jzxx>div.infoBox {
		width: 390px;
		height: 77px;
		border: 1px solid #E9E9E9;
		overflow: hidden;
		padding: 15px;
	}

	.jzxx>div.infoBox>div {
		width: 100%;
		height: 100%;
		background-color: #2F8BC0;
		float: right;
		font-size: 16px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 44px;
		padding: 0 15px;
	}

	.jzxx>div.infoBox p {
		float: right;
	}

	.jzxx>div.infoBox span {
		color: #FDFB6B;
	}

	.jzxx table {
		margin-top: 92px;
	}

	.jzxx table .ztcolor1 {
		color: #AB2C23;
	}

	.jzxx table .ztcolor2 {
		color: #879CAD;
	}

	.jzxx table .dwlxcolor {
		color: #879CAD;
	}

	.jzxx table .lxsj {
		color: #888888;
	}

	.jzxx table thead tr {
		background-color: #E0E6EF;
		font-size: 18px;
		font-weight: 400;
		color: #456C9B;
	}

	.jzxx table thead tr .tablepro {
		margin-left: 8px;
		vertical-align: middle;
	}

	.jzxx table tbody tr {
		background-color: #F4F6FA;
		border-top: solid 2px #FFFFFF;
		font-size: 16px;
		color: #000000;
	}
        .jzxx table tbody tr:hover{
                background-color:#E0E6EF;
        }
	.xxbg a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}

	.kp {
		width: 571px;
		border: 1px solid #E5E5E5;
		float: left;
		padding: 20px;
		margin-top: 20px;
		transition: all 0.4s linear;
	}

	.kp:hover {
		-moz-box-shadow: 5px 5px 10px #999;
		/* è€çš„ Firefox */
		box-shadow: 5px 5px 10px #999;
	}
	.zxft{
		transition: all 0.4s linear;
	}
	.zxft:hover{
		-moz-box-shadow: 5px 5px 10px #999;
		/* è€çš„ Firefox */
		box-shadow: 5px 5px 10px #999;
	}
	.kp2 {
		height: 206px;
	}

	.kp3 {
		/*height: 257px;*/
	}
        .kp3>ul.listNews{
              height:74px;
              overflow: hidden;
        }
	.kp .dh,.zxft .dh {
		padding-bottom: 22px;
		border-bottom: solid 1px #E1E1E1;
		font-size: 20px;
		font-weight: bold;
		color: #000000;
	}
	.zxft .dh {
		padding-bottom: 18px;
	}
	.kp .dh span {
		padding-left: 30px;
		vertical-align: middle;
	}
	.zxft .dh span {
		padding-left: 35px;
		vertical-align: middle;
	}
	.dczj {
		margin-top: 35px;
	}

	.dczj>span {
		float: left;
		background-color: #006EAD;
		text-align: center;
		font-size: 23px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 19px;
		padding-top: 12px;
	}

	.dczj>span>span {
		font-size: 11px;
	}

	.dczj>div {
		padding-top: 5px;
		padding-left: 78px;
	}

	.dczj>div h2 {
		font-size: 18px;
		font-weight: bold;
		color: #2A2A2A;
	}
        
	.dczj>div p {
		max-width: 361px;
		font-size: 14px;
		font-weight: 400;
		color: #565656;
		line-height: 41px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}
	.dczj>div  a{
		line-height:40px;
		color: #C40707;
	}

	.dczj>div p>a {
		color: #C40707;
	}

	.dczj>div .title {
                max-width: 381px;
                display: inline-block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: middle;
 }

	.dczj>div .zjztbg {
		font-size: 12px;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
		margin-left: 8px;
		vertical-align: middle;
	}

	.marr18 {
		margin-right: 18px;
	}

	.zxft {
		margin-top: 20px;
		width: 100%;
		height: 363px;
		padding: 20px;
		border: 1px solid #E5E5E5;
		float: left;
	}
	.zxft .wqhgbg{
		font-size:18px;
		font-weight:bold;
		color:#FFFFFF;
		line-height:29px;
		text-align: center;
		float: right;
	}
	.zxft .ftnr{
		margin-top: 30px;
	}
	.zxft .ftnr img{
		width:376px;
		height:226px;
		float: left;
	}
	.zxft .ftnr .txt{
		padding-left: 396px;
	}
	.zxft .ftnr .txt li{
		margin-top: 25px;
		overflow: hidden;
	}
	.zxft .ftnr .txt li>span{
		font-size: 16px;
		color: #000000;
		font-weight: bold;
		float: left;
		padding-right: 5px;
	}
	.zxft .ftnr .txt li>p{
		font-size: 16px;
		font-weight: bold;
	}
	.zxft .ftnr .txt .ftzt>p>a{
		color: #0053A1;
	}
	.zxft .ftnr .txt .ftsj>p,.zxft .ftnr .txt .ftjb>p,.zxft .ftnr .txt .ftzy>p{
		color: #666666;
	}
	.zxft .ftnr .txt .ftjb>p>span{
		margin-right: 15px;
	}
	.zxft .ftnr .txt .ftzy{
		line-height: 30px;
	}
}

/* è§¦å± */
@media (max-width:1200px) {
	a.gd {
		font-size: 16px;
		font-weight: 400;
		color: #999999;
		line-height: 24px;
		float: right;
	}
	
	a.gd:hover {
		color: #000000 !important;
	}
	
	.data {
		float: right;
		color: #999999;
		font-size: 16px;
		font-weight: 400;
	}
	.header_top>.data{ float:left;color:#F2F2F2;}
	.listNews {
		line-height: 37px;
		margin-top: 15px;
	}
	
	.listNews li {
		background-image: url(../images/icon/icon2.jpg);
		background-repeat: no-repeat;
		background-position: 0 17px;
		padding-left: 10px;
		font-size: 16px;
		font-weight: 400;
	}
	
	
	.container {
		padding: 10px;
		background-color: #FFFFFF;
	}
	
	.jzxx {
		overflow: hidden;
	}
	
	.marl28 {
		margin-left: 28px;
	}
	
	.jzxx>div {
		/* float: left; */
		margin: 0 auto;
	}
	.xx{
		display: inline-block;
		width: 26px;
		height: 25px;
		background: url(../images/zmhd/xx.png)no-repeat;
		vertical-align: middle;
		box-sizing: content-box;
		padding-right: 8px;
	}
	.cx{
		display: inline-block;
		width: 23px;
		height: 20px;
		background: url(../images/zmhd/cx.png)no-repeat;
		vertical-align: middle;
		box-sizing: content-box;
		padding-right: 8px;
	}
	.zmhdSprite.wyxxbg{
		display: inline-block;
		width: 49%;
		height: auto;
		background-color: #559EC9;
		background-image: none;
		background-repeat: no-repeat;
		line-height: 1rem;
		border-radius: 8px;
		text-align: center;
	}
	.zmhdSprite.lxcxbg{
		width: 50%;
		height: auto;
		background-color: #508FC1;
		background-image: none;
		line-height: 1rem;
		border-radius: 8px;
		text-align: center;
	}
	.zmhdSprite.lxcxbg a,.zmhdSprite.wyxxbg a{
		line-height: 1rem!important;
	}
	.jzxx>div.btnBox {
		width: 100%;
		height:auto;
		padding: 15px;
		border: 1px solid #E9E9E9;
		margin-top: 15px;
	}
	
	.jzxx>div.btnBox a {
		font-size: 18px;
		font-weight: 400;
		color: #FFFFFF;
		/* padding-left: 87px; */
		line-height: 25px;
	}
	
	.jzxx>div.btnBox .lxcxbg {
		float: right;
		height: 25px;
		display: block;
		line-height: 25px;
	}
	
	.jzxx>div.infoBox {
		width: 100%;
		height: 77px;
		border: 1px solid #E9E9E9;
		overflow: hidden;
		padding: 15px;
		margin-top: 15px;
	}
	
	.jzxx>div.infoBox>div {
		width: 100%;
		height: 100%;
		background-color: #2F8BC0;
		float: right;
		font-size: 16px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 44px;
		padding: 0 15px;
	}
	
	.jzxx>div.infoBox p {
		float: right;
	}
	
	.jzxx>div.infoBox span {
		color: #FDFB6B;
	}
	
	.jzxx table {
		width: 100%;
		margin-top: 20px;
	}
	
	.jzxx table .ztcolor1 {
		color: #AB2C23;
	}
	
	.jzxx table .ztcolor2 {
		color: #879CAD;
	}
	
	.jzxx table .dwlxcolor {
		color: #879CAD;
	}
	
	.jzxx table .lxsj {
		color: #888888;
	}
	
	.jzxx table thead tr {
		background-color: #E0E6EF;
		font-size: 18px;
		font-weight: 400;
		color: #456C9B;
	}
	
	.jzxx table thead tr .tablepro {
		margin-left: 8px;
		vertical-align: middle;
	}
	
	.jzxx table tbody tr {
		background-color: #F4F6FA;
		border-top: solid 2px #FFFFFF;
		font-size: 16px;
		color: #000000;
	}
	
	.xxbg a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	
	.kp {
		width: 100%;
		border: 1px solid #E5E5E5;
		float: left;
		padding: 10px;
		margin-top: 20px;
		transition: all 0.4s linear;
	}
	
	.kp:hover {
		-moz-box-shadow: 5px 5px 10px #999;
		/* è€çš„ Firefox */
		box-shadow: 5px 5px 10px #999;
	}
	.zxft{
		transition: all 0.4s linear;
	}
	.zxft:hover{
		-moz-box-shadow: 5px 5px 10px #999;
		/* è€çš„ Firefox */
		box-shadow: 5px 5px 10px #999;
	}
	.kp2 {
		/*height: 206px;*/
	}
	
	.kp3 {
		/*height: 257px;*/
	}
	.kp3>ul.listNews{
              height:74px;
              overflow: hidden;
        }
	.kp .dh,.zxft .dh {
		padding-bottom: 22px;
		border-bottom: solid 1px #E1E1E1;
		font-size: 20px;
		font-weight: bold;
		color: #000000;
	}
	.zxft .dh {
		padding-bottom: 18px;
	}
	.kp .dh span {
		padding-left: 30px;
		vertical-align: middle;
	}
	.zxft .dh span {
		padding-left: 35px;
		vertical-align: middle;
	}
	.dczj {
		margin-top: 35px;
	}
	
	.dczj>span {
		float: left;
		background-color: #006EAD;
		text-align: center;
		font-size: 23px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 19px;
		padding-top: 12px;
	}
	
	.dczj>span>span {
		font-size: 11px;
	}
	
	.dczj>div {
		padding-top: 5px;
		padding-left: 78px;
	}
	
	.dczj>div h2 {
		font-size: 18px;
		font-weight: bold;
		color: #2A2A2A;
                 white-space: inherit;
	}
	.dczj>div h2>div{
                display: inline;
        }
	.dczj>div p {
		font-size: 14px;
		font-weight: 400;
		color: #565656;
		line-height: 41px;
		word-break: break-all;
                display: inline;
	}
        .dczj a{
                color:#C40707;
                vertical-align: 16px;
        }
	
	.dczj>div p>a {
		color: #C40707;
	}
	
	.dczj>div .zjztbg {
		font-size: 12px;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
		margin-left: 8px;
                vertical-align: 9px;
	}
	
	.marr18 {
		margin-right: 18px;
	}
	
	.zxft {
		margin-top: 20px;
		width: 100%;
		/* height: 363px; */
		padding: 10px;
		border: 1px solid #E5E5E5;
		float: left;
	}
	.zxft .wqhgbg{
		font-size:18px;
		font-weight:bold;
		color:#FFFFFF;
		line-height:29px;
		text-align: center;
		float: right;
	}
	.zxft .wqhgbg:hover{
		color:#000000;
	}
	.zxft .ftnr{
		margin-top: 30px;
	}
	.zxft .ftnr img{
		width:100%;
		/* height:226px; */
		/* float: left; */
	}
	.zxft .ftnr .txt{
		/* padding-left: 396px; */
	}
	.zxft .ftnr .txt li{
		margin-top: 25px;
		overflow: hidden;
	}
	.zxft .ftnr .txt li>span{
		font-size: 16px;
		color: #000000;
		font-weight: bold;
		float: left;
		padding-right: 5px;
	}
	.zxft .ftnr .txt li>p{
		font-size: 16px;
		font-weight: bold;
	}
	.zxft .ftnr .txt .ftzt>p>a{
		color: #0053A1;
	}
	.zxft .ftnr .txt .ftsj>p,.zxft .ftnr .txt .ftjb>p,.zxft .ftnr .txt .ftzy>p{
		color: #666666;
	}
	.zxft .ftnr .txt .ftjb>p>span{
		margin-right: 15px;
	}
	.zxft .ftnr .txt .ftzy{
		line-height: 30px;
	}
	.zmhdSprite {
	display: inline-block;
	background-image: url(../images/zmhd/zmhdSprite.png);
	background-repeat: no-repeat;
}

.tablepro {
	height: 7px;
	width: 9px;
	background-position: 0 0;
}

.wsdcicon {
	height: 22px;
	width: 20px;
	background-position: 0 -7px;
}

.myzjicon {
	height: 23px;
	width: 23px;
	background-position: 0 -29px;
}

.cjwticon {
	height: 24px;
	width: 24px;
	background-position: 0 -52px;
}

.xmticon {
	height: 22px;
	width: 25px;
	background-position: 0 -76px;
}

.rdhyicon {
	height: 22px;
	width: 26px;
	background-position: 0 -98px;
}

.zxfticon {
	height: 28px;
	width: 27px;
	background-position: 0 -120px;
}

.zjztbg {
	height: 19px;
	width: 59px;
	background-position: 0 -148px;
}

.tidabg {
	height: 63px;
	width: 62px;
	background-position: 0 -167px;
}

.wqhgbg {
	height: 29px;
	width: 95px;
	background-position: 0 -230px;
}

.ewmtxbg {
	height: 40px;
	width: 123px;
	background-position: 0 -259px;
}

.wyxxbg {
	height: 47px;
	width: 217px;
	background-position: 0 -299px;
}

.lxcxbg {
	height: 47px;
	width: 219px;
	background-position: 0 -346px;
}

.xxbg {
	height: 77px;
	width: 230px;
	background-position: 0 -393px;
}

/* pc */
@media (min-width:1200px) {
	a.gd {
		font-size: 16px;
		font-weight: 400;
		color: #999999;
		line-height: 24px;
		float: right;
	}

	a.gd:hover {
		color: #000000 !important;
	}

	.data {
		float: right;
		color: #999999;
		font-size: 16px;
		font-weight: 400;
	}

	.listNews {
		line-height: 37px;
		margin-top: 15px;
	}

	.listNews li {
		background-repeat: no-repeat;
		background-position: 0 17px;
		padding-left: 10px;
		font-size: 16px;
		font-weight: 400;
	}


	html,
	body {
		background: #F4F4F4;
	}

	.container {
		padding: 20px;
		background-color: #FFFFFF;
	}

	.jzxx {
		overflow: hidden;
	}

	.marl28 {
		margin-left: 28px;
	}

	.jzxx>div {
		float: left;
	}

	.jzxx>div.btnBox {
		width: 484px;
		height: 77px;
		padding: 15px;
		border: 1px solid #E9E9E9;
	}

	.jzxx>div.btnBox a {
		font-size: 18px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 47px;
		padding-left: 87px;
	}

	.jzxx>div.btnBox .lxcxbg {
		float: right;
	}

	.jzxx>div.infoBox {
		width: 369px;
		height: 77px;
		border: 1px solid #E9E9E9;
		overflow: hidden;
		padding: 15px;
	}

	.jzxx>div.infoBox>div {
		width: 100%;
		height: 100%;
		background-color: #2F8BC0;
		float: right;
		font-size: 16px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 44px;
		padding: 0 15px;
	}

	.jzxx>div.infoBox p {
		float: right;
	}

	.jzxx>div.infoBox span {
		color: #FDFB6B;
	}

	.jzxx table {
		margin-top: 92px;
	}

	.jzxx table .ztcolor1 {
		color: #AB2C23;
	}

	.jzxx table .ztcolor2 {
		color: #879CAD;
	}

	.jzxx table .dwlxcolor {
		color: #879CAD;
	}

	.jzxx table .lxsj {
		color: #888888;
	}

	.jzxx table thead tr {
		background-color: #E0E6EF;
		font-size: 18px;
		font-weight: 400;
		color: #456C9B;
	}

	.jzxx table thead tr .tablepro {
		margin-left: 8px;
		vertical-align: middle;
	}

	.jzxx table tbody tr {
		background-color: #F4F6FA;
		border-top: solid 2px #FFFFFF;
		font-size: 16px;
		color: #000000;
	}
        .jzxx table tbody tr:hover{
                background-color:#E0E6EF;
        }
	.xxbg a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}

	.kp {
		width: 561px;
		border: 1px solid #E5E5E5;
		float: left;
		padding: 20px;
		margin-top: 20px;
		transition: all 0.4s linear;
	}

	.kp:hover {
		-moz-box-shadow: 5px 5px 10px #999;
		/* Ã¨â‚¬ÂÃ§Å¡â€ž Firefox */
		box-shadow: 5px 5px 10px #999;
	}
	.zxft{
		transition: all 0.4s linear;
	}
	.zxft:hover{
		-moz-box-shadow: 5px 5px 10px #999;
		/* Ã¨â‚¬ÂÃ§Å¡â€ž Firefox */
		box-shadow: 5px 5px 10px #999;
	}
	.kp2 {
		height: 206px;
	}

	.kp3 {
		/*height: 257px;*/
	}
        .kp3>ul.listNews{
              height:74px;
              overflow: hidden;
        }
	.kp .dh,.zxft .dh {
		padding-bottom: 22px;
		border-bottom: solid 1px #E1E1E1;
		font-size: 20px;
		font-weight: bold;
		color: #000000;
	}
	.zxft .dh {
		padding-bottom: 18px;
	}
	.kp .dh span {
		padding-left: 30px;
		vertical-align: middle;
	}
	.zxft .dh span {
		padding-left: 35px;
		vertical-align: middle;
	}
	.dczj {
		margin-top: 35px;
	}

	.dczj>span {
		float: left;
		background-color: #006EAD;
		text-align: center;
		font-size: 23px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 19px;
		padding-top: 12px;
	}

	.dczj>span>span {
		font-size: 11px;
	}

	.dczj>div {
		padding-top: 5px;
		padding-left: 78px;
	}

	.dczj>div h2 {
		font-size: 18px;
		font-weight: bold;
		color: #2A2A2A;
	}
        
	.dczj>div p {
		font-size: 14px;
		font-weight: 400;
		color: #565656;
		line-height: 41px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}
	.dczj>div  a{
		line-height:40px;
		color: #C40707;
	}

	.dczj>div p>a {
		color: #C40707;
	}

	.dczj>div .title {
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
	}

	.dczj>div .zjztbg {
		font-size: 12px;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
		margin-left: 8px;
		vertical-align: middle;
	}

	.marr18 {
		margin-right: 18px;
	}

	.zxft {
		margin-top: 20px;
		width: 100%;
		height: 363px;
		padding: 20px;
		border: 1px solid #E5E5E5;
		float: left;
	}
	.zxft .wqhgbg{
		font-size:18px;
		font-weight:bold;
		color:#FFFFFF;
		line-height:29px;
		text-align: center;
		float: right;
	}
	.zxft .wqhgbg:hover{
		color:#000000;
	}
	.zxft .ftnr{
		margin-top: 30px;
	}
	.zxft .ftnr img{
		width:376px;
		height:226px;
		float: left;
	}
	.zxft .ftnr .txt{
		padding-left: 396px;
	}
	.zxft .ftnr .txt li{
		margin-top: 25px;
		overflow: hidden;
	}
	.zxft .ftnr .txt li>span{
		font-size: 16px;
		color: #000000;
		font-weight: bold;
		float: left;
		padding-right: 5px;
	}
	.zxft .ftnr .txt li>p{
		font-size: 16px;
		font-weight: bold;
	}
	.zxft .ftnr .txt .ftzt>p>a{
		color: #0053A1;
	}
	.zxft .ftnr .txt .ftsj>p,.zxft .ftnr .txt .ftjb>p,.zxft .ftnr .txt .ftzy>p{
		color: #666666;
	}
	.zxft .ftnr .txt .ftjb>p>span{
		margin-right: 15px;
	}
	.zxft .ftnr .txt .ftzy{
		line-height: 30px;
	}
}

/* Ã¨Â§Â¦Ã¥Â±Â */
@media (max-width:1200px) {
	a.gd {
		font-size: 16px;
		font-weight: 400;
		color: #999999;
		line-height: 24px;
		float: right;
	}
	
	a.gd:hover {
		color: #000000 !important;
	}
	
	.data {
		float: right;
		color: #999999;
		font-size: 16px;
		font-weight: 400;
	}
	
	.listNews {
		line-height: 37px;
		margin-top: 15px;
	}
	
	.listNews li {
		background-repeat: no-repeat;
		background-position: 0 17px;
		padding-left: 10px;
		font-size: 16px;
		font-weight: 400;
	}
	
	
	html,
	body {
		background: #F4F4F4;
	}
	
	.container {
		padding: 10px;
		background-color: #FFFFFF;
	}
	
	.jzxx {
		overflow: hidden;
	}
	
	.marl28 {
		margin-left: 28px;
	}
	
	.jzxx>div {
		/* float: left; */
		margin: 0 auto;
	}
	.xx{
		display: inline-block;
		width: 26px;
		height: 25px;
		background: url(../images/zmhd/xx.png)no-repeat;
		vertical-align: middle;
		box-sizing: content-box;
		padding-right: 8px;
	}
	.cx{
		display: inline-block;
		width: 23px;
		height: 20px;
		background: url(../images/zmhd/cx.png)no-repeat;
		vertical-align: middle;
		box-sizing: content-box;
		padding-right: 8px;
	}
	.zmhdSprite.wyxxbg{
		display: inline-block;
		width: 49%;
		height: 40px;
		background-color: #559EC9;
		background-image: none;
		background-repeat: no-repeat;
		line-height: 1rem;
		border-radius: 8px;
		text-align: center;
		line-height: 40px;
	}
	.zmhdSprite.lxcxbg{
		width: 50%;
		height: 40px;
		background-color: #508FC1;
		background-image: none;
		line-height: 1rem;
		border-radius: 8px;
		text-align: center;
		line-height: 40px;
	}
	.zmhdSprite.lxcxbg a,.zmhdSprite.wyxxbg a{
		line-height: 1rem!important;
	}
	.jzxx>div.btnBox {
		width: 100%;
		height:auto;
		padding: 15px;
		border: 1px solid #E9E9E9;
		margin-top: 15px;
		height: 72px;
	}
	
	.jzxx>div.btnBox a {
		font-size: 18px;
		font-weight: 400;
		color: #FFFFFF;
		/* padding-left: 87px; */
		line-height: 40px;
	}
	
	.jzxx>div.btnBox .lxcxbg {
		float: right;
		height: 100%;
		line-height: 40px;
	}
	.table thead th{
		padding: 10px;
	}
	.jzxx>div.infoBox {
		width: 100%;
		height: 77px;
		border: 1px solid #E9E9E9;
		overflow: hidden;
		padding: 15px;
		margin-top: 15px;
	}
	
	.jzxx>div.infoBox>div {
		width: 100%;
		height: 100%;
		background-color: #2F8BC0;
		float: right;
		font-size: 16px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 44px;
		padding: 0 15px;
	}
	
	.jzxx>div.infoBox p {
		float: right;
	}
	
	.jzxx>div.infoBox span {
		color: #FDFB6B;
	}
	
	.jzxx table {
		width: 100%;
		margin-top: 20px;
	}
	
	.jzxx table .ztcolor1 {
		color: #AB2C23;
	}
	
	.jzxx table .ztcolor2 {
		color: #879CAD;
	}
	
	.jzxx table .dwlxcolor {
		color: #879CAD;
	}
	
	.jzxx table .lxsj {
		color: #888888;
	}
	
	.jzxx table thead tr {
		background-color: #E0E6EF;
		font-size: 18px;
		font-weight: 400;
		color: #456C9B;
	}
	
	.jzxx table thead tr .tablepro {
		margin-left: 8px;
		vertical-align: middle;
	}
	
	.jzxx table tbody tr {
		background-color: #F4F6FA;
		border-top: solid 2px #FFFFFF;
		font-size: 16px;
		color: #000000;
	}
	
	.xxbg a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	
	.kp {
		width: 100%;
		border: 1px solid #E5E5E5;
		float: left;
		padding: 10px;
		margin-top: 20px;
		transition: all 0.4s linear;
	}
	
	.kp:hover {
		-moz-box-shadow: 5px 5px 10px #999;
		/* Ã¨â‚¬ÂÃ§Å¡â€ž Firefox */
		box-shadow: 5px 5px 10px #999;
	}
	.zxft{
		transition: all 0.4s linear;
	}
	.zxft:hover{
		-moz-box-shadow: 5px 5px 10px #999;
		/* Ã¨â‚¬ÂÃ§Å¡â€ž Firefox */
		box-shadow: 5px 5px 10px #999;
	}
	.kp2 {
		/*height: 206px;*/
	}
	
	.kp3 {
		/*height: 257px;*/
	}
	.kp3>ul.listNews{
              height:74px;
              overflow: hidden;
        }
	.kp .dh,.zxft .dh {
		padding-bottom: 22px;
		border-bottom: solid 1px #E1E1E1;
		font-size: 20px;
		font-weight: bold;
		color: #000000;
	}
	.zxft .dh {
		padding-bottom: 18px;
	}
	.kp .dh span {
		padding-left: 30px;
		vertical-align: middle;
	}
	.zxft .dh span {
		padding-left: 35px;
		vertical-align: middle;
	}
	.dczj {
		margin-top: 35px;
	}
	
	.dczj>span {
		float: left;
		background-color: #006EAD;
		text-align: center;
		font-size: 23px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 19px;
		padding-top: 12px;
	}
	
	.dczj>span>span {
		font-size: 11px;
	}
	
	.dczj>div {
		padding-top: 5px;
		padding-left: 78px;
	}
	
	.dczj>div h2 {
		font-size: 18px;
		font-weight: bold;
		color: #2A2A2A;
                 white-space: inherit;
	}
	.dczj>div h2>div{
                display: inline;
        }
	.dczj>div p {
		font-size: 14px;
		font-weight: 400;
		color: #565656;
		line-height: 41px;
		word-break: break-all;
                display: inline;
	}
        .dczj a{
                color:#C40707;
                vertical-align: 16px;
        }
	
	.dczj>div p>a {
		color: #C40707;
	}
	
	.dczj>div .zjztbg {
		font-size: 12px;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
		margin-left: 8px;
                vertical-align: 9px;
	}
	
	.marr18 {
		margin-right: 18px;
	}
	
	.zxft {
		margin-top: 20px;
		width: 100%;
		/* height: 363px; */
		padding: 10px;
		border: 1px solid #E5E5E5;
		float: left;
	}
	.zxft .wqhgbg{
		font-size:18px;
		font-weight:bold;
		color:#FFFFFF;
		line-height:29px;
		text-align: center;
		float: right;
	}
	.zxft .wqhgbg:hover{
		color:#000000;
	}
	.zxft .ftnr{
		margin-top: 30px;
	}
	.zxft .ftnr img{
		width:100%;
		/* height:226px; */
		/* float: left; */
	}
	.zxft .ftnr .txt{
		/* padding-left: 396px; */
	}
	.zxft .ftnr .txt li{
		margin-top: 25px;
		overflow: hidden;
	}
	.zxft .ftnr .txt li>span{
		font-size: 16px;
		color: #000000;
		font-weight: bold;
		float: left;
		padding-right: 5px;
	}
	.zxft .ftnr .txt li>p{
		font-size: 16px;
		font-weight: bold;
	}
	.zxft .ftnr .txt .ftzt>p>a{
		color: #0053A1;
	}
	.zxft .ftnr .txt .ftsj>p,.zxft .ftnr .txt .ftjb>p,.zxft .ftnr .txt .ftzy>p{
		color: #666666;
	}
	.zxft .ftnr .txt .ftjb>p>span{
		margin-right: 15px;
	}
	.zxft .ftnr .txt .ftzy{
		line-height: 30px;
	}
	.jzxx table thead tr th:nth-child(1), .jzxx table thead tr th:nth-child(5) {
    display:block;
    width: 50%;
    text-align:left;
    float: left;
}

.jzxx table thead tr th:nth-child(2), .jzxx table thead tr th:nth-child(3), .jzxx table thead tr th:nth-child(4) {
    display: none;
}


}

}
