﻿.govopen202112-body{
	background: url(YTGovOpen202112_bg-ssjygk.jpg) center bottom repeat-x #fff;
}
.half-left-container,
.half-right-container{
	width: 49%;
}
.half-left-container {
	float: left;
}
.half-right-container {
	float: right;
}
/* old_type */
.old_type .half-left-container,
.old_type .half-right-container{
	width: 100%;
}
@media (max-width: 768px) {
	.half-left-container,
	.half-right-container{
		width: 100%;
	}
}
/* .spotcheck-container style */
.spotcheck-container{
	width: 100%;
	padding: 2.25rem 0 2.1rem;
	background: #f5f5f5;
	margin-bottom: 1.8rem;
}
.spotcheck-left-container{
	width: 72%;
	float: left;
}
.spotcheck-right-container{
	width: 24.5%;
	float: right;
}
/* old_type */
.old_type .spotcheck-container{
	padding: 3.75vw 0 3.5vw;
	margin-bottom: 3vw;
}
.old_type .spotcheck-left-container{
	width: 100%;
}
.old_type .spotcheck-right-container{
	width: 100%;
}
@media (max-width:1200px) {
	.spotcheck-container{
		padding: 3.75vw 0 3.5vw;
		margin-bottom: 3vw;
	}
}
@media (max-width:768px) {
	.spotcheck-container{
		padding: 6vw 0 5.6vw;
		margin-bottom: 4.8vw;
	}
	.spotcheck-left-container{
		width: 100%;
	}
	.spotcheck-right-container{
		width: 100%;
	}
}

/* ---- spotcheck-left-tab style ---- */
.tab-head {
	zoom: 1;
}

.tab-head li {
	float: left;
	cursor: pointer;
}

.tab-body>li {
	display: none;
	position: relative;
}

.tab-body>li.thisclass {
	display: block;
}

.spotcheck-tab-container .tab-head-box{
	position: relative;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid #1b62b6;
}
.spotcheck-tab-container .tab-head li{
	height: 3.1rem;
	line-height: 3.1rem;
	font-size: 1.2rem;
	color: #999;
	font-weight: bold;
	margin-left: 3rem;
}
.spotcheck-tab-container .tab-head li img{
	width: 1.2rem;
	height: auto;
	margin-right: 0.6rem;
}
.spotcheck-tab-container .tab-head li img.undefault{
	display: none;
}
.spotcheck-tab-container .tab-head li img.default{
	display: inline;
}
.spotcheck-tab-container .tab-head li:first-of-type{
	margin-left: 0;
}
.spotcheck-tab-container .tab-head li a{
	color: #999;
	text-decoration: none;
}
.spotcheck-tab-container .tab-head li.active{
	color: #115db2;
}
.spotcheck-tab-container .tab-head li.active a{
	color: #115db2;
}
.spotcheck-tab-container .tab-head li.active img.undefault{
	display: inline;
}
.spotcheck-tab-container .tab-head li.active img.default{
	display: none;
}
/* old_type */
.old_type .spotcheck-tab-container .tab-head-box{
	margin-bottom: 2vw;
}
.old_type .spotcheck-tab-container .tab-head li{
	width: 33.33%;
	text-align: center;
	height: auto;
	min-height: 8vw;
	line-height: 5vw;
	padding: 1.5vw 0;
	font-size: 2.4vw;
	margin-left: 0;
}
.old_type .spotcheck-tab-container .tab-head li img{
	width: 2.4vw;
	margin-right: 1.6vw;
}
@media (max-width:1200px) {
	.spotcheck-tab-container .tab-head-box{
		margin-bottom: 1.25vw;
	}
	.spotcheck-tab-container .tab-head li{
		height: 5.25vw;
		line-height: 5.25vw;
		font-size: 2vw;
		margin-left: 5vw;
	}
	.spotcheck-tab-container .tab-head li img{
		width: 2vw;
		margin-right: 1vw;
	}
}
@media (max-width:768px) {
	.spotcheck-tab-container .tab-head-box{
		margin-bottom: 2vw;
	}
	.spotcheck-tab-container .tab-head li{
		width: 33.33%;
		text-align: center;
		height: auto;
		min-height: 8vw;
		line-height: 5vw;
		padding: 1.5vw 0;
		font-size: 3.2vw;
		margin-left: 0;
	}
	.spotcheck-tab-container .tab-head li img{
		width: 3.2vw;
		margin-right: 1.6vw;
	}
}
@media (max-width:414px) {
	.spotcheck-tab-container .tab-head-box{
		position: relative;
		margin-bottom: 0.75rem;
		border-bottom: 1px solid #1b62b6;
	}
	.spotcheck-tab-container .tab-head li{
		font-size: 4.4vw;
		font-weight: normal;
	}
	.spotcheck-tab-container .tab-head li.active{
		font-weight: bold;
	}
	.spotcheck-tab-container .tab-head li img{
		display: none !important;
	}
}

/* ---- spotcheck-lists style ---- */
.spotcheck-lists li{
	height: 2.3rem;
	line-height: 2.3rem;
	border-bottom: 1px dashed #bebdbd;
	padding: 0 4.8rem 0 1rem;
	position: relative;
	font-size: 0.8rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.spotcheck-lists li a:hover{
	color: #115db2;
}
.spotcheck-lists li:last-of-type{
	border-bottom: none;
}
.spotcheck-lists li a {
	color: #333;
}
.spotcheck-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;
}
.spotcheck-lists li a:hover::before{
	background: #115db2;
}
.spotcheck-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 .spotcheck-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 .spotcheck-lists li a::before{
	top: 2.7vw;
	width: 0.8vw;
	height: 0.8vw;
}
.old_type .spotcheck-lists li span{
	display: none;
}
@media (max-width:1200px) {
	.spotcheck-lists li{
		height: 3.75vw;
		line-height: 3.75vw;
		padding: 0 10vw 0 1.75vw;
		font-size: 1.33vw;
	}
	.spotcheck-lists li a::before{
		top: 1.75vw;
		width: 0.5vw;
		height: 0.5vw;
	}
	.spotcheck-lists li span{
		height: 3.75vw;
		line-height: 3.75vw;
		font-size: 1.25vw;
	}
}
@media (max-width:768px) {
	.spotcheck-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;
	}
	.spotcheck-lists li a::before{
		top: 2.7vw;
		width: 0.8vw;
		height: 0.8vw;
	}
	.spotcheck-lists li span{
		display: none;
	}
}
@media (max-width:414px) {
	.spotcheck-lists li{
		min-height: 10vw;
		line-height: 6vw;
		padding: 2vw 0 2vw 4vw;
		font-size: 4vw;
	}
	.spotcheck-lists li a::before{
		top: 4.4vw;
		width: 1.6vw;
		height: 1.6vw;
	}
}
/* ---- spotcheck-links-container style ---- */
.spotcheck-links-container li{
	width: 100%;
	margin-bottom: 0.75rem;
	display: table;
}
.spotcheck-links-container li a{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 4rem;
	padding-left: 5.7rem;
	padding-right: 0.9rem;
	position: relative;
	font-size: 1rem;
	color: #fff;
}
.spotcheck-links-container li a .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 4.8rem;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
}
.spotcheck-links-container li a .pic img{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -1.05rem auto 0;
	width: 2.1rem;
	height: 2.1rem;
}
.spotcheck-links-container li:nth-of-type(4n+1) a{
	background: #69abcb;
}
.spotcheck-links-container li:nth-of-type(4n+2) a{
	background: #68cabb;
}
.spotcheck-links-container li:nth-of-type(4n+3) a{
	background: #a799ca;
}
.spotcheck-links-container li:nth-of-type(4n) a{
	background: #d9534f;
}
/* old_type */
.old_type .spotcheck-links-container{
	margin-top: 4vw;
}
.old_type .spotcheck-links-container li{
	width: 48.5%;
	margin-bottom: 3%;
	float: left;
}
.old_type .spotcheck-links-container li:nth-of-type(2n){
	float: right;
}
.old_type .spotcheck-links-container li a{
	height: 8vw;
	padding-left: 10vw;
	padding-right: 2.4vw;
	font-size: 2.8vw;
}
.old_type .spotcheck-links-container li a .pic{
	width: 8vw;
}
.old_type .spotcheck-links-container li a .pic img{
	margin: -2vw auto 0;
	width: 4vw;
	height: 4vw;
}
@media (max-width:1200px) {
	.spotcheck-links-container li{
		margin-bottom: 1.25vw;
	}
	.spotcheck-links-container li a{
		height: 6.75vw;
		padding-left: 9.5vw;
		padding-right: 1.5vw;
		font-size: 1.75vw;
	}
	.spotcheck-links-container li a .pic{
		width: 8vw;
	}
	.spotcheck-links-container li a .pic img{
		margin: -1.75vw auto 0;
		width: 3.5vw;
		height: 3.5vw;
	}
}
@media (max-width:768px) {
	.spotcheck-links-container{
		margin-top: 4vw;
	}
	.spotcheck-links-container li{
		width: 48.5%;
		margin-bottom: 3vw;
		float: left;
	}
	.spotcheck-links-container li:nth-of-type(2n){
		float: right;
	}
	.spotcheck-links-container li a{
		height: 10.8vw;
		padding-left: 15.2vw;
		padding-right: 2.4vw;
		font-size: 2.8vw;
	}
	.spotcheck-links-container li a .pic{
		width: 12.8vw;
	}
	.spotcheck-links-container li a .pic img{
		margin: -2.8vw auto 0;
		width: 5.6vw;
		height: 5.6vw;
	}
}
@media (max-width:414px) {
	.spotcheck-links-container li{
		width: 100%;
		margin-bottom: 3vw;
		float: none;
	}
	.spotcheck-links-container li:nth-of-type(2n){
		float: none;
	}
	.spotcheck-links-container li a{
		height: 20vw;
		padding-left: 24vw;
		font-size: 4.8vw;
	}
	.spotcheck-links-container li a .pic{
		width: 20vw;
	}
	.spotcheck-links-container li a .pic img{
		margin: -4vw auto 0;
		width: 8vw;
		height: 8vw;
	}
}

/* ---- section-head-box style ---- */
.section-head-box{
	width: 100%;
	height: 2rem;
	margin-bottom: 1.5rem;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.section-head-box h1{
	position: relative;
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.6rem;
	color: #115db2;
	z-index: 1;
}
.section-head-box h1 a{
	color: #115db2;
}
.section-head-box h1 img{
	height: 1.6rem;
	width: auto;
	margin-right: 0.5rem;
}
.section-head-box::before,
.section-head-box::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 50%;
	margin-top: -0.05rem;
	height: 0.1rem;
	line-height: 0;
	font-size: 0;
	font-size: 1.6rem;
	background: #115db2;
}
.section-head-box::before{
	right: 50%;
	margin-right: 3.5em;
}
.section-head-box::after{
	left: 50%;
	margin-left: 3.5em;
}
/* old_type */
.old_type .section-head-box{
	height: 5.2vw;
	margin-bottom: 4vw;
}
.old_type .section-head-box h1{
	height: 5.2vw;
	line-height: 5.2vw;
	font-size: 4.4vw;
}
.old_type .section-head-box h1 img{
	height: 4.4vw;
	margin-right: 1.2vw;
}
.old_type .section-head-box::before,
.old_type .section-head-box::after{
	font-size: 4.4vw;
}
@media (max-width:1200px) {
	.section-head-box{
		height: 3.25vw;
		margin-bottom: 2.5vw;
	}
	.section-head-box h1{
		height: 3.25vw;
		line-height: 3.25vw;
		font-size: 2.75vw;
	}
	.section-head-box h1 img{
		height: 2.75vw;
		margin-right: 0.75vw;
	}
	.section-head-box::before,
	.section-head-box::after{
		font-size: 2.75vw;
	}
}
@media (max-width:768px) {
	.section-head-box{
		height: 5.2vw;
		margin-bottom: 4vw;
	}
	.section-head-box h1{
		height: 5.2vw;
		line-height: 5.2vw;
		font-size: 4.4vw;
	}
	.section-head-box h1 img{
		height: 4.4vw;
		margin-right: 1.2vw;
	}
	.section-head-box::before,
	.section-head-box::after{
		font-size: 4.4vw;
	}
}
@media (max-width:414px) {
	.section-head-box{
		height: 6vw;
	}
	.section-head-box h1{
		height: 6vw;
		line-height: 6vw;
		font-size: 5.2vw;
	}
	.section-head-box h1 img{
		height: 5.2vw;
	}
	.section-head-box::before,
	.section-head-box::after{
		font-size: 5.2vw;
	}
}

/* ---- jiancha-head-box style ---- */
.jiancha-box{
	padding: 0.45rem 1rem 0.9rem;
	background: #fff;
	margin-bottom: 1.8rem;
}
.jiancha-head-box{
	border-bottom: 1px solid #1b62b6;
	position: relative;
	margin-bottom: 0.6rem;
}
.jiancha-head-box h1{
	height: 2.55rem;
	line-height: 2.55rem;
	font-size: 1.2rem;
	color: #115db2;
}
.jiancha-head-box h1 img{
	height: 1.25rem;
	width: auto;
	margin-right: 0.6rem;
}
.jiancha-head-box a.more{
	position: absolute;
	right: 0;
	top: 0;
	height: 2.55rem;
	line-height: 2.55rem;
	font-size: 0.8rem;
	color: #999999;
}
.jiancha-head-box a.more:hover{
	color: #115db2;
}
/* old_type */
.old_type .jiancha-box{
	padding: 1.2vw 2.8vw 2.4vw;
	margin-bottom: 3vw;
}
.old_type .jiancha-head-box{
	margin-bottom: 1.6vw;
}
.old_type .jiancha-head-box h1{
	height: 6.8vw;
	line-height: 6.8vw;
	font-size: 3.2vw;
}
.old_type .jiancha-head-box h1 img{
	height: 3.2vw;
	margin-right: 1.6vw;
}
.old_type .jiancha-head-box a.more{
	height: 6.8vw;
	line-height: 6.8vw;
	font-size: 2vw;
}
@media (max-width:1200px) {
	.jiancha-box{
		padding: 1.75vw 1.75vw 1.5vw;
		margin-bottom: 3vw;
	}
	.jiancha-head-box{
		margin-bottom: 1vw;
	}
	.jiancha-head-box h1{
		height: 4.25vw;
		line-height: 4.25vw;
		font-size: 2vw;
	}
	.jiancha-head-box h1 img{
		height: 2vw;
		margin-right: 1vw;
	}
	.jiancha-head-box a.more{
		height: 4.25vw;
		line-height: 4.25vw;
		font-size: 1.33vw;
	}
}
@media (max-width:768px) {
	.jiancha-box{
		padding: 1.2vw 2.8vw 2.4vw;
		margin-bottom: 4.8vw;
	}
	.jiancha-head-box{
		margin-bottom: 1.6vw;
	}
	.jiancha-head-box h1{
		height: 6.8vw;
		line-height: 6.8vw;
		font-size: 3.2vw;
	}
	.jiancha-head-box h1 img{
		height: 3.2vw;
		margin-right: 1.6vw;
	}
	.jiancha-head-box a.more{
		height: 6.8vw;
		line-height: 6.8vw;
		font-size: 2vw;
	}
}
@media (max-width:414px) {
	.jiancha-head-box h1{
		font-size: 4.4vw;
	}
	.jiancha-head-box h1 img{
		height: 4.4vw;
	}
	.jiancha-head-box a.more{
		font-size: 3.6vw;
	}
}
/* ---- spotcheck-lists style ---- */
.jiancha-lists li{
	height: 2.3rem;
	line-height: 2.3rem;
	border-bottom: 1px dashed #bebdbd;
	padding: 0 0rem 0 1rem;
	position: relative;
	font-size: 0.8rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jiancha-lists li a:hover{
	color: #115db2;
}
.jiancha-lists li:last-of-type{
	border-bottom: none;
}
.jiancha-lists li a {
	color: #333;
}
.jiancha-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;
}
.jiancha-lists li a:hover::before{
	background: #115db2;
}

/* old_type */
.old_type .jiancha-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 .jiancha-lists li a::before{
	top: 2.7vw;
	width: 0.8vw;
	height: 0.8vw;
}

@media (max-width:1200px) {
	.jiancha-lists li{
		height: 3.75vw;
		line-height: 3.75vw;
		padding: 0 0 0 1.75vw;
		font-size: 1.33vw;
	}
	.jiancha-lists li a::before{
		top: 1.75vw;
		width: 0.5vw;
		height: 0.5vw;
	}
}
@media (max-width:768px) {
	.jiancha-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;
	}
	.jiancha-lists li a::before{
		top: 2.7vw;
		width: 0.8vw;
		height: 0.8vw;
	}
}
@media (max-width:414px) {
	.jiancha-lists li{
		min-height: 10vw;
		line-height: 6vw;
		padding: 2vw 0 2vw 4vw;
		font-size: 4vw;
	}
	.jiancha-lists li a::before{
		top: 4.4vw;
		width: 1.6vw;
		height: 1.6vw;
	}
}

/* ---- department-choucha-box style ---- */
.department-choucha-container{
	width: 100%;
	padding: 1.2rem 0.6rem;
	background: #fff;
	position: relative;
}
.department-choucha-box{
	float: left;
	width: 15.52%;
	margin: 0.6rem 0.5733% 0;
}
.choucha-handle{
	width: 100%;
	height: 2.25rem;
	display: table;
	border-radius: 0.2rem;
}
.choucha-handle span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 2.25rem;
	padding: 0 0.3rem;
	background: #f5f5f5;
	border-radius: 0.2rem;
	font-size: 0.8rem;
	line-height: 1rem;
	color: #1b62b6;
	cursor: pointer;
}
.choucha-handle.active span{
	background: #1b62b6;
	color: #fff;
}
.choucha-handle a{
	color: #1b62b6;
}
.choucha-container{
	display: none;
	overflow: hidden;
	position: absolute;
	width: 96.667%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0.9rem 0 0.75rem;
	background: #fff;
}
.choucha-container.thisopen{
	display: block;
}
.choucha-left,
.choucha-right{
	width: 47.16%;
}
.choucha-left{
	float: left;
}
.choucha-right{
	float: right;
}
.choucha-head-box{
	height: 2.25rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.6rem;
}
.choucha-head-box::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	line-height: 0;
	font-size: 0;
	background: #e0e0e0;
	overflow: hidden;
}
.choucha-head-box h1{
	float: left;
	position: relative;
	width: auto;
	height: 2.25rem;
	border-bottom: 0.15rem solid #1b62b6;
	line-height: 2.1rem;
	font-size: 1rem;
	color: #115db2;
}
.choucha-head-box a.more{
	position: absolute;
	right: 0;
	top: 0;
	height: 2.25rem;
	line-height: 2.25rem;
	font-size: 0.8rem;
	color: #999;
}
.chouchaBlank{
	width: 100%;
	float: left;
}
/* old_type */
.old_type .department-choucha-container{
	padding: 3.2vw 1.6vw;
}
.old_type .department-choucha-box{
	width: 31.333%;
	margin: 2% 1% 0;
}
.old_type .choucha-handle{
	height: 6vw;
}
.old_type .choucha-handle span{
	height: 6vw;
	padding: 0 0.4vw;
	font-size: 2.4vw;
	line-height: 3vw;
}
.old_type .choucha-container{
	width: 92%;
	padding: 2.4vw 0 2vw;
}
.old_type .choucha-left,
.old_type .choucha-right{
	width: 100%;
}
.old_type .choucha-right{
	margin-top: 3.6vw;
}
.old_type .choucha-head-box{
	height: 6vw;
	margin-bottom: 1.6vw;
}
.old_type .choucha-head-box h1{
	height: 6vw;
	border-bottom: 0.4vw solid #1b62b6;
	line-height: 5.6vw;
	font-size: 2.8vw;
}
.old_type .choucha-head-box a.more{
	height: 6vw;
	line-height: 6vw;
	font-size: 2vw;
}
@media (max-width:1200px) {
	.department-choucha-container{
		padding: 2vw 1vw;
	}
	.department-choucha-box{
		margin: 1vw 0.5733% 0;
	}
	.choucha-handle{
		height: 3.75vw;
	}
	.choucha-handle span{
		height: 3.75vw;
		padding: 0 0.5vw;
		font-size: 1.33vw;
		line-height: 1.6vw;
	}
	.choucha-container{
		padding: 1.5vw 0 1.25vw;
	}
	.choucha-head-box{
		height: 3.75vw;
		margin-bottom: 1vw;
	}
	.choucha-head-box h1{
		height: 3.75vw;
		border-bottom: 0.25vw solid #1b62b6;
		line-height: 3.5vw;
		font-size: 1.75vw;
	}
	.choucha-head-box a.more{
		height: 3.75vw;
		line-height: 3.75vw;
		font-size: 1.33vw;
	}
}
@media (max-width:768px) {
	.department-choucha-container{
		padding: 3.2vw 1.6vw;
	}
	.department-choucha-box{
		width: 31.333%;
		margin: 2% 1% 0;
	}
	.choucha-handle{
		height: 6vw;
	}
	.choucha-handle span{
		height: 6vw;
		padding: 0 0.4vw;
		font-size: 2.4vw;
		line-height: 3vw;
	}
	.choucha-container{
		width: 92%;
		padding: 2.4vw 0 2vw;
	}
	.choucha-left,
	.choucha-right{
		width: 100%;
	}
	.choucha-right{
		margin-top: 3.6vw;
	}
	.choucha-head-box{
		height: 6vw;
		margin-bottom: 1.6vw;
	}
	.choucha-head-box h1{
		height: 6vw;
		border-bottom: 0.4vw solid #1b62b6;
		line-height: 5.6vw;
		font-size: 2.8vw;
	}
	.choucha-head-box a.more{
		height: 6vw;
		line-height: 6vw;
		font-size: 2vw;
	}
}
@media (max-width:414px) {
	.choucha-handle{
		height: 10vw;
	}
	.choucha-handle span{
		height: 10vw;
		padding: 0 0.4vw;
		font-size: 3.6vw;
		line-height: 4.4vw;
	}
	.choucha-container{
		width: 92%;
		padding: 2.4vw 0 2vw;
	}
	.choucha-left,
	.choucha-right{
		width: 100%;
	}
	.choucha-right{
		margin-top: 3.6vw;
	}
	.choucha-head-box{
		height: 6vw;
		margin-bottom: 1.6vw;
	}
	.choucha-head-box h1{
		height: 6vw;
		border-bottom: 0.4vw solid #1b62b6;
		line-height: 5.6vw;
		font-size: 2.8vw;
	}
	.choucha-head-box a.more{
		height: 6vw;
		line-height: 6vw;
		font-size: 2vw;
	}
}
/* ---- choucha-lists style ---- */
.choucha-lists li{
	height: 2.3rem;
	line-height: 2.3rem;
	border-bottom: 1px dashed #bebdbd;
	padding: 0 0rem 0 1rem;
	position: relative;
	font-size: 0.8rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.choucha-lists li a:hover{
	color: #115db2;
}
.choucha-lists li:last-of-type{
	border-bottom: none;
}
.choucha-lists li a {
	color: #333;
}
.choucha-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;
}
.choucha-lists li a:hover::before{
	background: #115db2;
}

/* old_type */
.old_type .choucha-lists li{
	height: auto;
	min-height: 6vw;
	line-height: 6vw;
	padding: 0vw 0 0vw 2.8vw;
	font-size: 2.8vw;
	overflow: auto;
	text-overflow: unset;
	white-space: unset;
}
.old_type .choucha-lists li a::before{
	top: 2.7vw;
	width: 0.8vw;
	height: 0.8vw;
}

@media (max-width:1200px) {
	.choucha-lists li{
		height: 3.75vw;
		line-height: 3.75vw;
		padding: 0 0 0 1.75vw;
		font-size: 1.33vw;
	}
	.choucha-lists li a::before{
		top: 1.75vw;
		width: 0.5vw;
		height: 0.5vw;
	}
}
@media (max-width:768px) {
	.choucha-lists li{
		height: auto;
		min-height: 6vw;
		line-height: 6vw;
		padding: 0vw 0 0vw 2.8vw;
		font-size: 2.8vw;
	}
	.choucha-lists li a::before{
		top: 2.7vw;
		width: 0.8vw;
		height: 0.8vw;
	}
}
@media (max-width:414px) {
	.choucha-lists li{
		min-height: 10vw;
		line-height: 10vw;
		padding: 0vw 0 0vw 4vw;
		font-size: 4vw;
	}
	.choucha-lists li a::before{
		top: 4.4vw;
		width: 1.6vw;
		height: 1.6vw;
	}
}

.gd {
		height: 3.1rem;
	    line-height: 3.1rem;
		margin-left: 120px;
}
.gd a {
	font-size: 16px;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}