﻿﻿﻿﻿@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 { 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; }
.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;
}


/********头部*********/
.banner{
    width: 100%;
	height: 1021px;
    background: url(../img/20250828_banner.jpg) top center no-repeat;
    padding-top: 392px;
	position: relative;
}
.summary_box{
	width: 1200px;
	height: 382px;
	background: url(../img/20250828_img.png) top center no-repeat;
	position: absolute;
	top: 982px;
	margin: auto;
}

.summary_box ul{
	width: 1096px;
	margin: auto;
	padding-top: 64px;
}
	
.summary_box ul li{
	margin-bottom: 25px;
}
.summary_box ul li h2{
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.summary_box ul li h2 a{
	font-size: 30px;
	color: #015196;
}

.summary_box ul li p{
	line-height: 26px;
	text-indent: 30px;
}

.summary_box ul li p a{
	font-size: 16px;
	color: #333;
}


/*模块一*/
.main1{ width:1200px; margin:0 auto; background:#ffffff;}

.tujie{ width:533px; float:right;}
.tjbg{ margin:14px 0 0 0;}

.jdt_bg{
	width: 643px;
	height: 389px;
	background: url(../img/20250828_jdt_bg.jpg) top center no-repeat;
}
.hd-photos{
	margin: 14px 0 0 15px;
}
/*end*/


/* 第二行 */
.second_line{
	overflow: hidden;
}
/* 焦点图 */

/*焦点图*/
.slideBox {
	width: 643px;
	height: 389px;
	overflow: hidden;
	position: relative;
	float: right;
}

.slideBox .hd {
	height: 13px;
	position: absolute;
	z-index: 1;
	bottom: 12px;
	right: 16px;
}

.slideBox .hd ul {
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	cursor: pointer;
	width: 11px;
	height: 11px;
	display: block;
	text-indent: 20px;
	background: #fff;
	float: left;
	margin: 0 0 0 10px;
	border-radius: 50%;
}

.slideBox .hd ul li.on {
	width: 13px;
	height: 13px;
	margin-top: -1px;
	background: #f7ca4a;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
}

.slideBox .bd img {
	width: 643px;
	height: 389px;
}

.slideBox .bd h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 41px;
	width: 500px;
	margin-left: 20px;
	z-index: 111;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.slideBox .bd h1 a {
	color: #fff;
	text-decoration: none;
}

.slideBox .bd div {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 41px;
	background-color: #000;
	width: 643px;
	opacity: 0.4;
}

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 1%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(https://www.hunan.gov.cn/topic/xhtml/img/20220921_slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 1%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.fx_news{
	width: 514px;
}

/* 右边 */

/* .fx_news{
	background: #f5f5f5;
	width: 500px;
	height: 277px;
	padding: 14px 13px;
} */
.fx_news .news_title {
    overflow: hidden;
}
.fx_news .news_title img{
	display: block;
	margin-left:7px;
}
.news_title a {
    color: #666666;
    display: block;
    margin-top: 9px;
    font-size: 14px;
}
.nwes_list {
    margin-top: 14px;
	padding-left: 8px;
}
.nwes_list li {
    font-size: 18px;
    color: #333333;
    line-height: 45px;
}
.nwes_list li a {
	width: 486px;
	display: block;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
	background: url(../img/20250828_dot.png) left center no-repeat;
	padding-left:23px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*政策解读*/
.zcjd_bg{
    width: 100%;
    height: 718px;
}

.jd_tit{
    background: url(../img/20250828_zcjd.png) center no-repeat;
    height: 106px;
    margin-top: 25px;
    position: relative;
}
.jd_tit a{
    font-size: 15px;
    display: block;
    padding-top: 40px;
    color:#689eff;
    position: absolute;
    right:2px;
}

/*政策解读-end*/

.jd_con .jd_left{
    width: 504px;
    font-size: 18px;
    color: #333333;
}
.jd_con .jd_left a{
    background: url(../img/20250828_ico_list.png) 0px no-repeat;
    display: block;
    line-height: 44px;
    padding-left: 15px;
}
.gzjb_tit .core_a{
    font-size: 15px;
    display: inline-block;
    padding-top: 4px;
    color:#7a828b;
    margin-left: 435px;
}
/*添加*/
.zxdt_tit .core_a{
    font-size: 15px;
    display: inline-block;
    padding-top: 4px;
    color:#7a828b;
    margin-left: 435px;
}
.ckgd_more{
    display: block;
    background: #f2f2f2;
    font-size: 16px;
    width: 983px;
    height: 52px;
    line-height: 52px;
    color: #333333;
    border-radius: 4px;
    text-align: center;
    margin:10px auto;
}
.fg_cont_box{
    margin-bottom: 20px;
}


/*图解*/
.cycp-box {
    position: relative;
    width: 1100px;
    margin: 0 auto 29px;
}
.cycp-box,.cycp-box:hover{
    overflow: hidden;
}
.cycp-contaier-bg{
    background: url(../img/20250828_cycpsanjiao1.png) no-repeat  center 0;
    margin-bottom: 30px;
}
.cycp-box {
    position: relative;
    width: 1100px;
    margin: 0 auto 36px;
}


.cycp-box .swiper-container {
    width: 1085px;
    height: 400px;
    padding-top: 21px;
}

.creativeProductContent {
    position: relative;
    width: 299px;
    margin: 0 auto;
    box-shadow: #9b9393 0 0 10px 0;
    border: 1px solid #cbc6c6;
}

.cycp-box .textbg {
    width: 220px;
    height: 48px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    bottom: -40px;
    padding: 20px 42px 20px 24px;
    text-align: left;
}
.cycp-box .textbg a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.creativeProductContent .headerImg{
    width: 269px;
    height: 332px;
    padding: 15px;
}
.creativeProductContent .headerImg img{
    width: 269px;
    height: 332px;
}
.arewBtn {
    position: absolute;
    z-index: 100;
    margin-top: -28px;
    top: 42%;
    width: 26px;
    height: 52px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.wlslj20220602 {
    display: block;
    width: 1025px;
    margin: 0 auto 48px;
}
.woComeSpeak{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
/*电子书*/
.dzs_box img{
    width:1200px;
    display: block;
    margin:45px auto 20px auto;
}
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    direction:ltr;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;

    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;

    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);

    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;

    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* 政策集成 */
.zcjc_box{
	background: #e8f1ff;
	height: 943px;
	margin-top: 50px;
}
.zcjc_tit {
    background: url(../img/20250828_zcjc.png) center no-repeat;
    height: 106px;
    padding-top: 40px;
    position: relative;
}
.zcjc_tit a {
    font-size: 15px;
    display: block;
    padding-top: 40px;
    color: #689eff;
    position: absolute;
    right: 2px;
}

.news_list3 {
	text-align: center;
	position: relative;
}

.main_list3 .h20 {
	height: 20px;
	overflow: hidden;
}

.news_list3 dt {
	margin: 30px 0 26px 0;
	overflow: hidden;
}

.news_list3 dt h3 {
	float: left;
	margin-left: 350px;
	width: 500px;
	height: 60px;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	color: #fff;
	background-color: #5dabec;
	border-radius: 30px;
}

.news_list3 dt h3 a {
	color: #fff;
}

.news_list3 dd {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	overflow: hidden;
	background-image: linear-gradient(#d1ebff, #eff8ff);
}

.news_list3 dd a {
	float: left;
	    box-sizing: border-box;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 352px;
	    height: 80px;
	    margin: 9px;
	    padding: 0 13px;
	    background-color: #ffffff;
	    border: solid 2px #a1cdf3;
	    font-size: 17px;
	    color: #333;
	    line-height: 27px;
	}
}

.news_list3 dt::after,
.news_list3 dd::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 26px;
	position: absolute;

	top: 60px;
	z-index: 10;
	background: #5dabec;
}

.news_list3 dt::after {
	left: 430px;
}

.news_list3 dd::before {
	right: 430px;
}
.more1 {
    text-align: right;
    line-height: 48px;
    font-size: 16px;
    color: #ababab;
}
.news_list3 dt::after, .news_list3 dd::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 26px;
    position: absolute;
    top: 60px;
    z-index: 10;
    background: #5dabec;
}
/* 创业服务 */
.cyfw_box .cyfw_tit {
    background: url(../img/20250828_cyfw.png) center no-repeat;
    height: 106px;
    margin-top: 6px;
    position: relative;
	
}
.cyfw_tit a {
    font-size: 15px;
    display: block;
    padding-top: 40px;
    color: #689eff;
    position: absolute;
    right: 2px;
}
.cyfw_box{
	margin-bottom: 80px;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}