.banner {
	margin-top: 64px;
	text-align: center;
}

.banner .formulaimg img {
	width: 100%;

}

/* 右侧模板列表 */
.formulalist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.formulalist-item {
	margin-bottom: 40px;
	width: 49%;
	border: 1px solid rgba(229, 229, 229, 1);
}

.formulalist-item-img {
	overflow: hidden;
	height: 250px;
	position: relative;
}

.formulalist-item-img img {
	box-shadow: rgba(50, 50, 50, 0.26) 0px 0px 2px 0px;
	transform: translateY(0px);
	transition: all 2s linear 0s;
	position: relative;
	width: 100%;
	max-width: 100%;
}

.temp-item-title {
	background-color: #ffffff;
	padding: 15px;
	border-top: 1px solid rgba(244, 244, 244, 1);
}

.temp-author {
	display: inline-block;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 16px;
	font-family: 微软雅黑;
}

.temp-msg {
	color: #999;
	padding-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
	height: 42px;
	font-family: 微软雅黑;
}

.temp-info {
	background-color: #ffffff;
	border-top: 1px solid rgba(244, 244, 244, 1);
	padding: 10px 15px 15px 15px;
	height: 50px;
	display: flex;
	justify-content: space-between
	
}

.temp-info-money {
	color: #888;
	font-size: 12px;
	font-family: 微软雅黑;
	position: relative;
	top: 4px;
}

.temp-info>.info {
	display: flex;
}

.temp-info>.info .info-use {
	margin-right: 10px;
	background-color: #333;
	border: 1px solid #333;
	padding: 2px 18px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	font-family: 微软雅黑;
}

.temp-info>.info .info-preview {
	border: 1px solid #e5e5e5;
	padding: 2px 18px;
	color: #494949;
	font-size: 12px;
	cursor: pointer;
	font-family: 微软雅黑;
}

.formulalist-item:hover {
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
}

.formulalist-item .formulalist-item-img:hover img {
	box-shadow: rgba(50, 50, 50, 0.26) 0px 0px 2px 0px;
	transform: translateY(-1789px);
	transition: all 5.5s linear 0s;
}

.info-use:hover {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.info-preview:hover {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #aaa !important;
}

.content {
	display: none;
}
.content.active {
  display: inline-block;
}

h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.card {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

	width: 750px;
	height: 600px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	border: 1px solid rgba(229, 229, 229, 1);
	
}
.card:hover{
	 box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
}

.card h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}

.card p {
	font-size: 16px;
	color: #666;
}



.card-links {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.card-links a {
  margin-left: 10px;
  color: #4079ff;;
  text-decoration: none;
}
.card-links a:hover{
	text-decoration: underline;
	text-decoration: none;

}
.right_contain{
	width: 80%;
	float: left;
	margin: 0 auto;
	
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.WebSideMenu{
	width: 20%;
	height: auto;
	float: left;
	
}
.contain{
	width: 70%;
	height: auto;
	float: left;
	 position: relative;
}
.AboutReading{
	width: 100%;
	float: left;	
}
.AboutReading H5{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 25px;
}
.AboutReading p a{
	font-size: 15px;
	color:#0055ff;	
}

.author {
    margin-top: 10px;
    font-weight: bold;
}

.meta {
    margin-top: 10px;
    color: #888;
}

.abstract {
    margin-top: 20px;
}

.PageContent {
    margin-top: 20px;
    line-height: 1.6;
}

.related {
    margin-top: 20px;
    font-weight: bold;
}

.attachment {
	margin-top: 120px;
	width:100%;
}
		
.attachment H5{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 25px;
}
.attachment p a{
	font-size: 15px;
	color:#0055ff;	
}

.menu-side {
    text-align: center;
   border-bottom: 1px solid #ccc;
    line-height: 52px;
    /* background: #f6f6f6; */
    /* padding-left: 0 !important; */
}


.banner {
    position: relative;
}

.ban-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; /* 确保文字在图片上层 */
}

.ban-title {
    font-weight: 700;
	font-size:32px;
}

.formulaimg {
    position: relative;
    z-index: 0; /* 图片默认在文字下层 */
}
