.wd1200{
	width: 1200px;
	margin: 0 auto;
}

.heard_nav_box{
    display: flex;
    background-color: #fff;
    color: black;
    font-size: 20px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
    z-index: 10;
    display: none;
}
.heard_nav_list{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content:flex-start;
    align-items: center;
    line-height: 60px;
    
}
.heard_nav_list a{
    margin-right: 20px;
    
}
.heard_nav_list li{
    position: relative;
}
.menus-container {
    position: absolute;
    top: 62px;
    left: -20px;
    z-index: 10;
     display: none; 
    width: 90px;
    box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}

.menus-container::before {
    content: "";
    width: 90px;
    height: 3px;
    position: absolute;
    background: transparent;
    /* border-right: 12px solid transparent; */
    /* border-top: 10px solid transparent; */
    /* border-left: 12px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    border-bottom-color: #fff;
    top: -2px;
    left: 1px;
}

.menu-list {
       float: left;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(151, 151, 151, 0.06);
    border-radius: 6px;
    min-width: 80px;
    padding: 3px 5px;
    text-align: center;
}

.menu-list .menu-list-item {
	display: block;
    font-size: 15px;
    color: #000000;
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 100%;
}
.menu-list .menu-list-item img{
    width:26px;
    height: 26px;
	display: inline-block;
	vertical-align: middle;
}



.content-box{
	width: 1300px;
	margin:0 auto;
	font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";
	margin-bottom: 30px;
	overflow: hidden;
}
.ct-nav{
	width: 1200px;
	margin: 0 auto;
	font-size:16px;
	color:#666666;
	line-height:64px;
}
.ct-nav span{
	margin:0 5px;
}
.help{
	height:46px;
	padding: 45px 0 25px;
	text-align: center;
}
.searcha {
    display: none;
    float: left;
    background: #fff;
    width: 100px;
    height: 45px;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 45px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #f1f2f3;
}
.searchm .select_li {
    position: relative;
        display: inline-block;
        vertical-align: middle;
        overflow: inherit;
        width: 110px;
        height: 60px;
        background: #fff;
        border-radius: 4px 0px 0px 4px;
}
.searchm .select_li:after {
    content:"";
	position: absolute;
	right: 0;
	top: 18px;
	width: 1px;
	height: 24px;
	background: #D9D8D8;
}

.select_li p {
	padding-right: 5px;
	/* padding-bottom: 5px; */
	width: 100px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	height:45px;
	position: relative;
	line-height: 45px;
}

.select_li p i {
	position: absolute;
	    top: 19px;
	    right: 16px;
	    width: 14px;
	    height: 9px;
	    background: url(../img/arr.png) no-repeat 1px 1px;
	    background-size: 14px 9px;
}

.select_li p i.on {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.select_box {
	position: absolute;
	top: 58px;
	left: 0;
	width: 72px;
	height: 170px;
	padding:4px 18px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-top: 5px;
	display: none;
	z-index: 99999;
}

.select_box li {
	height: 24px;
	text-align: left;
	line-height: 24px;
	cursor: pointer;
	font-size: 14px;
	color:#000;
	padding: 5px 0px 4px 25px;
}
.select_box li.tp {
	background: url(../img/tp1.png) no-repeat 0px 11px;
	background-size: 17px 14px;
}
.select_box li.tp:hover {
	background: url(../img/tp2.png) no-repeat 0px 11px;
	background-size: 17px 14px;
	color:#d60e19;
}
.select_box li.gj {
	background: url(../img/gj1.png) no-repeat 0px 11px;
	background-size: 17px 14px;
}
.select_box li.gj:hover {
	background: url(../img/gj2.png) no-repeat 0px 11px;
	background-size: 17px 14px;
	color:#d60e19;
}
.select_box li.ysp {
	background: url(../img/ysp1.png) no-repeat 0px 10px;
	background-size: 15px 17px;
}
.select_box li.ysp:hover {
	background: url(../img/ysp2.png) no-repeat 0px 10px;
	background-size: 15px 17px;
	color:#d60e19;
}
.select_box li.zb {
	background: url(../img/zb1.png) no-repeat 0px 11px;
	background-size: 17px 15px;
}
.select_box li.zb:hover {
	background: url(../img/zb2.png) no-repeat 0px 11px;
	background-size: 17px 15px;
	color:#d60e19;
}
.select_box li.tj {
	background: url(../img/tj1.png) no-repeat 0px 12px;
	background-size: 18px 13px;
}
.select_box li.tj:hover {
	background: url(../img/tj2.png) no-repeat 0px 12px;
	background-size: 18px 13px;
	color:#d60e19;
}
/*Ã¥Â¯Â¼Ã¨Ë†Âª*/
.bor-bottom{
	border-bottom: 1px solid #ddd;
}
.media-search {
    padding: 20px 15px;
    background: #ffffff;
    margin-bottom: 20px;
}
.mediataglist:first-child {
    margin-top: 0;
}
.mediataglist {
    margin-top: 28px;
    display: flex;
    justify-content: flex-start;
}
.mediataglist .tagitem-left {
    float: left;
}
.mediataglist a {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
    min-width: 30px;
    border-radius: 5px;
    padding: 0 12px;
    color: #333333;
    text-align: center;
}
.tagtop.active {
    background: none;
    width: 80px;
    color: #a8a3a3;
    text-align: left;
    padding: 0 5px;
}
.twotag-box .twotag {
    background: #fbe6e8;
    color: #d60e19;
}
.mediataglist .tagitem-right {
    float: left;
    margin-left: 25px;
    margin-top: -3px;
    width: 1110px;
}
.mediataglist .tagitem-right .twotag-wrap {
    margin-top: 3px;
}
.mediataglist .tagitem-right .threetag-list {
    float: left;
}
.mediataglist .tagitem-right .threetag {
    background: none;
    border: none;
    margin: 0;
    padding: 0 14px;
    color: #333333;
    margin-right: 25px;
    position: relative;
}
.mediataglist .tagitem-right .threetag.on {
    background: #fbe6e8;
    color: #d60e19;
}
.more {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    padding: 0 18px 0 18px;
    color: #a8a8a8;
    background: url(/images/down-arrow.png) no-repeat 48px 5px;
    background-size: 18px 18px;
    width: 50px;
}
.more.more-up {
    background: url(/images/up-arrow.png) no-repeat 48px 5px;
    background-size: 18px;
}
.yxitem{
	display: flex;
    justify-content: flex-start;
     margin-bottom: 20px;
}
.iten-tlt{
	font-size: 15px;
    line-height: 28px;
    height: 28px;
    background: none;
    min-width: 50px;
    color: #a8a3a3;
    text-align: left;
    padding: 0 5px;
}
.iten-list{
	margin-left: 10px;
    width: 1110px;
   
}
.iten-list span{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #a8a8a8;
	color: #a8a8a8;
	font-size: 15px;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 15px;
}
.iten-close{
	cursor: pointer;
    font-size: 15px;
    line-height: 28px;
    padding: 0 18px 0 18px;
    color: #a8a8a8;
}
.line{
	width: 100%;
	height: 10px;
	background: #fafafa;
}
/*Ã¥Â¯Â¼Ã¨Ë†ÂªÃ§Â»â€œÃ¦ÂÅ¸*/
.help .search{
	width: 550px;
	height: 46px;
	position: relative;
	display: inline-block;
}
.help .search .search-text{
	width: 500px;
	padding: 0px 15px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	background: #FFFFFF;
	float: left;
	border: 1px solid #f1f2f3;
	border-right: none;
    color: #333;
}
.help .search span{
	width: 50px;
	    height: 46px;
	    line-height: 46px;
	    font-size: 16px;
	    text-align: center;
	    background: #d60e19 url(/images/szkc/search.png) no-repeat 28px 13px;
	    cursor: pointer;
	    position: absolute;
	    right: 0;
	    top: 0;
	    color: #fff;
	    border-radius: 0 4px 4px 0;
	    padding-left: 26px;
}
.search-nav {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    padding-top: 12px;
	font-weight: bolder;
}
.search-nav span{
   color: #d60e19;
}

.ct-left{
	width:100%;
	/*float:left;*/
}
.ct-right{
	width:385px;
	float:right;
}
#search-list{
	display: flex;
	flex-wrap: wrap;
}
#search-list .news-item{
	width: 310px;
	margin-right: 20px;
	margin-top: 20px;
}
#search-list .news-item:nth-child(4n){
	margin-right: 0px;
}
#search-list .news-item .img-box{
	width: 100%;
	height: 170px;
	position: relative;
}
#search-list .news-item .img-box img{
	width: 100%;
	height: 100%;
}
#search-list .news-item .img-box .tlter{
	width: 100%;
	height: 40px;
	text-indent: 15px;
	line-height: 40px;
	background: url(/images/szkc/slide_mask.png)no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size:14px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#search-list .news-item .img-box .tlttop{
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #CA0712;
    color: #fff;
}
#search-list .news-item .text-box .tit{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size:14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#search-list .news-item .text-box .news-box{
	width: 100%;
	font-size:14px;
	display: flex;
	justify-content: space-between;
}
/*.ct-left .img-box{
	width:240px;
	height:135px;
	overflow: hidden;
	float:left;
}
.ct-left .img-box img{
	width:100%;
	min-height:100%;
}
.img-box a{
	display: block;
	width:100%;
	height:100%;
}
.news-item{
	width:100%;
	padding:24px 0;
	height:135px;
	border-bottom: 1px solid rgb(230,230,230);
}
.news-item:first-of-type{
	border-top: none;
}*/
/*.news-item .text-box{
	width:506px;
	height:135px;
	overflow: hidden;
	float:right;
}
.text-box .tit{
	width: 100%;
   font-size:18px;
   line-height:35px;
   height:35px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.text-box .tit a{
	color:#333333;
		  
}
.text-box .tit a:hover{
	color:#d93024;
}
.text-box p{
	font-size:14px;
	line-height: 24px;
	height:72px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.text-box .details{
	color:#000000;
}
.text-box .details:hover{
	color:#d93024;
}
.news-box{
	font-size:14px;
	line-height: 28px;
	height:28px;
	color: #999;
}
.news-box .docFrom{
	padding-right: 18px;
}*/
.ct-right .ctr-top{
	width:100%;
	height:216px;
	overflow: hidden;
	margin-top: 64px;
	position: relative;
}
.ct-right .ctr-top a{
	display:block;
	width:100%;
	height:100%;
}
.ct-right .ctr-top img{
	width:100%;
			min-height:100%;
}
.ct-right .ctr-top p{
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: inline-block;
	position: absolute;
	width: 94%;
	padding: 0 3%;
	height: 43px;
	bottom: 0;
	left: 0;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	color: #fff;
	background: url(/images/slide_mask.png) 0 bottom repeat-x;
	padding-top: 28px;
}

.ctr-bottom .ctr-title{
	height:28px;
	line-height:28px;
	padding:20px 0;
	position: relative;
	border-bottom: 1px solid #f1f2f3;
}
.ctr-bottom .ctr-title:before{
	content: "";
	width: 5px;
	height: 24px;
	background: red;
	position: absolute;
	top: 27px;
	left: 0px;
}
.ctr-title h5{
	font-size:22px;
	font-weight: normal;
	display: inline-block;
	margin-left: 22px;
}
.ctr-title a{
	float: right;
	width: 30px;
	height:24px;
	/*background: url(/images/more.png) no-repeat 0px 6px;
	background-size: 16px 16px;*/
	padding: 4px;
	color: red;
}
.ctr-line{
	display: inline-block;
	width:220px;
	height:14px;
	border-bottom: 1px solid rgb(200,200,200);
	position: absolute;
	right:0;
	top:0;
}
.ctr-content{
	width:100%;
	overflow: hidden;
	margin-top: 8px;
}
.ctr-content li{
	width:100%;
	height:48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 16px;
}
.ctr-content li i{
	width:20px;
	height:48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 16px;
	display: inline-block;
	color: #cacaca;
	font-weight: bolder;
}
.ctr-content li .icon1{
	color: #e70f20;
}
.ctr-content li .icon2{
	color: #ff7f0d;
}
.ctr-content li .icon3{
	color: #ffc71c;
}
.ctr-content li a{
	width:350px;
	height:48px;
	line-height: 48px;
	font-size: 16px;
	display: inline-block;
	 overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	color: #333333;
}
.ctr-imgbox{
	width:140px;
	height:93px;
	overflow: hidden;
	float: left;
}
.ctr-imgbox a{
	  display:block;
	  width:100%;
	  height:100%;
}
.ctr-imgbox a img{
	  width:100%;
	  min-height:100%;
}
.ctr-text{
	width:164px;
	height:93px;
	float: right;
	position: relative;
}
.ctr-text h5{
	font-size:14px;
	line-height:24px;
	height:72px;
	overflow: hidden;
	text-overflow: ellipsis;
   -webkit-line-clamp: 3;
	word-break: break-all;
   display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ctr-text .ctr-date{
	font-size:12px;
	line-height:12px;
	position: absolute;
	bottom: 0;
}
.load-more{
	width:314px;
	height:30px;
	line-height:30px;
	color:rgb(51,51,51);
	font-size:14px;
	text-align:center;
	border:1px solid rgb(200,200,200);
	border-radius: 3px;
}
.load-more a:hover{
	color:#d93024;
}
.img-box img{
	transition: all 0.5s ease; 
}
.ctr-imgbox img{
	transition: all 0.5s ease; 
}
/*.img-box:hover img{*/
/*	transform: scale(1.2);*/
/*}*/
/*.ctr-imgbox:hover img{*/
/*	transform: scale(1.2);*/
/*}*/
.red{
	color:red;
}

.footer{
	/*background: #d60e19;*/
}
.footer .fontweight{
	font-weight: bolder;
	font-size: 16px;
}
/*ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ©Ã‚Â¡Ã‚Âµ*/
/* .pages {
	width: 100%;
	height: 45px;
	margin: 36px auto 10px auto;
	text-align: center;
	font-size: 14px;
}
.pages span {
	display: inline-block;
	margin-right: 6px;
}
.pages span a {
	border: 1px solid #c8c8c8;
	height: 31px;
	display: inline-block;
	line-height: 31px;
	padding: 0 12px;
	color: #000000;
}
.pages input {
	width: 33px;
	text-align: center;
	border: 1px solid #c8c8c8;
	height: 31px;
	display: inline-block;
	line-height: 31px;
	margin-right: 10px;
}
.pages span a.on {
	height: 33px;
	display: inline-block;
	line-height: 33px;
	padding: 0 12px;
	background: #bc191a;
	color: #fff;
}
 */
.pages {
	width: 100%;
	height: 45px;
	margin: 36px auto 10px auto;
	text-align: center;
	font-size: 14px;
}
.pages span{
	display: inline-block;
	height:31px;
	padding:0 11px;
	border:1px solid #c8c8c8;
	line-height: 31px;
	text-align: center;
	color: #000;
	cursor: pointer;
	border-radius: 3px;
	margin:0 5px;
	font-size: 14px;
}
.pages a.current{
	background: #bc191a;
	color:#fff;
}
.pages span.current{
	background: #bc191a;
	color:#fff;
}
.pages a{
	display: inline-block;
	height:31px;
	padding:0 11px;
	border:1px solid #ddd;
	line-height: 31px;
	text-align: center;
	color: #000;
	margin:0 5px;
	border-radius: 3px;
	font-size: 14px;
}
.resultlist-boxs{
	min-height:457px;
}
.resultlist-boxs .search-num{
	font-size:14px;
	color:rgb(50,50,50);
	background:#eee;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
	
}
.resultlist-boxs .search-num p{
	line-height:20px;
	padding:10px 20px;
	text-align: right;
}
.font-red{
	color:red;
	margin:0 5px;
}
.resultlist-boxs  .news-item{
	height:88px;
}
.resultlist-boxs .text-box p{
	height:48px;
}

.clear{
	clear:both;
}
.classifyarr{
    /*height: 30px;*/
    /*overflow: hidden;*/
}


/*知识图谱*/
.banner{
	width: 100%;
	min-width: 1330px;
}
.banner img{
	width: 100%;
}
.zstablist .tagtop{
	width: 45px;
}
.zs-tab{
	display: flex;
}
.zs-tab span{
	margin-right: 20px;
	cursor: pointer;
	font-size: 18px;
    font-weight: 600;
}
.zs-tab span.ac{
    color: #d60e19;
}
.zsdt{
	position: relative;
	height: 500px;
	width: 100%;
}
.zsdt-tab{
	border-radius: 8px;
    width: 40px;
    /* height: 44px; */
    background: #d60e19;
    color: #fff;
    padding: 14px 18px;
    font-size: 18px;
    display: inline-block;
    line-height: 24px;
    cursor: pointer;
    position: absolute;
    top: 180px;
}
.zsdt0{
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
}
.zsdt1{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 60px;
	left: 200px;
	line-height: 100px;
	background: #dd191d;
}
.zsdt2{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 5px;
    left: 511px;
	line-height: 80px;
	background: #ffc001;
}
.zsdt3{
	width: 120px;
	height: 120px;
	position: absolute;
	top: 283px;
    left: 432px;
	line-height: 120px;
	background: #8acc40;
}
.zsdt4{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 161px;
    left: 1140px;
	line-height: 150px;
	background: #fe5723;
}
.zsdt5{
	width: 120px;
	height: 120px;
	position: absolute;
	top: 161px;
    left: 700px;
	line-height: 120px;
	background: #021f61;
}
.zsdt6{
	width: 90px;
	height: 90px;
	position: absolute;
	top: 28px;
    left: 878px;
	line-height: 90px;
	background: #7030a0;
}
.zsdt7{
	width: 130px;
	height: 130px;
	position: absolute;
	top: 324px;
    left: 919px;
	line-height: 130px;
	background: #4fc2f8;
}
.zsdt8{
	width: 110px;
	height: 110px;
	position: absolute;
	top: 303px;
    left: 153px;
	line-height: 110px;
	background: #c2175b;
}
.zsdt0 .title{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.zsdt0 .num{
    color: #DD191D;
    font-size: 14px;
    position: absolute;
    top: -5px;
    right: -16px;
    line-height: 14px;
}
.zsdt0-2{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 26px;
    left: 117px;
	line-height: 18px;
    white-space: pre-wrap;
}
.zsdt0-3,.zsdt0-4,.zsdt0-5,.zsdt0-6{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 104px;
    left: 50px;
	line-height: 18px;
    white-space: pre-wrap;
}
.zsdt1 .num{
	color: #DD191D;
}
.zsdt2 .num{
	color: #ffc001;
}
.zsdt3 .num{
	color: #8acc40;
}
.zsdt4 .num{
	color: #fe5723;
}
.zsdt5 .num{
	color: #021f61;
}
.zsdt6 .num{
	color: #7030a0;
}
.zsdt7 .num{
	color: #4fc2f8;
}
.zsdt8 .num{
	color: #c2175b;
}
.zsdt2 .zsdt0-2{
	top: 26px;
    left: 94px;
}
.zsdt2 .zsdt0-3{
	top: 91px;
    left: -52px;
}
.zsdt2 .zsdt0-4{
	top: -5px;
    left: -92px;
}
.zsdt2 .zsdt0-6{
	top: -88px;
    left: 2px;
}
.zsdt3 .zsdt0-2{
	top: 26px;
    left: 140px;
}
.zsdt3 .zsdt0-3{
	top: 130px;
    left: 50px;
}
.zsdt3 .zsdt0-4{
	top: -80px;
    left: 50px;
}
.zsdt3 .zsdt0-5{
	top: -34px;
    left: -70px;
}
.zsdt4 .zsdt0-2{
	top: 26px;
    left: 162px;
}
.zsdt4 .zsdt0-3{
	top: 142px;
    left: 110px;
}
.zsdt4 .zsdt0-4{
	top: -82px;
    left: 85px;
}
.zsdt4 .zsdt0-5{
	top: -12px;
    left: -77px;
}
.zsdt5 .zsdt0-2{
	top: 26px;
    left: 133px;
}
.zsdt5 .zsdt0-3{
	top: 130px;
    left: 50px;
}
.zsdt5 .zsdt0-4{
	top: -25px;
    left: -73px;
}
.zsdt6 .zsdt0-2{
	top: 26px;
    left: 110px;
}
.zsdt6 .zsdt0-3{
	top: 100px;
    left: 31px;
}
.zsdt6 .zsdt0-4{
	top: -12px;
    left: -83px;
}
.zsdt7 .zsdt0-2{
	top: 26px;
    left: 140px;
}
.zsdt7 .zsdt0-3{
	top: 130px;
    left: 50px;
}
.zsdt8 .zsdt0-2{
	top: 26px;
    left: 122px;
}
.zsdt8 .zsdt0-3{
	top: 117px;
    left: 49px;
}
.zsdt8 .zsdt0-4{
	top: -87px;
    left: 36px;
}
.zsdt00 .zsdt1{
	background: #021f61;
}
.zsdt00 .zsdt2{
	background: #7030a0;
}
.zsdt00 .zsdt3{
	background: #4fc2f8;
}
.zsdt00 .zsdt4{
	background: #c2175b;
}
.zsdt00 .zsdt5{
	background: #ffc001;
}
.zsdt00 .zsdt6{
	background: #dd191d;
}
.zsdt00 .zsdt7{
	background: #8acc40;
}
.zsdt00 .zsdt8{
	background: #fe5723;
}
.zsdt00 .zsdt1 .num{
	color: #021f61;
}
.zsdt00 .zsdt2 .num{
	color: #7030a0;
}
.zsdt00 .zsdt3 .num{
	color: #4fc2f8;
}
.zsdt00 .zsdt4 .num{
	color: #c2175b;
}
.zsdt00 .zsdt5 .num{
	color: #ffc001;
}
.zsdt00 .zsdt6 .num{
	color: #dd191d;
}
.zsdt00 .zsdt7 .num{
	color: #8acc40;
}
.zsdt00 .zsdt8 .num{
	color: #fe5723;
}
.zsdt0:hover .hide1{
	display: block;
}

/*.zsdt0-2,.zsdt0-3, .zsdt0-4, .zsdt0-5, .zsdt0-6 {*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    position: absolute;*/
/*    line-height: 70px;*/
/*}*/
/*.zsdt0-2 {*/
/*    top: 26px;*/
/*    left: 94px;*/
/*}*/
/*.zsdt0-3 {*/
/*    top: 91px;*/
/*    left: -52px;*/
/*}*/
/*.zsdt0-4 {*/
/*    top: -5px;*/
/*    left: -92px;*/
/*}*/
/*.zsdt0-5 {*/
/*    top: 100px;*/
/*    left: 50px;*/
/*}*/
/*.zsdt0-6 {*/
/*    top: -79px;*/
/*    left: 2px;*/
/*}*/







.zsys{
	display: flex;
}
.zsys-tab{
	border-radius: 8px;
    width: 40px;
    height: 48px;
    background: #d60e19;
    color: #fff;
    padding: 14px 18px;
    font-size: 18px;
    display: inline-block;
    line-height: 24px;
    cursor: pointer;
}
.zsys-img{
	width: 1320px;
	position: relative;
}
.alkhref{
    width: 49px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #d60e19;
    color: #fff;
    position: absolute;
    top: 11px;
    left: 97px;
    font-size: 16px;
    cursor: pointer;
}
.alkhref a{
    color: #fff;
}
.inherf{
    display: block;
    width: 78px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 49px;
    left: 323px;
}
.inherf a{
    display: block;
    height: 18px;
}
.inherfs{
    position: absolute;
    top: -55px;
    left: 0px;
    border: 1px solid #ddd;
    color: #000;
    padding: 8px 15px;
    background: #fff;
    border-radius: 15px;
    display: none;
    min-width: 750px;
}
.inherf:hover .inherfs{
    display: block;
}
.zsys-img img{
	width: 100%;
}
.hide1{
	display: none;
}


.lnxx{
	display: flex;
	justify-content: space-between;
	width: 1330px;
    margin-left: 36px;
    margin-top: 50px;
    border-bottom: 2px solid rgb(189, 49, 36);
}
.lnxx-tlt{
	width: 120px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: rgb(189, 49, 36);
	color: #fff;
	font-size: 20px;
}
.lnxx-text{
	width: 1150px;
	text-indent: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-top: -6px;
    margin-bottom: 50px;
}
.sx-list-right{
    width: 1333px;
    margin-left: 36px;
    margin-top: 50px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
}
.sx-list-right table{
	width: 100%;
}
.sx-list-right table th,.sx-list-right table td{
	width: 100px;
	text-align: left;
	font-size: 15px;
    /*border-bottom: 1px solid rgb(0 0 0 / 15%);*/
    text-align: center;
    border: 1px solid rgb(0 0 0 / 15%);
}
.sx-list-right table th{
	height: 50px;
	line-height: 50px;
}
.sx-list-right table td{
	padding: 15px 10px;
}
.sx-list-right table td a{
	color: #0D86F0;
}
.sx-list-right table .wd-200{
	width: 200px;
}
.sx-list-right table .wd-500{
	width: 500px;
}
.sx-list-right-flex{
	display: flex;
	justify-content: space-between;
	padding: 40px 0px 20px 0px;
	height: 55px;
	line-height: 55px;
}
.sx-list-right-tlt{
	color: rgba(158, 153, 153, 80);
	font-size: 28px;
}
.sx-list-right-tlt .number{
	color: rgba(16, 16, 16, 100);
}
