/* 取消公共样式span */
span{
	display: inline !important;
}

/* 频道头部 */
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;
	position: relative;
}

.grey .a::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-left {
	float: left;
	width: 800px;
}

.content-right {
	float: right;
	width: 370px;
}

/* 展示图 */
.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;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 热门推荐 */
.recommendation {
	width: 100%;
	background: #F5F5F5;
	border-top: 4px solid #CC0202;
	box-sizing: border-box;
	padding: 0px 20px;
	margin-bottom: 30px;
	width: 370px;
	height: 295px;
	background: #F5F5F5;
}

.recommendation-title {
	width: 330px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.recommendation-title span:first-child {
	float: left;
}

.recommendation-title span:last-child {
	float: right;
}

.recommendation-title span:first-child a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 46px;
}

.recommendation-title span:last-child a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.central-one-bottom {
	margin-bottom: 15px;
}

.central-one-bottom .small {
	width: 330px;
	height: 120px;
}

/* 本例子css */
.banner-small {
	width: 330px;
	height: 190px;
	overflow: hidden;
	position: relative;
}

.banner-small .next,
.banner-small .prev {
	width: 30px;
	height: 54px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(000, 000, 000, 0.5);
	display: block;
}

.banner-small .next img,
.banner-small .prev img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner-small .next {
	right: 0px;
	/* top: 0px; */
	z-index: 100;
}

.banner-small .prev {
	left: 0px;
	z-index: 100;
}

.banner-small .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-small .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.banner-small .bd li span {
	width: 330px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	line-height: 40px;
	text-align: center;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 100;
	box-sizing: border-box;
	padding: 0rem 10px;
}


.banner-small .bd img {
	width: 330px;
	height: 190px;
	display: block;
}


/* 深度 */
.depth {
	width: 370px;
	height: 600px;
	background: #F5F5F5;
	border-top: 4px solid #CC0202;
	box-sizing: border-box;
	padding: 0px 20px;
	padding-bottom: 20px;
	margin-bottom:30px;
}

.depth-title {
	width: 330px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.depth-title span:first-child {
	float: left;
}

.depth-title span:last-child {
	float: right;
}

.depth-title span:first-child a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 46px;
}

.depth-title span:last-child a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}


.depth .depth-list li a::before {
	display: inline-block;
	content: '•';
	color: #999999;
	margin-right: 6px;
}

.depth-one {
	width: 100%;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px dashed #CCCCCC;
}

.depth-one:last-of-type {
	padding-top: 20px;
}

.depth-one a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.depth-one img {
	width: 160px;
	height: 90px;
}

.depth-one p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	width: 150px;
	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: 44px;
}

.depth .depth-list li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: ##515151;
	line-height: 44px;
	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;
}


/* 当前位置 */
.currentLocation {
	margin-bottom: 15px;
}

.currentLocation span a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.currentLocation span i {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-left: 5px;
}

.currentLocation span a:last-child i {
	display: none;
}

.currentLocation span a:last-child {
	color: #333333;
}

.currentLocation span a:last-child i {
	display: none;
}

/* 左边中心内容 */
.content-two {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
}

.content-two .title {
	width: 100%;
	/* height: 110px; */
	border-bottom: 1px solid #CCCCCC;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.content-two .title h1,.content .title h1 p {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin: 0 auto;
	line-height: 46px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
	text-align: left;
}

.content-two .title h2 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	text-align: center;
	color: #333333;
	margin: 0 auto;
	line-height: 46px;
}

.content-two .title div {
	width: 100%;
	font-size: 14px !important;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin: 0 auto;
	color: #999999;
	line-height: 24px;
	text-indent: 0px;
	text-align: left;
	margin-top: 25px;
}

.content-two .title div span {
	width: auto;
}

.content-two .title div span:first-child,
.content-two .title div span:nth-child(2) {
	margin-right: 10px;
}

.content-two .title div span:last-child {
	float: right;
	display: flex;
	align-items: center;
	width: 90px;
	justify-content: space-between;
	margin-left: 20px;
}

.content-two .title div span:last-child i {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	margin-right: 10px;
}


.content-two .title div span i:first-child,
.content-two .title div span i:last-child {
	color: #999999;
}


.content-two img {
	/* display: block; */
	margin: 0 auto;
	max-width: 800px;
}


.content-two p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	/* margin: 40px auto; */
	/* text-indent: 2em; */
	overflow: hidden;
	    margin-bottom: 25px;
}

/* 取消公共样式span */
.content-two  span{
	display: inline !important;
}

/* 分享代码 */
.bshare-custom {
	margin-bottom: 20px;
}


.content-two .text-name {
	width: 100%;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}

.content-two .text-name:last-child {
	margin-bottom: 25px;
}

.footer {
	margin-top: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-bottom: 30px;
}

.footer p {
	width: 100%;
	text-align: left;
}

/* 相关推荐 */
.related {
	margin-bottom: 70px;
	width: 100%;
}

.related-title {
	width: 100%;
	overflow: hidden;
}

.related-title h2 {
	float: left;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
}

.related-title span {
	float: right;
}

.related-title span a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

.related ul {
	width: 100%;
}

.related ul li {
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.related ul li img {
	width: 210px;
	height: 114px;
	float: left;
	margin-right: 20px;
}

.related ul li a {
	width: 100%;
}

.related ul li div {
	float: right;
	width: calc(100% - 235px);
	overflow: hidden;
}

.related ul li div h3 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.related ul li div span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.related ul li div span i {
	color: #CC0000;
	margin-left: 10px;
}

/* 尾部 */
footer {
	width: 100%;
	height: 200px;
	background: #333333;
}

footer .footer {
	height: 100%;
	margin-bottom: 0px;
}

.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;
}
