#gsyw-box .search {
    width: 80%;
    margin: 5% auto 0 auto;
}
#gsyw-box .search .title {
    color: #b60005;
    font-size: 3vw;
    line-height: 2;
}
#gsyw-box .search .input_container {
    width: 100%;
    padding: 1% 2%;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
#gsyw-box .search .input_container input {
    width: 90%;
    font-size: 14px;
    line-height: 1.5;
}





 

#gsyw-box .p_articles {
	width: calc((100% - 0px)/1);
}
#gsyw-box .p_CommonSummaryBoxA {
	text-align: center;
}
#gsyw-box .p_MatteIcon .iconfont:before {
	content: '\e602';
}
#gsyw-box .cwbg-foot .total em {
	color: ##gsyw-box a;
}
#gsyw-box .jump_box {
	display: inline-block;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	margin-left: 20px;
}
#gsyw-box .jump {
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	width: 50px;
	text-align: center;
	margin: 0 5px;
	border: 1px solid #ccc;
}
#gsyw-box .jump_click {
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #5a68b3;
	margin-left: 8px;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}
@media screen and (max-width: 1440px) {
#gsyw-box .jump_box {
	font-size: 22px;
	height: 46px;
	line-height: 46px;
}
#gsyw-box .jump_click {
	font-size: 22px;
	height: 46px;
	line-height: 46px;
}
#gsyw-box .jump {
	font-size: 22px;
	height: 46px;
	line-height: 46px;
}
}
@media screen and (max-width: 1280px) {
#gsyw-box .jump_box {
	font-size: 18px;
	height: 42px;
	line-height: 42px;
}
#gsyw-box .jump_click {
	font-size: 18px;
	height: 42px;
	line-height: 42px;
}
#gsyw-box .jump {
	font-size: 18px;
	height: 42px;
	line-height: 42px;
}
}
@media screen and (max-width: 1024px) {
#gsyw-box .jump_box {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
#gsyw-box .jump_click {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
#gsyw-box .jump {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
}
@media screen and (max-width: 768px) {
#gsyw-box .jump_box {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
#gsyw-box .jump_click {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
#gsyw-box .jump {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
}
@media screen and (max-width: 600px) {
#gsyw-box .jump_box {
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-left: 0;
}
#gsyw-box .jump_click {
	height: 30px;
	line-height: 30px;
}
#gsyw-box .jump {
	height: 30px;
	line-height: 30px;
}
}
#gsyw-box >div {
	animation-fill-mode: both;
}
#gsyw-box .yw-tab-item {
	display: none;
}
#gsyw-box .pagination {
	margin: 0px;
}
#gsyw-box .srhNews .bt-srh-news {
	overflow: hidden!important;
}
#gsyw-box .yw-tab-tw ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#gsyw-box .yw-tab-tw ul li {
	float: left;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	position: relative;
	width: 31.25%;
	margin-right: 3.12%;
	margin-bottom: 40px;
	box-sizing: border-box;
	transition: all .4s ease-in-out;
	border-radius: 15px;
	overflow: hidden;
}
#gsyw-box a {
	text-decoration: none;
}
#gsyw-box .yw-tab-tw ul li:nth-child(3n) {
	margin-right: 0px;
}
#gsyw-box .loading {
	margin: 0 auto;
	display: block;
}
#gsyw-box .yw-tab-tw ul li:after {
	content: '';
	display: block;
	width: 0px;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transition: all .6s ease-in-out;
	background: linear-gradient(to right, rgba(19,43,140,0) 1%, rgba(19,43,140,0.7) 23%, rgba(19,43,140,0.72) 25%, rgba(19,43,140,1) 50%, rgba(19,43,140,0.75) 74%, rgba(19,43,140,0.72) 75%, rgba(19,43,140,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#132b8c', endColorstr='#132b8c', GradientType=1 );

}
#gsyw-box .yw-tab-tw ul li a {
	display: block;
	position: relative;
	padding: 25px 30px;
}
#gsyw-box .yw-tab-tw ul li a:before {
	content: '';
	display: block;
	width: 27px;
	height: 26px;
	background: url(../img/new_i_lb.png) 0 0/cover no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all .4s ease-in-out;
	opacity: 1;
}
#gsyw-box .yw-tab-tw ul li a:after {
	content: '';
	display: block;
	width: 27px;
	height: 26px;
	background: url(../img/new_i_rb.png) 0 0/cover no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
	transition: all .4s ease-in-out;
	opacity: 1;
}
#gsyw-box .yw-tab-tw ul li span {
	font-size: 18px;
	color: #666;
}
#gsyw-box .yw-tab-tw ul li a:hover h2 {
	color: #5a68b3;
}
#gsyw-box .yw-tab-tw ul li h2 {
	font-size: 26px;
	font-family: 'FZLTHJ';
	line-height: 36px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2px;
	-webkit-box-orient: vertical;
	color: #333;
	overflow: hidden;
	height: 72px;
	margin-top: 10px;
	transition: all .6s;
}
#gsyw-box .yw-tab-tw ul li .img {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 20px;
	padding-top: 60%;
	position: relative;
}
#gsyw-box .yw-tab-tw ul li .img img {
	transition: all .4s ease-in-out;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#gsyw-box .yw-tab-tw ul li p {
	font-size: 20px;
	line-height: 28px;
	height: 56px;
	color: #999;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .4s;
}
#gsyw-box .yw-tab-tw ul li:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#gsyw-box .yw-tab-tw ul li:hover .img img {
	transform: scale(1.05);
}
#gsyw-box .yw-tab-tw ul li:hover a:before {
	opacity: 0;
}
#gsyw-box .yw-tab-tw ul li:hover a:after {
	opacity: 0;
}
#gsyw-box .yw-tab-tw ul li:hover:after {
	width: 100%;
	left: 0px;
}
#gsyw-box .yw-tab-lb .lb-list {
	background-color: #fff;
	padding: 20px 3% 10px;
	margin-bottom: 36px;
}
#gsyw-box .yw-tab-lb li {
	border-bottom: 1px dashed #ccc;
	padding: 40px 0;
}
#gsyw-box .yw-tab-lb li:last-child {
	border-bottom: none;
}
#gsyw-box .yw-tab-lb li a {
	display: block;
}
#gsyw-box .yw-tab-lb li .datetime {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	background: url(../img/bg_datetime.png) 0 0/cover no-repeat;
	text-align: center;
	color: #fff;
	margin-right: 20px;
}
#gsyw-box .yw-tab-lb li .datetime span.date {
	font-size: 36px;
	display: block;
	padding-top: 6px;
}
#gsyw-box .yw-tab-lb li .datetime span.year {
	display: inline-block;
	font-size: 18px;
	border-top: 2px solid #fff;
	line-height: 36px;
}
#gsyw-box .yw-tab-lb li .txt {
	float: left;
	width: calc(100% - 120px);
	transition: all .6s;
}
#gsyw-box .yw-tab-lb li .txt h2 {
	font-size: 26px;
	font-family: 'FZLTHJ';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .2s;
}
#gsyw-box .yw-tab-lb li .txt p {
	font-size: 20px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2px;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 28px;
	color: #999;
	height: 56px;
	padding-top: 3px;
	transition: all .6s;
}
#gsyw-box .yw-tab-lb li:hover .txt p {
	text-decoration: underline;
}
#gsyw-box .yw-tab-lb li:hover .txt h2 {
	color: #5a68b3;
}
@media screen and (max-width: 1440px) {
#gsyw-box .yw-tab-tw ul li a {
	padding: 20px 25px;
}
#gsyw-box .yw-tab-tw ul li h2 {
	font-size: 22px;
	margin-top: 5px;
}
#gsyw-box .yw-tab-tw ul li span {
	font-size: 16px;
}
#gsyw-box .yw-tab-tw ul li .img {
	margin: 8px 0 15px;
}
#gsyw-box .yw-tab-tw ul li p {
	font-size: 18px;
}
#gsyw-box .yw-tab-lb li {
	padding: 30px 0;
}
#gsyw-box .yw-tab-lb li .datetime {
	width: 90px;
	height: 90px;
	margin-right: 15px;
}
#gsyw-box .yw-tab-lb li .datetime span.date {
	font-size: 30px;
}
#gsyw-box .yw-tab-lb li .datetime span.year {
	font-size: 16px;
}
#gsyw-box .yw-tab-lb li .txt {
	width: calc(100% - 105px);
}
#gsyw-box .yw-tab-lb li .txt h2 {
	font-size: 20px;
}
#gsyw-box .yw-tab-lb li .txt p {
	font-size: 18px;
}
}
@media screen and (max-width: 1280px) {
#gsyw-box .yw-tab-tw ul li a {
	padding: 20px 22px;
}
#gsyw-box .yw-tab-tw ul li h2 {
	font-size: 20px;
	margin-top: 5px;
	line-height: 32px;
	height: 64px;
}
#gsyw-box .yw-tab-tw ul li span {
	font-size: 14px;
}
#gsyw-box .yw-tab-tw ul li .img {
	margin: 8px 0 12px;
}
#gsyw-box .yw-tab-tw ul li p {
	font-size: 16px;
}
#gsyw-box .yw-tab-lb .lb-list {
	margin-bottom: 20px;
}
#gsyw-box .yw-tab-lb li {
	padding: 25px 0;
}
#gsyw-box .yw-tab-lb li .datetime {
	width: 84px;
	height: 84px;
	margin-right: 15px;
}
#gsyw-box .yw-tab-lb li .datetime span.date {
	font-size: 28px;
}
#gsyw-box .yw-tab-lb li .datetime span.year {
	font-size: 14px;
}
#gsyw-box .yw-tab-lb li .txt {
	width: calc(100% - 105px);
}
#gsyw-box .yw-tab-lb li .txt h2 {
	font-size: 18px;
}
#gsyw-box .yw-tab-lb li .txt p {
	font-size: 16px;
}
}
@media screen and (max-width: 1024px) {
#gsyw-box .yw-tab-tw ul li {
	margin-bottom: 30px;
	margin-right: 2.8%;
}
#gsyw-box .yw-tab-tw ul li a {
	padding: 16px 18px;
}
#gsyw-box .yw-tab-tw ul li h2 {
	font-size: 18px;
	margin-top: 5px;
	line-height: 30px;
	height: 60px;
}
#gsyw-box .yw-tab-tw ul li .img {
	margin: 8px 0 10px;
}
#gsyw-box .yw-tab-tw ul li p {
	font-size: 14px;
	line-height: 26px;
	height: 52px;
}
#gsyw-box .yw-tab-lb .lb-list {
	margin-bottom: 15px;
}
#gsyw-box .yw-tab-lb li {
	padding: 20px 0;
}
#gsyw-box .yw-tab-lb li .datetime {
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
#gsyw-box .yw-tab-lb li .datetime span.date {
	font-size: 24px;
}
#gsyw-box .yw-tab-lb li .txt {
	width: calc(100% - 105px);
}
#gsyw-box .yw-tab-lb li .txt h2 {
	font-size: 18px;
}
#gsyw-box .yw-tab-lb li .txt p {
	font-size: 14px;
}
}
@media screen and (max-width: 768px) {
#gsyw-box ::-webkit-input-placeholder {
font-size: 14px;
}
#gsyw-box ::-moz-placeholder {
font-size: 14px;
}
#gsyw-box :-ms-input-placeholder {
font-size: 14px;
}
#gsyw-box .yw-tab-tw ul li {
	margin-bottom: 20px;
	width: 48%;
	margin-right: 4%;
}
#gsyw-box .yw-tab-tw ul li:nth-child(3n) {
	margin-right: 4%;
}
#gsyw-box .yw-tab-tw ul li:nth-child(2n) {
	margin-right: 0;
}
#gsyw-box .yw-tab-tw ul li a {
	padding: 12px 20px;
}
#gsyw-box .yw-tab-tw ul li .img {
	margin: 8px 0 10px;
}
#gsyw-box .yw-tab-lb .lb-list {
	margin-bottom: 15px;
}
#gsyw-box .yw-tab-lb li {
	padding: 20px 0;
}
#gsyw-box .yw-tab-lb li .datetime {
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
#gsyw-box .yw-tab-lb li .datetime span.date {
	font-size: 24px;
}
#gsyw-box .yw-tab-lb li .txt {
	width: calc(100% - 105px);
}
#gsyw-box .yw-tab-lb li .txt h2 {
	font-size: 18px;
}
#gsyw-box .yw-tab-lb li .txt p {
	font-size: 14px;
}
}
@media screen and (max-width: 600px) {
#gsyw-box .pagination {
	width: 100%;
}
#gsyw-box .yw-tab-lb li .txt h2 {
	overflow: visible;
	white-space: normal;
	text-overflow: inherit;
}
#gsyw-box .yw-tab-lb li .txt p {
	display: none;
}
#gsyw-box .yw-tab-lb li .datetime {
	width: 70px;
	height: 70px;
	margin-right: 12px;
}
#gsyw-box .yw-tab-lb li .datetime span.date {
	font-size: 22px;
}
#gsyw-box .yw-tab-lb li .txt {
	width: calc(100% - 85px);
}
#gsyw-box .yw-tab-tw ul li {
	width: 100%;
	margin-right: 0;
}
#gsyw-box .yw-tab-tw ul li:nth-child(3n) {
	margin-right: 0;
}
#gsyw-box .yw-tab-tw ul li:nth-child(2n) {
	margin-right: 0;
}
}
#gsyw-box .pages-item span {
	display: inline-block;
	min-width: 50px;
	text-align: center;
	padding: 0 17px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 3px;
}
#gsyw-box .pages-item span.current {
	border-color: transparent;
	background-color: transparent;
}
#gsyw-box .pages-item span.prev {
	display: inline-block;
	min-width: 50px;
	text-align: center;
	padding: 0 17px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 3px;
}
#gsyw-box .pages-item span.next {
	display: inline-block;
	min-width: 50px;
	text-align: center;
	padding: 0 17px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 3px;
}
@media screen and (max-width: 1440px) {
#gsyw-box .pages-item span {
	font-size: 22px;
	padding: 0 14px;
	text-align: center;
	min-width: 50px;
	height: 46px;
	line-height: 46px;
}
#gsyw-box .pages-item span.prev {
	font-size: 22px;
	padding: 0 14px;
	text-align: center;
	min-width: 50px;
	height: 46px;
	line-height: 46px;
}
#gsyw-box .pages-item span.next {
	font-size: 22px;
	padding: 0 14px;
	text-align: center;
	min-width: 50px;
	height: 46px;
	line-height: 46px;
}
}
@media screen and (max-width: 1280px) {
#gsyw-box .pages-item span {
	font-size: 18px;
	padding: 0 10px;
	text-align: center;
	min-width: 48px;
	height: 42px;
	line-height: 42px;
}
#gsyw-box .pages-item span.prev {
	font-size: 18px;
	padding: 0 10px;
	text-align: center;
	min-width: 48px;
	height: 42px;
	line-height: 42px;
}
#gsyw-box .pages-item span.next {
	font-size: 18px;
	padding: 0 10px;
	text-align: center;
	min-width: 48px;
	height: 42px;
	line-height: 42px;
}
}
@media screen and (max-width: 1024px) {
#gsyw-box .pages-item span {
	font-size: 16px;
	padding: 0 6px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
#gsyw-box .pages-item span.prev {
	font-size: 16px;
	padding: 0 6px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
#gsyw-box .pages-item span.next {
	font-size: 16px;
	padding: 0 6px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
}
@media screen and (max-width: 768px) {
#gsyw-box .pages-item span {
	font-size: 16px;
	padding: 0 6px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
#gsyw-box .pages-item span.prev {
	font-size: 16px;
	padding: 0 6px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
#gsyw-box .pages-item span.next {
	font-size: 16px;
	padding: 0 6px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
}
@media screen and (max-width: 600px) {
#gsyw-box .pages-item span {
	padding: 0 3px;
	margin: 2px 2px 0;
	text-align: center;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
}
#gsyw-box .pages-item span.prev {
	padding: 0 3px;
	margin: 2px 2px 0;
	text-align: center;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
}
#gsyw-box .pages-item span.next {
	padding: 0 3px;
	margin: 2px 2px 0;
	text-align: center;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
}
}
#gsyw-box .p_page .pre .iconfont:before {
	shadow-angle: 0;
	shadow-distance: 0;
	shadow-angle-ofInset: 0;
	shadow-distance-ofInset: 0;
}
#gsyw-box .p_page .next .iconfont:before {
	shadow-angle: 0;
	shadow-distance: 0;
	shadow-angle-ofInset: 0;
	shadow-distance-ofInset: 0;
}
#gsyw-box .p_more .iconfont:before {
	shadow-angle: 0;
	shadow-distance: 0;
	shadow-angle-ofInset: 0;
	shadow-distance-ofInset: 0;
}
#gsyw-box .p_loading .iconfont:before {
	shadow-angle: 0;
	shadow-distance: 0;
	shadow-angle-ofInset: 0;
	shadow-distance-ofInset: 0;
}

#data-box .pagination {
	margin: 0px;
}
#data-box .loading {
	margin: 0 auto;
	display: block;
}
#data-box .spf {
	position: absolute;
	left: 50%;
	background-color: #000;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	height: 60%;
}
#data-box .jump_box {
	display: inline-block;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	margin-left: 20px;
}
#data-box .jump {
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	width: 50px;
	text-align: center;
	margin: 0 5px;
	border: 1px solid #ccc;
}
#data-box .jump_click {
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #5a68b3;
	margin-left: 8px;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}
@media screen and (max-width: 1440px) {
#data-box .jump_box {
	font-size: 22px;
	height: 46px;
	line-height: 46px;
}
#data-box .jump_click {
	font-size: 22px;
	height: 46px;
	line-height: 46px;
}
#data-box .jump {
	font-size: 22px;
	height: 46px;
	line-height: 46px;
}
}
@media screen and (max-width: 1280px) {
#data-box .jump_box {
	font-size: 18px;
	height: 42px;
	line-height: 42px;
}
#data-box .jump_click {
	font-size: 18px;
	height: 42px;
	line-height: 42px;
}
#data-box .jump {
	font-size: 18px;
	height: 42px;
	line-height: 42px;
}
}
@media screen and (max-width: 1024px) {
#data-box .jump_box {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
#data-box .jump_click {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
#data-box .jump {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
}
@media screen and (max-width: 768px) {
#data-box .jump_box {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
#data-box .jump_click {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
#data-box .jump {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
}
@media screen and (max-width: 600px) {
#data-box .jump_box {
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-left: 0;
}
#data-box .jump_click {
	height: 30px;
	line-height: 30px;
}
#data-box .jump {
	height: 30px;
	line-height: 30px;
}
}
#data-box .cwbg-foot .total em {
	color: #b60005;
}
#data-box .tzz-item .title h1 .ico-14 {
	background-image: url(../img/jtzb.png);
}
#data-box .tzz-item .title h1 .ico-14_cy {
	background-image: url(../img/jtcy.png);
}
#data-box .data_box2 {
	margin-top: 80px;
}
#data-box .srhNews .bt-srh-news {
	overflow: hidden!important;
}
#data-box .vidsp {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1440px) {
#data-box .spf {
	width: 1100px;
	height: 60%;
}
}
@media screen and (max-width: 1280px) {
#data-box .spf {
	width: 96%;
	height: 60%;
}
}
@media screen and (max-width: 414px) {
#data-box .spf {
	width: 96%;
	height: auto;
}
#data-box .video-layer .video-close {
	top: 10%
}
}
#data-box a {
	text-decoration: none;
}
#data-box .news-tit-zl dd a {
	margin-right: 18px;
}
#data-box .cont_val {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
}
#data-box .news-tit-zl dd a:link {
	text-decoration: none;
	color: #333;
}
#data-box .news-tit-zl dd a:visited {
	text-decoration: none;
	color: #333;
}
#data-box .news-tit-zl dd a:hover {
	color: #333;
}
#data-box .news-tit-zl dd a:active {
	text-decoration: none;
	color: #333;
}
#data-box .news-tit-zl {
	float: right;
}
#data-box .news-tit-zl dl {
	display: inline-block;
	font-size: 20px;
	margin-left: 36px;
}
#data-box .news-tit-zl dt {
	display: inline-block;
}
#data-box .news-tit-zl dd {
	display: inline-block;
}
#data-box .news-tit-zl dd a:last-child {
	margin-right: 0;
}
#data-box .news-tit-zl dd a.checked i.icon-check {
	background: url(../img/icon_gou.png) center center/90% auto no-repeat;
}
#data-box .news-tit-zl dd i.icon-check {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #7d7d7d;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -3px;
}

#data-box .news-tit-zl dd lable{ margin-right:18px;}
#data-box .news-tit-zl dd input[type='radio'],#data-box .news-tit-zl dd input[type='checkbox']{
	width: 20px;
	height: 20px;
	vertical-align:middle;
	opacity: 0;

}
#data-box .news-tit-zl dd .input_style{
	background: url(../image/green.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;vertical-align: middle;
}
#data-box .news-tit-zl dd .radio_bg{
	background-position: -118px 0 ;
}
#data-box .news-tit-zl dd .checkbox_bg{
	background-position: 0 0;
}
#data-box .news-tit-zl dd .radio_bg_check{
	background-position: -166px 0 ;
}
#data-box .news-tit-zl dd .checkbox_bg_check{
	background-position: -48px 0;
}



@media screen and (max-width: 1440px) {
#data-box .news-tit-zl dl {
	font-size: 18px;
}
#data-box .news-tit-zl dd a {
	margin-right: 10px;
}
#data-box .news-tit-zl dd i.icon-check {
	margin-right: 6px;
	width: 18px;
	height: 18px;
}
}
@media screen and (max-width: 1280px) {
#data-box .news-tit-zl dl {
	font-size: 16px;
}
#data-box .news-tit-zl dd a {
	margin-right: 8px;
}
#data-box .news-tit-zl dd i.icon-check {
	margin-right: 6px;
	width: 16px;
	height: 16px;
}
}
@media screen and (max-width: 900px) {
#data-box .news-tit-zl {
	width: 100%;
	text-align: right;
	line-height: 30px; top:30px !important
}
#data-box .news-tit-zl dd a {
	margin-right: 8px;
}
#data-box .news-tit-zl dd i.icon-check {
	margin-right: 6px;
	width: 16px;
	height: 16px;
}
.tzz-item .data_box1 .cont{ padding-top:80px;}
}
@media screen and (max-width: 500px) {
#data-box .news-tit-zl {
	text-align: left;
}
#data-box .news-tit-zl dl {
	margin-left: 0;
	display: block;
}
#data-box .news-tit-zl dt {
	font-family: 'FZLTHJ';
}
#data-box .news-tit-zl dd {
	display: block;
}
#data-box .news-tit-zl dd a {
	margin-right: 8px;
}
#data-box .news-tit-zl dd i.icon-check {
	margin-right: 6px;
	width: 16px;
	height: 16px;
}
}
#data-box .news-ctl02 ul li {
	float: left;
	width: 31.25%;
	margin: 0 1% 40px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
#data-box .news-ctl02 ul li:after {
	content: '';
	display: block;
	width: 0;
	height: 4px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transition: all .6s ease-in-out;
	background: linear-gradient(to right, rgba(19,43,140,0) 1%, rgba(19,43,140,0.7) 23%, rgba(19,43,140,0.72) 25%, rgba(19,43,140,1) 50%, rgba(19,43,140,0.75) 74%, rgba(19,43,140,0.72) 75%, rgba(19,43,140,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#132b8c', endColorstr='#132b8c', GradientType=1 );

}
#data-box .news-ctl02 ul li a {
	display: block;
	position: relative;
	cursor: pointer;
}
#data-box .news-ctl02 ul li a:before {
	content: '';
	display: block;
	width: 27px;
	height: 26px;
	background: url(../img/new_i_lb.png) 0 0/cover no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .6s ease-in-out;
}
#data-box .news-ctl02 ul li a:after {
	content: '';
	display: block;
	width: 27px;
	height: 26px;
	background: url(../img/new_i_rb.png) 0 0/cover no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all .6s ease-in-out;
}
#data-box .news-ctl02 ul li .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 60%;
	border-radius: 15px;
}
#data-box .news-ctl02 ul li .img img {
	width: 100%;
	transition: all .6s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
}
#data-box .news-ctl02 ul li .txt {
	padding: 20px 5% 50px;
	transition: all .6s;
}
#data-box .news-ctl02 ul li .txt span {
	display: block;
	font-size: 18px;
	color: #666;
}
#data-box .news-ctl02 ul li .txt h2 {
	font-family: 'FZLTHJ';
	font-size: 24px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
	height: 72px;
	line-height: 36px;
}
#data-box .news-ctl02 ul li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
#data-box .news-ctl02 ul li:hover:after {
	width: 100%;
	left: 0;
	opacity: 1;
}
#data-box .news-ctl02 ul li:hover .img img {
	transform: scale(1.1);
}
#data-box .news-ctl02 ul li:hover a:before {
	opacity: 0;
}
#data-box .news-ctl02 ul li:hover a:after {
	opacity: 0;
}
#data-box .news-ctl03 ul li .bg {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
}
#data-box .news-ctl03 ul li .bg .icon-video {
	width: 66px;
	height: 66px;
	background: url(../img/icon_vid02.png) 0 0/cover no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#data-box .news-ctl03 ul li .txt {
	position: relative;
}
#data-box .news-ctl03 ul li .txt h2 {
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0;
	color: #333;
}
#data-box .news-ctl03 ul li:hover .txt h2 {
	color: #5a68b3;
}
#data-box .news-ctl03 ul li .txt span.geshi {
	margin-top: 12px;
}
#data-box .news-ctl03 ul li .icon-download {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../img/icon_download.png) 0 0/cover no-repeat;
	position: absolute;
	right: 5%;
	bottom: 50px;
}



 .news-item-yw{ padding-bottom:200px !important;}

 .jq22 ul,.jq221 ul{ position:relative; padding-top:40px;}
 .jq221{ padding-top:130px !important;}
 .jq22 ul:after,.jq221 ul:after{ content:""; clear:both; display:block;}
 
.filtr-item { display: inline-block;     }
 
.filtr-item img { width: 100%;}
.news-tit-zl dl dd a.active .icon-check {
    background: url(../img/icon_gou.png) center center/90% auto no-repeat;
}
#data-box .news-ctl02 ul .filtr-item{
	float: left;
	width: 33.33%; border:none;  
	box-sizing: border-box; 
	position: relative; padding:0 35px 0 0;
	overflow: hidden;
}
#data-box .news-ctl02 ul .filtr-item a{ display:block;border: 1px solid #d2d2d2; 	border-radius: 15px; position:relative; margin-bottom:40px;}
 #data-box .news-ctl02 ul .filtr-item:after{ display:none}
 #data-box .news-ctl02 ul .filtr-item:hover{box-shadow:none;}
#data-box .news-ctl02 ul .filtr-item:hover a{box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);}	
#data-box .news-ctl02 ul .filtr-item a .txt:after{content: '';
	display: block;
	width: 0;
	height: 4px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transition: all .6s ease-in-out;
	background: linear-gradient(to right, rgba(19,43,140,0) 1%, rgba(19,43,140,0.7) 23%, rgba(19,43,140,0.72) 25%, rgba(19,43,140,1) 50%, rgba(19,43,140,0.75) 74%, rgba(19,43,140,0.72) 75%, rgba(19,43,140,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#132b8c', endColorstr='#132b8c', GradientType=1 );
}
#data-box .news-ctl02 ul .filtr-item a:hover .txt:after{ width: 100%;
	left: 0;
	opacity: 1;}








@media screen and (max-width: 1440px) {
#data-box .news-ctl01 .news-yw-banner .newsjh-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 5px;
}
#data-box .news-ctl01 .news-yw-banner .newsjh-pagination .swiper-pagination-bullet:before {
	width: 8px;
	height: 8px;
	border: 2px solid transparent;
	left: -2px;
	top: -2px;
}
#data-box .news-ctl01 .news-yw-banner .newsjh-pagination .swiper-pagination-bullet-active:before {
	border-color: #b60005;
}
#data-box .news-items {
	padding-top: 50px;
}
#data-box .news-items .cont {
	padding-bottom: 30px;
}
#data-box .news-ctl01 .news-yw-banner .swiper-slide .bg h2 {
	line-height: 60px;
	font-size: 20px;
}
#data-box .news-ctl01 .news-yw-list {
	padding-bottom: 30px;
}
#data-box .news-ctl01 .news-yw-list ul li {
	padding: 12px 0;
}
#data-box .news-ctl01 .news-yw-list ul li span {
	font-size: 16px;
}
#data-box .news-ctl01 .news-yw-list ul li h2 {
	font-size: 20px;
	margin-top: 8px;
}
#data-box .news-ctl02 ul li .txt {
	padding: 15px 4% 40px;
}
#data-box .news-ctl02 ul li .txt span {
	font-size: 16px;
}
#data-box .news-ctl02 ul li .txt h2 {
	font-size: 20px;
	line-height: 32px;
	height: 64px;
}
#data-box .news-ctl03 ul li .txt h2 {
	height: 32px;
}
#data-box .news-ctl03 ul li .bg .icon-video {
	width: 56px;
	height: 56px;
}
#data-box .news-ctl03 ul li .icon-download {
	width: 22px;
	height: 22px;
	bottom: 40px;
}
#data-box .news-ctl03 ul li .txt span.geshi {
	margin-top: 8px;
}
#data-box .news-ctl02 ul li a:before {
	width: 22px;
	height: 22px;
}
#data-box .news-ctl02 ul li a:after {
	width: 22px;
	height: 22px;
}
#data-box .bg-tzbox .footer-bg4 {
	padding-top: 100px;
}
}
@media screen and (max-width: 1280px) {
#data-box .news-ctl01 .news-yw-banner .newsjh-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 5px;
}
#data-box .news-ctl01 .news-yw-banner .newsjh-pagination .swiper-pagination-bullet:before {
	width: 6px;
	height: 6px;
}
#data-box .news-items {
	padding-top: 40px;
}
#data-box .news-items .cont {
	padding-bottom: 20px;
}
#data-box .news-ctl02 ul li {
	margin-bottom: 30px;
}
#data-box .news-ctl02 ul li .txt {
	padding: 10px 4% 30px;
}
#data-box .news-ctl02 ul li .txt span {
	font-size: 14px;
}
#data-box .news-ctl02 ul li .txt h2 {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	margin-top: 6px;
}
#data-box .news-ctl03 ul li .txt h2 {
	height: 30px;
}
#data-box .news-ctl03 ul li .bg .icon-video {
	width: 50px;
	height: 50px;
}
#data-box .news-ctl03 ul li .icon-download {
	width: 20px;
	height: 20px;
	bottom: 30px;
}
#data-box .news-ctl03 ul li .txt span.geshi {
	margin-top: 8px;
}
#data-box .bg-tzbox .footer-bg4 {
	padding-top: 50px;
}
}
@media screen and (max-width: 1024px) {
#data-box .news-items {
	padding-top: 30px;
}
#data-box .news-items .cont {
	padding-bottom: 15px;
}
#data-box .news-ctl02 ul li {
	margin-bottom: 20px;
}
#data-box .news-ctl02 ul li .txt {
	padding: 8px 3% 20px;
}
#data-box .news-ctl03 ul li .bg .icon-video {
	width: 40px;
	height: 40px;
}
#data-box .news-ctl03 ul li .icon-download {
	width: 20px;
	height: 20px;
	bottom: 20px;
}
#data-box .bg-tzbox .footer-bg4 {
	padding-top: 40px;
}
}
@media screen and (max-width: 768px) {
#data-box ::-webkit-input-placeholder {
font-size: 14px;
}
#data-box ::-moz-placeholder {
font-size: 14px;
}
#data-box :-ms-input-placeholder {
font-size: 14px;
}
#data-box .news-ctl01 .news-yw-banner .swiper-slide .bg h2 {
	line-height: 45px;
	font-size: 16px;
}
#data-box .news-ctl01 .news-yw-list ul li {
	padding: 10px 0;
}
#data-box .news-ctl01 .news-yw-list ul li h2 {
	font-size: 16px;
	margin-top: 8px;
}
#data-box .news-ctl02 ul li .txt h2 {
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	margin-top: 5px;
}
#data-box .news-ctl03 ul li .txt h2 {
	height: 28px;
}
#data-box .news-ctl03 ul li .bg .icon-video {
	width: 45px;
	height: 45px;
}
#data-box .news-ctl03 ul li .txt span.geshi {
	margin-top: 6px;
}
#data-box .news-ctl01 .news-yw-banner {
	float: none;
	width: 100%;
}
#data-box .news-ctl01 .news-yw-list {
	float: none;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 0;
}
#data-box .news-ctl02 ul li {
	width: 48%;
	margin: 0 0 40px;
	margin-right: 4%;
}
#data-box .news-ctl02 ul li:nth-child(3n) {
	margin-right: 4%;
}
#data-box .news-ctl02 ul li:nth-child(2n) {
	margin-right: 0;
}
#data-box .news-ctl03 ul li .bg .icon-video {
	width: 30px;
	height: 30px;
}
#data-box .news-ctl03 ul li .icon-download {
	width: 16px;
	height: 16px;
	bottom: 20px;
}
#data-box .bg-tzbox .footer-bg4 {
	padding-top: 0;
}

.tzz-item .data_box1 .title{ line-height:20px;}
}
@media screen and (max-width: 500px) {
#data-box .news-ctl02 ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
#data-box .news-ctl02 ul li:nth-child(3n) {
	margin-right: 0;
}
#data-box .news-ctl02 ul li:nth-child(2n) {
	margin-right: 0;
}
#data-box .news-ctl03 ul li .bg .icon-video {
	width: 35px;
	height: 35px;
}
#data-box .news-ctl03 ul li .icon-download {
	width: 16px;
	height: 16px;
	bottom: 20px;
}
#data-box .bg-tzbox .footer-bg4 {
	padding-top: 0;
}
}
#data-box .pages-item span {
	display: inline-block;
	min-width: 50px;
	text-align: center;
	padding: 0 17px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 3px;
}
#data-box .pages-item span.current {
	border-color: transparent;
	background-color: transparent;
}
#data-box .pages-item span.prev {
	display: inline-block;
	min-width: 50px;
	text-align: center;
	padding: 0 17px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 3px;
}
#data-box .pages-item span.next {
	display: inline-block;
	min-width: 50px;
	text-align: center;
	padding: 0 17px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 3px;
}
@media screen and (max-width: 1440px) {
#data-box .pages-item span {
	font-size: 22px;
	padding: 0 14px;
	text-align: center;
	min-width: 50px;
	height: 46px;
	line-height: 46px;
}
#data-box .pages-item span.prev {
	font-size: 22px;
	padding: 0 14px;
	text-align: center;
	min-width: 50px;
	height: 46px;
	line-height: 46px;
}
#data-box .pages-item span.next {
	font-size: 22px;
	padding: 0 14px;
	text-align: center;
	min-width: 50px;
	height: 46px;
	line-height: 46px;
}
}
@media screen and (max-width: 1280px) {
#data-box .pages-item span {
	font-size: 18px;
	padding: 0 10px;
	text-align: center;
	min-width: 48px;
	height: 42px;
	line-height: 42px;
}
#data-box .pages-item span.prev {
	font-size: 18px;
	padding: 0 10px;
	text-align: center;
	min-width: 48px;
	height: 42px;
	line-height: 42px;
}
#data-box .pages-item span.next {
	font-size: 18px;
	padding: 0 10px;
	text-align: center;
	min-width: 48px;
	height: 42px;
	line-height: 42px;
}
}
@media screen and (max-width: 1024px) {
#data-box .pages-item span {
	font-size: 16px;
	padding: 0 6px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
#data-box .pages-item span.prev {
	font-size: 16px;
	padding: 0 6px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
#data-box .pages-item span.next {
	font-size: 16px;
	padding: 0 6px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
}
@media screen and (max-width: 768px) {
#data-box .pages-item span {
	font-size: 16px;
	padding: 0 6px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
#data-box .pages-item span.prev {
	font-size: 16px;
	padding: 0 6px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
#data-box .pages-item span.next {
	font-size: 16px;
	padding: 0 6px;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
}
@media screen and (max-width: 600px) {
#data-box .pagination {
	width: 100%;
}
#data-box .pages-item span {
	padding: 0 3px;
	margin: 2px 2px 0;
	text-align: center;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
}
#data-box .pages-item span.prev {
	padding: 0 3px;
	margin: 2px 2px 0;
	text-align: center;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
}
#data-box .pages-item span.next {
	padding: 0 3px;
	margin: 2px 2px 0;
	text-align: center;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
}
}
#data-box .p_page .pre .iconfont:before {
	shadow-angle: 0;
	shadow-distance: 0;
	shadow-angle-ofInset: 0;
	shadow-distance-ofInset: 0;
}
#data-box .p_page .next .iconfont:before {
	shadow-angle: 0;
	shadow-distance: 0;
	shadow-angle-ofInset: 0;
	shadow-distance-ofInset: 0;
}
#data-box .p_more .iconfont:before {
	shadow-angle: 0;
	shadow-distance: 0;
	shadow-angle-ofInset: 0;
	shadow-distance-ofInset: 0;
}
#data-box .p_loading .iconfont:before {
	shadow-angle: 0;
	shadow-distance: 0;
	shadow-angle-ofInset: 0;
	shadow-distance-ofInset: 0;
}

