#zjtxwszt{
	width: 100%;
	min-width: 1200px;
	min-height: 988px;
	overflow: hidden;
}
#zjtxwszt.bg{
	background:#fff url(../../images/zjtxwszt/bg.png) no-repeat top center;
}

#zjtxwszt .zc_bar{
	width: 1200px;
	margin: 180px auto 0;
	background-color: #fff;
}

#zjtxwszt .zc_bar .hd{
	padding-left: 22px;
	padding-top: 22px;
}

#zjtxwszt .zc_bar .hd ul li{
	display: inline-block;
	width: 298px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #333;
	background: #ededed;
	font-size: 16px;
	cursor: pointer;
}

#zjtxwszt .zc_bar .hd ul li.on{
	background-color: #ff9900;
	color: #fff;
}

#zjtxwszt .zc_bar .bd{
	padding: 15px 22px 19px 28px;
}

#zjtxwszt .zc_bar .bd li{
	background: url(../../images/news_arrow.png) no-repeat 0 center;
	text-align: justify;
	line-height: 25px;
	padding: 2px 0 4px 15px;
}

#zjtxwszt .zc_bar .bd li a{
	font-size: 15px;
}

#zjtxwszt .bar{
	margin: 30px auto;
	min-height: 988px;
	background-color: #fff;
	width: 1200px;
}
#zjtxwszt .bar .hd{
	position: relative;
}
#zjtxwszt .bar .hd ul{
	padding: 20px 25px 0 100px;
}
#zjtxwszt .bar .hd ul li{
	display: inline-block;
	margin: 3px 10px;
	cursor: pointer;
	font-size: 14px;
	padding: 4px 10px;
	border-radius: 30px;
}
#zjtxwszt .bar .hd ul li.on{
	color: #fff;
	background-color: #0067B8;
}
#zjtxwszt .bar .hd span {
    position: absolute;
    left: 27px;
    font-size: 15px;
    top: 27px;
    color: #333;
    font-weight: bold;
}

#zjtxwszt .bar_page{
	margin: 0 auto;
	min-height: 988px;
	background-color: #fff;
	width: 1200px;
	border: 1px solid #eeeeee;
}
#zjtxwszt .site{
	margin: 0 auto 20px;
	width: 1200px;
	height: 40px;
	position: relative;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
}
#zjtxwszt .site img {
    position: relative;
    margin-right: 5px;
    top: -3px;
    margin-left: 15px;
}
#zjtxwszt .site span{
	font-size: 14px;
}
#zjtxwszt .site a{
	font-size: 14px;
	color: #666;
}

#zjtxwszt .sorts{
	
}

#zjtxwszt .zt_sorts{
	padding-left: 22px;
}

#zjtxwszt .zt_sorts>a {
	display: inline-block;
	width: 298px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #333;
	background: #ededed;
	font-size: 16px;
	margin-right: 10px;
}
#zjtxwszt .zt_sorts>a.on{
	background-color: #ff9900;
	color: #fff;
}
#zjtxwszt .zt_sorts .search ul li {
    margin-right: 20px;
    border: 1px solid #e2e2e2;
    font-size: 16px;
}
#zjtxwszt .zt_sorts .search ul li.on{
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
}

#zjtxwszt .zt_sorts .search ul li a{
	padding: 5px 10px;
	display: block;
}

#zjtxwszt .zt_sorts .search ul li.on a{
   color: #fff;
}

#zjtxwszt .list{
	position: relative;
}
#zjtxwszt .list.pb{
	padding-bottom: 90px;
}

#zjtxwszt .list .item{
	width:275px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#zjtxwszt .list .item img{
	display: block;
	width: 275px;
	height: 180px;
}
#zjtxwszt .list .item .info{
	padding: 10px 15px;
	border: 1px solid #f3f5f8;
}
#zjtxwszt .list .item:hover{
	-moz-box-shadow:0px 2px 5px #98b8f0; 
	-webkit-box-shadow:0px 2px 5px #98b8f0; 
	box-shadow:0px 2px 5px #98b8f0;
}
#zjtxwszt .list .item:hover .info h1{
	color: #f4ad01;
}

#zjtxwszt .list .item .info h1 {
    font-size: 16px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#zjtxwszt .list .item .info p {
	text-align: justify;
	font-size: 13px;
	color: #b5b4b4;
	padding-top: 6px;
	min-height: 60px;
}
#zjtxwszt .seeMore {
    display: block;
    width: 120px;
    height: 36px;
    color: #0067b8;
    border: 1px solid #0067b8;
    font-size: 14px;
    margin: 30px auto;
    text-align: center;
    line-height: 36px;
    border-radius: 30px;
	position: absolute;
	bottom: 0;
	left: 539px;
}

#zjtxwszt .detail{
	padding: 25px;
}
#zjtxwszt .detail h1{
	text-align: center;
	font-size: 18px;
}
#zjtxwszt .detail .info{
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #f5f5f5;
	margin-top: 20px;
	padding: 5px 0;
}
#zjtxwszt .detail .info span{
	padding: 0 15px;
}
#zjtxwszt .con{
	text-align: justify;
	padding-top: 25px;
	font-size: 14px;
	line-height: 170%;
}

#zjtxwszt .pagebar{
	padding-top: 25px;
	text-align: center;
}

#zjtxwszt .link_bar{
	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}

#zjtxwszt .link_bar .link{
	width: 289px;
	height: 85px;
	margin-top: 30px;
	position: relative;
	box-shadow:0px 4px 17px rgba(6,41,190,0.5);
	border-radius: 5px;
}

#zjtxwszt .link_bar .link .more{
  width: 63px;
  height: 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  background-color: #afd3f5;
  border-radius: 30px;
  position: absolute;
  right: 9px;
  top: 27px;
}

#zjtxwszt .link_bar .link:hover .more{
	background-image: linear-gradient( -176deg, rgb(25,191,245) 0%, rgb(25,139,245) 100%);
	background-image: -moz-linear-gradient( -176deg, rgb(25,191,245) 0%, rgb(25,139,245) 100%);
	background-image: -webkit-linear-gradient( -176deg, rgb(25,191,245) 0%, rgb(25,139,245) 100%);
	background-image: -ms-linear-gradient( -176deg, rgb(25,191,245) 0%, rgb(25,139,245) 100%);
	box-shadow: 0px 2px 6.58px 0.42px rgba(5, 120, 248, 0.74);
}

#zjtxwszt .link_bar .link1{
	background: url(../../images/zjtxwszt/link1.png) no-repeat;
	background-size: contain;
}

#zjtxwszt .link_bar .link1 .more,
#zjtxwszt .link_bar .link4 .more{
	right: 27px;
	top: 27px;
}

#zjtxwszt .link_bar .link2{
	background: url(../../images/zjtxwszt/link2.png) no-repeat;
	background-size: contain;
}
#zjtxwszt .link_bar .link3{
	background: url(../../images/zjtxwszt/link3.png) no-repeat;
	background-size: contain;
}
#zjtxwszt .link_bar .link4{
	background: url(../../images/zjtxwszt/link4.png) no-repeat;
	background-size: contain;
}

.table_list{
	margin-top: 20px;
	padding: 0px 22px 22px 22px;
	height: 820px;
	overflow: auto;
}

.table_list table{
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    table-layout: fixed;
}

.table_list table th{
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #676a6c;
    background-color: #f5f5f6;
    border: 1px solid #e7e7e7;
}

.table_list table td{
    padding: 8px;
    font-size: 14px;
    color: #676a6c;
    border: 1px solid #e7e7e7;
}
.table_list table td:nth-child(2){
    text-align: center;
}
.table_list table td:last-child{
    text-align: center;
}





