﻿:root{
    /* 背景色 */
    --main-color-bg: #c0100d;
    --main-color-subnav-bg: #c0100d;
    --main-color-nav-hover-color: #e4ba7b;
    /* 背景下的字颜色 */
    --main-color-bg-font-color: #fff;
    /* 鼠标移入的颜色 */
    --main-color-normal-color: #bf2029;
    --main-color--normal-hover-color: #e4ba7b;

    /* 普通字体颜色 */
    --main-font-color: #333;
    /* 普通字体样式 */
    --main-font-family: 'Microsoft Yahei';
}
body {
    position: relative;
    width: 100%;
    height: auto;
    background: url(../images/主图.png) no-repeat top center;
}
.header-part {
    position: relative;
    width: 100%;
    height: 68px;
}
.header-part > .nav-content {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 60px;
    background-color: var(--main-color-bg);
}
.header-part > .nav-content:before,
.header-part > .nav-content:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  border-style: solid;
  border-width: 30px;
}
.header-part > .nav-content:before {
  left: -60px;
  border-color: var(--main-color-bg) var(--main-color-bg) transparent transparent;
}
.header-part > .nav-content:after {
  right: -60px;
  border-color: var(--main-color-bg) transparent transparent var(--main-color-bg);
}
.nav-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
    font-family: var(--main-font-family);
}
.nav-list > .nav-item {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.nav-list > .nav-item a {
    color: var(--main-color-bg-font-color);
}
/* 二级菜单 */
.nav-list > .nav-item > .sub-nav {
    display: none;
    width: 100%;
    left: 0;
    background-color: var(--main-color-subnav-bg);
}
.nav-list > .nav-item > .sub-nav > p {
    height: 39px;
    line-height: 39px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav-list > .nav-item > .sub-nav > p a {
    color: var(--main-color-bg-font-color);
}
/* 菜单hover事件 */
.nav-list > .nav-item:hover {
    background-color: var(--main-color-nav-hover-color);
}
.nav-list > .nav-item:hover > a {
    color: var(--main-color-bg-font-color);
}
.nav-list > .nav-item > .sub-nav > p:hover {
    background-color: var(--main-color-nav-hover-color);
}
.nav-list > .nav-item > .sub-nav > p a:hover {
    color: var(--main-color-bg-font-color);
}

/* 主体 */
.main-part {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: auto;
    background-color: #fff;
}
/* 头条 */
.tt-part {
    margin-top: 330px;
    position: relative;
    width: 100%;
    height: 110px;
    display: flex;
    overflow: hidden;
}
.tt-part .logo {
    margin: 24px 80px;
}
.tt-part .tt-content {
    margin: 24px 0px;
    width: 720px;
    height: 56px;
    line-height: 56px;
}
.tt-part .tt-content .text {
    margin: 0 auto;
    width: 600px;
    text-align: center;
    color: var(--main-color-normal-color);
    font-size: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tt-part .tt-content .text a {
    color: var(--main-color-normal-color);
}

/* 第一层 */
.first-floor {
    position: relative;
    width: 100%;
    height: 380px;
    display: flex;
    overflow: hidden;
}
#newsSwiper {
    margin: 0px 10px;
    position: relative;
    width: 660px;
    height: 380px;
    overflow: hidden;
}
.right-news {
    position: relative;
    width: 520px;
    height: 370px;
}

/* banner层 */
.banner {
    margin: 35px 0px 50px;
    position: relative;
    width: 100%;
    height: 150px;
}
#bannerSwiper {
    position: relative;
    width: 1180px;
    height: 100%;
}
#bannerSwiper .pic img {
    width: 100%;
    height: 150px;
}
/* 第二层 */
.second-floor {
    padding: 0px 10px;
    position: relative;
    width: 1180px;
    height: auto;
    display: flex;
}
.jgjj {
    margin-right: 39px;
}
.jgjj-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.jgjj-btn {
    margin: 0px 46px 30px 0px;
    width: 238px;
    height: 50px;
    line-height: 50px;
    position: relative;
    border: 1px solid #b01d28;
    border-radius: 5px;
    display: flex;
    cursor: pointer;
}
.jgjj-btn img {
    width: 37px;
    height: 33px;
    margin-top: 8px;
    margin-left: 35px;
    margin-right: 10px;
}
.jgjj-btn .desc {
    font-size: 27px;
    color: #c60b26;
}
/* center 层*/
.banner-center {
    margin: 25px 0px 50px;
    position: relative;
    width: 100%;
    height: 150px;
}
#centerSwiper {
    position: relative;
    width: 1180px;
    height: 100%;
}
#centerSwiper .pic img {
    width: 100%;
    height: 150px;
}

/* 市直综览 */
.third-floor {
    margin: 50px 0px 10px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    height: auto;
}
.third-floor .logo {
    position: relative;
    width: 100%;
    height: 59px;
    background: url(../images/20220424_long_normal_title.png) no-repeat top center;
    display: flex;
    text-align: center;
}
.third-floor .logo h3 {
    margin: 0 auto;
    width: 300px;
    height: 59px;
    line-height: 65px;
    color: var(--main-color-bg-font-color);
    font-size: 35px;
    letter-spacing: 15px;
}
.third-floor .logo .more {
    position: absolute;
    top: 10px;
    right: 120px;
}
.third-floor .logo .more a {
    color: var(--main-color-normal-color);
}
.third-floor  .szzl-content {
    margin-top: 15px;
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
}
/* 第四层 */
.fourth-floor {
    padding: 20px 10px;
    position: relative;
    width: 100%;
    height: auto; 
    display: flex; 
}
.dflz {
    margin-right: 100px;
}
/* 夕阳风采 */
.xyfc .diamond-list {
    display: flex;
    flex-wrap: wrap;
}
.xyfc .diamond-list .diamond-item {
    margin: 10px 10px;
    width: 114px;
    height: 105px;
    display: flex;
}
.xyfc .diamond-list .diamond-item img {
    width: 114px;
    height: 105px;
}





/* 无缝滚动 */
.banner-bottom {
    margin: 10px 0px 20px;
    position: relative;
    width: 100%;
    height: 150px;
}
#bottomSwiper {
    position: relative;
    width: 1180px;
    height: 100%;
}
#bottomSwiper .pic img {
    width: 100%;
    height: 150px;
}
/* 学习园地 */
.fifth-floor {
    margin: 50px 0px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    height: auto;
}
.fifth-floor .logo {
    width: 100%;
    height: 59px;
    background: url(../images/20220424_long_normal_title.png) no-repeat top center;
    display: flex;
    text-align: center;
}
.fifth-floor .logo h3 {
    margin: 0 auto;
    width: 300px;
    height: 59px;
    line-height: 65px;
    color: var(--main-color-bg-font-color);
    font-size: 35px;
    letter-spacing: 15px;
}
.fifth-floor .logo .more {
    position: absolute;
    top: 10px;
    right: 120px;
}
.fifth-floor .logo .more a {
    color: var(--main-color-normal-color);
}
.fifth-floor  .xxyd-content {
    margin-top: 15px;
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
}
/* 健康养生 */
.sixth-floor {
    margin: 50px 0px 50px;
    position: relative;
    width: 100%;
    height: auto;
}
.sixth-floor .logo {
    margin: 10px 0px 20px;
    width: 100%;
    height: 59px;
    background: url(../images/20220424_long_normal_title.png) no-repeat top center;
    display: flex;
    text-align: center;
}
.sixth-floor .logo h3 {
    margin: 0 auto;
    width: 300px;
    height: 59px;
    line-height: 65px;
    color: var(--main-color-bg-font-color);
    font-size: 35px;
    letter-spacing: 15px;
}
.sixth-floor .logo .more {
    position: absolute;
    top: 10px;
    right: 120px;
}
.sixth-floor .logo .more a {
    color: var(--main-color-normal-color);
}
#jcysSwiper {
    margin-top: 50px;
    position: relative;
    width: 1180px;
    height: 100%;
}
#jcysSwiper .pic img {
    width: 100%;
    height: 150px;
}

/* 底部 */
.bottom-part {
    position: relative;
    width: 100%;
    height: 188px;
    background-color: var(--main-color-bg);
}
.bottom-content {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    height: 100%;
    color: var(--main-color-bg-font-color);
    display: flex;
}
.bottom-content .left-text {
    position: relative;
    margin-top: 60px;
    width: 700px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
}
.bottom-content .logo {
    margin-left: 200px;
    margin-top: 36px;
}


/* notice */
.more {
    display: block;
    line-height: 60px;
    font-size: 14px;
    color: var(--main-color-normal-color);
    align-items: flex-end;
}
.normal {
    padding: 0px 15px;
    position: relative;
    width: 450px;
    height: auto;
}
.normal .normal-title {
    margin-left: 20px;
    width: 420px;
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.normal .normal-title h3 {
    margin-left: 30px;
    font-size: 28px;
    color: var(--main-color-normal-color);
    letter-spacing: 5px;
}
.normal .normal-splice {
    margin-left: 15px;
}
.notice {
    position: relative;
    width: 490px;
    height: auto;
}
.notice .notice-article {
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}
.notice .notice-article > .article-text p {
    margin: 0 5px;
    line-height: 29px;
    cursor: pointer;
    color: var(--main-font-color);
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.notice .notice-content {
    margin-top: 10px;
}
.notice .notice-content ul {
    padding-left: 5px;
}
.notice .notice-content ul li {
    padding-left: 14px;
    height: 39px;
    line-height: 39px;
    background: url(../images/icon.png) no-repeat 0 16px;
}
.notice .notice-content  ul li > .time {
    float: right;
    color: #c2c2c2;
    font-size: 14px;
}
.notice .notice-content > ul li > .text {
    display: inline-block;
    width: 360px;
    color: var(--main-font-color);
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.notice .notice-article > .article-text > p:hover {
    color: var(--main-color--normal-hover-color);
}
.notice .notice-content > ul li > .text:hover {
    padding-left: 6px;
    color: var(--main-color--normal-hover-color);
    transition: all 0.3s;
}
/* 长条内容 */
.dflz .notice .notice-content > ul li > .text {
    width: 469px;
}

/* 长条栏目 */
.long-normal {

}
.long-normal .normal-item {
    margin-right: 176px;
    padding-left: 14px;
    position: relative;
    width: 485px;
    height: 39px;
    line-height: 39px;
    background: url(../images/icon.png) no-repeat 0 16px;
}
.long-normal .normal-item:nth-child(2n) {
    margin-right: 0px;
}
.long-normal .normal-item .text {
    width: 360px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    
}
.long-normal .normal-item .time {
    float: right;
    color: #c2c2c2;
    font-size: 14px;
}
.long-normal .normal-item .text:hover a {
    color: var(--main-color--normal-hover-color);
}
.long-normal .normal-item .text:hover {
    padding-left: 6px;
    color: var(--main-color--normal-hover-color);
    transition: all 0.3s;
}

/* swiper */
#newsSwiper .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
}
#newsSwiper .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 380px;
}

/* 自定义底部分页器 */
#newsSwiper .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8;
    left: auto;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}
#newsSwiper .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#newsSwiper .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 39px;
    background-color: #fff;
}
/* 自定义底部content条框 */
#newsSwiper .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#newsSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 430px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#newsSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 自定义按钮 */
#newsSwiper > .swiper-button-next,
#newsSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#newsSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(./images/swiper_next.jpg) center no-repeat;
}
#newsSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(./images/swiper_prev.jpg) center no-repeat;
}


/* 自定义按钮 */
#bannerSwiper > .swiper-button-next,
#bannerSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#bannerSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(./images/swiper_next.jpg) center no-repeat;
}
#bannerSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(./images/swiper_prev.jpg) center no-repeat;
}

/* 自定义按钮 */
#centerSwiper > .swiper-button-next,
#centerSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#centerSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(./images/swiper_next.jpg) center no-repeat;
}
#centerSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(./images/swiper_prev.jpg) center no-repeat;
}


