
body{
	background-image: url(../../images/ngCareReport2024/page_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 80px!important;
}
.container{
	width:1200px;
	margin: 0 auto;
}
.ET_header{
	display: flex;
	align-items: center;
}
.teda_logo{
	width: 16%;
}
.teda_logo img{
	width: 100%;
}
.page_name{
	font-size: 42px;
	color: white;
	font-weight: bold;
	margin-left: 30px;
	border-left: solid 1px rgba(255,255,255,0.5);
	padding-left: 30px;
	line-height: 42px;
}
.ET_container{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 100px;
}
.book_list{
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.book_list li{
	width: 48%;
}
.book_list li:nth-child(1) .eng_read_btn{
	display: none;
}
.book_list li:nth-child(2) .cn_read_btn{
	display: none;
}
.book_pic{
	width: 100%;
	cursor: pointer;
}
.book_pic img{
	width: 100%;
}
.read_btn{
	background-color: rgba(255,255,255,0.8);
	border-radius: 4px;
	width: 42%;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #383838;
	font-size: 16px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 13px;
}
.read_btn img{
	width: 20px;
	height: 20px;
	margin-right: 12px;
}
.report_block{
	width: 27%;
}
.block_name{
	font-size: 20px;
	color: white;
	border-left: solid 3px #0A65CC;
	padding-left: 14px;
}
.three_file li{
	background-image: url(../../images/ngCareReport2024/file_block_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding:16px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-top: 30px;
	height: 229px;
	position: relative;
}
.report_name{
	font-size: 17px;
	color: #383838;
	font-weight: bold;
	line-height: 30px;
}
.report_name span{
	display: block;
}
.short_line{
	width: 40px;
	border-top: solid 3px #258967;
	margin-top: 12px;
}
.download_btn{
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 4px;
	font-size: 14px;
	color: #383838;
	padding: 10px 8px;
}
.download_btn img{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

@media only screen and (max-width: 768px) {
	.container{
		width: 94%;
	}
	body,html{
		height: auto;
	}
	body{
		background-image: none;
		background-color: rgba(0,0,0,0.06);
		padding-top:0!important;
	}
	.ET_header{
		width: 100%!important;
		background-image: url(../../images/ngCareReport2024/phone_page_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
		height: 330px;
		display: block;
		box-sizing: border-box;
		padding-top: 40px;
	}
	.teda_logo{
		width: 40%;
		margin: 0 auto;
        display: none;
	}
	.page_name{
		font-size: 28px;
		text-align: center;
		border-left: none;
		padding-left: 0;
		margin-top: 20px;
        display: none;
	}
	.page_name span{
		display: block;
	}
	.ET_container{
		display: block;
		margin-top: 20px;
	}
	.book_list{
		width: 100%;
		margin-bottom: 24px;
	}
	.book_list li{
		width: 100%;
	}
	.book_list li:nth-child(2){
		display: none;
	}
	.book_list li:nth-child(1) .eng_read_btn{
		display: flex;
	}
	.book_list li:nth-child(2) .cn_read_btn{
		display: flex;
	}
	.two_btn{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.read_btn{
		width: 48%;
		margin:0;
		margin-top: 12px;
	}
	.report_block{
		width: 100%;
	}
	.block_name{
		border-left: none;
		padding-left: 0;
		font-size: 18px;
		color: #258967;
		text-align: center;
	}
	.three_file li{
       height: 160px;
       background-image: url(../../images/ngCareReport2024/file_block_mobile.png);;
       background-position: right bottom;
		margin-top: 20px;
		/* background-color: rgba(255,255,255,0.8); */
	}
    .report_name{
        line-height: 26px;
    }
	.download_btn{
		background-color: rgba(255,255,255,0.6);
	}
	
}