/*头条*/

.toutiao {
    margin-top: 20px;
    height: 110px;
    border-bottom: 1px solid #e9e9e9;
    background: url("../images/tt_bj.png") center bottom no-repeat;
    overflow: hidden;
}

.toutiao a {
    display: block;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toutiao p {
    width: 1100px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #666666;
    margin: 10px auto 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toutiao a:hover {
    color: #284c9f;
}

.NewsBox {
    padding: 40px 0;
    overflow: hidden;
    background: #f7fafe;
}

.lunbo {
    width: 600px;
    height: 413px;
    float: left;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}

.lunbo .img {
    display: block;
    width: 600px;
    height: 338px;
    overflow: hidden;
}

.lunbo .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.lunbo .lunbo_cont {
    width: 100%;
    height: 74px;
    padding: 0 20px;
    line-height: 74px;
    background: #fff;
    border-top: 1px solid #f7fafe;
    box-sizing: border-box;
    overflow: hidden;
}

.lunbo .lunbo_cont a {
    display: block;
    width: 70%;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lunbo .lunbo_cont a:hover {
    color: #284c9f;
}

.lunbo .hd {
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 20px;
    bottom: 32px;
    overflow: hidden;
}

.lunbo .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 30px;
    cursor: pointer;
    background: #dcdcdc;
}

.lunbo .hd ul li.on {
    width: 21px;
    background: url("../images/lb_xz.png") center center no-repeat;
}

.lunbo .prev,
.lunbo .next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    display: none;
    cursor: pointer;
}

.lunbo .prev {
    background: url(../images/lb_l.png)center center no-repeat;
    left: 20px;
}

.lunbo .next {
    background: url(../images/lb_right.png) center center no-repeat;
    right: 20px;
}

.lunbo:hover .prev {
    display: block;
}

.lunbo:hover .next {
    display: block;
}

.news {
    width: 568px;
    height: 411px;
    float: right;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px 30px 30px;
    box-sizing: border-box;
}

.news .box {
    height: 80px;
    margin-top: 15px;
    border-bottom: 1px dashed #dcdcdc;
}

.news .box a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    padding-left: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    background: url("../images/xin.png") left center no-repeat;
    overflow: hidden;
}

.news .box p {
    width: 100%;
    color: #666666;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_ttgk {
    height: 149px;
    margin-top: 40px;
}

.index_ttgk .ttgg_l {
    width: 954px;
    height: 149px;
    float: left;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.index_ttgk .ttgk_tt {
    width: 76px;
    height: 148px;
    background: url("../images/ggbt_bj.png") center center no-repeat;
    overflow: hidden;
}

.index_ttgk .ttgk_tt span {
    display: block;
    width: 30px;
    font-weight: bold;
    font-size: 20px;
    margin: 12px auto 0px;
    color: #ffffff;
    line-height: 25px;
}

.index_ttgk .ttgk_tt a {
    display: block;
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    background: #ffffff;
    font-size: 14px;
    color: #ff6f01;
    margin-top: 5px;
    margin-left: 10px;
}

.index_ttgk .ttgg_cont {
    width: 830px;
    height: 149px;
    position: absolute;
    right: 30px;
    bottom: 0;
    overflow: hidden;
}

.index_ttgk .tab_list {
    margin-top: 10px;
}

.index_ttgk .tab_list li a {
    width: 87%
}

.index_ttgk .ttgg_r {
    width: 216px;
    height: 149px;
    float: right;
}

.index_ttgk .ttgg_r a {
    display: block;
    width: 216px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background: url("../images/ttgkr_bj.png") center center no-repeat;
}

.index_ttgk .ttgg_r a:last-child {
    margin-top: 19px;
}

.SpecialBox {
    padding-bottom: 50px;
    background: #eef4fd url("../images/park-deliver-bg.png") bottom center no-repeat;
    overflow: hidden;
}

.idx_box {
    height: 492px;
    margin: 40px auto;
    overflow: hidden;
}

.survey-box {
    float: left;
    height: 492px;
    width: 1200px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.survey {
    background-color: #ecf2fb;
    width: 300%;
}

.survey dl {
    float: left;
    overflow: hidden;
}

.survey dl dt {
    width: 170px;
    height: 492px;
    padding: 120px 0;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

.survey dl dt h3 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
}

.survey dl dt .cont {
    margin-top: 60px;
}

.survey dl dt p {
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
}

.survey .s-1 dt {
    background: url("../images/idx_zwgk_bj.png") center center no-repeat;
}

.survey dd {
    width: 821px;
    background: url("../images/idx_ddbj.png") center center no-repeat;
    height: 492px;
    padding: 30px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.survey .s-2 dt {
    background: url("../images/idx_zsyz_bj.png") center center no-repeat;
}

.survey .s-3 dt {
    background: url("../images/idx_hdjl_bj.png") center center no-repeat;
}

.survey .s-2,
.survey .s-3 {
    position: absolute;
    top: 0;
}

.survey .s-2 {
    left: 840px;
}

.survey .s-3 {
    left: 1030px;
}

.idx_zwgk_tt {
    width: 100%;
    height: 64px;
    background: url('../images/idx_zwgk_ico2.png')left top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.idx_zwgk_tt span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    background: url('../images/idx_zwgk_tt.png') right center no-repeat;
}

.idx_zwgk_tt span h2 {
    display: block;
    font-size: 26px;
    color: #284c9f;
    margin-left: 15px;
    padding-left: 45px;
    box-sizing: border-box;
    background: url(../images/idx_zwgk_tt_ico.png) left center no-repeat;
}

.idx_zwgk {
    width: 100%;
    height: 249px;
    margin-top: 50px;
    overflow: hidden;
}

.idx_zwgk_l {
    width: 226px;
    height: 249px;
    float: left;
    overflow: hidden;
}

.idx_zwgk_l li {
    width: 226px;
    height: 110px;
    padding: 30px 20px;
    box-sizing: border-box;
}

.idx_zwgk_l li h2 {
    font-size: 22px;
}

.idx_zwgk_l li p {
    font-size: 10px;
    margin-top: 5px;
}

.idx_zwgk_l li.idx_ldzc {
    background: url("../images/idx_ldzc_bj.png") center center no-repeat;
}

.idx_zwgk_l li.idx_ldzc h2,
.idx_zwgk_l li.idx_ldzc p {
    color: #c1821b;
}

.idx_zwgk_l li.idx_jgzn {
    margin-top: 25px;
    background: url("../images/idx_jgzn_bj.png") center center no-repeat;
}

.idx_zwgk_l li.idx_jgzn h2,
.idx_zwgk_l li.idx_jgzn p {
    color: #0f6299;
}

.idx_zwgk_r {
    width: 500px;
    height: 249px;
    float: right;
}

.idx_zwgk .tab_list {
    margin-top: 0;
}

.idx_zfxxgk {
    height: 120px;
    margin-top: 20px;
    overflow: hidden;
}

.idx_zfxxgk ul li {
    width: 247px;
    height: 47px;
    border-radius: 5px;
    margin-right: 7px;
    margin-top: 7px;
    line-height: 47px;
    padding: 0 25px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #dcdcdc;
}

.idx_zfxxgk ul li:nth-child(3n) {
    margin-right: 0;
}

.idx_zfxxgk ul li a {
    font-size: 18px;
}

.idx_zfxxgk ul li a img {
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.idx_zfxxgk ul li a:hover img {
    transform: rotate(360deg);
}

.idx_zsyz_tt {
    width: 100%;
    height: 64px;
    background: url('../images/idx_zsyz_ico2.png')left top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.idx_zsyz_tt span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    background: url('../images/idx_zsyz_tt.png') right center no-repeat;
}

.idx_zsyz_tt span h2 {
    display: block;
    font-size: 26px;
    color: #00a583;
    margin-left: 15px;
    padding-left: 45px;
    box-sizing: border-box;
    background: url('../images/idx_zsyz_tt_ico.png') left center no-repeat;
}

.idx_zsyz {
    height: 210px;
    margin-top: 50px;
    overflow: hidden;
}

.idx_zsyz_l {
    width: 230px;
    height: 210px;
    float: left;
    overflow: hidden;
}

.idx_zsyz_l h3 {
    height: 40px;
    font-size: 22px;
    color: #00a583;
    display: block;
    padding-left: 35px;
    box-sizing: border-box;
    background: url("../images/xcsp_tt.png")left 5px no-repeat;
}

.idx_zsyz_l .xcsp {
    width: 230px;
    height: 152px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.idx_zsyz_l .xcsp .video-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.idx_zsyz_l .xcsp .play-btn {
    width: 40px;
    height: 40px;
    background: url("../images/cy_play.png") center center no-repeat;
    position: absolute;
    z-index: 9999;
    top: calc(50% - 20px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    cursor: pointer;
}

.idx_zsyz_l .xcsp video {
    width: 230px;
    height: 151px;
    border-radius: 8px;
}

.idx_zsyz_r {
    width: 503px;
    height: 210px;
    float: right;
    overflow: hidden;
}

.idx_zsyz_r .tab_list {
    margin-top: 0;
}

.idx_tzxm {
    height: 148px;
    border: 1px solid #dcdcdc;
    border-left: 0;
    margin-top: 20px;
    box-sizing: border-box;
    position: relative;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.idx_tzxm .idx_tzxm_l {
    width: 76px;
    height: 148px;
    position: absolute;
    top: -1px;
    left: 0px;
    padding: 25px 0 0;
    box-sizing: border-box;
    background: url("../images/tzxm_tt.png") top center no-repeat;
}

.idx_tzxm .idx_tzxm_l a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 25px;
    line-height: 25px;
    box-sizing: border-box;
}

.idx_tzxm .idx_tzxm_r {
    width: 640px;
    height: 108px;
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: 18px;
}
.idx_zsyz_r .tab ul li.on a{
      color: #00a583 !important;
}
.idx_zsyz_r .tab_list li:hover a{
    color: #00a583;
}
.idx_zsyz_r .tab_list li:hover a::after{
    background: #00a583;
}
.idx_tzxm .idx_tzxm_r .bd {
    width: 616px;
    height: 108px;
    margin: 0 auto;
    overflow: hidden;
}

.idx_tzxm .idx_tzxm_r li {
    width: 192px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.idx_tzxm .idx_tzxm_r li img {
    display: block;
    width: 192px;
    height: 108px;
}

.idx_tzxm .idx_tzxm_r li p {
    width: 100%;
    height: 51px;
    padding: 0 20px;
    font-size: 18px;
    color: #ffffff;
    line-height: 51px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url("../images/ttxm_bj.png") center center no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.idx_tzxm .idx_tzxm_r .prev,
.idx_tzxm .idx_tzxm_r .next {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.idx_tzxm .idx_tzxm_r .prev {
    left: 2px;
    background: url("../images/tzxm_left.png") center center no-repeat;
}

.idx_tzxm .idx_tzxm_r .next {
    right: 2px;
    background: url("../images/tzxm_right.png") center center no-repeat;
}

.idx_hdjl_tt {
    width: 100%;
    height: 64px;
    background: url('../images/idx_hdjl_ico2.png')left top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.idx_hdjl_tt span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    background: url('../images/idx_hdjl_tt.png') right center no-repeat;
}

.idx_hdjl_tt span h2 {
    display: block;
    font-size: 26px;
    color: #33c1cd;
    margin-left: 15px;
    padding-left: 45px;
    box-sizing: border-box;
    background: url('../images/idx_hdjl_tt_ico.png') left center no-repeat;
}

.idx_hdjl {
    margin-top: 50px;
    overflow: hidden;
}

.idx_hdjl .idx_zrxx {
    width: 400px;
    height: 380px;
    float: left;
    overflow: hidden;
}

.idx_hdjl .zrxx_t {
    width: 400px;
    height: 110px;
    padding: 0 30px;
    box-sizing: border-box;
    background: url("../images/idx_zrxxbj.png") center center no-repeat;
    overflow: hidden;
}

.idx_hdjl .zrlink {
    display: block;
    width: 109px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 55px;
    margin-left: 5px;
    float: left;
}

.idx_hdjl .zrxx_t ul {
    width: 190px;
    height: 60px;
    float: right;
    margin-top: 25px;
    overflow: hidden;
}

.idx_hdjl .zrxx_t ul li {
    width: 64px;
    height: 60px;
    padding-top: 4px;
    box-sizing: border-box;
    text-align: center;
    color: #284c9f;
}

.idx_hdjl .zrxx_t ul li a {
    display: block;
}

.idx_hdjl .zrxx_t ul li p {
    color: #33c1cd;
    margin-top: 4px;
    font-size: 16px;
}

.idx_hdjl .tab ul li a {
    color: #33c1cd
}

.xjgs {
    margin-top: 26px;
}

.xjgs .xjgs_tit {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    color: #33c1cd;
    box-sizing: border-box;
    background: #eaf9fa;
    margin-top: 16px;
}

.xjgs .xjgs_tit em {
    display: inline-block;
    width: 280px;
}

.idx_hdjl .idx_yjzj {
    width: 320px;
    height: 380px;
    float: right;
    position: relative;
}
.xjgs_cont .tab_list li:hover a{
    color:#33c1cd ;
}

.yjzj_con .bd ul {
    margin-top: 10px;
}

.yjzj_con .bd ul li {
    height: 140px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    margin-top: 0 !important;
    padding: 20px 30px 30px;
    box-sizing: border-box;
}

.yjzj_con .bd ul li a {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yjzj_con .bd ul li a:hover {
    color: #33c1cd;
}

.yjzj_con .bd ul li .date {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}

.yjzj_con .bd ul li .date span {
    font-size: 16px;
    color: #999999;
}

.yjzj_con .bd ul li .date em {
    display: inline-block;
    width: 57px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
    color: #999999;
    background: #f1f1f1;
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 15px;
    text-indent: 0 !important;
}

.yjzj_con .bd ul li .date em.on {
    background: #eaf9fa;
    color: #6accd4;
}

.yjzj_con .hd {
    width: 100%;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom:20px;
}

.yjzj_con .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #dcdcdc;
    margin-right: 5px;
    cursor: pointer;
}

.yjzj_con .hd ul li.on {
    width: 21px;
    background: url("../images/lb_xz1.png") center center no-repeat;
    background-color: #ffffff;
}


/* 专题专栏 */

.Special .bd {
    width: 1030px;
    height: 140px;
    float: left;
}

.Special ul li {
    width: 250px;
    height: 140px;
    float: left;
    margin-right: 10px;
}

.Special ul li:last-child {
    margin-right: 0;
}

.Special ul li img {
    width: 100%;
    height: 100%;
}

.Special .gd {
    width: 160px;
    height: 140px;
    background: #284c9f;
    float: right;
    padding-top: 40px;
    box-sizing: border-box;
    text-align: center;
}

.Special .gd span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/ztzl_gd.png") center center no-repeat;
}

.Special .gd p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
}

.more {
    top: -5px !important;
}
