﻿@charset "utf-8"; 
* {
	border: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

*::-webkit-scrollbar {
	display: none;
}

body {
	font-family: Microsoft YaHei, SimSun, Arial, Helvetica, sans-serif;
	background: url(../img/bannert1.png) no-repeat left top / 100% 100%;
	height: 100vh;
	min-height: 1080px;
}

ul li {
	list-style: none;
}

.no-select {
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.head,
.tab-header ul,
.list-items {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.head {
	width: 100%;
	color: #fff;
	justify-content: center;
	text-align: center;
	padding: 15px 0;
}

.head_title * {
	transition: all .3s;
}

.head_title_ch {
	font-size: 36px;
	font-weight: bold;
	-webkit-text-stroke: 0.4px #767a7f;
	text-shadow: 0 2px 4px #243345;
	letter-spacing: 0.1em;

}

.head_title_en {
	font-size: 18px;
	text-shadow: 0 2px 4px #243345;
	letter-spacing: 0.12em;
}

.container {
	margin: 0 auto;
	width: 90%;
	border-radius: 1.5vw;
	overflow: hidden;
}

.tab-header {
	width: 100%;
	background: rgba(255,255,255,0.5);
}

.tab-header ul {
	padding: 0 1%;
}

.tab-header li {
	flex-grow: 1;
	text-align: center;
	height: 64px;
	line-height: 64px;
	font-size: 28px;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
	cursor: pointer;
	transition: all .3s;
}

.tab-header li.cur {
	color: #fff;
}

.swiper-container {
	height: 880px;
	min-height: 500px;
	padding: 30px 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(255,255,255,0.75));
}

.swiper-scrollbar {
	position: absolute !important;
	left: 0 !important;
	top: 0;
	bottom: auto !important;
	height: 3px !important;
	width: 100% !important;
	background: rgba(144,74,74,0.3) !important;
	border-radius: 0 !important;
	opacity: 1 !important;
}

.swiper-scrollbar-drag {
	background: #f5646b !important;
}

.swiper-slide {
	padding: 0 30px;
	box-sizing: border-box;
}


.list-items{
	margin-bottom: 15px;
	justify-content: space-between;
}
.list-items3 {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}


.list-img{
	width: 8%;
	height: 5vw;
}

.list-img img{
	width: 5vw;
	height: 5vw;
	border-radius: 50%;
}
.lists_cont_title{
	font-size:20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list_cont{
	width: 90%;
	height: 5vw;
	color: #000;
}
	
.list_cont_abstract{
	font-size: 0.875vw;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 2em;
	line-height: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break:break-all;
	text-justify:distribute;
}
.list_cont_date {
    text-align: right;
    font-size: 0.8vw;
}
 .list_more {
    width: 100%;
    margin-top: 1vw;
    text-align: center;
    font-weight: bold;
    font-size: 1.5vw;
} 
/* @media only screen and (max-width:320px) and (min-width:640px) {
	
} */

.list-border{
    	height: 240px;
    	border: 2px solid #d30000;
    	padding: 2px;
    	width: 19%;
	margin-top:1%;
	flex-shrink: 0;
}	
.list-border:nth-of-type(-n+5){
 	margin-top:0px;
}
.list-border img{
	object-fit: cover;
    	width: 100%;
    	height: 200px;
    	border-radius: 2px;
}
.bhorder-tit{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0.5em;
	white-space: nowrap;

}
@media only screen and (max-width:768px) {
	.head_title_ch {
		font-size: 24px;
	}

	.head_title_en {
		font-size: 12px;
	}

	.tab-header li {
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}

	.swiper-container {
		height: auto;
		padding: 15px 0;
	}

	.swiper-slide {
		padding: 0 15px;
	}
	.list-img {
   		width: 14%;
    		height: 14vw;
    		margin-top: 0;
	}
	.list-img img {
    		width: 10vw;
    		height: 10vw;
    		border-radius: 50%;
	}
	.lists_cont_title {
		font-weight: bold;
    		font-size: 13px;
	}
	.list_cont {
   		width: 86%;
   	 	height: 13vw;
	}
	.list-border:nth-of-type(-n+3) {
    		margin-top: 0px;
	}
	
	.list-border:nth-of-type(n+4) {
    		margin-top: 2%;
	}
	.list-border {
    		height: 100px;
    		border: 2px solid #d30000;
    		padding: 2px;
    		width: 30.5%;
    		margin-top: 1%;
	}
	.list-border img {
    		object-fit: cover;
    		width: 100%;
    		height: 65px;
    		border-radius: 2px;
	}
	.bhorder-tit {
    		width: 100%;
   		text-align: center;
    		overflow: hidden;
    		text-overflow: ellipsis;
    		white-space: nowrap;
	}
	.list_cont_abstract {
    		font-size: 14px;
    		color: black;
    		overflow: hidden;
    		text-overflow: ellipsis;
    		display: -webkit-box;
    		-webkit-box-orient: vertical;
    		-webkit-line-clamp: 2;
	}
	.list_cont_date {
    		text-align: right;
    		font-size: 14px;
    		color: black;
	}
	.list_more {
    		width: 100%;
    		margin-top: 1vw;
    		text-align: center;
    		font-weight: bold;
    		font-size: 17px;
	}



}
