﻿
.team_list_met_11_2{
	background-color: ;
}
.team_list_met_11_2 .container {
	padding: 15px 0 0 0;
border: 1px solid; border-color: #6988d1; border-color: #e5e5e5;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 3px 8px -6px rgba(0, 0, 0, 0.1);
}

.team_list_met_11_2 .list {
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
}

.team_list_met_11_2 .list .item {
	padding: 0;
	border-right: 1px solid ;
	border-bottom: 1px solid ;
	border-color: #6988d1; border-color: #e5e5e5;
	list-style: none;
	margin: 0;
}

.team_list_met_11_2 .head {
	border-bottom: 1px solid ;
	border-color: #6988d1; border-color: #e5e5e5;
	position: relative;
}

.team_list_met_11_2 .head h2 {
	font-size: 22px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
	color: #000000;
	color: #333333;
	font-weight: 300;
	margin-left: 30px;
}

.team_list_met_11_2 .head p {
	font-size: 13px;
	text-align: left;
	color: #6988d1;
	color: #666666;
	margin: 0px auto;
	margin-left: 30px;
	margin-bottom: 10px;
	font-family: "Microsoft YaHei";
	font-weight: 300;
}

.team_list_met_11_2 .watch-more {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 0 15px 0 19px;
	line-height: 34px;
	color: #000000;
	color: #333333;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
	background-image: linear-gradient(180deg, #ffffff, #fafafa);
	position: absolute;
	right: 14px;
	bottom: 18px;
	transition: all 0.15s ease-out;
	text-decoration: none;
}

.team_list_met_11_2 .watch-more:hover, .team_list_met_11_2 .watch-more:focus {
	background-color: #eee;
	background-image: -webkit-linear-gradient(top, #f5f5f5, #eeeeee);
	background-image: linear-gradient(180deg, #f5f5f5, #eeeeee);
}

.team_list_met_11_2 .list .item h4 {
	font-size: 16px;
	margin-bottom: 0;
	transition: all 0.15s ease-out;
	color: #000000;
	color: #333333;
}

.team_list_met_11_2 .list .item p {
	color:#6988d1; color:#666666;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
}

.team_list_met_11_2 .list .item p i {
	font-weight: normal;
	font-size: 18px;
}

.team_list_met_11_2 .list .item a {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
}

.team_list_met_11_2 .list .item a img {
	width: 100%;
	margin: 0 auto;
	height: 200px;
	object-fit: cover;
}

.team_list_met_11_2 .list .item .content {
	padding: 10px 0;
	text-align: center;
	position: relative;
}

.team_list_met_11_2 .list .item a:hover {
	text-decoration: none;
}


.team_list_met_11_2 .list .item a:focus {
	color: none;
	text-decoration: none;
}

.team_list_met_11_2 .list .item .watch-detail {
	width: 100%;
	height: 100%;
	border-radius: 0px;
	background-color: #fff;
	font-size: 16px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	line-height: 68px;
	transition: all 0.15s ease-out;
	color: #666666;
	color: #89bceb;
}

.team_list_met_11_2 .list .item .watch-detail i {
	margin-left: 5px;
	transition: transform ease-out 0.3s;
}

.team_list_met_11_2 .list .item:hover .watch-detail {
	visibility: visible;
	opacity: 1;
}

.team_list_met_11_2 .list .item:hover .watch-detail i {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

.team_list_met_11_2 .bornone{
	border-bottom:none;
	// border-bottom-right-radius: 0px;
 //    border-bottom-left-radius: 0px;
}
.team_list_met_11_2 .bornone ul li:last-child{
	border-right:none;
	border-bottom-right-radius:8px;
}
.team_list_met_11_2 .bornone ul li:last-child img{
	border-bottom-right-radius:8px;
}
.team_list_met_11_2 .bornone ul li:first-child{
	border-bottom-left-radius:8px;
}
.team_list_met_11_2 .bornone ul li:first-child img{
	border-bottom-left-radius:8px;
}
@media (max-width:991px) {
	.team_list_met_11_2 .list .item h4 {
		text-align: center;
	}

	.team_list_met_11_2 .list .item {
		margin: 0;
	}

	.team_list_met_11_2 .list .item a img {
		object-fit: cover;
	}

}

@media (max-width:767px) {
	.team_list_met_11_2 {
		padding: 15px 8px !important;
	}

	.team_list_met_11_2 .list .item a {
		text-align: center;
	}

	.team_list_met_11_2 .list .item {
		padding: 0px;
		border-bottom: 1px solid ;
		border-color: #6988d1; border-color: #e5e5e5;
	}

	.team_list_met_11_2 .list .item h4 {
		font-size: 16px;
	}

	.team_list_met_11_2 .list .item p {
		height: 30px;
	}

}


.imgloading { object-fit: scale-down; }
ul, li { padding: 0; list-style: none; }
.news_list_met_11_2 { text-align: center; padding: 0px 0 30px; background: #ededed; background: #F6F7F7; }
.news_list_met_11_2 .container { padding: 15px 0 0 0; border: 1px solid; border-color: #6988d1; border-color: #e5e5e5; border-radius: 8px; background: #ededed; background: #fff; box-shadow: 0 3px 8px -6px rgba(0, 0, 0, 0.1); }
.news_list_met_11_2 .list { margin-left: 10px; margin-right: 10px; padding: 0; }
.news_list_met_11_2 .list .item {  margin-bottom: -1px; border-right: 1px solid; border-bottom: 1px solid; border-color: #6988d1; border-color: #e5e5e5; height: 385px; -webkit-transition: all .15s ease; transition: all .15s ease; }
.news_list_met_11_2 .list .item:nth-child(4n){
	border-right: none;
}
.news_list_met_11_2 .head { border-bottom: 1px solid; border-color: #6988d1; border-color: #e5e5e5; position: relative; }
.news_list_met_11_2 .head h2 { font-size: 22px; margin-top: 0px; text-align: left; margin-bottom: 0px; color: #000000; color: #333333; font-weight: 300; margin-left: 30px; }
.news_list_met_11_2 .head p { font-size: 13px; text-align: left; color: #6988d1; color: #666666; margin: 0px auto; margin-left: 30px; margin-bottom: 10px; font-family: "Microsoft YaHei"; font-weight: 300; }
.news_list_met_11_2 .watch-more { display: inline-block; border: 1px solid #e1e1e1; border-radius: 4px; padding: 0 15px 0 19px; line-height: 34px; color: #000000; color: #333333; background-color: #fafafa; background-image: -webkit-linear-gradient(top, #ffffff, #fafafa); background-image: linear-gradient(180deg, #ffffff, #fafafa); position: absolute; right: 14px; bottom: 18px; transition: all 0.15s ease-out; text-decoration: none; }
.news_list_met_11_2 .watch-more:hover, .news_list_met_11_2 .watch-more:focus { background-color: #eee; background-image: -webkit-linear-gradient(top, #f5f5f5, #eeeeee); background-image: linear-gradient(180deg, #f5f5f5, #eeeeee); }
.news_list_met_11_2 .list .item h4 { font-size: 16px; margin: 20px 0; transition: all 0.15s ease-out; color: #000000; color: #333333; }
.news_list_met_11_2 .list .item p { color: #6988d1; color: #666666; font-size: 12px; max-height: 54px; overflow: hidden; width: 100%; margin-bottom: 20px; font-weight: 300; }
.news_list_met_11_2 .list .item p i { font-weight: normal; font-size: 18px; }
.news_list_met_11_2 .list .item a { display: block; width: 100%; position: relative; text-align: center; }
.news_list_met_11_2 .list .item a img { width: 100%; margin: 0 auto;  transition: box-shadow 200ms ease-out; border-radius: 4px; }
.news_list_met_11_2 .list .item:hover { box-shadow: inset 0 0 38px rgba(0, 0, 0, 0.08); }
.news_list_met_11_2 .list .item:hover img { -webkit-filter: brightness(103%); filter: brightness(103%); box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2) }
.news_list_met_11_2 .list .item a:hover { text-decoration: none; }
.news_list_met_11_2 .list .item a:focus { color: none; text-decoration: none; }
.news_list_met_11_2 .list .item .watch-detail { text-align: left; color: #666666; color: #89bceb; }
.news_list_met_11_2 .list .item .watch-detail i { margin-left: 5px; transition: transform ease-out 0.3s; }
.news_list_met_11_2 .list .item:hover .watch-detail i { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
@media (max-width:991px) {
	.news_list_met_11_2 .list .item h4 { text-align: center; }
	.news_list_met_11_2 .list .item { border-bottom: 1px solid; border-color: #6988d1; border-color: #e5e5e5; }
	.news_list_met_11_2 .list .item a img { object-fit: cover; }
	.news_list_met_11_2 .list .item:nth-child(2n){
	border-right: none;
}
}
@media (max-width:767px) {
	.news_list_met_11_2 .list .item { border-right: none; border-bottom: 1px solid; border-color: #6988d1; border-color: #e5e5e5;  margin-top: 20px; height: auto; }
}


