﻿a{
    color:#444;
}
#header {
    background: url("../img/bannerbg.jpg") no-repeat center 50px #757CFD;
    padding: 99px 0 50px;
}
#header .banner{
    width: 90%;
    margin:0 auto
}
.index-aboult a{
    color:#fff;
}
.header-main {
    display: flex;
    justify-content: center;
    padding-top: 0;
    background: #0614fd;
}
.header-main .navbar-nav>li>a{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
}
.section-title {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:30px 0 10px;
}
.section-title h3{
    border-bottom: 2px solid #ef6758;
    padding-bottom: 6px;
    margin:0;
    font-weight: bold;
}
.section-title .more {
    font-size: 18px;
    color: #666;
}
.title-01{
    text-align: center;
    font-weight: bold;
}
.title-01 h4{
    font-size: 26px;
    font-weight: bold;
    color:#555;
    line-height: 2
}
.title-01 p{
    font-size: 20px;
    font-weight: bold;
    color:#555;
    line-height: 2
}
.title-01 p i{
    font-style: normal;
    font-weight: normal;
}
.news-item {
    margin-bottom: 15px;
}
.news-item h4 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.6;
}
.news-item p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.news-list li {
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 18px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list li::marker{
    color: #3396d9;
}
.margin-top-20{
    margin-top: 20px;
}
.news-list-img li{
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.news-list-img li img{
    width: 154px;
    height: 100px;
}
.btn-more.btn-primary{
    background: #516ec9;
    color:#fff;
    width: 100px;
}
.video-item {
    margin-bottom: 15px;
    position: relative;
}
.video-item img {
    width: 100%;
}
.video-item .duration {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 2px 5px;
    font-size: 18px;
    border-radius: 2px;
}
.video-item .title {
    font-size: 20px;
    margin:10px 0 20px;
    text-align: center;
}
.blue-gradient {
    background: url("../img/jhbg.jpg") no-repeat;
    padding: 20px 0 30px;
    margin: 20px 0;
    background-size: cover;
}
.video-item .source {
    font-size: 18px;
    color: #999;
}
.blue-gradient h2 {
    text-align: center;
    margin-bottom: 20px;
}
.blue-gradient h2 img{
    height: 55px;
    width: auto;
}
.zc-cont{
    border:2px solid #adbbe6;
    border-radius: 10px;
    line-height: 1.6;
    padding:16px;
    font-size: 18px;
}
/*.cy-cont-detail {*/
/*    position: relative;*/
/*    max-height: 156px; !* 约4行文字的高度 *!*/
/*    overflow: hidden;*/
/*    transition: max-height 0.3s ease-out;*/
/*}*/

.cy-cont-detail.expanded {
    max-height: none;
    padding-bottom: 30px;
}

.cy-cont-detail .arrow-cont {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 40px, #f8fbfc 70%);
    padding-top: 60px;
    padding-bottom: 10px;
    cursor: pointer;
}

.cy-cont-detail.expanded .arrow-cont img {
    transform: rotate(180deg);
}
.cy-cont{
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    border-radius: 14px;
}
.cyhd-section{
    padding:30px 16px 10px;
    margin-bottom: 30px;
}
.cyhd-section h3{
    margin:0 0 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.cyhd-section .cy-cont-detail p{
    line-height: 1.8;
    text-indent: 2em;
}
.cyhd-section p,.cyhd-section li{
    font-size: 18px;
}
.cy-list ul{
    clear: both;
    overflow: hidden;
}
.cy-list li{
    padding:6px 0;
}
.cy-row{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin:40px 0;
}
.arrow-cont{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    padding:20px 0 0;
}
.arrow-cont img{
    width: 20px;
    height: auto;
}
.btn-ty.btn-primary{
    background: #516ec9!important;
    font-size: 26px;
    letter-spacing: 3px;
    width: 60%;
    margin-bottom: 30px;
}
.gy-list{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin:30px 0;
}
.gy-list a{
    font-size: 18px;
    position: relative;
}
.gy-list a:before{
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left:-14px;
    border-radius: 50px;
    top:50%;
    transform: translate(0,-50%);
    background: #3498db;
}
.action-item {
    background: rgba(255,255,255,0.7);
    padding: 15px;
    height: 100%;
    border-radius: 5px;
}
.action-item h3 {
    font-size: 30px;
    margin-top: 0;
}
.action-item p {
    font-size: 21px;
    line-height: 1.6;
}
.footer-section {
    background: #f5f5f5;
    padding: 20px 0;
    margin-top: 20px;
}
.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-section p, .footer-section li {
    font-size: 18px;
    line-height: 1.6;
}
.btn-primary {
    margin: 0 auto;
    display: block;
}
.btn-primary:hover{
    background: #3498db!important;
    border: 1px solid #3498db!important;
}
.footer{
    text-align: center;
    padding:20px 0;
    color:#fff;
    background: #516ec9;
    display: flex;
    gap: 30px;
    justify-content: center;
}


/*建议平台*/
/* 顶部区域 */
.header-section {
    background:#1f7b86;
    position: relative;
    overflow: hidden;
}
.header-section .navbar-nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    background: linear-gradient( to bottom,#d2d5dc,#e6e6e8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 16px;
}
.header-section .navbar-nav a{
    font-size: 18px;
    font-weight: bold;
    color:#234753;
}
.header-section .navbar-nav a:hover{
    color:#097a86;
}
.header-section .navbar-nav a img{
    width: 20px;
    height: auto;
}
.main-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-participate {
    background-color: #fff;
    color: #0a8e9c;
    border: none;
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-participate:hover {
    background-color: #f0f0f0;
    color: #0a8e9c;
}

/* 导航栏 */
.navbar {
    background-color: #f0f0f0;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > li > a {
    color: #555;
    font-size: 18px;
    padding: 15px 25px;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover {
    background-color: #e0e0e0;
    color: #0a8e9c;
}

/* 公告区域 */
.announcement-section {
    padding: 30px 0;
    background: #097a86;
}

.announcement-box {
    background-color: #2e9aa6;
    color: white;
    padding: 50px 30px 100px;
    border-radius: 10px;
    position: relative;
}

.announcement-box:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-top:2px solid #90c2cd;
    border-right:4px solid #90c2cd;
}
.announcement-box:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    border-left:2px solid #90c2cd;
    border-bottom:4px solid #90c2cd;
}

.notice-title {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: block;
    text-align: center;
}

.announcement-content {
    line-height: 1.8;
    text-align: justify;
    font-size: 18px;
}

/* 建议台和留言板共用样式 */
.suggestion-section,
.comment-section {
    padding: 30px 0;
    position: relative;
}

.suggestion-section .jy-title,
.submit-suggestion-section .jy-title,
.comment-section .jy-title {
    background: url("../title_bg.png") no-repeat center center;
    background-size: 100% 10px;
    text-align: center;
    color: #257b7c;
    font-weight: bold;
    margin-bottom: 20px;
}
.ching-bg{
    background: #c6e2e5;
}
.suggestion-list{
    background: #fff;
    border-radius: 10px;
    padding:20px 10px 50px;
    position: relative;
}
.suggestion-item,
.comment-item {
    padding: 20px;
    margin-bottom: 20px;
}
.more-list {
    background: url("../img/h130.png") no-repeat;
    background-size: 100% auto;
    text-align: center;
    width: 120px;
    height: 40px;
    padding-top: 4px;
    padding-left: 20px;
    color: #fff;
    position: absolute;
    right: -6px;
    bottom: 40px;
    transition: 0.3s;
}
.more-list:hover{
    color:#fff;
    font-weight: bold;
}
.suggestion-title,
.comment-title {
    font-size: 18px;
    color: #4c575b;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    border-left:4px solid #1f7c84;
    padding-left: 10px;
}

.suggestion-item .time{
    font-size: 18px;
    border:1px solid #ddd;
    color:#666;
    border-radius: 5px;
    padding:4px 10px;
}
.suggestion-content,
.comment-content {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.more-link {
    color: #0a8e9c;
    font-size: 18px;
    text-decoration: none;
}
.more-link img{
    width: 13px;
    height: auto;
}
.more-link:hover {
    text-decoration: underline;
    color: #0a8e9c;
}

/* 分页 */
.pagination > li > a {
    color: #0a8e9c;
}

.pagination > .active > a {
    background-color: #0a8e9c;
    border-color: #0a8e9c;
}

/* 我要建议区域 */
.submit-suggestion-section {
    padding: 30px 0 50px;
    background-color: #f0f0f0;
    position: relative;
}

.submit-suggestion-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #ccc, transparent);
}

.suggestion-form {
    background: rgba(255,255,255,.6);
    padding:30px 40px;
}
.form-title{
    border-left:4px solid #097a86;
    margin-left: -40px;
    display: flex;
    padding-left: 30px;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.form-title label{
    margin-bottom: 0;
}
.form-title h3{
    margin:0;
}
.form-control {
    height: 40px;
    border-radius: 4px;
}
.form-title a,.suggestion-form .form-group label,.form-title-text{
    color:#097a86;
}
.form-title-text{
    font-weight: bold;
}
.suggestion-form .form-group label{
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

textarea.form-control {
    height: auto;
}
.check-cont{
    background: #e9ecee;
    border:1px solid #cecfd1;
    padding:10px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.check-cont .radio,
.check-cont .checkbox
{
    margin:5px 10px  10px 5px;
    background: #fff;
    padding:10px;
    width: 30.33%;
    box-shadow: 0 0 6px rgba(0,0,0,.05);
}
.suggestion-form .form-group .check-cont label{
    color:#333;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0;
}
.suggestion-form .form-group .error{
    color:#f20;
    font-size: 18px;
}
.suggestion-form .form-group input,
.suggestion-form .form-group textarea
{
    background: none;
    padding-left: 10px;
}

.suggestion-form .btn-submit{
    background-color: #0a8e9c!important;
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 20px;
    width: 60%;
    border:1px solid #0a8e9c;
}
.btn-submit:hover {
    background-color: #23777b!important;
}
.btn-text{
    color:#097a86;
    margin-top: 10px;
}
.contact{
    background:#e5e7e6;
    border:1px solid #c0c1c3;
    border-radius: 10px;
    padding:20px;
    text-align: center;
}
.help-text {
    color: #888;
    margin-top: 10px;
}
.footer-pt{
    background: #fff;
    color:#333;
}
.yzm{
    height: 40px;
}

.cy-cont-detail {
    position: relative;
    max-height: 190px; /* 4行文字的大致高度,每行24px */
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .cy-cont-detail.expanded {
    max-height: none;
  }
.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: left;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

  .arrow-cont {
    display: none; /* 默认隐藏箭头 */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    padding: 20px 0 10px;
    cursor: pointer;
  }

  /* 当内容超过4行时显示箭头 */
  .cy-cont-detail[data-overflow="true"] .arrow-cont {
    display: block;
  }
#scrollDiv{width:100%;height:100px; overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li{height:50px; overflow:hidden; vertical-align:bottom; zoom:1;}
#scrollDiv li a{
    font-size: 18px;
}
#scrollDiv li h3{ height:24px; padding-top:13px; font-size:18px; color:#353535; line-height:24px; width:300px;}
#scrollDiv li h3 a{color:#353535; text-decoration:none}#scrollDiv li h3 a:hover{ color:#F00}
#scrollDiv li div{ height:36px; width:300px; color:#416A7F; line-height:18px; overflow:hidden}
#scrollDiv li div a{ color:#416A7F; text-decoration:none}

.scroltit{
    display: flex;
    justify-content:center;
    gap: 10px;
}
.scroltit span{
    width: 30px;height: 30px;background: #e1e1e1;border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroltit span img{
    width: 10px;
    height: auto;
}
.scroltit #but_up{
    transform: rotate(-180deg);
}
@media (max-width: 991px) {
    .header-main{
/*        display: none;*/
    }
    #header .banner{
        width: 100%;
    }
    .footer{
        gap: 10px;
    }
    .title-01 h4{
        font-size: 18px;
    }
    .title-01 p{
        font-size: 18px;
    }
    .gy-list,.cy-row,.footer{
        flex-direction: column;
    }
    .cyhd-section p, .cyhd-section li{
        font-size: 18px;
    }
    .btn-ty.btn-primary{
        font-size: 20px;
    }
    .cyhd-section h3{
        line-height: 1.4;
        font-size: 20px;
    }
    .cy-row{
        margin:10px 0;
    }
    .zc-cont{
        font-size: 18px;
    }
    .main-title {
        font-size: 24px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 15px;
    }
    .navbar-nav{
        margin:0;
    }
    .announcement-content{
        font-size: 18px;
    }
    .announcement-box{
        padding:30px 20px;
    }
    .check-cont{
        padding:0 10px;
    }
    .suggestion-section .jy-title, .submit-suggestion-section .jy-title, .comment-section .jy-title {
        background: url("../img/title_bg.png") no-repeat center center;
        background-size: auto 40%;
        font-size: 20px;
    }
    .suggestion-form {
        padding: 20px;
    }
    .header-section .navbar-nav a{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap:10px;
        font-size: 18px;
    }
    .suggestion-item, .comment-item{
        margin-bottom: 0;
    }
    .suggestion-item, .comment-item{
        padding:10px;
    }
    .suggestion-form .form-title-text{
        font-size: 18px;
    }
    .check-cont .radio, .check-cont .checkbox{
        width: 45%;
    }
}
@media (max-width: 776px) {
    .check-cont .radio, .check-cont .checkbox{
        width: 100%;
    }
}
