/** news **/
.report_1_main{
	position:relative;
	padding:0px 0 0px 0;
	background:#fff;
}
.report_1_sub_1{
	max-width:1100px;
	width:90%;
	margin:0px auto 0 auto;
	padding:50px 0 0 0;
}
.report_1_sub_1 .title_0{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:1050px;
	margin:0 auto;
}
.report_1_sub_1 .title_0 .border_1{
	/*border-bottom:3px solid #00699a;*/
	height:3px;
	flex:1;
}
.report_1_sub_1 .title_1a{
	color:#00699a;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	border-right:3px solid #00699a;
	border-left:3px solid #00699a;
}
.report_1_sub_1 .title_0b{
	display:flex;
	align-items:center;
	max-width:1050px;
	margin:0 auto;
	justify-content:center;
}
.report_1_sub_1 .title_1b{
	flex: 0 0 auto;
	padding:0 5% 0 0;
	box-sizing:border-box;
	color:#00699a;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	white-space: nowrap;
}
.report_1_sub_1 .title_1c{
	flex: 0 0 auto;
	padding:0 5% 0 0;
	box-sizing:border-box;
	color:#808080;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	white-space: nowrap;
}
.report_1_sub_1 .news_1{
	max-width:1100px;
	width:100%;
	margin:30px auto 0 auto;
}

.report_1_sub_1 .news_tab{
	display:flex;
}
.report_1_sub_1 .news_tab_sub{
	width:100%;
	color:#fff;
	font-size:13px;
	text-align:center;
	padding:22px 0;
	box-sizing:border-box;
	border-radius:10px 10px 0 0;
}
.report_1_sub_1 .news_tab_sub:not(:first-child){
	margin-left:5px;
}
.report_1_sub_1 .news_tab_sub:hover{
	cursor:pointer;
}

.report_1_sub_1 .news_1 .flex_1{
	padding:20px 0px;
}
.report_1_sub_1 .news_1 .flex_1:not(:last-child){
	border-bottom:1px #b5b5b6 solid;
}
.report_1_sub_1 .news_1 .flex_2{
	display:flex;
	align-items:center;
	gap:0 5px;
}
.report_1_sub_1 .news_1 .cate_flex{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	gap:5px 0;
}
.report_1_sub_1 .news_1 .date_1{
	font-size:18px;
	white-space: nowrap;

	color:#231815;
}
.report_1_sub_1 .news_1 .cate_1{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	width:180px;
	height:25px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	margin-right:20px;
	background:#e60012;
}
.report_1_sub_1 .news_1 .cate_1 a{
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.report_1_sub_1 .news_1 .text_1{
	font-size:16px;
	letter-spacing:0px;
	color:#231815;
}
.report_1_sub_1 .news_1 .link_1{
	color:#333;
}
.report_1_sub_1 .news_1 .link_1:hover .text_1{
	color:#00396a;
}


/**  **/
.report_2_main{
	position:relative;
	padding:0px 0 100px 0;
	background:#fff;
}
.report_2_sub_1{
	max-width:1100px;
	width:90%;
	margin:50px auto 0 auto;
	padding:50px 0 0 0;
}
.report_2_sub_1 .title_1a{
	width:450px;
	color:#00699a;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	border-right:3px solid #00699a;
	border-left:3px solid #00699a;
}
.report_2_sub_1 .flex_1{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}
.report_2_sub_1 .flex_1a{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}
.report_2_sub_1 .flex_1a .img_1{
	max-width:580px;
	width:100%;
	border-radius:20px;
	overflow:hidden;
}
.report_2_sub_1 .flex_1a .img_1 img{
	width:100%;
	vertical-align:top;
}
.report_2_sub_1 .flex_1a .img_1:not(:first-child){
	margin-top:40px;	
}
.report_2_sub_1 .flex_1a .div_1{
	max-width:685px;
	width:100%;
}
.report_2_sub_1 .title_2{
	margin:0 0 40px 0;
	font-size:30px;
	font-weight:bold;
	color:#00699a;
}
.report_2_sub_1 .text_1{
	font-size:20px;
	color:#231815;
	line-height:200%;
}
.report_2_sub_1 .text_1b{
	font-size:16px;
	color:#888;
	line-height:200%;
}
.report_2_sub_1 .flex_1b{

	max-width:1100px;
	width:100%;
	margin:20px auto;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-items:center;
	gap: 15px 30px;
}
.report_2_sub_1 .flex_1b .div_1{
	max-width:212px;
	width:100%;
	background:#fff;
	box-sizing:border-box;
	margin:0 auto;
}
.report_2_sub_1 .flex_1b .img_2 {
	max-width:212px;
	width:100%;
	margin:0 auto;
	
}
.report_2_sub_1 .flex_1b .img_2 img{
	max-width:212px;
	width:100%;
	border:1px solid #888;
}

/**  **/
.report_3_main{
	position:relative;
	max-width:1920px;
	padding:30px 0 30px 0;
	background:#fff;
}
.report_3_sub_1{
	max-width:1320px;
	width:90%;
	margin:0px auto 0 auto;
	padding:0px 0 0 0;
}
.report_3_sub_1 .flex_1c{
	max-width:1360px;
	width:100%;
	margin:20px auto;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.report_3_sub_1 .flex_1c .div_2{
	max-width:232px;
	width:100%;
	margin:30px auto;
}
.report_3_sub_1 .flex_1c .div_2 .link_1{
	position: relative;
  	display:flex;
	align-items:center;
	justify-content:center;
	color:#00699a;
	font-size:18px;
	font-weight:bold;
	border:3px #00699a solid;
	width:100%;
	height:80px;
	margin:0 auto;
	box-sizing:border-box;
	transition:color 0.1s,background 0.1s;
}
.report_3_sub_1 .flex_1c .div_2 .link_1:hover{
	background:#00699a;
	color:#fff;
	cursor:pointer;
}
.report_3_sub_1 .flex_1c .div_2 .link_1_short{
	max-width:350px;
}
.report_3_sub_1 .flex_1c .div_2 .link_1_long{
	max-width:500px;
}
.report_3_sub_1 .flex_1c .div_2 .link_1::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.report_3_sub_1 .flex_1c .div_2 .link_1::after {
	bottom: 0px;
	right: 0px;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #00699a transparent;
}

@media screen and (max-width:1024px) {

.report_1_sub_1 .title_1a{
	font-size:25px;
}
.report_1_sub_1 .flex_1{
	display:block;
}
.report_1_sub_1 .flex_1 .img_1{
	margin:50px auto 0 auto;
}
.report_1_sub_1 .img_1{
	width:100%;
}
.report_1_sub_1 .div_1{
	width:100%;
}

.report_1_sub_1 .flex_1a{
	display:block;
}
.report_1_sub_1 .flex_1a .div_2{
	margin:50px auto 0 auto;
	
}	
.report_1_sub_1 .flex_1a .div_3{
	margin:50px auto 0 auto;

}
.report_1_sub_1 .flex_1a .div_4{
	margin:50px auto 0 auto;
	max-width:100%;
}	
.report_1_sub_1 .flex_1a .div_5{
	margin:50px auto 0 auto;

}
.report_1_sub_1 .title_00{
	top:-30px;
	font-size:40px;
}
.report_1_sub_1 .title_1a{
	font-size:25px;
}
.report_1_sub_1{
	display:block;
}
.report_1_sub_1 .div_1{
	width:100%;
}
.report_1_sub_1 .div_1:nth-child(2){
	margin-top:60px;
}
	
.report_2_sub_1 .title_1a{
	font-size:25px;
}
.report_2_sub_1 .flex_1{
	display:block;
}
.report_2_sub_1 .flex_1 .img_1{
	margin:50px auto 0 auto;
}
.report_2_sub_1 .flex_1a{
	display:block;
}
.report_2_sub_1 .flex_1a .img_1{
	margin:50px auto 0 auto;
}
.report_2_sub_1 .img_1{
	width:100%;
}
.report_2_sub_1 .div_1{
	width:100%;
}
}

@media screen and (max-width:784px) {
.report_1_sub_1 .title_1{
	font-size:20px;
}
.report_1_sub_1 .title_1a{
	font-size:20px;
}
.report_1_sub_1 .text_1{
	font-size:16px;
}

.report_1_sub_1 .title_00 .flex_1 .title_1b{
	font-size:30px;
}
.report_1_sub_1 .title_00 .flex_1 .title_1c{
	font-size:15px;
}
.report_1_sub_1 .title_1{
	font-size:30px;
}
.report_1_sub_1 .news_1{
	width:100%;
}
.report_1_sub_1 .news_tab_sub{
	font-size:12px;
}
.report_1_sub_1 .news_tab_sub:not(:first-child){
	margin-left:0px;
}
.report_1_sub_1 .news_tab{
	flex-wrap: wrap;	
}
.report_1_sub_1 .news_tab_sub {
	width: calc(100% / 4 - 0px);
	margin:0px 0px;
	border-radius:0px 0px 0 0;
	padding:15px 0;
}
.report_1_sub_1 .news_tab_sub:nth-child(n+5) {
	width: calc(100% / 4 - 0px);
}
.report_1_sub_1 .div_1 .news_1 .flex_1{
	display:block;
}
.report_1_sub_1 .title_1a{
	width:250px;
}
.report_1_sub_1 .news_1 .flex_1{
	display:block;
}
.report_1_sub_1 .news_1 .text_1{
	padding:15px 0;
}
.report_2_sub_1 .text_1b{
	font-size:12px;
	color:#888;
	line-height:200%;
}
.report_2_sub_1 .table_1 table td{
	font-size:16px;
}
.report_2_sub_1 .table_1 table td a{
	font-size:16px;
}
.report_2_sub_1{

}
.report_2_sub_1 .flex_1b{
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 30px;
}
}

@media screen and (max-width:500px) {
.report_1_sub_1 .flex_1 .div_1 .title_1a{
	font-size:25px;
}
.report_2_sub_1 .flex_1b{
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 30px;
}
.report_2_sub_1 .table_1 table td{
	font-size:12px;
}
.report_2_sub_1 .table_1 table td a{
	font-size:12px;
}
.report_2_sub_1 .table_1{
	/**/
	
	max-width:1100px;
	width:800px;
	margin:0 auto;
}
}

@media screen and (max-width:430px) {
}