﻿@charset "utf-8";

/* CSS Document */
html {
	color: #333;
}

div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
form,
legend,
input,
button,
textarea,
select,
p,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
}

button,
em,
input,
option,
select,
textarea,
th {
	font: inherit;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
	font-size: 100%;
}

body {
	background: #f2f9ff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	font-family: Microsoft YaHei, Simsun, SimHei, Arial;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	/*-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;*/
}

a:hover {
	text-decoration: none;
	color: #333;
}

input {
	outline: none;
}

/****公用****/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*清除浮动1*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	clear: both !important;
}

.clear.both {
	height: 10px;
}

/*清除浮动2*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/**
* 文字溢出显示省略号
* 1. Chrome 21+ bug https://bugs.webkit.org/show_bug.cgi?id=121902
*/
.ellipsis {
	display: block;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.ellipsis_dh {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main {
	width: 1200px;
	margin: auto;
	background: #fff;
	padding-top: 1px;
}


/********头部*********/
.container {
	background: url(../img/20260917_home_banner.png) top center no-repeat;
	padding-top: 560px;
	position: relative;
}

.banner-logo-link {
	position: absolute;
	top: 26px;
	left: calc(50% - 572px);
	width: 270px;
	height: 58px;
	z-index: 10;
}

.nav_box {
	background: #006eab;
}

/*********导语**********/
.lead-box {
	height: 185px;
	width: 1114px;
	margin: auto;
	background: url(../img/20260917_dy-tb.png) no-repeat;
}

.summary {
	margin-top: 54px;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
}

.summary a {
	color: #0658af;
}

.summary-f1 {
	text-align: justify;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-indent: 2em;
	margin-top: 22px;
	text-align: center;
}

.summary-f1 a {
	color: #df3d3d;
}

/*湖南十五五内容*****************************/

.yq_dbg {
	padding-bottom: 30px;
}
/*规划解读*/
.mtjd_box ul li i {
	/* background: url(../images/fk.png) no-repeat center; */
	float: left;
	width: 5px;
	height: 70px;
	margin-right: 23px;
}

.mtjd_box ul li a {
	line-height: 70px;
	float: left;
	color: black;
	font-size: 17px;
	transition: all .3s ease;

}

.mtjd_box ul li {
	line-height: 54px;
	font-size: 18px;
	border-bottom: 1px dashed #c4d2e4;
	overflow-x: hidden;
	padding-left: 10px;
	margin-left: 26px;
}

.mtjd_core {
	margin-top: 28px;
	margin-left: 167px;
}

.mtjd_core span {
	display: block;
	line-height: 30px;
	border: 1px solid #015293;
	font-size: 14px;
	margin-bottom: 25px;
	overflow: hidden;
	text-align: center;
	margin-left: 626px;
	background: #f4f8fb;
	width: 80px;
	color: #015293;
	border-radius: 4px;
}

/*END*/

/*新闻发布会*/
.tabs {
	display: flex;
	justify-content: center;
	gap: clamp(6px, 1.4vw, 16px);
	margin-bottom: clamp(16px, 2.4vw, 26px);
}

.tab[aria-selected="true"] {
	color: var(--blue-700);
	background: linear-gradient(180deg, #e6f2ff, #d8eaff);
	box-shadow: 0 4px 12px -8px rgba(22, 87, 168, .9);
}

.tab {
	position: relative;
	font-size: clamp(13.5px, 1.6vw, 17px);
	font-weight: 700;
	color: var(--ink-500);
	padding: 6px clamp(14px, 2.4vw, 26px);
	border-radius: var(--r-sm);
	transition: color .22s, background .28s var(--ease-out);
}

button {
	font: inherit;
	color: inherit;
	background: none;
	border: 0;
	cursor: pointer;
}

.tab[aria-selected="true"]::after {
	width: 52%;
}

.tab::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 1px;
	translate: -50% 0;
	width: 0;
	height: 2px;
	background: var(--blue-600);
	border-radius: 2px;
	transition: width .3s var(--ease-out);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.tab {
	position: relative;
	font-size: clamp(13.5px, 1.6vw, 17px);
	font-weight: 700;
	color: var(--ink-500);
	padding: 6px clamp(14px, 2.4vw, 26px);
	border-radius: var(--r-sm);
	transition: color .22s, background .28s var(--ease-out);
}

.xwfbh {
	width: 1125px;
	margin: 30px auto;
	overflow: hidden;
}

.xwfb_r {
	width: 688px;
	height: 277px;
	padding-left: 40px;
	background: #f6f6f6;
	border: 1px solid #dfdfdf;
}

.xwfb_r .title {
	margin-top: 20px;
}

.xwfb_r_con a {
	display: block;
	flex: 1;
	min-width: 0;
	font-size: 20px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xwfb_r_con {
	display: flex;
	align-items: center;
	width: 610px;
	height: 78px;
	border-bottom: 1px dashed #b0b0b0;
}

.xwfb_r_con img {
	display: block;
	flex: none;
	margin: 0 10px 0 14px;
}

.xwfbh .text {
	display: -webkit-box;
	font-size: 16px;
	color: #888888;
	margin-top: 17px;
	width: 610px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.xwfbh .core span {
	display: block;
	line-height: 30px;
	color: #006eb0;
	font-size: 14px;
	margin-bottom: 25px;
	overflow: hidden;
	text-align: center;
	margin-left: 530px;
	margin-top: 10px;
	background: #ffffff;
	width: 85px;
}

/*规划解读*/
.zjdt_box {
	margin: 26px auto 0 auto;
	width: 734px;
	height: 64px;
	background: url(../img/20260917_ghjd_img.png) center no-repeat;
}

.zjdt_box ul li a {
	display: block;
	float: left;
	font-size: 28px;
	color: #006eb0;
	padding: 13px 0 2px 26px;
	text-align: center;

}

.zjdt_box ul li a:hover {
	font-weight: 600;
}

.zjdt_box ul li.on a {
	font-weight: 600;
}

.policyAnalyzing_nav {
	width: 284px;
	margin: auto;
}

.zjmt_con {
	margin-top: 32px;
	padding-bottom: 50px;
}

.latestPolicySlides {
	position: relative;
	width: 1120px;
	overflow-x: hidden;
	margin: 0 auto;
}

.latestPolicySlides > ul {
	min-width: 1137px;
}

.latestPolicySlides ul li {
	width: 357px;
	height: 219px;
	float: left;
	display: inline;
	margin-right: 20px;
	border: 1px solid #e5e5e5;

}

.latestPolicySlides li h5 {
	width: 307px;
	margin: auto;
	padding-top: 26px;
	padding-bottom: 16px;
	line-height: 25px;
	font-size: 18px;
	font-family: "microsoft yahei";
	font-weight: 600;
}

.latestPolicySlides li h5 a:hover {
	color: #1a5a89;
}

.latestPolicySlides li h5 a,
.latestPolicySlides li p a {
	color: #333;
}

.latestPolicySlides li h5 a {
	display: -webkit-box;
	height: 50px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.latestPolicySlides li p {
	width: 307px;
	margin: auto;
	font-size: 16px;
	color: #6f6f6f;
	line-height: 25px;
}

.latestPolicySlides li p a {
	display: -webkit-box;
	height: 75px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
}

.latestPolicySlides li span {
	display: block;
	text-align: right;
	padding-right: 21px;
	padding-left: 27px;
	font-family: "microsoft yahei";
	font-size: 14px;
	line-height: 36px;
	color: #0075a6;
}

/*箭头*/
.latestPolicySlides_left_btn {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 40%;
	background: url(../img/20210325_policyAnalyzing_leftbtn.png) 0 0 no-repeat;
}

.latestPolicySlides_right_btn {
	position: absolute;
	width: 35px;
	height: 35px;
	right: 0.5%;
	top: 40%;
	background: url(../img/20210325_policyAnalyzing_rightbtn.png) 0 0 no-repeat;
}

.latestPolicySlides_father {
	position: relative;
}

/*"厅" 说规划*/
.pcul {
	margin: 20px 0 40px 0;
	overflow: hidden;
}

.pcul li {
	float: left;
	margin: 20px 8px;
}

.pcul li a {
	display: block;
	width: 357px;
	margin: 0 auto;
	height: 100%;
	padding: 12px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.pcul li a h4 {
	font-size: 18px;
	color: #111;
	font-weight: normal;
	margin: 12px 0;
	line-height: 27px;
}

/*湖南十四五规划修改——8.6*/
.sswgh_box {
	background: url(../img/20260917_ghjd_bg.png) center no-repeat;
	width: 1149px;
	height: 756px;
	margin: auto;
	padding-top: 2px;
}

.sswgh_box h2 a {
	display: block;
	font-size: 22px;
	color: #0658af;
	font-weight: bold;
	text-align: center;
}

.sum_bg {
	background: #e8f6ff;
	padding: 39px 0 31px 0;
	width: 1101px;
	margin: 79px 0 0 17px;
}

.btn_box a {
	float: left;
	margin-right: 16px;
}

.ghwj_box .ghwj_title {
	width: 118px;
	height: 35px;
	margin-left: 10px;
	background: url(../img/20260917_ghwj_tit.png) 0 0 no-repeat;
}

.ghwj_box {
	margin-left: 48px;
	margin-top: 26px;
}

.ghwj_ul {
	margin-top: 20px;
}

.ghwj_ul ul {
	width: 995px;
	font-size: 16px;
	margin-left: 20px;
}

.ghwj_ul ul li var {
	display: block;
	text-align: right;
	font-style: normal;
	font-size: 16px;
}

.ghwj_ul ul li {
	border-bottom: 1px dashed #c4d2e4;
	padding: 17px 0;
}

.ghwj_btn {
	display: block;
	width: 73px;
	height: 30px;
	background: #f2f5f7;
	border: 1px solid #8fb1d1;
	font-size: 16px;
	color: #787878;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	float: right;
	margin: 20px 102px 0 0;
}

/****图解*****/
.poster-main {
	width: 1000px;
	height: 263px;
	position: relative;
	margin: 73px auto;
}

.poster-main a,
.poster-main img {
	display: block;
	height: 100%
}

.poster-main .poster-list {
	width: 1000px;
	height: 263px;
}

.poster-main .poster-list .poster-item {
	width: 395px;
	height: 263px;
	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-list .item {
	border: 3px solid #ccc;
	user-select: none;
	position: absolute;
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
}

.poster-main .poster-prev-btn {
	position: absolute;
	width: 35px !important;
	height: 35px !important;
	top: 45%;
	left: -8%;
	background: url(../img/20210325_policyAnalyzing_leftbtn.png) 0 0 no-repeat;
}

.poster-main .poster-next-btn {
	width: 35px !important;
	height: 35px !important;
	position: absolute;
	right: -8%;
	top: 45%;
	background: url(../img/20210325_policyAnalyzing_rightbtn.png) 0 0 no-repeat;
}

.footer * {
  box-sizing: unset;
}