.banner {
	/*background-color: #e9eaec;*/
}

.banner>div {
	position: relative;
}

.banner_box {
	width: 100%;
}

.banner_box .bg1 {
	background: url(/static/modules/cms/css/../images/banner_bg.png) no-repeat;
}

.banner_box .bg2 {
	background:url(/static/modules/cms/css/../images/banner2_bg.jpg) no-repeat;
}

/*banner*/
.fullSlide {
	position: relative;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
	overflow: hidden;
}

.fullSlide .bd li {
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.fullSlide .bd li a {
	display: block;
}

.fullSlide .bd li img {
	display: block;
	width: 100%;
}

.fullSlide .hd {
	/* width: 100%; */
	position: absolute;
	z-index: 1;
	bottom: 3%;
	right: 50%;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: right;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	* display: inline;
	zoom: 1;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 5px;
	overflow: hidden;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background-color: #28b4c3;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 0;
	z-index: 1;
	width: 28px;
	height: 80px;
	background: url(/static/modules/cms/css/../images/prev.png) no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;

}

.fullSlide .next {
	left: auto;
	right: 0;
	background: url(/static/modules/cms/css/../images/next.png) no-repeat;
}

.title-alpha {
	position: absolute;
	bottom: 0;
	text-align: left;
	color: #fff;
	height: 80px;
	line-height: 80px;
	width: 100%;
	background: url(/static/modules/cms/css/../images/f_shadow.png) repeat-x center center;
	padding: 0 70px 0 10px;
	box-sizing: border-box;
}

.title-alpha a {
	font-size: 16px;
	color: #ffffff;
}

/*banner end*/

.banner_list {
	position: absolute;
	top: 5%;
	left: 2%;
	width: 20%;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 8px;
	border: 1px solid #dbe4e5;
}

.banner_list h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.banner_list li {
	padding-bottom: 8px;
	padding-top: 5px;
}

.banner_list li span {
	/* padding-right: 5px; */
}

.banner_list li span::after {
	width: 10px;
	padding: 4px 10px;
	height: 20px;
}

.banner_list li:first-child span::after {
	content: '1';
}

.banner_list li span::after {
	/*color:#28b4c3;*/
}

.banner_list li:nth-child(2) span::after {
	content: '2';
}

.banner_list li:nth-child(3) span::after {
	content: '3';
}

.banner_list li:nth-child(4) span::after {
	content: '4';
}

.banner_list li:nth-child(5) span::after {
	content: '5';
}

.banner_list li:nth-child(6) span::after {
	content: '6';
}

.banner_list li:nth-child(7) span::after {
	content: '7';
}

.banner_list li:not(:last-child) {
	border-bottom: 1px solid #ececec;
}

.banner_list li:hover {}

.banner_list li a {
	font-size: 14px;
	line-height: 30px;
	color: #656363;
}

.banner_list li:hover a {
	color: #28b4c3;
}

.more {
	display: block;
	width: 200px;
	margin: 30px auto;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	text-align: center;
	padding: 10px 0;
}

.index-content {
	margin-bottom: 10px !important;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #eaeaea;
}

.tab-title {
	width: 100%;
	border-bottom: 2px solid #bdf1f4;
	height: 52px;
	line-height: 52px;
	justify-content: space-between;
}

.tab-title li {
	width: 100px;
	text-align: center;
}

.tab-title li:last-child a {
	border: 1px solid #bdf1f4;
	color: #0dc3ce;
	font-size: 12px;
	border-radius: 5px;
	padding: 5px 10px;
}

.tab-content {
	width: 71%;
	box-sizing: border-box;
}

.tab-content .list-left {
	width: 45%;
	border-right: 1px solid #eaeaea;
}

.tab-content .list-left {
	padding: 15px 18px;
	box-sizing: border-box;
}

.tab-content .list-left a {
	font-size: 14px;
	justify-content: space-between;
	color: #666;
	line-height: 35px;
}

.tab-content .list-left p {
	width: 75%;
}

.tab-content .list-left p:hover {
	text-decoration: underline;
	color: #28b4c3;
}

.tab-content .list-left p.des {
	display: none;
}

.tab-content .list-left time {
	width: 25%;
	overflow: hidden;
	display: block;
	font-size: 12px;
	text-align: right;
}

.tab-content .item-list {
	width: 55%;
	padding-left: 18px;
	box-sizing: border-box;
}

.tab-content .item-list li {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
	transition: all .3s ease 0s;
}

.tab-content .item-list li:not(:last-child) {
	border-bottom: 1px solid #efefef;
}

.tab-content .item-list li .item-left {
	width: 30%;
	display: block;
}

.tab-content .item-list li .item-left,
.tab-content .item-list li .item-left img {
	height: 6.8rem;
	overflow: hidden;
}

.tab-content .item-list li .item-left img {
	width: 100%;
	object-fit: cover;
}

.tab-content .item-list li .item-right {
	width: 70%;
	display: block;
	position: relative;
	/* height: 7rem; */
	padding-left: 10px;
}

.tab-content .item-list li .item-right strong {
	font-weight: 500;
	color: #28b4c3;
	padding: 0 10px;
	font-size: 15px;
	line-height: 1.4;
}

.tab-content .item-list li .item-right strong:hover {
	text-decoration: underline;
}

.tab-content .item-list li .item-right p {
	/* line-height: 30px; */
	color: #666666;
	font-size: 14px;
	padding: 0 10px;
	margin: 10px 0;
}

.tab-content .item-list li .item-right .item-meta {
	color: #868686;
	font-size: 12px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 5px;
}

.index-list-right {
	width: 28%;
	border-left: 1px solid #eaeaea;
}

.small_t {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	color: #333;
	border-bottom: 1px solid #eaeaea;
}

.small_t h4 {
	font-size: 16px;
	font-weight: normal;
	color: #f7a61e;
	margin-left: 20px;
}

.small_t span {
	background-color: #f7a61e;
	color: #fff;
	font-size: 7px;
	padding: 0 2px;
	margin-left: 5px;
	border-radius: 10%;
}

.click_order {
	overflow: hidden;
	box-sizing: border-box;
	padding: 15px 18px;
}

.click_order li {
	line-height: 40px;
	font-size: 15px;
	position: relative;
}

.click_order li:first-child::before {
	content: '1.';
	color: #666666;
	font-size: 14px;
}

.click_order li:nth-child(2)::before {
	content: '2.';
}

.click_order li:nth-child(3)::before {
	content: '3.';
}

.click_order li:nth-child(4)::before {
	content: '4.';
}

.click_order li:nth-child(5)::before {
	content: '5.';
}

.click_order li:nth-child(6)::before {
	content: '6.';
}

.click_order li:nth-child(7)::before {
	content: '7.';
}

.click_order li:nth-child(8)::before {
	content: '8.';
}

.click_order li:nth-child(9)::before {
	content: '9.';
}

.click_order li::before {
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
}

.click_order li a {
	padding-left: 15px;
	color: #666666;
	font-size: 14px;
}

.click_order li a:hover {
	text-decoration: underline;
	color: #28b4c3;
}

.hot_meta {
	padding: 10px 18px 18px;
	flex-wrap: wrap;
}

.hot_meta a {
	max-width: 46%;
	margin-top: 12px;
	border: 1px solid #f2f2f2;
	font-size: 14px;
	/* display: block; */
	/* padding: 6px; */
	margin-right: 10px;
	background: #fafafa;
	border-radius: 3px;
}

.tab-content .second-list {
	width: 100%;
	border-right: none;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #f2f2f2;
}

.tab-content .second-list a {
	width: 48.5%;
}

.tab-content .second-item {
	padding: 15px 5px 15px 18px;
	box-sizing: border-box;
	justify-content: space-between;
}

.tab-content .second-item li {
	width: 23%;
}

.tab-content .second-item li .item-right strong {
	font-weight: normal;
	padding: 15px 0 0;
	font-size: 14px;
	line-height: 1.4;
}

.tab-content .second-item li .item-right strong:hover {
	text-decoration: underline;
}

.tab-content .second-item li .item-right p {
	color: #666666;
	font-size: 13px;
	margin: 15px 0 10px;
	justify-content: space-between;
}

.tab-content .second-item li .item-right p a {
	display: block;
	border: 1px solid #0dc3ce;
	width: 46%;
	padding: 3px 0;
	text-align: center;
	color: #0dc3ce;
}

.tab-content .second-item li .item-right p a:first-child {
	border-color: #f7a61e;
	color: #f7a61e;
}

.tab-content .second-item li .item-right p a:first-child:hover {
	background-color: #f7a61e;
	color: #fff;
}

.tab-content .second-item li .item-right p a:last-child:hover {
	background-color: #0dc3ce;
	color: #fff;
}

.tab-content .second-item li .item-left,
.tab-content .second-item li .item-left img {
	height: 6.8rem;
	overflow: hidden;
}

.tab-content .second-item li .item-left img {
	width: 100%;
	object-fit: cover;
}

.links {
	padding: 25px 0;
	color: #8a8a8a;
	background: #f9f9f9;
	font-size: 14px;
}

.links .links-title {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
	font-size: 15px;
}

.links .links-title b {
	border-bottom: 2px solid #28b4c3;
	color: #383838;
	padding-bottom: 15px;
}

.links .links-list {
	margin-top: 15px;
	line-height: 30px;
}

.links .links-list a {
	margin-left: .2em;
	color: #8e8a8a;
}

@media(max-width:1200px) {
	.container {
		/* padding-left: 10px; */
		/* padding-right: 10px; */
		box-sizing: border-box;
	}
}

@media(max-width:1024px) {
	.banner_list li:last-child {
		display: none;
	}
}

@media(max-width:800px) {

	.banner_list,
	.index-list-right {
		display: none;
	}

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

	.index-content {
		flex-wrap: wrap;
		/* margin-left: 10px; */
		/* margin-right: 10px; */
		border: none;
	}

	.tab-content {
		width: 100%;
	}
}

@media(max-width:600px) {

	section {
		border-top: 10px solid #f7f8fa;
		margin-top: 0 !important;
	}

	.tab-title {
		font-size: 16px;
	}

	.tab-content .item-list li .item-right strong {
		font-size: 16px;
		color: #000;
	}

	.tab-content .item-list li .item-right p {
		font-size: 15px;
	}

	.tab-content {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.tab-content .list-left,
	.tab-content .item-list,
	.tab-content .second-list a {
		width: 100%;
	}

	.tab-content .item-list {
		padding-right: 12px;
	}

	.tab-content .list-left {
		border-right: none;
		border-top: 1px solid #eaeaea;
	}

	.tab-content .second-item {
		flex-wrap: wrap;
	}

	.tab-content .second-item li {
		width: 49%;
		margin-bottom: 15px;
	}

	.tab-content .list-left a {
		flex-wrap: wrap;
		padding-bottom: 15px;
		margin-bottom: 10px;
		border-bottom: 1px solid #eaeaea;
	}

	.tab-content .list-left a:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.tab-content .list-left p {
		width: 100%;
		color: #000;
		font-size: 16px;
	}

	.tab-content .list-left p:first-child{
		position:relative;
		padding-left: 10px;
	}
	.tab-content .list-left p:first-child::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 5px;
		height: 5px;
		margin-top: -2px;
		border-radius: 50%;
		background-color: #ff9c02;
	}

	.tab-content .list-left p.des {
		display: -webkit-box;
		padding-left: 10px;
		color: #999;
		line-height: 25px;
	}

	.tab-content .list-left time {
		display: none;
	}

	.links {
		display: none;
	}
}
