* {
	padding: 0;
	border: 0;
	outline: 0;
	margin: 0;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
i,em{
	font-style: normal;
}
a,
a:hover {
	color: inherit;
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

body {
	font-size: 18px;
	line-height: 1.66666667;
	color: #474747;
	font-family: Arial, 'Microsoft YaHei';
	background: #edeef2 url(../image/gtjen2023_bg.jpg) no-repeat top left / 100% 553px;
}

.clearfix::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.index-left {
	float: left;
	width: 950px;
}

.index-right {
	float: right;
	width: 620px;
}

.list-left {
	float: left;
	width: 300px;
}

.list-right {
	float: right;
	width: 1270px;
	
	min-height: 580px;
}

.wrapper {
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.bgfff {
	background-color: #fff;
}

.title {
	font-size: 0;
	height: 30px;
	background: url() no-repeat top left;
	position: relative;
}

.title .more {
	color: #5f5f5f;
	font-size: 18px;
	font-style: italic;
	line-height: 1;
	position: absolute;
	top: 5px;
	right: 30px;
	font-weight: normal;
}

.title .more:hover {
	color: #0060c2;
}

.title-statisticaldata {
	background-image: url(../image/gtjen2023_title_statisticaldata.png);
}
.title-data {
	background-image: url(../image/gtjen2023_title_latestrelease.png);
}

.title-latestrelease {
	background-image: url(../image/gtjen2023_title_latestrelease.png);
}

.title-understandingstatistics {
	background-image: url(../image/gtjen2023_title_understandingstatistics.png);
}

.title-statisticsinformationservices {
	background-image: url(../image/gtjen2023_title_statisticsinformationservices.png);
}

.title-statisticalstudio {
	background-image: url(../image/gtjen2023_title_statisticalstudio.png);
}

.title-relatedlinks {
	background-image: url(../image/gtjen2023_title_relatedlinks.png);
}

.title-topics {
	background-image: url(../image/gtjen2023_title_topics.png);
}

.title-internationalcooperation {
	background-image: url(../image/gtjen2023_title_internationalcooperation_light.png);
}

.title-internationaltraining {
	background-image: url(../image/gtjen2023_title_internationaltraining_light.png);
}

.title-internationalcooperation.active {
	background-image: url(../image/gtjen2023_title_internationalcooperation.png);
}

.title-internationaltraining.active {
	background-image: url(../image/gtjen2023_title_internationaltraining.png);
}

.gtjen2023_top {
	background: #fff;
	height: 45px;
	line-height: 45px;
	color: #272727;
}

.gtjen2023_top p {
	float: left;
	font-size: 16px;
	margin-left: 8px;
}

.gtjen2023_top ul {
	float: right;
	font-size: 14px;
	margin-right: 25px;
}

.gtjen2023_top ul li {
	float: left;
	padding-left: 13px;
	position: relative;
	margin-left: 17px;
}

.gtjen2023_top ul li::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #bdd3ec;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.gtjen2023_top ul li a:hover {
	color: #0060c2;
}

.gtjen2023_header .top {
	margin: 75px 0 60px;
}

.gtjen2023_header .top .logo {
	display: block;
	float: left;
}

.gtjen2023_header .top form {
	float: right;
	width: 351px;
	height: 49px;
	position: relative;
	margin-top: 15px;
}

.gtjen2023_header .top form input {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	font-size: 18px;
	color: #666666;
	padding: 0 49px 0 25px;
}
.gtjen2023_header .top form input::placeholder{
	color: #929292;
}
.gtjen2023_header .top form input::-moz-placeholder{
	color: #929292;
}
.gtjen2023_header .top form input::-webkit-input-placeholder{
	color: #929292;
}
.gtjen2023_header .top form input::-webkit-file-upload-button{
	color: #929292;
}

.gtjen2023_header .top form button {
	width: 49px;
	height: 100%;
	border-radius: 0 5px 5px 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background: transparent url(../image/gtjen2023_search.png)no-repeat 6px 10px / 26px 31px;
	cursor: pointer;
}

.gtjen2023_header .nav {
	background: url(../image/gtjen2023_navbg.jpg) top / 1px 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	letter-spacing: .5px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
}

.gtjen2023_header .nav li {
	float: left;
	margin-right: 46px;
	position: relative;
	height: 100%;
}

.gtjen2023_header .nav li:nth-last-of-type(1) {
	margin-right: 0;
}

.gtjen2023_header .nav li::before {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #cbcbcb;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -23px;
}

.gtjen2023_header .nav li:nth-of-type(1)::before,
.gtjen2023_header .nav li:nth-last-of-type(1)::before {
	display: none;
}

.gtjen2023_header .nav li:nth-of-type(1) {
	width: 70px;
	background: #148EFF;
	border-radius: 5px 0 0 5px;
	margin-right: 38px;
}

.gtjen2023_header .nav li:nth-of-type(1) a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/gtjen2023_home.png) no-repeat center / 26px 22px;
}

.gtjen2023_header .nav li a {
	color: #000;
}

.gtjen2023_header .nav li a:hover {
	color: #0060c2;
}
.gtjen2023_header .nav li.active a {
	color: #0060c2;
}

.gtjen2023_footer {
	background-color: #024A97;
	color: #fff;
	text-align: center;
	padding: 55px 0;
}

.gtjen2023_footer a {
	margin: 0 12px;
}

.gtjen2023_footer a:hover {
	text-decoration: underline;
}

.index-top {
	padding: 0 90px 0 100px;
	margin: 40px 0 15px;
}

.index-top h1 {
	font-weight: bold;
	font-size: 48px;
	color: #272727;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
}
.index-top h1 a{
	color: #0060c2;
}

.index-top p {
	color: #444;
	font-size: 14px;
	line-height: 1.7;
	text-indent: 2em;
	
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

/* Topics */
.topics {
	margin-bottom: 60px;
}

.topics .title {
	margin-bottom: 18px;
}

.topics .bgfff {
	padding: 40px 60px 30px 45px;
}

.list-img {
	margin-left: -80px;
	font-size: 0;
}

.list-img li {
	float: left;
	width: 20%;
	padding-left: 80px;
}

.list-img li img {
	width: 100%;
	height: 67px;
}

/* Statistical Studio */
.sr {
	margin-bottom: 35px;
}

.sr .title {
	margin-bottom: 20px;
}

.statisticalstudio ul li {
	float: left;
	width: 50%;
	height: 175px;
	padding-left: 120px;
	padding-right: 20px;
	position: relative;
}

.statisticalstudio ul li:nth-of-type(1) {
	border-right: 1px solid #E1E1E1;
}

.statisticalstudio ul li:nth-of-type(2) {
	padding-left: 130px;
}

.statisticalstudio ul li .date {
	display: block;
	width: 90px;
	height: 120px;
	background: #F3F5F9;
	position: absolute;
	top: 30px;
	left: 15px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 1;
}

.statisticalstudio ul li .date span {
	font-size: 36px;
	display: block;
	font-weight: bold;
	color: #0060c2;
	margin-top: 30px;
	margin-bottom: 5px;
}

.statisticalstudio ul li .text {
	display: flex;
	height: 100%;
	align-items: center;
	width: 100%;
}
.statisticalstudio ul li .text a{
	display: block;
	max-height: 120px;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.statisticalstudio ul li .text a:hover {
	color: #0060c2;
}

/* Related Links */
.relatedlinks .bgfff {
	height: 170px;
	padding: 30px 0 0 40px;
}

.relatedlinks .title .gh {
	color: #474747;
	font-size: 18px;
	height: 31px;
	line-height: 36px;
	position: absolute;
	top: 0;
	right: 15px;
	padding-left: 40px;
	font-weight: normal;
	background: url(../image/gtjen2023_gh.png) no-repeat top left / 29px 31px;
}

.relatedlinks .title .gh:hover {
	color: #0060c2;
}

.relatedlinks ul li {
	position: relative;
	padding-left: 16px;
}

.relatedlinks ul li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #D9D9D9;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
}

.relatedlinks ul li a:hover {
	color: #0060c2;
}

/* Understanding Statistics */
.understandingstatistics {
	margin-bottom: 25px;
}

.understandingstatistics .title {
	margin-bottom: 25px;
}

.understandingstatistics .title .more {
	right: 10px;
}

.understandingstatistics .bgfff {
	background: url(../image/gtjen2023_understandingstatistics_bg.jpg) no-repeat center bottom / cover;
	height: 200px;
	padding: 35px 40px 20px;
}

.understandingstatistics ul {
	margin-left: -50px;
	font-size: 0;
}

.understandingstatistics li {
	width: 25%;
	float: left;
	padding-left: 50px;
}

.understandingstatistics li img {
	width: 100%;
}

.understandingstatistics li span {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	background: #0076CA;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	margin-top: 15px;
}

/* Statistics Information Services */
.statisticsinformationservices {
	margin-bottom: 40px;
}

.statisticsinformationservices .title {
	margin-bottom: 20px;
}

.statisticsinformationservices .bgfff {
	height: 150px;
	position: relative;
	padding: 22px 0 0 30px;
}

.statisticsinformationservices .bgfff p {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.57;
	position: relative;
	padding-left: 25px;
	background: url() no-repeat left 9px;
}

.statisticsinformationservices .bgfff p:nth-of-type(1) {
	background-image: url(../image/gtjen2023_phone.png);
}

.statisticsinformationservices .bgfff p:nth-of-type(2) {
	background-image: url(../image/gtjen2023_wz.png);
}

.statisticsinformationservices .bgfff .datar {
	display: block;
	width: 218px;
	height: 33px;
	line-height: 33px;
	border-radius: 16px;
	background: #0060C2;
	position: absolute;
	top: 55px;
	right: 34px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.gtjen2023_switch {
	position: relative;
	margin-bottom: 30px;
}

.gtjen2023_switch .title {
	float: left;
	width: 400px;
	cursor: pointer;
}

.gtjen2023_switch .title:nth-of-type(1) {
	margin-right: 36px;
	position: relative;
}

.gtjen2023_switch .title:nth-of-type(1)::after {
	content: '';
	display: block;
	width: 2px;
	height: 36px;
	background: #B4B4B4;
	position: absolute;
	right: -18px;
	top: 50%;
	margin-top: -19px;
}

.gtjen2023_switch .more {
	line-height: 1;
	font-style: italic;
	position: absolute;
	right: 30px;
	top: 4px;
	display: none;
}

.gtjen2023_switch .more.active {
	display: block;
}

.gtjen2023_switch .more:hover {
	color: #0060C2;
}

.gtjen2023_switch_cont ul {
	display: none;
}

.gtjen2023_switch_cont ul.active {
	display: block;
}

.gtjen2023_switch_cont .uls li {
	height: 200px;
	margin-bottom: 20px;
	background: #fff;
	padding: 0 20px 0 340px;
	position: relative;
	overflow: hidden;
}

.gtjen2023_switch_cont .uls li .img {
	display: block;
	width: 295px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.gtjen2023_switch_cont .uls li .img img {
	width: 100%;
	height: 100%;
	transition: transform .5s;
}

.gtjen2023_switch_cont .uls li .img:hover img {
	transform: scale(1.05);
}

.gtjen2023_switch_cont .uls li .text h3 {
	line-height: 1.33333333;
	margin: 25px 0 10px;
	font-size: 18px;
	max-height: 46px;
	overflow: hidden;
}

.gtjen2023_switch_cont .uls li .text h3 a {
	display: inline-block;
	
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.gtjen2023_switch_cont .uls li .text h3 a:hover {
	color: #0060C2;
}

.gtjen2023_switch_cont .uls li .text p {
	font-size: 14px;
	color: #848484;
	line-height: 1.7;
	margin-bottom: 4px;
	max-height: 69px;
	display: block;
	overflow: hidden;
}
.gtjen2023_switch_cont .uls li .text p br{
	display: none;
}

.gtjen2023_switch_cont .uls li .text p a {
	display: inline-block;
	
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.gtjen2023_switch_cont .uls li .text p a:hover {
	color: #0060C2;
}

.gtjen2023_switch_cont .uls li .text .date {
	font-size: 14px;
}

/* Latest Release */
.sl {
	margin-bottom: 60px;
}

.latestrelease .title {
	margin-bottom: 10px;
	margin-top: 30px;
}

.latestrelease .title .more {
	right: 10px;
}

.latestrelease ul {
	padding-right: 45px;
	margin-bottom: 35px;
}

.latestrelease li {
	border-bottom: 1px solid #E9E9E9;
	height: 110px;
	position: relative;
	padding-left: 170px;
}

.latestrelease li .date {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 70px;
	height: 100%;
}

.latestrelease li .date span {
	display: block;
	color: #F2CD3E;
	font-weight: bold;
	font-size: 44px;
	line-height: 110px;
	height: 100%;
	display: block;
	width: 70px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.latestrelease li .date i {
	font-style: normal;
	color: #F2CD3E;
	display: block;
	line-height: 1;
	font-size: 16px;
	margin-bottom: 2px;
	margin-top: 38px;
}

.latestrelease li .date b {
	font-weight: normal;
	color: #848484;
	display: block;
	line-height: 1;
	font-size: 16px;
}

.latestrelease li h3 {
	color: #585858;
	line-height: 1.66666667;
	display: flex;
	font-size: 18px;
	align-items: center;
	height: 100%;
}

.latestrelease li h3 a {
	display: block;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	width: 100%;
}

.latestrelease li h3 a:hover {
	color: #0060C2;
}

/* Statistical data */
.statisticaldata {
	padding-left: 28px;
}

.statisticaldata .title {
	margin-bottom: 25px;
	margin-top: 30px;
}

.swiper {
	float: right;
	width: 640px;
	font-size: 0;
	position: relative;
	padding-bottom: 10px !important;
}

.swiper img {
	width: 640px;
	height: 410px;
}

.swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}
.swiper.swiper-container-horizontal .swiper-pagination{
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper.swiper-container-horizontal .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #E0E0E0;
	opacity: 1;
}

.swiper.swiper-container-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 15px;
	height: 15px;
	background: url(../image/gtjen2023_sw.jpg) no-repeat center / 100% 100% !important;
	/* transform: translateY(2px); */
}

.left-box {
	width: 220px;
}

.left-box .nsdp {
	display: block;
	font-size: 0;
	margin-bottom: 17px;
}

.left-box .nsdp img {
	width: 100%;
}

.left-box .base {
	border-top: 2px solid #E74167;
	background: #F1F1F1;
	height: 280px;
}

.left-box .base h3 {
	background: #0076CA url(../image/gtjen2023_base.jpg) no-repeat top left / 39px 100%;
	height: 44px;
	line-height: 44px;
	padding-left: 50px;
	color: #fff;
	font-size: 18px;
	white-space: nowrap;
	font-weight: normal;
	margin-bottom: 10px;
}

.left-box .base li {
	line-height: 42px;
	padding-left: 50px;
	position: relative;
}

.left-box .base li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #0076CA;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -2.5px;
}

.left-box .base li a {
	color: #272727;
	display: inline-block;
	line-height: 1;
	border-bottom: 2px solid #5F5F5F;
}

.left-box .base li a:hover {
	color: #0060C2;
	border-color: #0060C2;
}

/* List */
.list-box {
	margin: 27px 0 35px;
}

.list-left ul li a {
	display: block;
	background: #fff;
	line-height: 35px;
	padding: 20px 0;
	padding-right: 20px;
	padding-left: 50px;
	color: #2e2e2e;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
}

.list-left ul li:nth-last-of-type(1) a {
	margin-bottom: 0;
}

.list-left ul li a:hover,
.list-left ul li.active a {
	background: #0c63b4;
	color: #fff;
}

.list-right {
	background: #fff;
	padding: 8px 30px 0 35px;
}

.dqwz {
	border-bottom: 1px solid #DCDCDC;
	line-height: 60px;
}

.dqwz a:hover {
	color: #0060C2;
}

.list {
	margin-top: 15px;
}

.list li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #D9D9D9;
	position: relative;
	padding: 0 200px 0 20px;
}

.list li a {
	font-size: 22px;
	color: #000;
	float: left;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 60px;
}

.list li span {
	position: absolute;
	top: 0;
	right: 40px;
	color: #6b6b6b;
}

.list li a:hover {
	color: #0060C2;
}

.page {
	font-size: 0;
	text-align: center;
	margin: 35px 0 50px;
}

.page li {
	display: inline-block;
	margin: 0 5px;
}
.page a , .page span{
	display: inline-block;
	color: #666666;
	font-size: 13px;
	border: 1px solid #E4E4E4;
	background: #FDFDFD;
	height: 29px;
	line-height: 27px;
	padding: 0 10px;
}
.page span{
	border: none;
}
.page a.btn {
	width: 58px;
	padding: 0;
	text-align: center;
}

.page a:hover,
.page li.active a {
	color: #fff;
	background: #1F61BA;
	border-color: #1F61BA;
}

/* Article */
.article {
	background: #fff;
	margin: 25px 0 45px;
	padding: 0 80px;
	overflow: hidden;
}

.article .dqwz {
	border: none;
	margin-top: 15px;
	margin-left: -50px;
}

.content h1 {
	font-size: 36px;
	line-height: 1.94444444;
	color: #000;
	text-align: center;
	margin: 20px 0 10px;
}

.content .info {
	line-height: 58px;
	height: 58px;
	background: #EDEEF2;
	color: #000;
	margin-bottom: 30px;
}

.content .info span {
	display: block;
	float: left;
	margin-right:40px;
}
.content .info span:first-child {
	margin-left: 32px;
}
.content .info span:nth-last-child(1) {
	float: right;
	margin-right: 20px;
}

.content .info span a {
	margin: 0 15px;
}

.content .info span a:hover {
	color: #0060C2;
}

.content .cont {
	padding-left: 30px;
	padding-bottom: 55px;
}

.content .cont p {
	color: #000;
	line-height: 2;
	/* text-indent: 55px; */
	/* margin-bottom: 2em; */
}

/*  */
.searchbox {
	background: #fff;
	margin: 25px 0;
	overflow: hidden;
	padding: 0 33px 0 40px;
}

.searchbox .dqwz {
	border: none;
	margin-left: -15px;
}

.searchdiv {
	width: 925px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.searchdiv input {
	width:100%;
	padding-left: 3%;
	padding-right: 18%;
	height: 56px;
	border: 1px solid #C9C9C9;
	font-size: 18px;
	color: #666666;
}

.searchdiv button {
	width: 123px;
	height: 56px;
	position: absolute;
	top: 0;
	right: 0;
	background: #40ADBF;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.searchdiv p {
	color: #000;
	line-height: 60px;
	margin-bottom: 10px;
}

.searchdiv p a:nth-of-type(1) {
	margin-left: 15px;
}
.searchdiv p a{
	margin-right: 35px;
}
.searchdiv p a:hover{
	color: #0060c2;
}

.searchnav {
	background: #EDEEF2;
	line-height: 51px;
	padding-left: 32px;
	color: #000;
}

.searchnav li {
	float: left;
	margin-right: 15px;
}

.searchnav li a {
	display: inline-block;
	padding: 0 25px;
	border-top: 5px solid transparent;
}

.searchnav li.active a {
	background: #fff;
	border-color: #1D4687;
}

.searchnav li a:hover {
	color: #0060C2;
}

.searchnav li.active a:hover {
	color: #000;
}

.searchchar {
	line-height: 78px;
}

.searchchar span,
.searchchar b {
	display: block;
	float: left;
}

.searchchar b {
	color: #1d4687;
}

.searchchar i {
	font-style: normal;
	font-weight: normal;
	color: #d80000;
}
.searchchar .up{
	position: relative;
	padding-right: 15px;
	float: left;
}
.searchchar .up .texts{
	cursor: pointer;
}
.searchchar .up .texts::after {
	content: '';
	display: block;
	width: 7px;
	height: 5px;
	background: url(../image/gtjen2023_jt.png) no-repeat center center;
	background-size: 7px 5px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 0;
	cursor: pointer;
	transition: all 0.3s;
}
.searchchar .up .texts.on::after{
	transform: rotate(180deg);
}

.searchchar .sp1 {
	margin: 0 15px 0 65px;
}
.searchchar .toolsnav{
	float: left;
}

.searchchar .bs1 {
	margin: 0 50px 0 40px;
}

.searchchar .bs2 {
	margin: 0 55px 0 50px;
}

.searchchar .up.toolsul {
	margin-left: 35px;
}
.searchchar .up.toolsul ul {
    /* display: none; */
    position: absolute;
    top: 66%;
    left: 0px;
    z-index: 10;
    width: 155px;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: bold;
}

.searchchar .up.toolsul ul li {
    line-height: 36px;
    padding: 0 12px;
    color: #666;
}

.searchchar .up.toolsul ul li.toolsli:hover {
    background: #eee;
    cursor: pointer;
}

.searchchar .up.toolsul ul li.line {
    border-top: 1px solid #ccc;
    margin: 0 10px 5px;
}

.searchchar .up.toolsul ul li span {
    color: #666;
}

.searchchar .up.toolsul ul li input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 110px;
    height: 24px;
    border: 1px solid #ccc;
	padding-left: 10px;
	width: calc(100% - 10px);
}

.searchchar .up.toolsul ul li input[type="text"].dateicon {
    background: #ffffff url(../image/gtjen2023_icon.png) no-repeat 89px -206px;
}

.searchchar .up.toolsul ul li input[type="button"].zdybtn {
    padding: 0 10px;
    margin: 5px 40px 10px;
    height: 30px;
    background-color: #d30b15;
    color: #fff;
    cursor: pointer;
}

.searchchar .toolsbtn {
	margin-right: 80px;
	float: right;
	cursor: pointer;
}

.searchcont {
	/* padding-left: 10px; */
}

.search-left {
	float: left;
	width: 980px;
}

.search-right {
	float: right;
	width: 520px;
	border-left: 1px solid #DCDCDC;
	padding-left: 32px;
}

.search-right .a1 {
	color: #1d4687;
	line-height: 2;
}

.search-right .a1:hover {
	text-decoration: underline;
}

.search-right h3 {
	font-size: 24px;
	color: #000;
	line-height: 1.5;
	margin-top: 35px;
}

.search-right .ul1 {
	color: #000;
}

.search-right .ul1 a:hover {
	color: #0060C2;
}

.search-right .ul2 {
	color: #000;
	font-size: 16px;
	line-height: 1.875;
}

.search-right .ul2 li {
	padding-left: 20px;
	position: relative;
}

.search-right .ul2 li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1D4687;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.search-right .ul2 a:hover {
	color: #0060C2;
}

.search-list {
	margin-top: 5px;
}

.search-list li::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.search-list li {
	border-bottom: 1px dashed #D9D9D9;
	height: 140px;
	padding-left: 12px;
}

.search-list li h3 {
	float: left;
	font-size: 18px;
	line-height: 2;
	color: #000;
	font-weight: normal;
	margin-top: 15px;
}

.search-list li>a {
	display: block;
	float: left;
	margin-right: 30px;
	margin-top: 15px;
	font-size: 0;
}

.search-list li>a img {
	width: 175px;
	height: 108px;
}

.search-list li h3 a:hover {
	color: #0060C2;
}

.search-left .page {
	margin: 35px auto 30px;
}

.pc_no {
	display: none;
}

@media (max-width: 1680px) {
	html,body{
		min-width: 1280px;
	}
	body {
		font-size: 14px;
		background-size: 100% 456px;
	}

	.index-left {
		width: 710px;
	}

	.index-right {
		width: 465px;
	}

	.list-left {
		float: left;
		width: 225px;
	}

	.list-right {
		float: right;
		width: 955px;
		
		min-height: 480px;
	}

	.wrapper {
		width: 1200px;
	}

	.title {
		height: 23px;
	}

	.title .more {
		font-size: 14px;
		top: 0;
		right: 25px;
	}

	.title-statisticaldata {
		background-size: 189px 18px;
	}
	.title-data {
		background-size: auto 18px;
	}

	.title-latestrelease {
		background-size: 180px 18px;
	}

	.title-understandingstatistics {
		background-size: 288px 23px;
	}

	.title-statisticsinformationservices {
		background-size: 383px 19px;
	}

	.title-statisticalstudio {
		background-size: 193px 18px;
	}

	.title-relatedlinks {
		background-size: 171px 19px;
	}

	.title-topics {
		background-size: 74px 23px;
	}

	.title-internationalcooperation {
		background-size: 293px 23px;
	}

	.title-internationaltraining {
		background-size: 253px 23px;
	}

	.title-internationalcooperation.active {
		background-size: 293px 23px;
	}

	.title-internationaltraining.active {
		background-size: 253px 23px;
	}

	.gtjen2023_header .top {
		margin: 70px 0 45px;
	}

	.gtjen2023_header .top .logo {
		height: 65px;
	}

	.gtjen2023_header .top .logo img {
		height: 100%;
	}

	.gtjen2023_header .top form {
		width: 265px;
		height: 36px;
	}

	.gtjen2023_header .top form input {
		font-size: 14px;
		color: #929292;
		padding: 0 36px 0 25px;
	}

	.gtjen2023_header .top form button {
		width: 36px;
		background: transparent url(../image/gtjen2023_search.png)no-repeat 6px 7px / 20px 23px;
	}

	.gtjen2023_header .nav {
		height: 45px;
		line-height: 45px;
		letter-spacing: 0;
	}

	.gtjen2023_header .nav li {
		margin-right: 36px;
	}

	.gtjen2023_header .nav li::before {
		height: 14px;
		margin-top: -7px;
		right: -18px;
	}

	.gtjen2023_header .nav li:nth-of-type(1) {
		width: 53px;
		margin-right: 30px;
	}

	.gtjen2023_header .nav li:nth-of-type(1) a {
		background-size: 20px 17px;
	}

	.gtjen2023_footer {
		font-size: 16px;
	}

	.gtjen2023_footer a {
		margin: 0 10px;
	}

	.index-top {
		padding: 0 5px;
		margin: 30px 0 25px;
	}

	.index-top h1 {
		font-size: 40px;
		margin-bottom: 5px;
	}

	.index-top p {
		font-size: 12px;
	}

	/* Topics */
	.topics {
		margin-bottom: 35px;
	}

	.topics .title {
		margin-bottom: 14px;
	}

	.topics .bgfff {
		padding: 30px 35px 25px 35px;
	}

	.list-img {
		margin-left: -60px;
	}

	.list-img li {
		padding-left: 60px;
	}

	.list-img li img {
		height: 51px;
	}

	/* Statistical Studio */
	.sr {
		margin-bottom: 25px;
	}

	.sr .title {
		margin-bottom: 15px;
	}

	.statisticalstudio .title .more {
		right: 20px;
	}

	.statisticalstudio ul li {
		height: 132px;
		padding-left: 90px;
	}

	.statisticalstudio ul li:nth-of-type(2) {
		padding-left: 100px;
	}

	.statisticalstudio ul li .date {
		width: 63px;
		height: 90px;
		top: 20px;
		left: 10px;
		font-size: 11px;
	}

	.statisticalstudio ul li .date span {
		font-size: 27px;
		margin-top: 20px;
	}

	.statisticalstudio ul li .text {
		color: #000;
	}
	.statisticalstudio ul li .text a{
		max-height: 90px;
		display: block;
		overflow: hidden;
	}

	/* Related Links */
	.relatedlinks .bgfff {
		height: 132px;
		padding: 20px 0 0 30px;
	}

	.relatedlinks .title .gh {
		font-size: 14px;
		height: 23px;
		line-height: 26px;
		right: 10px;
		padding-left: 25px;
		background-size: 21px 23px;
	}

	.relatedlinks ul li {
		padding-left: 12px;
		line-height: 27px;
	}

	.relatedlinks ul li::before {
		width: 3px;
		height: 3px;
		margin-top: -1.5px;
	}

	/* Understanding Statistics */
	.understandingstatistics {
		margin-bottom: 20px;
	}

	.understandingstatistics .title {
		margin-bottom: 20px;
	}

	.understandingstatistics .bgfff {
		height: 150px;
		padding: 25px 30px;
	}

	.understandingstatistics ul {
		margin-left: -35px;
	}

	.understandingstatistics li {
		padding-left: 35px;
	}

	.understandingstatistics li span {
		font-size: 16px;
		height: 22px;
		line-height: 22px;
		border-radius: 11px;
		margin-top: 8px;
	}

	/* Statistics Information Services */
	.statisticsinformationservices {
		margin-bottom: 25px;
	}

	.statisticsinformationservices .title {
		margin-bottom: 15px;
	}

	.statisticsinformationservices .bgfff {
		height: 110px;
		position: relative;
		padding: 15px 0 0 20px;
	}

	.statisticsinformationservices .bgfff p {
		font-size: 11px;
		line-height: 27px;
		padding-left: 19px;
		background: url() no-repeat left 6px;
	}

	.statisticsinformationservices .bgfff p:nth-of-type(1) {
		background-size: 11px 10px;
	}

	.statisticsinformationservices .bgfff p:nth-of-type(2) {
		background-size: 10px 12px;
	}

	.statisticsinformationservices .bgfff .datar {
		width: 163px;
		height: 24px;
		line-height: 24px;
		border-radius: 12px;
		top: 40px;
		right: 25px;
		font-weight: normal;
	}

	.gtjen2023_switch {
		margin-bottom: 20px;
	}

	.gtjen2023_switch .title {
		width: 330px;
	}

	.gtjen2023_switch .title:nth-of-type(1) {
		margin-right: 0;
	}

	.gtjen2023_switch .title:nth-of-type(1)::after {
		height: 28px;
		right: 17px;
		margin-top: -14px;
	}

	.gtjen2023_switch .more {
		top: 0;
	}

	.gtjen2023_switch_cont .uls li {
		height: 152px;
		margin-bottom: 15px;
		padding: 0 0 0 255px;
	}

	.gtjen2023_switch_cont .uls li .img {
		width: 220px;
	}

	.gtjen2023_switch_cont .uls li .text h3 {
		margin: 20px 0 10px;
		font-size: 14px;
		max-height: 38px;
		overflow: hidden;
	}

	.gtjen2023_switch_cont .uls li .text p {
		font-size: 10px;
		letter-spacing: -.5px;
		max-height: 60px;
	}

	.gtjen2023_switch_cont .uls li .text .date {
		font-size: 10px;
	}

	/* Latest Release */
	.sl {
		margin-bottom: 30px;
	}

	.latestrelease .title {
		margin-bottom: 5px;
		margin-top: 25px;
	}

	.latestrelease .title .more {
		right: 10px;
	}

	.latestrelease ul {
		padding-right: 35px;
		margin-bottom: 23px;
	}

	.latestrelease li {
		height: 80px;
		padding-left: 130px;
	}

	.latestrelease li .date {
		padding-left: 50px;
	}

	.latestrelease li .date span {
		font-size: 34px;
		line-height: 80px;
		width: 50px;
	}

	.latestrelease li .date i {
		font-size: 12px;
		margin-top: 28px;
	}

	.latestrelease li .date b {
		font-size: 12px;
	}

	.latestrelease li h3 {
		font-size: 14px;
	}

	/* Statistical data */
	.statisticaldata {
		padding-left: 23px;
	}

	.statisticaldata .title {
		margin-bottom: 20px;
		margin-top: 25px;
	}

	.swiper {
		width: 485px;
		padding-bottom: 10px !important;
	}

	.swiper img {
		width: 485px;
		height: 310px;
	}

	.swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
	}

	.swiper.swiper-container-horizontal .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.swiper.swiper-container-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 12px;
		height: 12px;
		/* transform: translateY(1px); */
	}

	.left-box {
		width: 160px;
	}

	.left-box .nsdp {
		margin-bottom: 15px;
	}

	.left-box .base {
		height: 210px;
	}

	.left-box .base h3 {
		background-size: 31px 100%;
		height: 33px;
		line-height: 33px;
		padding-left: 33px;
		font-size: 14px;
		margin-bottom: 5px;
	}

	.left-box .base li {
		line-height: 32px;
		padding-left: 35px;
	}

	.left-box .base li::before {
		width: 3px;
		height: 3px;
		left: 18px;
		margin-top: -1.5px;
	}

	/* List */
	.list-box {
		margin: 22px 0 30px;
	}

	.list-left ul li a {
		line-height: 27px;
		padding: 15px 0;
		padding-left: 35px;
		padding-right: 10px;
		font-size: 16px;
	}

	.list-right {
		padding: 8px 20px 0 30px;
	}

	.dqwz {
		line-height: 40px;
		padding-left: 10px;
	}

	.list {
		margin-top: 5px;
	}

	.list li {
		height: 50px;
		line-height: 50px;
		padding: 0 130px 0 20px;
	}

	.list li a {
		font-size: 16px;
		height: 50px;
	}

	.list li span {
		right: 20px;
	}

	.page {
		margin: 50px 0 20px;
	}

	/* Article */
	.article {
		margin: 20px 0 25px;
		padding: 0 60px;
	}

	.article .dqwz {
		margin-top: 5px;
		margin-left: -45px;
	}

	.content h1 {
		font-size: 26px;
		margin: 20px 0 20px;
		line-height: 1.53;
	}

	.content .info {
		line-height: 43px;
		height: 43px;
		margin-bottom: 20px;
	}
	
	.content .info span {
		display: block;
		float: left;
		margin-right:29px;
	}
	.content .info span:first-child {
		margin-left: 24px;
	}
	.content .info span:nth-of-type(1) {
		margin: 0 30px 0 20px;
	}

	.content .info span:nth-last-child(1) {
		margin-right: 11px;
	}

	.content .info span a {
		margin: 0 13px;
	}

	.content .cont {
		padding-left: 22px;
		padding-bottom: 25px;
	}

	.content .cont p {
		text-indent: 45px;
	}

	/*  */
	.searchbox {
		padding: 0 20px 0 35px;
	}

	.searchbox .dqwz {
		margin-left: -25px;
		margin-top: 8px;
	}

	.searchdiv {
		width: 690px;
	}

	.searchdiv input {
		height: 42px;
	}

	.searchdiv button {
		width: 92px;
		height: 42px;
		font-size: 14px;
	}

	.searchdiv p {
		line-height: 45px;
		margin-bottom: 8px;
	}

	.searchnav {
		line-height: 42px;
		padding-left: 24px;
	}

	.searchnav li {
		margin-right: 10px;
	}

	.searchnav li a {
		padding: 0 20px;
		border-top: 3px solid transparent;
	}

	.searchchar {
		line-height: 60px;
	}

	.searchchar .up {
		padding-right: 15px;
	}
	.searchchar .up.toolsul ul li{
		line-height: 30px;
	}
	.searchchar .up .texts::after {
		width: 6px;
		height: 4px;
		background-size: 6px 4px;
	}
	.searchchar  .sp1 {
		margin: 0 15px 0 35px;
	}

	.searchchar .bs1 {
		margin: 0 35px 0 25px;
	}

	.searchchar .bs2 {
		margin: 0 35px 0 30px;
	}

	.searchchar .up.toolsul {
		margin-left: 60px;
	}

	.searchchar .toolsbtn {
		margin-right: 30px;
	}

	.search-left {
		width: 720px;
	}

	.search-right {
		width: 390px;
		border-left: 1px solid #DCDCDC;
		padding-left: 32px;
	}

	.search-right h3 {
		font-size: 18px;
		margin-top: 25px;
	}

	.search-right .ul2 {
		font-size: 12px;
	}

	.search-right .ul2 li {
		padding-left: 16px;
	}

	.search-right .ul2 li::before {
		width: 4px;
		height: 4px;
		margin-top: -2px;
	}

	.search-list {
		margin-top: 5px;
	}

	.search-list li {
		height: 110px;
		padding-left: 9px;
	}

	.search-list li h3 {
		font-size: 14px;
		margin-top: 10px;
	}

	.search-list li>a {
		margin-right: 25px;
		margin-top: 12px;
	}

	.search-list li>a img {
		width: 131px;
		height: 81px;
	}

	.search-left .page {
		margin: 25px auto 22px;
	}
}


.gtjen2023_index_news{
	color: #000;
	font-size: 16px;
	line-height: 1.875;
	padding: 15px 20px;
	background-color: #fff;
}
.gtjen2023_index_news li{
	padding-left: 20px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 30px;
}
.gtjen2023_index_news li a:hover {
    color: #0060c2;
}
.gtjen2023_index_news li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1D4687;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

/* 表格列表 */
.gtjen2023_tab_w{
	padding: 20px 0;
}
.gtjen2023_tab {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
	width: 100%;
}
.gtjen2023_tab td {
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
	padding: 14px 20px;
}
.gtjen2023_tab td a:hover{
	color: #0060C2;
}

/* 附件 */
.gtjen2023_detail_file{
	width: 100%;
	border-top: 1px solid #507fab;
	margin-top: 30px;
	line-height: 32px;
	padding: 10px 0;
}
.gtjen2023_detail_file ul li a{
	color: #666;
}

/* 表单 */
.tjzxform_w{
	background-color: #ffffff;
	padding: 20px 10px;
}
.tjzxform_w .tongjizixun_search{
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tjzxform_w .tongjizixun_search_ti{
	display: block;
	text-align: center;
	line-height:25px;
	color:#b32727;
	font-size:14px;
}
.tjzxform_w .tongjizixun_search_ul .lis {
    margin-top: 14px;
    line-height: 25px;
    font-size: 14px;
    color: #747474;
}
.tjzxform_w .tongjizixun_search_ul .lis .ts{
	width: 46px;
	float: left;
}
.tjzxform_w .tjzx_input {
    border: 1px solid #ddd;
    background: #f4f4f4;
    text-align: left;
    line-height: 28px;
    height: 28px;
    margin-left: 5px;
	width: 202px;
}
.tjzxform_w .tjzx_button{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.tjzxform_w .tjzx_button .but {
	display: block;
    width: 68px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
	color: #fff;
	background: rgb(55, 111, 181);
	display: inline-block;
	margin: 0 8px;
}


.frmAction_w{
	
}
.frmAction_w .tjzx_user{
	padding-bottom: 25px;
    display: flex;
    justify-content: left;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}
.frmAction_w .tjzx_user img {
    float: left;
    width: 114px;
    height: 115px;
    margin-left: 10px;
}
.frmAction_w .tjzx_user_x {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
	margin-right: 30px;
}
.frmAction_w .tjzx_user_x li {
    float: left;
    line-height: 25px;
    color: #277299;
    font-size: 14px;
    font-weight: bold;
}
.frmAction_w .tjzx_yh_xinxi_tit {
    text-align: center;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #0963ab;
    margin-top: 30px;
}
.frmAction_w .yh_xinxi_input {
    border-top: 2px solid #61a3e6;
    border-left: 1px solid #e7e5e2;
    border-right: 1px solid #e7e5e2;
    border-bottom: 1px solid #e7e5e2;
    padding: 20px 0px;
}
.frmAction_w .yh_xinxi_input li {
	font-size: 14px;
    margin-left: 30px;
	margin-right: 30px;
    line-height: 32px;
    margin-top: 12px;
}
.frmAction_w .yh_xinxi_input li .title_s{
	text-align: left;
	width: 110px;
	float: left;
}
.frmAction_w .yh_xinxi_input li .tjzx_input{
	border:1px solid #ddd;
	background:#f4f4f4;
	text-align:left;
	line-height:32px;
	height:32px;
	margin-left:5px;
}
.frmAction_w .yh_xinxi_inp {
    width: 380px;
    margin-right: 5px;
	padding:0 5px;
}
.frmAction_w .yh_xinxi_inpa {
    width: 100%;
    margin-left: 0px;
    margin-right: 5px;
	border:1px solid #ddd;
	background:#f4f4f4;
	height: 90px;
	padding:0 5px;
}
.frmAction_w .select_country{
	width: 380px;
    background: #f4f4f4;
    padding: 5px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    margin-left: 5px;
}
.frmAction_w .tjzx_yh_xinxi_submit{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.frmAction_w .tjzx_yh_xinxi_submit .but {
	display: block;
    width: 68px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
	color: #fff;
	background: rgb(55, 111, 181);
	display: inline-block;
	margin: 0 8px;
}

/* 多栏目 */
.list-right-lists{
	padding-bottom: 30px;
}
.list-right-lists .list{
	margin-top: 0;
}
.list_titles {
    line-height: 72px;
    margin-top: 10px;
    padding: 0 40px 0 20px;
    border-bottom: 1px solid #0060C2;
}
.list_titles .ts{
	font-size: 26px;
	font-weight: bold;
	color: #0060C2;
	float: left;
}
.list_titles .more{
	font-style: italic;
	float: right;
	font-size: 18px;
	font-weight: normal;
}
.list_titles .more:hover{
	color: #0060C2;
}

/* 统计咨询 细览 */
.gtjen2023_table_xl_w{
	padding: 10px 0 40px;
}
.gtjen2023_table_xl{
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.gtjen2023_table_xl tr td{
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 14px 20px;
}
.gtjen2023_table_xl tr td:nth-child(1){
	background-color: #eaf4f7;
	font-weight: bold;
	text-align: center;
}

.lycx_wz{
	float: right;
	color: #ff0000;
}

@media (max-width: 1680px) {
	.gtjen2023_index_news {
		font-size: 12px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.gtjen2023_index_news li {
		padding-left: 16px;
		height: 22px;
	}
	.gtjen2023_index_news li::before {
		width: 4px;
		height: 4px;
		margin-top: -2px;
	}
	
	/* 表格列表 */
	.gtjen2023_tab td {
	    line-height: 26px;
		padding: 10px 16px;
	}
	
	/* 附件 */
	.gtjen2023_detail_file{
		margin-top: 22px;
		line-height: 28px;
		padding: 6px 0;
	}
	
	/* 表单 */
	.tjzxform_w .tjzx_input {
	    width: 150px;
	}
	.frmAction_w .tjzx_yh_xinxi_tit{
		margin-top: 0;
	}
	
	/* 多栏目 */
	.list-right-lists{
		padding-bottom: 20px;
	}
	.list_titles {
	    line-height: 54px;
	    margin-top: 7px;
	    padding: 0 20px 0 20px;
	}
	.list_titles .ts{
		font-size: 20px;
	}
	.list_titles .more{
		font-size: 14px;
	}
	
	/* 统计咨询 细览 */
	.gtjen2023_table_xl_w{
		padding: 8px 0 30px;
	}
	.gtjen2023_table_xl tr td{
	    line-height: 26px;
	    padding: 10px 16px;
	}
}


