@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; }
/**
* 文字溢出显示省略号
* 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: 1100px;
    margin: auto;
}


/********头部*********/

/*上部分*/
.chapter-head{
    width:100%;
    height:420px;
    background: url(../img/20220609_banner.jpg) top center no-repeat;
}
.chapter-with{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.chapter-head .sjd_b{
    display: inline-block;
    padding-top: 98px;
}

.jjqh_title a{
    display: block;
    color: #3d3d3d;
    font-size: 12px;
    margin-left: 447px;
    padding-top: 11px;
}

.m-head img{
    position: absolute;
    top: 50px;
    left: 100px;
}
.m_lead{
    width:100%;
    background: #ebf6ff;
    height: 148px;
    margin-bottom: 38px;
}
.headlines{
    width: 1033px;
    margin: auto;
}

.headlines h1 a{
    display: block;
    color: #005292;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
    margin:0 auto 10px 0;
    cursor: pointer;
}
.headlines p a{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    cursor: pointer;
        display: block;
    text-indent: 2em;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/*01*/
/*内容1*/

/*焦点图*/
.slideBox {
    width: 623px;
    height: 336px;
    overflow: hidden;
    position: relative;
    float: right;
}
.slideBox .hd {
    height: 13px;
    position: absolute;
    z-index: 1;
    bottom: 18px;
    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: #f5f74a;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
}
.slideBox .bd img {
    width: 623px;
    height: 336px;
}
.slideBox .bd h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    width: 450px;
    margin-left: 20px;
    z-index: 111;
    font-size: 22px;
    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: 50px;
    background-color: #000;
    width: 622px;
    opacity: 0.55;
}
/*焦点图*/


.focus_top{
    width: 1100px;
    margin: 0 auto;
}

.xzmp_img{
    margin-bottom: 25px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}


/*焦点图*/
.contop_left {
    float: left;
    position: relative;
    width: 623px;
    height: 336px;
}
.contop_left .swiper-button-prev {
    background: url(http://www.hunan.gov.cn/topic/xhtml/img/qglh_arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}
.contop_left .swiper-button-next {
    background: url(http://www.hunan.gov.cn/topic/xhtml/img/qglh_arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}
.contop_left .photoPart {
    width: 100%;
    height: 100%;
    position: relative;
}
.contop_left .swiper-container, .contop_left .swiper-slide {
    width: 100%;
    height: 100%;
}
.contop_left .swiper-pagination {
    position: absolute;
    left: auto;
    right: 5px;
    text-align: right;
    bottom: 12px;
    width: auto;
    z-index: 2;
}
.contop_left .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
    margin: 0 5px;
}
.contop_left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    margin-top: -5px;
    background: #ffe400;
}
.contop_left .slide-cont {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.contop_left .slide-cont .img img {
    width: 100%;
    height: 336px;
    display: block;
}
.contop_left .slide-cont .name {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    width: 100%;
    /* height: 68px; */
    line-height: 32px;
    font-size: 18px;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
    z-index: 11;
    color: #fff;
    /*background-color: rgba(237, 47, 57, 0.3);*/
    background-color: #000;
    opacity: 0.6;
    background-image: url(http://www.hunan.gov.cn/topic/xhtml/img/20201030_bg_shadow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.contop_left .slide-cont .name a {
    color: #fff;
    text-decoration: none;
	width: 96%;
}
.contop_left .slide-cont .name a:hover {
    /* text-decoration: underline; */
}

.contop_left .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	margin-top: -1px;
}

/*要闻动态*/
.jd_right{
    width: 448px;
    position: relative;

}
.ywdt_btn{
    position: absolute;
    top: 9px;
    left: 416px;
    font-size: 16px;
    color: #666666;
}
.ywdt_list{
    font-size: 17px;
    line-height:46px;
}
.ywdt_list li{
    border-bottom: 1px dotted #d3cfcb;
}
.ywdt_list li a:hover{
    color: #1e639d;
}
.ywdt_list li:last-child{
    border-bottom:none;
}

/*市州行动  评论*/
.bg_a{
    height:707px;
    background: url("../img/20220609_bg_01.png") center no-repeat;
}
.ywpl_box {
    overflow: hidden;
    width: 1100px;
    margin:30px  auto;
}

div.zxbd-text .news_report-a {
    display: block;
    border-bottom: 4px solid #1e639d;
    background: url(../img/20220609_szxd.png) no-repeat center;
    width: 150px;
    padding-bottom: 13px;
    height: 37px;
}

div.zxbd-text .news_report-b {
    display: block;
    border-bottom: 4px solid #1e639d;
    background: url(../img/20220609_pinglun.png) no-repeat center;
    width: 150px;
    padding-bottom: 13px;
    height: 37px;
}

.zxbd {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
}

.sg_list {
    width: 623px;
}

.dys_latest_more {
    margin-top: 14px;
}

.dys_latest_more a {
    display: block;
    float: right;
    font-size: 16px;
    color: #666666;
    margin-top: 7px;

}
.gcpl_ul{
    width: 470px;
    float: left;
    background: url(../img/20220609_lhsd_bj2.png) 4px 0 repeat-y;
}
.gcpl_ul  li a{
    margin-left: 4px;
}
.gcpl_ul li {
    font-size: 17px;
    line-height: 38px;
    overflow: hidden;
    font-family: "microsoft yahei";
    padding-left: 16px;
    background: url(../img/20220609_lhsd_bj3.png) no-repeat left center;
    color: #313131;
    display: block;
}
.gcpl_ul li a:hover{
    color: #1e639d;
}
.dys_economicHighlights_list li a:hover {
    color: #1e639d;
}
.gcpl_con ul li {
    font-size: 18px;
    width: 560px;
    line-height: 42px;
}
.dys_economicHighlights_list li {
    font-size: 17px;
    line-height: 55px;
    overflow: hidden;
    font-family: "microsoft yahei";
    padding-left: 22px;
    background: url(../img/20220609_small_round_icon.png) no-repeat left center;
    color: #313131;
    display: block;
    border-bottom: 1px dotted #d3cfcb;
}
.dys_economicHighlights_list li:last-child{
    border-bottom: none;
}
.jd_comment{
    width: 427px;
}
.jd_comment .conm_con{
    padding-bottom: 11px;
    overflow: hidden;
}
/*上部分-end*/




/*政策发布*/
.zcfb_box{
    background: url("../img/20220609_bus_bg2.jpg") center no-repeat;
    height: 778px;
}

.fb_tit{
    background: url("../img/20220609_zcfb.png") center no-repeat;
    height: 102px;
    position: relative;
}

.fb_tit .core_a{
    font-size: 15px;
    display: block;
    padding-top: 54px;
    color: #ababab;
    position: absolute;
    right: 8px;
}
/*内容*/

.fg_tab{
 overflow: hidden;
 padding: 48px 0px 9px 0px;
 margin-left: 42px;
}
.fg_tab ul {
    overflow: hidden;
}
.fg_tab ul li {
    float: left;
}
.fg_tab ul li a {
    display: block;
    width: 491px;
    height: 73px;
    border: 1px solid #d2d2d2;
    line-height: 73px;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    margin-right: 29px;
}
.fg_tab ul li a:hover{
    color: #333333;
    font-weight: bold;
    background: #eeeeee;
}
.tab_selection {
    background: #eeeeee;
    color: #333333;
}
.fg_cont_box ul {
    padding: 0 30px;
    overflow: hidden;
    overflow-y: auto;
}

.fg_cont_box ul li {
    font-size: 18px;
    color: #464646;
    line-height: 36px;
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
.fg_cont_box ul li a{
    width: 915px;
    float: left;
}
.fg_cont_box li .date {
    display: inline-block;
    float: right;
}
.fg_cont_box li .date span {
    display: block;
    font-size: 18px;
    color: #464646;
}
.fg_tab_box{
    margin-top: 35px;
    background: white;
    box-shadow: 0 0 5px #cecece;
    border-radius: 4px;
    padding-bottom: 26px;
}
.fg_cont_box ul li:last-child{
    border-bottom: none;
}

/*政策发布-end*/

/*政策解读*/
.jd_tit{
    background: url("../img/20220609_zcjd.png") center no-repeat;
    height: 102px;
    margin-top: 36px;
    position: relative;
}
.jd_tit a{
    font-size: 15px;
    display: block;
    padding-top: 54px;
    color: #ababab;
    position: absolute;
    right:8px;
}
/*我要找政策*/
.wyzzc_box img{
    box-shadow: 0 0 5px #cecece;
}
.wyzzc_box{
    margin-top: 40px;
}
/*政策解读-end*/
.jd_con{
    margin-top: 20px;
}
.jd_con .jd_left{
    width: 545px;
    font-size: 18px;
    color: #333333;
}
.jd_con .jd_left a:hover{
    color: #1e639d;
}
.jd_con .jd_left a{
    background: url(../img/20220609_ico_list.png) 0px no-repeat;
    display: block;
    line-height: 44px;
    padding-left: 15px;
}
/*图解、视频*/
.tjsp_box{
    margin-top:19px ;
}
.sg_list-c .news_report-c {
    display: block;
    border-bottom: 4px solid #1e639d;
    background: url(../img/20220609_tj_img.png) no-repeat center;
    width: 150px;
    padding-bottom: 13px;
    height: 37px;
}
.sg_list-c .news_report-d {
    display: block;
    border-bottom: 4px solid #1e639d;
    background: url(../img/20220609_viveo.png) no-repeat center;
    width: 150px;
    padding-bottom: 13px;
    height: 37px;
}

.gra_tit span{
    font-size: 27px;
    color: #2d66a5;
    font-weight: bold;
    font-family: "Lucida Console", "Courier New", monospace;
}
.gra_tit .g_core{
    font-size: 16px;
    color: #a4a4a4;
    margin-left: 377px;
}
.gra_tit .g_core2{
    font-size: 16px;
    color: #a4a4a4;
    margin-left: 424px;
}
.gra_tit{
    padding-bottom: 13px;
    border-bottom: 1px solid #e2e2e2;
}
.gra_img li{
    float: left;
    border: 1px solid #e8e8e8;
}
.mal20{
    margin-right: 20px;
}
.gra_img{
    margin-top: 32px;
}
.video_img ul li{
    position: relative;
    float: left;
    margin-bottom:12px;
    border:1px solid #e8e8e8;
        display: block;
}

.video_img ul li:nth-child(1),.video_img ul li:nth-child(3){
	margin-right: 14px;
}

.video_img ul li .play{
    position: absolute;
    right: 114px;
    bottom: 0;
    height: 109px;
    width: 50px;
    z-index: 50;
    cursor: pointer;
    background: url(../img/20220609_icon_play.png) no-repeat;
}



.video_img{
    width: 580px;
    margin-top: 32px;
}
.mar_20{
    margin-right: 14px;
}

/*添加*/
.zxdt_tit .core_a{
    font-size: 15px;
    display: inline-block;
    padding-top: 4px;
    color: #ababab;
    margin-left: 461px;
}
.ckgd_more{
    display: block;
    background: #f2f2f2;
    font-size: 16px;
    width: 1047px;
    height: 52px;
    line-height: 52px;
    color: #333333;
    border-radius: 4px;
    text-align: center;
    margin:10px auto;
}
.fg_cont_box{
    margin-bottom: 20px;
}

/*企业诉求*/
.qysq_tit{
    background: url("../img/20220609_qysq.png") center no-repeat;
    height: 102px;
    position: relative;
}
.column_t img{
    margin-top: 30px;
    padding-bottom: 40px;
}
.qysq_box{
    background: url("../img/20220609_tjsp_bg.jpg") center bottom no-repeat;
    margin-top: 20px;
}
.qysq_tit a {
    font-size: 15px;
    display: block;
    padding-top: 54px;
    color: #ababab;
    position: absolute;
    right: -29px;
}
.column_t img{
    display: block;
}