/* 频道头部 */
header {
	width: 100%;
	box-shadow: 0px 2px 6px 0px rgba(102, 102, 102, 0.35);
	padding-top: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.header-top {
	height: 64px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* overflow: hidden; */
	/* margin-top: 20px; */
}

.header-left {
	float: left;
	width: 500px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-left img {
	width: 390px;
	/* height: 50px; */
}

.header-left span {
	width: 1px;
	height: 40px;
	background: #CCCCCC;
	margin: 0px 16px;
}

.header-left p {
	width: 50px;
	height: 75px;
	color: #01439A;
	font-size: 25px;
}

.header-right {
	width: 600px;
	float: right;
}

.header-right span {
	float: left;
}

.header-right span img {
	width: 35px;
	height: 30px;
	margin-right: 5px;
}

.header-right span a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 40px;
}

.header-top .header-from {
	width: 500px;
	height: 40px;
	float: right;
}

.header-from button {
	width: 100px;
	height: 40px;
	background: #CC0202;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	border: none;
}

#formsearch {
	width: 500px;
	float: right;
	height: 40px;
	position: relative;
	display: flex;
	align-items: center;
}

.search {
	width: 360px;
	height: 40px;
	background: #F5F5F5;
	border: none;
	border-radius: 4px;
	padding-left: 45px;
	font-size: 14px;
}

.search::placeholder {
	color: #999999;
}

.ico {
	width: 24px;
	height: 24px;
	background: url(https://www.zgjtb.com/style/images2022/20220510b2.png) no-repeat;
	background-size: 24px;
	border: none;
	position: absolute;
	left: 12px;
	top: 12px;
}

.header-bottom {
	/* width: 100%; */
	height: 46px;
	position: relative;
	margin-top: 20px;
}

.bbo {
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
}

.bbo li a {
	font-size: 20px;
	font-family: Microsoft YaHei;
	color: #000000;
}

.bbo .abs li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #959595;
	line-height: 36px;
}

/*开始的时候，所有的子菜单隐藏*/
.bbo li ul {
	display: none;
}

.ads {
	float: left;
	width: 120px;
	margin-right: 34px;
	text-align: center;
}

.a {
	width: 100%;
	height: 100%;
}

.ads li a::before {
	display: inline-block;
	content: '•';
	color: #959595;
	margin-right: 8px;
}

.ads:last-child {
	margin-right: 0px;
}

.grey:hover {
	background-color: #FFFFFF;
	box-shadow: 0px 2px 6px 0px rgba(102, 102, 102, 0.35);
}

.grey {
	position: relative;
}

.grey .a {
	margin-left: -8px;
}

.grey::after {
	content: "";
	display: inline-block;
	/*箭头样式*/
	width: 10px;
	height: 9px;
	border-top: 1px solid #999999;
	/*箭头颜色*/
	border-right: 1px solid #999999;
	/*箭头颜色*/
	transform: rotate(135deg);
	/*箭头旋转后指向的方向*/
	transition: all 0.5s ease 0s;
	/*all:是所有属性都将获得动画效果e5.秒完成动画ease(逐渐变慢)*/
	position: absolute;
	right: 24px;
	top: 18px;
}

.grey:hover::after {
	transform: rotate(315deg);
	top: 25px;
}

.abs {
	border-top: 1px solid #CCCCCC;
	padding-bottom: 20px;
	padding-top: 10px;
}

.ads:hover .a {
	color: #CC0202;
}

.abs li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* 中心内容 */
.content {
	margin-bottom: 20px;
}

.content-left {
	float: left;
	width: 800px;
}

.content-left .content-title {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 0px 50px;
	background: #FFFFFF;
	box-shadow: 1px 1px 5px 0px rgba(153, 153, 153, 0.64);
	padding-top: 10px;
	padding-bottom: 12px;
}

.content-left .content-title h1 {
	width: 100%;
}

.content-left .content-title h1 a {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 60px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content-left .content-title p a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 轮播图 */
.banner-img {
	width: 800px;
	height: 450px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 30px;
}

.banner-img .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: -8px;
	bottom: 12px;
	z-index: 1;
}

.banner-img .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner-img .hd ul li {
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 8px;
	background: #848483;
	border-radius: 4px;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
}

.banner-img .hd ul li:last-child {
	margin-right: 30px;
}

.banner-img .hd ul li.on {
	width: 50px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 4px;
	color: #fff;
}

.banner-img .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-img .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.mask {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 800px;
	height: 86px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
	z-index: 100;
}

.mask a {
	display: inline-block;
	margin-top: 12px;
	margin-left: 32px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 86px;

}

.banner-img .bd img {
	width: 800px;
	height: 450px;
	display: block;
}

.prev,
.next {
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 100;
}

.prev {
	left: 0;
}

.next {
	right: 0px;
}

.prev img,
.next img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 24px;
}

/* 文字列表 */
.text-list {
	width: 100%;
}

/* 深度 */
.depth {
	float: left;
	width: 385px;
}

.yichu {
	width: 100%;
	overflow: hidden;
}

.yichu li {
	float: left;
}

.yichu span {
	float: right;
}

.yichu li a {
	width: 54px;
	height: 32px;
	text-align: center;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #A50034;
	position: relative;
}

.yichu li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	width: 54px;
	height: 8px;
	background: #FFCCCC;
	left: 0px;
	opacity: 0.6;
	z-index: -10;
}

.header-title-rigth a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

.diagram {
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 20px;
	padding-bottom: 15px;
}

.diagram img {
	width: 160px;
	height: 90px;
	float: left;
	margin-right: 20px;
}

.diagram h2,
.diagram p {
	float: right;
}

.diagram h2 {
	width: 200px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	/* display: -webkit-box; */
	/* -webkit-box-orient: vertical; */
	/* -webkit-line-clamp: 2; */
	margin-bottom: 5px;
}

.diagram p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	width: 200px;
	overflow: hidden;
	/* display: -webkit-box; */
	/* -webkit-box-orient: vertical; */
	/* -webkit-line-clamp: 2; */
}

.depth .depth-list {
	width: 100%;
}

.depth .depth-list li {
	width: 100%;
	height: 46px;
}

.depth .depth-list li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: ##515151;
	line-height: 46px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.depth .depth-list li a::before {
	display: inline-block;
	content: '•';
	color: #999999;
	margin-right: 6px;
}

/* 交通观察 */
.traffic {
	margin-top: 5px;
	width: 385px;
	float: left;
}

.traffic .yichu li a,
.traffic .yichu li a::after {
	width: 100px;
}

.traffic .traffic-list {
	width: 100%;
}

.traffic .traffic-list li {
	width: 100%;
	height: 46px;
}

.traffic .traffic-list li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: ##515151;
	line-height: 46px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.traffic .traffic-list li a::before {
	display: inline-block;
	content: '•';
	color: #999999;
	margin-right: 6px;
}

/* 政声民情 */
.people {
	float: right;
	width: 385px;
}

.people .yichu li a,
.people .yichu li a::after {
	width: 100px;
}

.people .diagram {
	width: 100%;
	padding: 20px 0rem;
	border-bottom: 1px dashed #CCCCCC;
}

.people .diagram a {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.people .diagram a img {
	width: 210px;
	height: 118px;
	float: left;
}

.people .diagram a p {
	width: 155px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	/* display: -webkit-box; */
	/* -webkit-box-orient: vertical; */
	/* -webkit-line-clamp: 2; */
	margin-bottom: 5px;
}

.people .diagram a p span {
	color: #CC0000;
}

.people .people-list {
	width: 100%;
	margin-bottom: 15px;
}

.people .people-list li {
	width: 100%;
	height: 46px;
}

.people .people-list li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: ##515151;
	line-height: 46px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.people .people-list li a::before {
	display: inline-block;
	content: '•';
	color: #999999;
	margin-right: 6px;
}

.people .zan {
	width: 100%;
	height: 246px;
}


.content-right {
	width: 370px;
	float: right;
}

/* 展示图 */
.show {
	width: 100%;
	height: 120px;
	margin-bottom: 30px;
}

.show a,
.show img {
	width: 100%;
	height: 100%;
}

/* 要闻 */
.important {
	border-top: 4px solid #CC0202;
	box-sizing: border-box;
	padding: 0rem 20px;
	width: 370px;
	height: 450px;
	background: #F5F5F5;
	margin-bottom: 30px;
}

.important .important-title {
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.important .important-title a:first-child {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 54px;
	float: left;
}

.important .important-title a:last-child {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 54px;
	float: right;
}

.important ul {
	margin-top: 15px;
}

.important ul li,
.important ul li a {
	width: 100%;
}

.important ul li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 56px;
	overflow: hidden;
	/* font-weight: bold; */
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 视频 */
.video {
	border-top: 4px solid #CC0202;
	box-sizing: border-box;
	padding: 0rem 20px;
	width: 370px;
	height: 295px;
	background: #F5F5F5;
	margin-bottom: 30px;
}

.video .video-title {
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	margin-bottom: 18px;
}

.video .video-title a:first-child {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 54px;
	float: left;
}

.video .video-title a:last-child {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 54px;
	float: right;
}

.video p {
	position: relative;
}

.video p img {
	position: relative;
	display: block;
}

.video p a::after {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(https://www.zgjtb.com/style/images2022/20210331a1.png);
	background-repeat: no-repeat;
	background-size: 50px 50px;
}

.video p img,
.video p {
	width: 330px;
	height: 190px;
}

.video p span {
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	padding: 0px 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* 广播 */
.broadcast {
	border-top: 4px solid #CC0202;
	box-sizing: border-box;
	padding: 0rem 20px;
	width: 370px;
	height: 220px;
	background: #F5F5F5;
	margin-bottom: 32px;
}

.broadcast .broadcast-title {
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	margin-bottom: 18px;
}

.broadcast .broadcast-title a:first-child {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 54px;
	float: left;
}

.broadcast .broadcast-title a:last-child {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 54px;
	float: right;
}

.broadcast p {
	width: 330px;
	height: 115px;
	margin: 0 auto;
}

.broadcast p a,
.broadcast p img {
	width: 100%;
	height: 100%;
	0
}

/* 展示图二 */
.show-two {
	width: 100%;
}

.show-two a,
.show-two a img {
	width: 180px;
	height: 246px;
}

.show-two a:first-child {
	float: left;
}

.show-two a:last-child {
	float: right;
}

/* 底部 */
.content-bttom{
	margin-bottom: 50px;
}

.bottom-left {
	float: left;
	width: 385px;
}

.bottom-left .yichu li a,
.bottom-left .yichu li a::after {
	width: 100px;
}

.bottom-right {
	float: right;
	width: 785px;
}


.big-img {
	float: left;
	width: 615px;
	height: 380px;
	position: relative;
}

.big-img a {
	display: none;
}

.big-img .active {
	display: block;
}

.big-img a,
.big-img a img {
	width: 100%;
	height: 100%;
}

.big-img a span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 30px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
}

.img-list {
	float: right;
}

.img-list li {
	width: 160px;
	height: 90px;
	margin-bottom: 6px;
	position: relative;
}

.img-list li span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .5);
	top: 0;
	left: 0;
}

.img-list .on span{
	display: none;
}

.img-list li:last-child {
	margin-bottom: 0px;
}

.img-list li img {
	width: 100%;
	height: 100%;
}

/* 尾部 */
footer {
	width: 100%;
	height: 200px;
	background: #333333;
}

.footer {
	height: 100%;
}

.footer-left {
	float: left;
	width: 800px;
	height: 100%;
	text-align: center;
}

.footer-left ul {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer-left li {
	margin: 8px 0px;
}

.footer-left li:nth-child(2) a {
	margin-right: 10px;
}

.footer-left li:nth-child(2) a:last-child {
	margin-right: 0px;
}

.footer-left li:first-child a:first-child {
	margin-right: 28px;
}

.footer-left li a,
.footer-left li p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F6F6F6;
}

.footer-right {
	width: 280px;
	float: right;
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.footer-right p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
}

.footer-right li {
	width: 100%;
	height: 52px;
	overflow: hidden;
	margin-top: 12px;
}

.footer-right li span {
	float: left;
	margin-right: 10px;
}

.footer-right li span:last-child {
	margin-right: 0px;
}

.footer-right li span a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-right li span a img {
	width: 30px;
	height: 30px;
	display: block;
}

.footer-right li span a i {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.code {
	position: absolute;
	width: 130px;
	height: 130px;
	background: #FFFFFF;
	right: 44px;
	top: -45px;
	display: none;
}