﻿@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;
}


/********头部*********/
.banner{
    width: 100%;
   /* height: 933px;*/
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-image:url(../img/20210524_cyyq_bg_a.jpg);
}

/*********引入大头条**********/

.column1{text-align:center;  height:auto; padding-bottom:30px;
    width: 1100px;
    margin: 0 auto;}
.column1_1{
    padding-top:60px;
    padding-bottom:14px;
    font-family:"微软雅黑";
    font-weight: bold;
    color:#005293;
    font-size:39px;
}
.column1_1 a{color:#005293; font-size:36px;font-family: SimSun;}

.column1_2{ height:auto; overflow:hidden;color:#005293; font-family:"微软雅黑";font-size:18px;text-align: justify;text-indent: 2em;}
.column1_2 a{font-size:18px; color:#005293; padding:0; margin:0}
.column1_2 a:hover{color:#025194;}


/*大图滚动*/
 .lft_pic {
    width: 1100px;
    margin: 0 auto 25px;
}
.slider-carousel {
    position: relative;
    width: 100%;
    height: 646px;
    overflow: hidden;
}
.slider-carousel .item {
    width: 100%;
    height: 646px;
}

.slider-carousel .item a img{
    width: 100%;
    height: 646px;
}

.slider-carousel .subtitle {
    position: absolute;
    width: 1100px;
    height: 64px;
    left: 0;
    top: 582px;
    z-index: 2;
    background: #015293;
    line-height: 26px;
}
.slider-carousel .titBg {
    position: absolute;
    width: 100%;
    height: 64px;
    left: 0;
    bottom: 0px;
    z-index: 1;
}
.titBg {
    background: #015293;
}
.slider-carousel .subtitle h6 a {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    margin-left: 50px;
}
.slidesjs-control {
    position: relative;
    left: 0px;
    width: 1100px;
    height: 646px;
}
.slider-carousel .slidesjs-navigation {
    width: 55px;
    height: 87px;
    display: none;
    position: absolute;
    text-indent: -9999em;
    top: 280px;
    z-index: 100;
}
.slidesjs-previous {
    background: url(http://www.hunan.gov.cn/topic/xhtml/img/20210123_index_btn03.png) no-repeat;
    left: 0px;
}
.slidesjs-next {
    background: url(http://www.hunan.gov.cn/topic/xhtml/img/20210123_index_btn02.png) no-repeat;
    right: 0px;
}
.slidesjs-pagination {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    right: 36px;
    top: 609px;
    width: 110px;
    height: 12px;
    z-index: 10;
    overflow: hidden;
}
.slidesjs-pagination-item {
    float: left;
    width: 20px;
    height: 10px;
}
.slidesjs-pagination-item a {
    float: left;
    display: block;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    margin: 0 5px 0 5px;
    background: url(http://www.hunan.gov.cn/topic/xhtml/img/20210123_banner_li2.jpg) no-repeat;
}
.slidesjs-pagination-item a.active {
    background: url(http://www.hunan.gov.cn/topic/xhtml/img/20210123_banner_li1.jpg) no-repeat;
}
.slidesjs-container {
    overflow: visible !important
}
/*大图滚动-end*/

/*会议速递*/
.screen_02{
    padding-top:17px;
}
.hysd .title{
    font-size: 24px;
    color: #135992;
    font-weight: bold;
}
.hysd_list{
    margin-top: 16px;
}
.hysd_list li{
    background: url(../img/20210524_icon02.png) no-repeat 0 24px;
    font-size: 16px;
    line-height: 55px;
    padding-left: 18px;
    border-bottom:1px dashed #c4d2e4;
    width: 495px;

}
.hysd_list li:last-child{
    border-bottom: none;
}
.tszs{
    margin-top: 25px;
}
.hysd_list .xq{
    color: #cb3131;
}
.zcwj_list li{
    background: url(../img/20210524_icon01.png) no-repeat 0 13px;
    font-size: 16px;
    line-height: 36px;
    padding-left: 18px;
    font-family: "微软雅黑","宋体";
    width: 472px;
}
.zcwj_list{
    margin-top: 21px;
}
.wjjd{
    margin-top: 25px;
}
.wjjd_list{
    margin-top: 16px;
}
.wjjd_list li{
    background: url(../img/20210524_icon02.png) no-repeat 0 24px;
    font-size: 16px;
    line-height: 55px;
    padding-left: 18px;
   /font-family: "微软雅黑","宋体";
    width: 472px;
}
/*国家级产业园区分布图*/
.gj_bg{
    margin-top: 24px;
    margin-bottom: 40px;
    width: 100%;
    min-width: 1200px;
    height: 675px;
    background: url(../img/20210524_bg_2.png) center no-repeat;
}
.gj_cen{
    width: 1100px;
    height: 729px;
    background: url(../img/20210524_dt_db.jpg) center no-repeat;
}
.gj_dt img{
    display: block;
    padding-top: 45px;
    padding-left: 12px;
}
/*省级产业园区分布图*/
.sj_cyy_box{
    width: 100%;
    /*height: 797px;*/
    height: 920px;
    background: url(../img/20210524_hnyy_bg.jpg) center no-repeat;

}
.sjcyy_box_con1{
    width: 1100px;
    height: 557px;
    margin: auto;
    position: relative;

}
.sjcyy_con {
    width: 597px;
    height: 481px;
    background: url(../img/20210524_yj_l.png) no-repeat;
    margin-top: 30px;
    z-index: 99;
    position: absolute;
    left: 0;
}
.sjcyy_img{
    width: 527px;
    height: 373px;
    background: url(../img/20210524_yj_r.png) no-repeat;
    position: absolute;
    left: 571px;
    top: 125px;
}
.sj_with{
    width: 478px;
    height: 300px;
    margin: 44px 0 0 47px;
    position: relative;
}
.sj_with p{
    font-size: 16px;
}
.nicescroll-rails{
    position: absolute;
    top: 50px;
    width: 10px;
    z-index: auto;
    background: rgb(230, 235, 248);
    cursor: default;
    left: 500px;
    height: 292px;
    opacity: 1;
}
.sj_with strong a{
    font-size: 18px;
    color: #005292;
}
.sj_with .text{
    font-size: 15px;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
    padding-right: 30px;
    text-align: justify;
}
.sjcyy_img img{
    display: block;
    margin-left: 7px;
    margin-top: 7px;
}
/**/
.sjcyy_box_con2{
    height:152px;
    background: url("../img/20210524_yj_e.png") center no-repeat;
}
.sjcyy_box_con2 ul li a{
    display: block;
    width: 122px;
    height: 46px;
    float: left;
    background: #fff;
    border: 1px solid #d5d5d5;
    text-align: center;
    border-radius: 3px;
    color: #055088;
    font-size: 14px;
    line-height: 46px;
    margin: 5px 12px;
    cursor: pointer;
}
.sjcyy_cur{
    background: #015293 !important;
    color: #fff !important;
}
.sjcyy_box_con2 ul{
    margin-left: 28px;
    padding-top: 17px;
}
/*融媒解读*/
.rmjd_tit img{
    padding: 56px 0 12px 0;
    display: block;
}
.rmjd_box {
    width: 100%;
    height: 596px;
    background: url("../img/20210524_rmjd_bg.png") center no-repeat;
}
.picMarquee-left{ overflow:hidden; position:relative;   }

/*.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../img/20210524_arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }*/

.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 6.5px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:347px; height:173px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;}

@media only screen and (max-width: 1800px){
    .banner {
        background-image: url(../img/20210524_2021lhzpbanner.jpg);
        padding-top: 280px;
    }
}