.media_container {
	position: relative;
	width: 100%;
	height: 280px;
	background-image: url('/build/assets/image/banner-media.png');
	background-size: cover;
	background-position: top center;
}

.container_box {
	max-width: 1320px;
	padding-left: 110px;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

.container_box h1 {
	font-size: 45px;
	color: #ffd900;
	font-weight: 600;
	margin-top: 76px;
}

.container_box p {
	width: 650px;
	font-size: 18px;
	color: #ffd900;
	margin-top: 13px;
}

/* @media screen and (max-width: 1440px) {
	.container_box {
		margin: 0 0 0 140px;
	}
} */

.container_box span {
	display: block;
	margin-top: 19px;
	color: #ffd900;
	font-size: 20px;
}

.container_box span i {
	font-size: 20px;
}

.container_box span a {
	font-style: italic;
	color: #ffd900;
}

.container_box span a:hover {
	margin-left: 10px;
	cursor: pointer;
	color: #ffd900;
}

/* 公共搜索框 */
.pubilcSearch {
	width: 100%;
	height: 161px;
	background: #F5FFFA;
}

.pubilcSearch_box {
	max-width: 1320px;
	height: 100px;
	margin: 0 auto;
}

.pubilcSearch_box_title {
	padding-top: 40px;
	display: flex;
	align-items: center;
	color: #00A998;
}

.pubilcSearch_box_title h2 {
	font-size: 25px;
	font-weight: 600;
	margin-right: 19px;
	color:#00A998;
}

.pubilcSearch_box_title a span {
	font-size: 15px;
	margin-right: 3px;
	color:#00A998;
}

.pubilcSearch_box_title i {
	font-size: 11px;
	margin-top: 2px;
}

.pubilcSearch_input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
}

.pubilcSearch_input input {
	appearance: none;
	display: block;
	outline: none;
	width: 390px;
	height: 40px;
	border: 1px solid #00A998;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	padding-left: 11px;
	box-sizing: border-box;
	color: #5b5b5b;
	;
}

.pubilcSearch_input_item {
	position: relative;
}

.pubilcSearch_input_item p {
	margin-top: 8px;
	position: absolute;
	font-size: 12px;
	color: #e60303;
}

.pubilcSearch_input_item i {
	font-size: 13px;
	margin-right: 5px;
}

.pubilcSearch_input input::-webkit-input-placeholder {
	color: #ccc;
}

.pubilcSearch_input select {
	appearance: none;
	width: 330px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #00A998;
	font-size: 14px;
	color: #5b5b5b;
	background-color: #fff !important;
	padding: 10px 40px 10px 10px;
	background: url('/build/assets/image/arrow.svg') no-repeat right 11px center;
	background-size: 10px;
	cursor: pointer;
	outline: none;
}

.search-button {
	appearance: none;
	outline: none;
	background: #ffd900;
	width: 230px;
	height: 40px;
	border: none;
	color: #0a301c;
	font-weight: 800;
	border-radius: 5px;
}

.search-button:hover {
	background: #ffcc00;
	cursor: pointer;
}

/* media_main */
.media_main {
	max-width: 1320px;
	margin: 50px auto 0 auto;
}

.media_main_global {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.media_global_large {
	position: relative;
	width: 663px;
	height: 373px;
	background: #00A998;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 23px;
}
.media_global_large video {
	width: 100%;
	height: 100%;
}
.media_global_large img {
    /* 使图片完全填充父容器 */
    width: 100%; /* 宽度继承父容器宽度 */
    height: 100%; /* 高度继承父容器高度 */
    object-fit: cover; /* 可选：控制图片裁剪方式，保持比例 */
}
.media_global_normal {
	width: 320px;
	height: 373px;
	background: #0A301C;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 23px;
}

.media_global_normal:last-child {
	margin-right: auto;
}

.media_global_normal img {
	width: 320px;
	height: 180px;
}

.media_global_text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 450px;
	height: 193px;
	background: #00A988;
	border-top-right-radius: 10px;
}

.media_global_text p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	padding: 24px 0 0 10px;
}

.media_global_text span {
	display: flex;
	color: #fff;
	font-size: 15px;
	padding: 12px 22px 0 10px;
}

.media_global_text i {
	margin: 2px 4px 0 0;
}
.media_global_title_2line {
	font-size: 18px;
	color: #fff;
	padding: 15px 10px 0 10px;
	word-break: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
}
.media_global_title {
	font-size: 18px;
	color: #fff;
	padding: 15px 10px 0 10px;
	word-break: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
}
.media_global_large .media_global_title h3 {
	font-size: 30px;
}
.media_global_title h3 {
	font-size: 18px;
	font-weight: 600;
}

.media_global_normal a:hover {
	text-decoration: underline;
}

.media_global_normal div {
	color: #0CD170;
	font-size: 15px;
	padding: 15px 10px 0 10px;
	box-sizing: border-box;
	content: "";
	display: table;
	clear: both;
}

.media_global_normal div span {
	float: left;
	display: block;
	width: 5px;
	height: 5px;
	background: #0CD170;
	border-radius: 50%;
	margin-right: 6px;
}

.media_global_normal div p {
	float: right;
	width: 260px;
	margin-top: -7px;
	font-size: 15px;
}

.media_global_normal video {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.media_main_primary {
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
}

.media_add {
	max-width: 1320px;
	margin: 40px auto 0 auto;
}

/* swiper */
.swiper {
	width: 100%;
	height: 600px;
	/* background: #00A998; */
}

@media screen and (max-width: 1366px) {
	.swiper {
		width: 1320px;
		height: 600px;
		margin: 0 auto;
		/* background: #00A998; */
	}
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 1);
}

.swiperAdd_container {
	margin-top: 20px;
}

.media_hot_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.media_hot_list ul li {
	width: 658px;
	margin-right: auto;
	margin-bottom: 40px;
}

.media_hot_list ul li:nth-child(2n + 2) {
	margin-right: 0;
}

.media_hot_bg {
	width: 100%;
	background: #F5FFFA;
	overflow: hidden;
}

.media_hot_list {
	max-width: 1320px;
	margin: 60px auto 0 auto;
}

.media_hot_img {
	width: 620px;
	height: 373px;
	border-radius: 10px;
	overflow: hidden;
}

.media_hot_img img {
	width: 100%;
	height: 100%;
}

.media_hot_text {
	position: relative;
	width: 100%;
	height: 150px;
	/* background: red; */
}

.media_hot_text .hot_title {
	width: 620px;
	color: #3a3a3a;
	word-break: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	margin-top: 15px;
}

.hot_title h3 {
	font-weight: 600;
	font-size: 20px;
}

.media_hot_text a:hover {
	text-decoration: underline;
}

.media_hot_text span {
	display: block;
	font-size: 15px;
	color: #3a3a3a;
	margin-top: 10px;
}

.media_hot_text p{
	width: 620px;
	font-size: 15px;
	color: #3a3a3a;
	margin-top: 10px;
	word-break: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
}

.media_hot_tag {
	position: absolute;
	bottom: -8px;
	left: 0;
	display: flex;
	justify-content: flex-start;

}

.media_tag_item {
	display: flex;
	align-items: center;
	border-left: 1px solid #D6D6D6;
	margin-right: 10px;
	padding-left: 10px;
}

.media_tag_item:first-child {
	padding-left: 0;
}

.media_tag_item:first-child {
	border: none;
	/* margin-right: 0; */
}

.media_tag_item i {
	margin-left: 2px;
	color: #3270EF;
	margin-right: 4px;
}

.media_tag_item .tag_text {
	font-size: 12px;
	color: #3270EF;
	font-style: italic;
	white-space: nowrap;
	object-fit: fill;
}

.media_hot_img video {
	/* width: 100%; */
	height: 100%;
}

.media_partners {
	max-width: 1320px;
	margin: 21px auto 0 auto;
}

.media_img {
	margin-top: 30px;
}

.media_img ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.media_img ul li {
	width: 320px;
	height: 180px;
	background: #fff;
	border: 1px solid #F1F1F1;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.media_img ul li:nth-child(4n+4){
	margin-right: 0;
	margin-left: auto;
}

.media_report {
	width: 1320px;
	margin: 0 auto;
}

.media_report_ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
}

.media_report_ul li {
	position: relative;
	width: 643px;
	height: 530px;
	background: #F5FFFA;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 35px;
	border-radius: 10px;
}

.media_report_ul li:nth-child(2n + 2) {
	margin-right: 0;
}

.media_report_ul li span {
	font-size: 15px;
	color: #3a3a3a;
}

.media_report_ul li .media_report_subtitle {
	display: block;
	margin: 10px 0;
}

.media_report_ul li a h3:hover {
	text-decoration: underline;
}

.media_report_ul li a h3 {
	font-size: 20px;
	color: #3a3a3a;
	font-weight: 600;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.media_report_ul li p {
	position: relative;
	font-size: 15px;
	color: #3a3a3a;
	word-break: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
}

.media_report_top {
	padding: 14px;
}

.media_report_text {
	display: flex;
	align-items: end;
}

.media_report_text .icon {

	color: #3270EF;
	font-size: 14px;
	cursor: pointer;
}

.media_report_text .icon:hover {
	text-decoration: none;
}

.media_report_img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 373px;
	border-radius: 10px;
	overflow: hidden;
}

.media_report_img img {
	width: 100%;
	height: 100%;
}

.media_report_img video {
	/* width: 100%; */
	height: 100%;
	object-fit: fill;
}

.trade_bg {
	width: 100%;
	background: #F5FFFA;
	margin-top: 30px;
}

.media_trade {
	max-width: 1320px;
	margin: 0 auto;
}

.media_trade_ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	flex-wrap: wrap;
}

.media_trade_ul li {
	width: 420px;
	margin-right: auto;
	margin-bottom: 35px;
}

.media_trade_ul li:nth-child(3n + 3) {
	margin-right: 0;
}

.media_trade_ul li .media_trade_img {
	width: 420px;
	height: 244px;
	overflow: hidden;
	border-radius: 10px;
}

.media_trade_img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.media_trade_text {
	margin-top: 10px;
}

.media_trade_text a:hover {
	text-decoration: underline;
	color: #3a3a3a;
}

.media_trade_text h3 {
	width: 100%;
	font-size: 20px;
	color: #3a3a3a;
	font-weight: 600;
	word-break: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
}

.media_trade_text span {
	display: block;
	font-size: 15px;
	color: #3a3a3a;
	margin-top: 10px;
}

.media_trade_img video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.media_hashtag {
	width: 100%;
	margin: 15px auto 0 auto;
	height: 202px;
}

.meida_hashtag_line {
	width: 100%;
	height: 1px;
	background: #D6D6D6;;
}

.media_hashtag_box {
	max-width: 1320px;
	margin: 35px auto 0 auto;
}

.media_hashtag_box p {
	font-size: 20px;
	font-weight: 700;
	color: #777;
}

.media_hashtag_item {
	max-width: 1320px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.media_hashtag_item a span {
	display: block;
	white-space: nowrap;
	font-size: 15px;
	color: #777;
	word-break: break-word;
	margin: 0 30px 15px 0;
}
.crumbs_withoudt_href {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}

