@charset "utf-8";

html,

body {

    max-width: 100%;

    min-width: 1300px;

    margin: 0 auto;

    background: #FBFCFF;

    overflow: auto;

}



.zh-img {

    position: absolute;

    right: 93px;

    top: -110px;

}



.Rectangle {

    width: 100%;

    height: 300px;

    /*margin-top: 72px;*/

    background-size: auto 100%;

    overflow: hidden;

}



.biddingImg {

    background: url("../img/zb.jpg") no-repeat right center;

}



.Rectangle.party {

    background: url("../img/dImg.jpg") no-repeat right center;

}



.Rectangle.build {

    background: url("../img/build.jpg") no-repeat right center;

}



.Rectangle.newa-img {

    background: url("../img/news.jpg") no-repeat right center;

}



.public {

    position: relative;

    /* text-align: center; */

    margin: 0 auto;

    margin-top: 20px;

    /* width: 75%; */

}



.bara-1 {

    width: 100%;

    margin: 40px auto;

}



.Rectangle1 {

    width: 100%;

}



.content {

    background: rgba(255, 255, 255, 0.98);

    box-shadow: 0px 1px 0px rgba(221, 48, 50, 0.4);

    position: absolute;

    top: -55px;

    margin: 0 auto;

    transform: translate(-50%);

    /*居中*/

    left: 50%;

    width: 75%;

    height: 76px;

    font-family: 'Microsoft YaHei UI';

    font-weight: 400;

    font-size: 16px;

    color: #474242;

    text-align: center;

    line-height: 76px;

}
.display_flex{
    display: flex;
}


.table {

    width: 75%;

    height: 96px;

    font-family: 'Microsoft YaHei UI';

    font-weight: 700;

    font-size: 24px;

    color: #000000;

    margin: 0 auto;

    margin-top: 100px;

}



.group-survey {

    display: flex;

    justify-content: space-between;

}



.group-survey .plant-box-top {

    height: 86px;

}



.group-survey .plant-title {

    padding-top: 30px;

    background: url("../img/qiao.png") no-repeat 120px top;

}



.group-survey .plant-title .en {

    font-family: "Microsoft-Himalaya";

}



.group-survey .gaosu {

    width: 100%;

    height: 96px;

    text-align: right;

    margin-bottom: -8px;

}



.group-survey .gaosu img {

    width: 222px;

    height: 58px;

    object-fit: cover;

}



.group-survey .gaosu p {

    font-size: 16px;

    line-height: 20px;

    color: #8A8A8A;

    letter-spacing: -1px;

    font-weight: 400;

}



.img-a {

    text-align: right;

    margin-left: 12px;

}



.name {

    font-weight: 400;

    font-size: 26px;

    margin-left: 22px;

    color: #D4D4D4;

    font-family: "宋体";

    margin-top: -5px;

    margin-left: 26px;

}



.fr3 {

    margin-left: 23px;

}



.name-a {

    font-weight: 400;

    font-size: 16px;

    text-align: right;

    color: #8A8A8A;

}



.framework {

    margin-left: 9px;

    padding-top: 5px;

}



.top-scroll {

    position: relative;

    top: -400px;

    width: 75%;

    height: 833px;

    margin: 0 auto;

    background: #B32734;

    z-index: 9999;

    /* padding: 0 10px 0 0; */

}



.cleTable::-webkit-scrollbar {

    height: 0 !important;

    width: 8px !important;

}





/*定义了滚动条滑块的样式*/



.cleTable::-webkit-scrollbar-thumb {

    width: 8px;

    background: rgba(255, 255, 255, 0.9);

    border-radius: 14px;

}





/*定义了轨道的样式*/



.cleTable::-webkit-scrollbar-track {

    /*滚动条里面轨道*/

    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */

    background: rgba(255, 255, 255, 0.2);

    width: 8px;

    border-radius: 14px;

    height: 20% !important;

}



.cleTable::-webkit-scrollbar-thumb:hover {

    background: rgba(255, 255, 255, 0.9);

    border-radius: 14px;

    width: 8px;

}



.cleTable {

    position: relative;

    text-align: center;

    overflow: scroll;

    width: 99%;

    height: 833px;

    margin: 0 auto;

    margin-left: 0;

    margin-top: 43px;

}



.organization {

    width: 100%;

    position: relative;

    top: 143px;

    height: 654px;

    background: url(../img/bg1.jpg)no-repeat bottom center;

    background-size: 100% auto;

}



.organization-item {

    width: 100%;

    position: relative;

    top: 143px;

    height: 1330px;

    background: url(../img/bg1.jpg)no-repeat bottom center;

    background-size: 100% auto;

}



.position {

    width: 75%;

    /* width: 1440px; */

    height: 833px;

    position: absolute;

    top: -110px;

    transform: translate(-50%);

    /*居中*/

    left: 50%

}



.position.development {

    top: -250px;

}







.news_video .list {
    width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .news_video .list::after {
    content: '';
    width: 32%;
  }
  
  .news_video .list .item {
    width: 32%;
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .news_video .list .item .item_img {
    width: 100%;
    height: 298px;
  }
  
  .news_video .list .item .item_img a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .news_video .list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .news_video .list .item p,
  .news_video .list .item .detail {
    text-align: center;
  }
  
  .news_video .list .item p {
    width: 100%;
    margin: 20px 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .news_video .list .item .detail img {
    width: 23px;
    height: 15px;
    vertical-align: middle;
  }
  
  .news_video .list .item .detail span {
    font-size: 14px;
    color: #4c4c4c;
    vertical-align: middle;
  }
  
  .news_video .list .item .detail .time {
    color: #d52f2f;
  }
  
  .news_video .list .next {
    display: flex;
    justify-content: center;
  }
  
  .news_video .list .next img {
    margin-top: 232px;
    width: 55px;
    height: 55px;
  }


  .video_detail {
    background: url(../images/fzg_kjsd_video_bg_1.png) no-repeat;
    background-size: 100% 75%;
    background-position: center bottom;
  }
  
 .video_detail .videos {
    font-size: 16px;
    line-height: 1.8;
    box-sizing: border-box;
    padding-bottom: 30px;
    color: #6b6969;
    width: 1360px;
    margin: 100px auto 20px;
    text-align: center;
  }
  
 .video_detail .videos .title {
    font-size: 28px;
    font-weight: bold;
    margin: 30px 0 10px;
    color: #000;
  }
  
 .video_detail .videos .detail img {
    width: 23px;
    height: 15px;
    vertical-align: middle;
  }
  
 .video_detail .videos .detail span {
    font-size: 14px;
    color: #4c4c4c;
    vertical-align: middle;
  }
  
 .video_detail .videos .detail .time {
    color: #d52f2f;
  }
  
 .video_detail .videos .last_text {
    margin: 20px 0 0;
    text-align: left;
    text-indent: 2rem;
  }





.organization.organizat-a {

    height: 654px;

    top: 400px;

}



.organization.honor-item {

    height: 654px;

    top: 263px;

}



.top {

    top: -400px;

}



.organization.organi-a {

    top: 400px;

}



.tableName {
    /* margin: 0 100px; */
    /* margin-left: 80px;

    

    */
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    margin-top: -3px;
    box-sizing: border-box;
    background-clip: content-box;
    /* border-bottom: 3px solid #DD3032;*/
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 26px;
    height: 83px;
    padding: 0 4px;
}



.tableName a {

    color: #333;

}



.tableName.table-a {

    width: 25%;

}



.tableName.manage {

    width: 32%;

}



.num {
    position: relative;
    font-family: 'Microsoft Himalaya';
    font-weight: 400;
    font-size: 20px;
    color: #DD3032;
    top: -10px;
    height: 18px;
    line-height: 18px;
    margin-right: 4px;
}



.active {

    border-bottom: 3px solid #DD3032;

    font-family: 'Microsoft YaHei UI';

    margin-top: -3px;

    font-weight: 800;

    font-size: 16px;

    color: #000000;

}



.news {

    width: 75%;

    /* height: 300px; */

    padding: 30px 0 10px 0;

    margin: 0 auto;

    border-bottom: 1px solid #E5E5E5;

}



.news:hover {

    color: #DD3032;

}



.news-time {

    font-family: 'Microsoft YaHei UI';

    font-weight: 400;

}



.news-time:hover {

    color: red;

}



.time {

    font-size: 36px;

    color: #000000;

}



.newsName {

    font-size: 16px;

    /* width: 900px; */

    width: 58%;

    /* display: inline-block; */

    color: #8A8A8A;

}



.newsName-a {

    font-size: 16px;

    color: #8A8A8A;

}



.news-img1 {

    width: 238px;

    object-fit: cover;

    height: 170px;

}



.eyes {}



.year {

    font-size: 14px;

    color: #8A8A8A;

    margin-top: 10px;

}



.unread {

    position: absolute;

    top: 6px;

}



.unread img {

    margin-top: -2px;

}



.bor {

    background-color: #000000;

    width: 80px;

    height: 2px;

    display: inline-block;

    margin: 0px 25px 15px 25px;

}



.sd {

    font-size: 20px;

    color: #DD3032;

    margin-top: 5px;

}



.newsName p {

    line-height: 25px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

}



.flex {

    margin-bottom: 20px;

    line-height: 25px;

    height: 25px;

    position: relative;

}



.flex img {

    margin-left: 26px;

    display: inline-block;

}





/* 集团要闻 基层动态 */



.but {

    width: 110px;

    height: 40px;

    background: #fff;

    font-family: 'Microsoft YaHei UI';

    text-align: center;

    line-height: 40px;

    font-weight: 400;

    font-size: 14px;

    color: #FFFFFF;

    margin-top: 10px;

}



.but1 {

    width: 110px;

    height: 40px;

    /* background: #DD3032;

     opacity: 0.6; */

    font-family: 'Microsoft YaHei UI';

    text-align: center;

    line-height: 40px;

    font-weight: 400;

    font-size: 14px;

    color: #FFFFFF;

    margin-top: 10px;

    display: none;

    /* animation: mymove 1s infinite; */

    /*Safari 和 Chrome:*/

    /* -webkit-animation: mymove 1s infinite; */

    animation: mymove 1.3s infinite;

    animation-iteration-count: 1;

    /* Safari and Chrome */

    -webkit-animation: mymove 1.3s infinite;

    ;

    /* 只执行一次 */

    -webkit-animation-iteration-count: 1;

}



.but a {

    color: #8A8A8A;

}



.but-a a {

    color: #8A8A8A;

}





/* 媒体聚焦 热点专题 */



.but-a {

    width: 110px;

    height: 40px;

    font-family: 'Microsoft YaHei UI';

    line-height: 40px;

    font-weight: 400;

    font-size: 14px;

    color: #FFFFFF;

    margin-top: 50px;

    margin-left: 234px;

}



.but1-a {

    width: 110px;

    height: 40px;

    font-family: 'Microsoft YaHei UI';

    text-align: center;

    line-height: 40px;

    font-weight: 400;

    font-size: 14px;

    color: #FFFFFF;

    margin-top: 50px;

    margin-left: 234px;

    display: none;

    animation: mymove 1.3s infinite;

    animation-iteration-count: 1;

    /* Safari and Chrome */

    -webkit-animation: mymove 1.3s infinite;

    ;

    /* 只执行一次 */

    -webkit-animation-iteration-count: 1;

}





/* 列表hover */



.news:hover .news-2 {

    color: #DD3032;

    cursor: pointer;

}



.news:hover .but1-a {

    display: block;

    background: #DD3032;

}



.news:hover .but1 {

    display: block;

    cursor: pointer;

    background: #DD3032;

}



@keyframes mymove {

    from {

        background-color: #F0C3C1;

    }

    to {

        background-color: #DD3032;

    }

}



@-webkit-keyframes mymove {

    from {

        background-color: #DD3032;

    }

    to {

        background-color: #DD3032;

    }

}



.news:hover .but {

    display: none;

}



.news:hover .but-a {

    display: none;

}



.news:hover.sd {

    color: #DD3032;

    cursor: pointer;

}



.news-1 {

    font-size: 20px;

    color: #DD3032;

    display: block;

    width: 500px;

    display: inline-block;

    -webkit-line-clamp: 1;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    margin-top: 5px;

}



.news-2 {

    font-size: 20px;

    color: #000000;

    display: block;

    width: 80%;

    display: inline-block;

    -webkit-line-clamp: 3;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    margin-top: 7px;

}



.but img {

    margin-left: 5px;

}



.anme {
font-size: 20px;
color: #000000;
width: 780px;
/* margin-top:7px; */
display: block;
display: inline-block;
-webkit-line-clamp: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.anme-news-detail {
    font-size: 18px;
    color: #000000;
    width: 100%;
    /* margin-top: 7px; */
    display: block;
    display: inline-block;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.but.left {

    text-align: left;

    color: #8A8A8A;

    background: none;

}



.organization.news-a {

    top: 240px;

    z-index: 999;

}



.pagination {

    text-align: center;

    margin-top: 80px;

}



.pagination ul li {

    display: inline-block;

    width: 40px;

    height: 40px;

    text-align: center;

    line-height: 40px;

    background: #FFF;

    font-family: 'Microsoft YaHei UI';

    font-weight: 400;

    font-size: 16px;

    color: #000;

    margin-right: 10px;

    cursor: pointer;

    border: 1px solid #D4D4D4;

    box-sizing: border-box;

}



.pagination ul li a {

    color: #000;

}



.pagination ul .ac {

    background: #DD3032;

    color: #FFFFFF;

    cursor: pointer;

}



.pagination ul .ac a {

    color: #FFFFFF;

    cursor: pointer;

}





/* .pagination-item:hover{

        background-color: #DD3032;

        color: #fff;

} */



.newsName-a p {

    font-size: 16px;

    color: #8A8A8A;

    margin-top: 20px;

    line-height: 25px;

}



.newsList {

    width: 75%;

    margin: 0 auto;

    margin-top: 90px;

    font-family: 'Microsoft YaHei UI';

    font-weight: 400;

    font-size: 16px;

    color: #555555;

}



.new-title {

    font-size: 32px;

    color: #000000;

    margin: 40px 0 20px 0;

}



.newsList-msg {

    margin: 10px 0;

    color: #8A8A8A;

    font-size: 14px;

}



.location a {

    color: #474242;

}



.location a:hover {

    color: #DD3032;

}



.eyes-info {

    margin-left: 20px;

}



.newsList p {

    line-height: 30px;

}



.location span {

    color: #000000;

}



.newsList img {

    /* margin-top: 40px; */

}





/*  新闻详情分页 */



.news-Pagination {

    width: 250px;

    height: 40px;

    position: absolute;

    bottom: -96px;

    right: 10px;

}



.news-Pagination-btn1 {

    width: 45%;

    height: 40px;

    /* height: 100%; */

    border: 1px solid #DD3032;

    margin-left: 10px;

    color: #DD3032;

    cursor: pointer;

    background-color: #FFFFFF;

}



.news-Pagination-btn1:hover .top-pagination-red {

    width: 50%;

    display: none;

}



.news-Pagination-btn1 :hover .top-pagination-white {

    display: block;

}



.news-Pagination-btn1:hover {

    color: #fff;

    background-color: #DD3032;

}



.news-Pagination-icon {

    width: 40%;

    height: 100%;

    margin-top: 17px;

    padding-left: 10px;

}



.news-Pagination-font {

    width: 45%;

    height: 100%;

    line-height: 50px;

    font-size: 14px;

    /* color: #DD3032; */

    margin-top: -5px;

}



.news-Pagination-btn1 a {

    color: #DD3032

}



.news-Pagination-btn1 a:hover {

    color: #fff

}



.margin-pag {

    margin-left: 0;

    margin-right: 10px;

}



.top-pagination-white {

    display: none;

}



.news-Pagination .news-Pagination-item {

    width: 44%;

    height: 40px;

    line-height: 40px;

    background-color: #fff;

    color: #DD3032;

}



.top-font {

    width: 50%;

    margin-left: 20px;

}



.bara-a {

    padding: 0 20px;

    height: 376px;

    margin: 0 auto;

    background: #FFFFFF;

    border: 1px solid #E5E5E5;

    box-sizing: border-box;

    margin-top: 90px;

}



.yata {

    width: calc(50% - 10px);

    /* line-height: 92px; */

    color: #474242;

    font-size: 18px;

    padding-top: 40px;

    padding-bottom: 40px;

    border-bottom: 1px solid #0000001A;

}
.yata:nth-child(2n){
    margin-left: 20px;
}


.new-list {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

    justify-content: space-between;

    flex: 1;

}



.yata a {

    color: #474242;

}



.yata a:hover {

    color: #DD3032;

}



.yata>div {

    font-size: 14px;

    color: #8A8A8A;

}



.groupList {

    width: 100%;

    background: url(../img/Group13.jpg)no-repeat center;

    min-height: 100%;

    padding-bottom: 50px;

}



.groupList1 {

    width: 100%;

    background: url(../img/Group9.jpg)no-repeat center;

    height: 100%;

    padding-bottom: 50px;

}



.noData {

    text-align: center;

    font-family: 'Microsoft YaHei UI';

    font-weight: 400;

    font-size: 16px;

    line-height: 35px;

    padding-top: 140px;

    margin-bottom: -240px;

    color: #8A8A8A;

    height: 654px;

    width: 100%;

    background: url(../img/bg1.jpg)no-repeat center;

}



.groupList2 {

    width: 100%;

    background: url(../img/bg1.jpg)no-repeat center;

    height: 654px;

}



.data-content p {

    text-indent: 2em;

    line-height: 30px;

    margin: 20px 0px;

}



.data-content table td p{

    text-indent: 0 !important;

}



.data-content p img {

    margin: 20px auto;

    display: block;

    width: 70%;

}



@media screen and (max-width: 1450px) {

    .news-img1 {

        position: relative;

        width: 120px;

        height: 120px;

        top: 35px;

        padding: 0px;

    }

    .news1 {

        height: 200px;

        margin: 0 auto;

    }

    .yata {

        /* width: 78%; */

        /* background-color:#C94D5A; */

        font-size: 18px;

        width: 400px;

        overflow: hidden;

        white-space: nowrap;

        text-overflow: ellipsis;

        -o-text-overflow: ellipsis;

    }
    .yata:nth-child(2n){
        margin-left: 0;
    }

}