﻿.govopen202112-body{
	background: #fff;
	padding-bottom: 0;
}
.govopen202112-body ins.split_span{
	font-size: inherit !important;
	display: inline;
	line-height: inline !important;
}
/* reading-container */
.reading-container{
	background: #f5f5f5;
	border-top: 1px solid #fff;
	padding: 49px 0 36px;
	margin-bottom: 52px;
}
.reading-container .section-head-box h1{
	background: #f5f5f5;
}
.reading-left-container,
.reading-right-container,
.half-left-container,
.half-right-container{
	width: 48.3333%;
}
.reading-left-container,
.half-left-container{
	float: left;
}
.reading-right-container,
.half-right-container{
	float: right;
}
/* old_type */
.old_type .reading-container{
	padding: 4vw 0 3vw;
	margin-bottom: 4.25vw;
}
.old_type .reading-left-container,
.old_type .reading-right-container,
.old_type .half-left-container,
.old_type .half-right-container{
	width: 100%;
	float: none;
}
.old_type .half-right-container{
	margin-top: 4vw;
}
@media (max-width:1200px) {
	.reading-container{
		padding: 4vw 0 3vw;
		margin-bottom: 4.25vw;
	}
}
@media (max-width:786px) {
	.reading-container{
		padding: 6.4vw 0 4.8vw;
		margin-bottom: 6.8vw;
	}
	.reading-left-container,
	.reading-right-container,
	.half-left-container,
	.half-right-container{
		width: 100%;
		float: none;
	}
	.half-right-container{
		margin-top: 4vw;
	}
}
/* section-head-box */
.section-head-box{
	position: relative;
	text-align: center;
	height: 31px;
	line-height: 0;
}
.section-head-box h1{
	display: inline-block;
	position: relative;
	z-index: 1;
	height: 31px;
	line-height: 31px;
	font-size: 30px;
	color: #115db2;
	padding: 0 36px;
	border-left: 3px solid #1b62b6;
	border-right: 3px solid #1b62b6;
	background: #fff;
}
.section-head-box::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background: #1b62b6;
}
@media (max-width:1200px) {
	.section-head-box{
		height: 2.5vw;
	}
	.section-head-box h1{
		height: 2.5vw;
		line-height: 2.5vw;
		font-size: 2.5vw;
		padding: 0 3vw;
		border-left: 0.25vw solid #1b62b6;
		border-right: 0.25vw solid #1b62b6;
	}
}
/* old_type */
.old_type .section-head-box{
	height: 4vw;
}
.old_type .section-head-box h1{
	height: 4vw;
	line-height: 4vw;
	font-size: 4vw;
	padding: 0 4.8vw;
	border-left: 0.4vw solid #1b62b6;
	border-right: 0.4vw  solid #1b62b6;
}
@media (max-width:768px) {
	.section-head-box{
		height: 4vw;
	}
	.section-head-box h1{
		height: 4vw;
		line-height: 4vw;
		font-size: 4vw;
		padding: 0 4.8vw;
		border-left: 0.4vw solid #1b62b6;
		border-right: 0.4vw  solid #1b62b6;
	}
}
@media (max-width:414px) {
	.section-head-box{
		height: 4.8vw;
		margin-bottom: 4vw;
	}
	.section-head-box h1{
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 4.8vw;
	}
}
/* reading-head-box */
.reading-head-box{
	border-bottom: 1px solid #bbbbbb;
}
.reading-head-box h1{
	height: 53px;
	line-height: 53px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-top: 10px;
}
.reading-list{
	margin-top: 29px;
}
.reading-list li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	display: table;
	margin-bottom: 27px;
}
.reading-list li:nth-of-type(3n){
	margin-right: 0;
}
.reading-list li *{
	transition: .3s ease-in-out;
}
.reading-list li a{
	display: table-cell;
	width: 100%;
	height: 95px;
	text-align: center;
	vertical-align: middle;
	background: #daebfb;
}
.reading-list li a .icon{
	display: inline-block;
	width: 40px;
	margin-bottom: 6px;
	transform:rotateY(0deg);
	transition: .4s ease-in-out;
}
.reading-list li a .icon img{
	width: 100%;
	height: auto;
}
.reading-list li a img.icon-nomal{
	display: inline-block;
}
.reading-list li a img.icon-on{
	display: none;
}
.reading-list li a p{
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.reading-list li a:hover{
	background: #1b62b6;
}
.reading-list li a:hover p{
	color: #fff;
}
.reading-list li a:hover .icon{
	transform:rotateY(-360deg)
}
.reading-list li a:hover img.icon-nomal{
	display: none;
}
.reading-list li a:hover img.icon-on{
	display: inline-block;
}
/* .old_type  */
.old_type .reading-head-box h1{
	height: 7.2vw;
	line-height: 7.2vw;
	font-size: 3.2vw;
	margin-top: 1.2vw;
}
.old_type .reading-list{
	margin-top: 4vw;
}
.old_type .reading-list li{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.6vw;
}
.old_type .reading-list li:nth-of-type(3n){
	margin-right: 0;
}
.old_type .reading-list li a{
	height: 16vw;
}
.old_type .reading-list li a .icon{
	width: 4.8vw;
	margin-bottom: 0.8vw;
}
.old_type .reading-list li a p{
	height: 2.8vw;
	line-height: 2.8vw;
	padding: 0 0.5vw;
	font-size: 2.4vw;
}
@media (max-width:1200px) {
	.reading-head-box h1{
		height: 4.5vw;
		line-height: 4.5vw;
		font-size: 2vw;
		margin-top: 0.75vw;
	}
	.reading-list{
		margin-top: 2.5vw;
	}
	.reading-list li{
		margin-bottom: 2.25vw;
	}
	.reading-list li a{
		height: 8vw;
	}
	.reading-list li a .icon{
		width: 3.25vw;
		margin-bottom: 0.5vw;
	}
	.reading-list li a p{
		height: 2vw;
		line-height: 2vw;
		font-size: 1.5vw;
	}
}
@media (max-width:768px) {
	.reading-head-box h1{
		height: 7.2vw;
		line-height: 7.2vw;
		font-size: 3.2vw;
		margin-top: 1.2vw;
	}
	.reading-list{
		margin-top: 4vw;
	}
	.reading-list li{
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.6vw;
	}
	.reading-list li:nth-of-type(3n){
		margin-right: 0;
	}
	.reading-list li a{
		height: 16vw;
	}
	.reading-list li a .icon{
		width: 4.8vw;
		margin-bottom: 0.8vw;
	}
	.reading-list li a p{
		height: 3.2vw;
		line-height: 3.2vw;
		font-size: 2.4vw;
	}
}
@media (max-width:414px) {
	.reading-head-box h1{
		font-size: 5.2vw;
	}
	.reading-list li{
		width: 48.5%;
		margin-right: 0%;
	}
	.reading-list li:nth-of-type(3n){
		margin-right: 0;
	}
	.reading-list li:nth-of-type(2n){
		float: right;
	}
	.reading-list li a{
		height: 22.95vw;
	}
	.reading-list li a .icon{
		width: 8vw;
		margin-bottom: 1.2vw;
	}
	.reading-list li a p{
		height: 5.2vw;
		line-height: 5.2vw;
		font-size: 4.4vw;
	}
}

/* ---- growth-container style ---- */
.growth-container{
	width: 100%;
	height: 378px;
	position: relative;
	margin-top: 80px;
}
.growth-lists li{
	position: relative;
	float: left;
	height: 378px;
}
.growth-lists li::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 50%;
	margin-left: -1px;
	border: 1px dashed #f46f41;
	width: 2px;
	height: 25%;
}
.growth-lists li .axis{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	margin-top: -13px;
	height: 26px;
	width: 100%;
	line-height: 26px;
	font-size: 22px;
	color: #fffefe;
	text-align: center;
	background: linear-gradient(to right, #fa4f59, #f69331 );
}
.growth-lists li .date{
	position: absolute;
	left: 0;
	right: 0;
	top: 27px;
	z-index: 3;
	margin: 0 auto;
	width: 125px;
	height: 125px;
	line-height: 125px;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	margin: 0 auto;
	background: #f47040;
}
.growth-lists li .con{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 13px;
	padding-top: 56px;
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
}
.growth-lists li .con::before{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 25px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(YTGovOpen202112-triangle01.png);
}
.growth-lists li:nth-of-type(2n) .date{
	bottom: 27px;
	top: auto;
}
.growth-lists li:nth-of-type(2n)::before{
	top: 50%;
	bottom: auto;
}
.growth-lists li:nth-of-type(2n) .con{
	top: auto;
	bottom: 50%;
	margin-top: 0;
	margin-bottom: 13px;
	padding-top: 0;
	padding-bottom: 56px;
}
.growth-lists li:nth-of-type(2n) .con::before{
	bottom: -1px;
	top: auto;
	background-image: url(YTGovOpen202112-triangle02.png);
}

.growth-lists li:first-of-type{
	width: 15.75%;
}
.growth-lists li:first-of-type::before{
	border-color: #f46f41;
}
.growth-lists li:first-of-type .axis{
	background: linear-gradient(to right, #fa4f59, #f69331 );
	border-radius: 13px 0 0 13px;
}
.growth-lists li:first-of-type .date{
	background: #f47040;
}
.growth-lists li:first-of-type .con::before{
	background-image: url(YTGovOpen202112-triangle01.png);
}

.growth-lists li:nth-of-type(2){
	width: 18.75%;
}
.growth-lists li:nth-of-type(2)::before{
	border-color: #feae2b;
}
.growth-lists li:nth-of-type(2) .axis{
	background: linear-gradient(to right, #f69332, #e0b930 );
}
.growth-lists li:nth-of-type(2) .date{
	background: #feae2b;
}
.growth-lists li:nth-of-type(2) .con::before{
	background-image: url(YTGovOpen202112-triangle02.png);
}

.growth-lists li:nth-of-type(3){
	width: 15.5%;
}
.growth-lists li:nth-of-type(3)::before{
	border-color: #aab93c;
}
.growth-lists li:nth-of-type(3) .axis{
	background: linear-gradient(to right, #dfb930, #47bb74 );
}
.growth-lists li:nth-of-type(3) .date{
	background: #aab93c;
}
.growth-lists li:nth-of-type(3) .con::before{
	background-image: url(YTGovOpen202112-triangle03.png);
}

.growth-lists li:nth-of-type(4){
	width: 16.5%;
}
.growth-lists li:nth-of-type(4)::before{
	border-color: #03b8d4;
}
.growth-lists li:nth-of-type(4) .axis{
	background: linear-gradient(to right, #46bb75, #04a7f2 );
}
.growth-lists li:nth-of-type(4) .date{
	background: #03b8d4;
}
.growth-lists li:nth-of-type(4) .con::before{
	background-image: url(YTGovOpen202112-triangle04.png);
}

.growth-lists li:nth-of-type(5){
	width: 16.5%;
}
.growth-lists li:nth-of-type(5)::before{
	border-color: #098bd8;
}
.growth-lists li:nth-of-type(5) .axis{
	background: linear-gradient(to right, #04a6f2, #207bc4 );
}
.growth-lists li:nth-of-type(5) .date{
	background: #098bd8;
}
.growth-lists li:nth-of-type(5) .con::before{
	background-image: url(YTGovOpen202112-triangle05.png);
}

.growth-lists li:nth-of-type(6){
	width: 17%;
}
.growth-lists li:nth-of-type(6)::before{
	border-color: #4f77be;
}
.growth-lists li:nth-of-type(6) .axis{
	background: linear-gradient(to right, #207bc4, #7376bb );
	border-radius: 0 13px 13px 0;
}
.growth-lists li:nth-of-type(6) .date{
	background: #4f77be;
}
.growth-lists li:nth-of-type(6) .con::before{
	background-image: url(YTGovOpen202112-triangle06.png);
}
/* old_type */
.old_type .growth-container{
	height: auto;
	margin-top: 4vw;
	position: relative;
}
.old_type .growth-container::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4.8vw;
	height: 100%;
	background: url(YTGovOpen202112_growth-container-axis-y.png) center center / 100% 100% no-repeat;
}
.old_type .growth-lists{
	padding: 6vw 0 2vw;
}
.old_type .growth-lists li{
	width: 100%;
	float: none;
	height: auto;
	margin-bottom: 4.8vw;
}
.old_type .growth-lists li:last-of-type{
	margin-bottom: 0;
}
.old_type .growth-lists li::before{
	position: absolute;
	left: 4vw;
	top: 3vw;
	margin-top: -1px;
	height: 2px;
	width: 10vw;
}
.old_type .growth-lists li .axis{
	position: absolute;
	top: -2vw;
	left: 0;
	width: 4.8vw;
	height: auto;
	padding: 0 0.4vw;
	line-height: 110%;
	text-align: center;
	font-size: 4vw;
	color: #fff;
	background: none !important;
	word-wrap: break-word;
	word-wrap: break-word;
}
.old_type .growth-lists li .date{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	margin: 0 auto 1.2vw;
	margin-left: 10vw;
	width: auto;
	height: 6vw;
	padding: 0 6vw;
	line-height: 6vw;
	font-size: 4vw;
	border-radius: 3vw;
	text-align: center;
	font-weight: bold;
}
.old_type .growth-lists li .con{
	position: relative;
	left: auto;
	top: auto;
	margin-top: 0;
	padding-top: 0;
	padding-left: 10vw;
	line-height: 175%;
	font-size: 2.8vw;
	color: #333;
}
.old_type .growth-lists li .con a{
	color: #333;
}
.old_type .growth-lists li .con::before{
	display: none;
}
.old_type .growth-lists li:nth-of-type(2n) .date{
	bottom: auto;
	top: auto;
}
.old_type .growth-lists li:nth-of-type(2n)::before{
	top: 3vw;
	bottom: auto;
}
.old_type .growth-lists li:nth-of-type(2n) .con{
	top: auto;
	bottom: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.old_type .growth-lists li:first-of-type{
	width: 100%;
}
.old_type .growth-lists li:nth-of-type(2){
	width: 100%;
}
.old_type .growth-lists li:nth-of-type(3){
	width: 100%;
}
.old_type .growth-lists li:nth-of-type(4){
	width: 100%;
}
.old_type .growth-lists li:nth-of-type(5){
	width: 100%;
}
.old_type .growth-lists li:nth-of-type(6){
	width: 100%;
}
@media (max-width:1200px) {
	.growth-container{
		height: 31.5vw;
		margin-top: 6.75vw;
	}
	.growth-lists li{
		height: 31.5vw;
	}
	.growth-lists li .axis{
		margin-top: -1vw;
		height: 2vw;
		line-height: 2vw;
		font-size: 1.75vw;
	}
	.growth-lists li .date{
		top: 2.25vw;
		width: 10.5vw;
		height: 10.5vw;
		line-height: 10.5vw;
		font-size: 3.25vw;
	}
	.growth-lists li .con{
		margin-top: 1vw;
		padding-top: 4.5vw;
		line-height: 2vw;
		font-size: 1.33vw;
	}
	.growth-lists li .con::before{
		top: -0px;
		width: 2.5vw;
		height: 2vw;
	}
	.growth-lists li:nth-of-type(2n) .date{
		bottom: 2.25vw;
	}
	.growth-lists li:nth-of-type(2n) .con{
		margin-bottom: 1vw;
		padding-bottom: 4.5vw;
	}
	.growth-lists li:nth-of-type(2n) .con::before{
		bottom: -0px;
	}
	
	.growth-lists li:first-of-type .axis{
		border-radius: 1vw 0 0 1vw;
	}

	.growth-lists li:nth-of-type(6) .axis{
		border-radius: 0 13px 13px 0;
	}
}
@media (max-width:768px) {
	.growth-container{
		height: auto;
		margin-top: 4vw;
		position: relative;
	}
	.growth-container::before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 4.8vw;
		height: 100%;
		background: url(YTGovOpen202112_growth-container-axis-y.png) center center / 100% 100% no-repeat;
	}
	.growth-lists{
		padding: 6vw 0 2vw;
	}
	.growth-lists li{
		width: 100%;
		float: none;
		height: auto;
		margin-bottom: 4.8vw;
	}
	.growth-lists li:last-of-type{
		margin-bottom: 0;
	}
	.growth-lists li::before{
		position: absolute;
		left: 4vw;
		top: 3vw;
		margin-top: -1px;
		height: 2px;
		width: 10vw;
	}
	.growth-lists li .axis{
		position: absolute;
		top: -2vw;
		left: 0;
		width: 4.8vw;
		height: auto;
		padding: 0 0.4vw;
		line-height: 100%;
		text-align: center;
		font-size: 4vw;
		color: #fff;
		background: none !important;
		word-wrap: break-word;
		word-wrap: break-word;
	}
	.growth-lists li .date{
		display: inline-block;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		margin: 0 auto 1.2vw;
		margin-left: 10vw;
		width: auto;
		height: 6vw;
		padding: 0 6vw;
		line-height: 6vw;
		font-size: 4vw;
		border-radius: 3vw;
		text-align: center;
		font-weight: bold;
	}
	.growth-lists li .con{
		position: relative;
		left: auto;
		top: auto;
		margin-top: 0;
		padding-top: 0;
		padding-left: 10vw;
		line-height: 175%;
		font-size: 2.8vw;
	}
	.growth-lists li .con::before{
		display: none;
	}
	.growth-lists li:nth-of-type(2n) .date{
		bottom: auto;
		top: auto;
	}
	.growth-lists li:nth-of-type(2n)::before{
		top: 3vw;
		bottom: auto;
	}
	.growth-lists li:nth-of-type(2n) .con{
		top: auto;
		bottom: auto;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.growth-lists li:first-of-type{
		width: 100%;
	}
	.growth-lists li:nth-of-type(2){
		width: 100%;
	}
	.growth-lists li:nth-of-type(3){
		width: 100%;
	}
	.growth-lists li:nth-of-type(4){
		width: 100%;
	}
	.growth-lists li:nth-of-type(5){
		width: 100%;
	}
	.growth-lists li:nth-of-type(6){
		width: 100%;
	}
}
@media (max-width:414px) {
	.growth-container::before{
		width: 5.6vw;
	}
	.growth-lists{
		padding: 6vw 0 2vw;
	}
	.growth-lists li::before{
		top: 4vw;
		width: 12vw;
	}
	.growth-lists li .axis{
		width: 5.6vw;
		padding: 0 0.4vw;
		font-size: 4.8vw;
		line-height: 110%;
	}
	.growth-lists li .date{
		margin: 0 auto 2vw;
		margin-left: 12vw;
		height: 8vw;
		line-height: 8vw;
		font-size: 4.8vw;
		border-radius: 4vw;
		padding: 0 8vw;
	}
	.growth-lists li .con{
		padding-left: 12vw;
		line-height: 175%;
		font-size: 4vw;
	}
}
/* ---- policy-container style ---- */
.policy-container{
	margin-top: 50px;
	padding: 38px 0 50px;
	background: #f5f5f5;
}
.main-head-box{
	border-bottom: 2px solid #dedede;
	padding: 13px 0;
	position: relative;
	margin-bottom: 16px;
}
.main-head-box h1{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	border-left: 3px solid #2d5eab;
	padding-left: 0.7rem;
	font-size: 24px;
	color: #115db2;
}
.main-head-box a.more{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #999999;
}
.main-head-box a.more:hover{
	color: #2d5eab;
}
/* old_type */
.old_type .policy-container{
	margin-top: 6.4vw;
	padding: 5.2vw 0 6.4vw;
}
.old_type .main-head-box{
	padding: 1.6vw 0;
	margin-bottom: 2.4vw;
}
.old_type .main-head-box h1{
	height: 3.2vw;
	line-height: 3.2vw;
	border-left: 0.4vw solid #2d5eab;
	padding-left: 2vw;
	font-size: 3.2vw;
}
.old_type .main-head-box a.more{
	height: 5.2vw;
	line-height: 5.2vw;
	font-size: 2.4vw;
}
@media (max-width:1200px) {
	.policy-container{
		margin-top: 4vw;
		padding: 3.25vw 0 4vw;
	}
	.main-head-box{
		padding: 1vw 0;
		margin-bottom: 1.25vw;
	}
	.main-head-box h1{
		height: 2vw;
		line-height: 2vw;
		border-left: 0.25vw solid #2d5eab;
		padding-left: 1.25vw;
		font-size: 2vw;
	}
	.main-head-box a.more{
		height: 3.25vw;
		line-height: 3.25vw;
		font-size: 1.25vw;
	}
}
@media (max-width:768px) {
	.policy-container{
		margin-top: 6.4vw;
		padding: 5.2vw 0 6.4vw;
	}
	.main-head-box{
		padding: 1.6vw 0;
		margin-bottom: 2.4vw;
	}
	.main-head-box h1{
		height: 3.2vw;
		line-height: 3.2vw;
		border-left: 0.4vw solid #2d5eab;
		padding-left: 2vw;
		font-size: 3.2vw;
	}
	.main-head-box a.more{
		height: 5.2vw;
		line-height: 5.2vw;
		font-size: 2.4vw;
	}
}
@media (max-width:414px) {
	.main-head-box h1{
		height: 4.8vw;
		line-height: 4.8vw;
		border-left: 0.8vw solid #2d5eab;
		padding-left: 3.2vw;
		font-size: 4.8vw;
	}
	.main-head-box a.more{
		font-size: 3.6vw;
		height: 6vw;
		line-height: 6vw;
	}
}
/* ---- policy-lists style ---- */
.policy-lists li{
	height: 2.3rem;
	line-height: 2.3rem;
	border-bottom: 1px dashed #bebdbd;
	padding: 0 0 0 1rem;
	position: relative;
	font-size: 0.8rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.policy-lists li a:hover{
	color: #115db2;
}
.policy-lists li:last-of-type{
	border-bottom: none;
}
.policy-lists li a {
	color: #333;
}
.policy-lists li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 1rem;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: #333;
}
.policy-lists li a:hover::before{
	background: #115db2;
}
.policy-lists li span{
	position: absolute;
	top: 0;
	right: 0;
	height: 2.3rem;
	line-height: 2.3rem;
	font-size: 0.8rem;
	color: #8c8c8c;
}
/* old_type */
.old_type .policy-lists li{
	height: auto;
	min-height: 6vw;
	line-height: 4vw;
	padding: 1vw 0 1vw 2.8vw;
	font-size: 2.8vw;
	overflow: auto;
	text-overflow: unset;
	white-space: unset;
}
.old_type .policy-lists li a::before{
	top: 2.7vw;
	width: 0.8vw;
	height: 0.8vw;
}
.old_type .policy-lists li span{
	display: none;
}
@media (max-width:1200px) {
	.policy-lists li{
		height: 3.75vw;
		line-height: 3.75vw;
		padding: 0 0 0 1.75vw;
		font-size: 1.33vw;
	}
	.policy-lists li a::before{
		top: 1.75vw;
		width: 0.5vw;
		height: 0.5vw;
	}
	.policy-lists li span{
		height: 3.75vw;
		line-height: 3.75vw;
		font-size: 1.25vw;
	}
}
@media (max-width:768px) {
	.policy-lists li{
		height: auto;
		min-height: 6vw;
		line-height: 4vw;
		padding: 1vw 0 1vw 2.8vw;
		font-size: 2.8vw;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}
	.policy-lists li a::before{
		top: 2.7vw;
		width: 0.8vw;
		height: 0.8vw;
	}
	.policy-lists li span{
		display: none;
	}
}
@media (max-width:414px) {
	.policy-lists li{
		min-height: 10vw;
		line-height: 6vw;
		padding: 2vw 0 2vw 4vw;
		font-size: 4vw;
	}
	.policy-lists li a::before{
		top: 4.4vw;
		width: 1.6vw;
		height: 1.6vw;
	}
}

/* action-container */
.action-container{
	padding: 48px 0 55px;
	background: url(YTGovOpen202112_action-container.jpg) center center / auto 100% repeat-x; 
}
.action-container .policy-lists li{
	width: 100%;
	float: left;
}
.action-container .policy-lists li:nth-of-type(2n){
	float: right;
}
.action-container .policy-lists li:nth-last-of-type(2){
	border-bottom: none;
}
/* old_type */
.old_type .action-container{
	padding: 4vw 0 10vw;
}
.old_type .action-container .policy-lists li{
	width: 100%;
}
.old_type .action-container .policy-lists li:nth-last-of-type(2){
	border-bottom: 1px dashed #bebdbd;
}
@media (max-width:1200px) {
	.action-container{
		padding: 4vw 0 15vw;
	}
}
@media (max-width:768px) {
	.action-container{
		padding: 6.4vw 0 15vw;
	}
	.action-container .policy-lists li{
		width: 100%;
	}
	.action-container .policy-lists li:nth-last-of-type(2){
		border-bottom: 1px dashed #bebdbd;
	}
}