.warpTop{
	height: auto;
	display: flex;
}
.warpTop .warpBox,.warpBox2{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../images/bg.png') no-repeat;
	background-size: 100% 100%;
}
.warpBox.focus,.warpBox2.focus{
	background: url('../images/bg2.png') no-repeat;
}
.warpBox span,.warpBox2 span{
	width: 28%;
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 1.875rem;
	text-align: center;
	letter-spacing: 0.125rem;
}
.warpSearch{
	width: 72%;
	padding: 2.5rem 0;
}
.warpSearch input{
	width: calc(80% - 2.5rem);
	margin-bottom: 1.25rem;
	border-radius: 0.5rem;
	padding: 0.625rem 1.25rem;
	font-size: 1rem;
}

.warpSearch div{
	width: 80%;
	display: flex;
}
.warpSearch div select{
	width: 50%;
	margin-bottom: 1.25rem;
	border-radius: 0.5rem;
	padding: 0.625rem 0;
	font-size: 1rem;
	text-align: center;
}
.warpSearch select option{
	background-color: rgba(255, 255, 255, 0.2);
	color: #555;
}
.warpSearch input::placeholder{
    color: rgba(255, 255, 255, 0.5); /* 例如，设置为灰色 */
}
.warpSearch input[type="text"],
.warpSearch select[type="text"] {
    /* 设置背景颜色 */
    background-color: rgba(255, 255, 255, 0.2); /* 浅灰色背景 */
    -webkit-background-color: rgba(255, 255, 255, 0.2);; /* 针对旧版Chrome/Safari */
    -moz-background-color: rgba(255, 255, 255, 0.2);; /* 针对Firefox */
    -ms-background-color: rgba(255, 255, 255, 0.2);; /* 针对IE/Edge早期版本 */
 
    /* 设置文本颜色 */
    color: #fff; /* 深灰色文本 */
    -webkit-color: #fff; /* 针对旧版Chrome/Safari */
    -moz-color: #fff; /* 针对Firefox */
    -ms-color: #fff; /* 针对IE/Edge早期版本 */
 
    /* 设置边框颜色 */
	border: none;
    -webkit-border: none; /* 针对旧版Chrome/Safari */
    -moz-border: none;/* 针对Firefox */
    -ms-border: none; /* 针对IE/Edge早期版本 */
}
.warpSearch div select:first-child{
	margin-right: 0.625rem;
}
.warpSearch  button{
	width: 80%;
	height: 2.5rem;
	background: #FEFBC6;
	border-radius: 0.5rem;
	font-weight: bold;
	font-size: 1.125rem;
	color: #0050A0;
}
/* 会议 */
.hyView {
    margin-top: 1.875rem;
    display: flex;
}
.leftList{
	width: 65.2%;
	position: relative;
}
.rightList{
	flex: 1;
	margin-left: 1.25rem;
	position: relative;
}
.rightList .content{
	/* height: 100%; 
	display: flex;*/
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-align: center;
}
.rightList .normalTitle{
	height: 2.45rem; 
	margin: 2rem 0 0;
}
.rightList .normalTitle span {
	float: left;
	font-weight: bold;
	font-size: 1.5rem;
	color: #4A4E58;
	text-align: center;
	cursor: pointer;
	padding: 0 0.625rem;
	position: relative;
}
.rightList .normalTitle span:first-child{
	border-right: 0.0625rem solid #CCD2E3;
}
.rightList .normalTitle i{
	background: none;
}
.normalTitle span.active{
	color: #0050A0;
}
.normalTitle span.active i {
	width: 2.5rem;
	height: 0.25rem;
	background: #7B0100;
	left: 50%;
}
.rightList .imageList,.rightList .imageList2{
	display: block;
}
.rightList .imageList.dis,.rightList .imageList2.dis{
	display: none;
}
ul#imageList,ul#imageList2{
	width: 100%;
}
.leftList li,.rightList li{
	position: relative;
	width: 100%;
	height: 5rem;
	display: flex;
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #4A4E58;
	align-items: center;
}
.rightList li{
	border-bottom: 0.0625rem solid #F0F1F7;
}
.leftList li:nth-of-type(2n+1) {
	background: #F0F1F7;
}
.leftList li:nth-of-type(2n) {
	background: #fff;
}
.leftList .link-a:nth-of-type(2n) li{
	background: #fff;
}
.leftList .link-a:nth-of-type(2n+1)  li{
	background: #F0F1F7;
}
.leftList li:hover,.rightList li:hover{
	color: #0050A0;
}
.leftList .date {
	width: 20.8%;
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 0.0625rem solid #fff;
	text-align: center;
}
.leftList .city{
	width: 13.8%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 0.0625rem solid #fff;
}
.leftList .content{
	display: inline-flex;
	flex: 1;
	overflow: hidden;
	font-size: 1.125rem;
	line-height: 1.5rem;
	align-items: center;
	border-right: 0.0625rem solid #fff;
	padding: 0 1.25rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-align: center;
}
/**end**/
/* 会议通知 */
.tzList{
	width: 50%;
	position: relative;
}
.tzList ul li{
	width: 100%;
	height: 5.3125rem;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.5rem;
	display: flex;
	align-items: center;
}
.tzList ul li:hover{
	color: #0050A0;
}
.tzList ul div{
	width: 100%;
	display: block;
	margin-bottom: -0.625rem;
}
.tzList ul img{
	width: 4.125rem;
	height: 1.25rem;
}
/**end**/
/* 学术动态 */
.xsList{
	margin-left: 1.25rem;
	flex: 1;
	position: relative;
}
.xsbg{
	background: #F0F1F7;
	border-radius: 10rem 0rem 0rem 0rem;
}
.xsBox{
	margin-bottom: 1.25rem;
	width: 100%;
	height: 10rem;
	display: flex;
}
.xsImg {
    width: 33.8%;
    height: 100%;
    position: relative;
	overflow: hidden;
}
.xsBox div:hover img{
	transform: scale(1.1);
}
.xsImg img{
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	transition: transform 1s ease;
}
.xsBox .proText{
	flex: 1;
	height: 100%;
	background: #0050A0;
	font-size: 1.125rem;
	color: #FFFFFF;
	line-height: 1.5rem;
}
.xsBox .proText span{
	bottom: 1.25rem;
	padding: 0 1.25rem;
	position: absolute;
}
.MainView4{
	width: 100%;
	display: inline-block;
	position: relative;
	background: none;
	margin-top: 1.875rem;
}
.MainView4::before{
	width: 46.8%;
	height: 100%;
	position: absolute;
	content: '';
	right: 0;
	background: #F0F1F7 !important;
	border-radius: 10rem 0rem 0rem 0rem;
}
/**end**/
/* 精彩视频 */
.MainView5{
	width: 100%;
	height: auto;
	background: #CCD2E3;
	position: relative;
	padding: 0.625rem 0;
}
.videoView,.videoView2{
	width: 100%;
	display: flex;
	margin-bottom: 1.25rem;
}

.videoList{
	width: 23.9%;
	height: auto;
	margin-right: 1.25rem;
}
.videoList video{
	height: 12.125rem;
	background: #000;
}
.videoList:last-child{
	margin: 0;
}
.videoList .videoTitle{
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.5rem;
	text-align: justify;
	padding: 1.25rem 0;
}
.videoTitle:hover{
	color: #0050A0;
}
/**end**/
