﻿/* toppic-head */
.toppic-main-head{
	position: relative;
	margin-bottom: 1rem;
	width: 100%;
	height: 2.2rem;
	text-align: center;
}
.toppic-main-head::before,
.toppic-main-head::after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -0.05rem;
	height: 0.1rem;
	width: 50%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background: #1b62b6;
}
.toppic-main-head::before{
	left: 0;
}
.toppic-main-head::after{
	right: 0;
}
.toppic-main-head h1{
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 2.2rem;
	padding: 0 0.9rem;
	line-height: 2.2rem;
	font-size: 1.6rem;
	color: #1b62b6;
	font-weight: bold;
	background: #fff;
}
.toppic-main-head h1 img{
	height: 1.6rem;
	width: auto;
	margin-right: 0.6rem;
}
@media (max-width:1200px) {
	.toppic-main-head{
		margin-bottom: 1.75vw;
		height: 3.75vw;
	}
	.toppic-main-head h1{
		height: 3.75vw;
		padding: 0 1.5vw;
		line-height: 3.75vw;
		font-size: 2.75vw;
	}
	.toppic-main-head h1 img{
		height: 2.75vw;
		margin-right: 1vw;
	}
}
@media (max-width:768px) {
	.toppic-main-head{
		margin-bottom: 2.8vw;
		height: 6vw;
	}
	.toppic-main-head h1{
		height: 6vw;
		padding: 0 2.4vw;
		line-height: 6vw;
		font-size: 4.8vw;
	}
	.toppic-main-head h1 img{
		height: 5.6vw;
		margin-right: 1.6vw;
	}
}
/* toppic-news-lists style */
.toppic-news-lists li{
	border-bottom: 1px dashed #b7b6b6;
	height: 2.3rem;
	height: calc(2.25rem + 1px);
	line-height: 2.25rem;
	font-size: 0.8rem;
	color: #333333;
	padding: 0 5rem 0 1rem;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.toppic-news-lists li:last-of-type{
	border-bottom: none;
}
.toppic-news-lists li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 1rem;
	width: 0.3rem;
	height: 0.3rem;
	background: #333333;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	border-radius: 50%;
}
.toppic-news-lists li span{
	position: absolute;
	top: 0;
	right: 0;
	height: 2.25rem;
	line-height: 2.25rem;
	color: #8c8c8c;
	font-size: 0.8rem;
}
@media (max-width:1200px) {
	.toppic-news-lists li{
		height: 4vw;
		height: calc(3.75vw + 1px);
		line-height: 3.75vw;
		font-size: 1.25vw;
		padding: 0 8.5vw 0 2.8vw;
	}
	.toppic-news-lists li::before{
		top: 1.5vw;
		width: 0.5vw;
		height: 0.5vw;
	}
	.toppic-news-lists li span{
		height: 3.75vw;
		line-height: 3.75vw;
		font-size: 1.25vw;
	}
}
@media (max-width:768px) {
	.toppic-news-lists li{
		height: auto;
		line-height: 5.2vw;
		font-size: 3.6vw;
		padding: 1.6vw 0 1.6vw 2.8vw;
		overflow: unset;
		text-overflow: unset;
		white-space: unset;
	}
	.toppic-news-lists li::before{
		content: "";
		position: absolute;
		left: 0;
		top: 3.5vw;
		width: 1.2vw;
		height: 1.2vw;
	}
	.toppic-news-lists li span{
		display: none;
	}
}
@media (max-width:414px) {
	.toppic-news-lists li{
		line-height: 5.8vw;
		font-size: 4vw;
		padding: 2vw 0 2vw 2.8vw;
	}
	.toppic-news-lists li::before{
		top: 4.4vw;
	}
}

/* .decision-directory-container style */
.decision-directory-container{
	padding: 2.5rem 0 2.1rem;
	width: 100%;
	background: #f5f5f5;
	margin-bottom: 1.8rem;
}
.decision-directory-container .toppic-main-head h1{
	background: #f5f5f5;
}
@media (max-width:1200px) {
	.decision-directory-container{
		padding: 3.75vw 0 3.5vw;
		margin-bottom: 3vw;
	}
}
@media (max-width:768px) {
	.decision-directory-container{
		padding: 6vw 0 5.6vw;
		margin-bottom: 4.8vw;
	}
}

/* .matter-box style */
.matter-container{
	margin-top: 1.6rem;
	margin-bottom: 2.4rem;
}
.matter-box{
	margin-bottom: 1.7rem;
}
.matter-box .head{
	border-bottom: 1px solid #115db2;
	padding: 0.65rem 0;
	margin-bottom: 1rem;
}
.matter-box .head h1{
	min-height: 1.25rem;
	line-height: 1.25rem;
	border-left: 0.2rem solid #115db2;
	font-size: 1.2rem;
	color: #333;
	padding-left: 0.9rem;
}
.matter-box .tab-head-box{
	position: relative;
	margin-bottom: 0.9rem;
}
.matter-box .tab-head{ 
	position: relative;
	min-height: 2.6rem;
	z-index: 1;
}
.matter-box .tab-head li{
	display: table;
	width: 15.25%;
	height: 2.5rem;
	margin-right: 1.7%;
	z-index: 1;
}
.matter-box .tab-head li:nth-of-type(6n){
	margin-right: 0;
}
.matter-box .tab-head li a{
	display: table-cell;
	width: 100%;
	height: 2.5rem;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #7ea4d7;
	background: #f5f9ff;
	padding: 0 0.2rem;
	line-height: 1.1rem;
	font-size: 0.9rem;
	color: #115db2;
	position: relative;
}
.matter-box .tab-head li a::before{
	display: none;
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-top: 0.4rem solid #115db2;
}
.matter-box .tab-head li a:hover{
	text-decoration: none;
}
.matter-box .tab-head li.active a{
	border: 1px solid #115db2;
	background: #115db2;
	color: #fff;
}
.matter-box .tab-head li.active a::before{
	display: block;
}
@media (max-width:1200px) {
	.matter-container{
		margin-top: 2.75vw;
		margin-bottom: 4vw;
	}
	.matter-box{
		margin-bottom: 2.75vw;
	}
	.matter-box .head{
		padding: 1vw 0;
		margin-bottom: 1.75vw;
	}
	.matter-box .head h1{
		min-height: 2.25vw;
		line-height: 2.25vw;
		font-size: 2vw;
		padding-left: 1.5vw;
	}
	.matter-box .tab-head-box{
		margin-bottom: 1.5vw;
	}
	.matter-box .tab-head{ 
		min-height: 4.25vw;
	}
	.matter-box .tab-head li{
		height: 4.25vw;
	}
	.matter-box .tab-head li a{
		height: 4.25vw;
		line-height: 1.75vw;
		font-size: 1.5vw;
		padding: 0 0.25vw;
	}
	.matter-box .tab-head li a::before{
		border-left: 0.75vw solid transparent;
		border-right: 0.75vw solid transparent;
		border-top: 0.75vw solid #115db2;
	}
}
@media (max-width:768px) {
	.matter-container{
		margin-top: 4.4vw;
		margin-bottom: 6.4vw;
	}
	.matter-box{
		margin-bottom: 4.4vw;
	}
	.matter-box .head{
		padding: 1.6vw 0;
		margin-bottom: 2.8vw;
	}
	.matter-box .head h1{
		min-height: 5.2vw;
		line-height: 5.2vw;
		font-size: 4vw;
		padding-left: 2.4vw;
	}
	.matter-box .tab-head-box{
		margin-bottom: 2.4vw;
	}
	.matter-box .tab-head{
		min-height: unset;
	}
	.matter-box .tab-head li{
		display: table;
		width: 23.5%;
		height: 10vw;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.matter-box .tab-head li:nth-of-type(6n){
		margin-right: 2%;
	}
	.matter-box .tab-head li:nth-of-type(4n){
		margin-right: 0;
	}
	.matter-box .tab-head li a{
		height: 10vw;
		line-height: 4.4vw;
		font-size: 3.2vw;
		padding: 0 0.4vw;
	}
	.matter-box .tab-head li a::before{
		border-left: 1.2vw solid transparent;
		border-right: 1.2vw solid transparent;
		border-top: 1.2vw solid #115db2;
	}
}
@media (max-width:768px) {
	.matter-box .tab-head li a{
		font-size: 3.6vw;
	}
}