* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    background: url(../images/bg.jpg?ver=1.0) no-repeat top left;
    background-attachment: scroll;
    background-size: 100% 100%;
}

a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: linen;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.mb35 {
    margin-bottom: 35px;
}

.mb70 {
    margin-bottom: 70px;
}

.ml0 {
    margin-left: 0;
}

.mr0 {
    margin-right: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25{
    margin-bottom: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.p_banner {
    display: block;
    position: relative;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
}

.m_banner {
    width: 100%;
    display: none;
}

/* title */
.spec-title{
    padding: 8% 0 5%;
}
.spec-title img{
    width: 100%;
}
/* xw */
.title {
    width: 25%;
    overflow: hidden;
    margin: 0 auto 25px;
}

.title img {
    width: 100%;
    height: auto;
}

.row-style {
    width: 100%;
    position: relative;
}

.swiper-wrap {
    padding: 0 10px 20px 0;
    border-radius: 5px;
    position: relative;
}

.txt-wrap{
    position: relative;
    margin: 0 auto;
    padding: 21% 10% 30%;
    min-height: 700px;
    background: url(../images/txtBg4.png?ver=1.0) no-repeat top left;
    background-size: 100% 100%;
}
.txt-dec{
    padding: 0 10px;
    height: 500px;
    overflow-y: scroll;
}
.txt-dec::-webkit-scrollbar {
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    background: #ffb361;
}
.txt-dec::-webkit-scrollbar-thumb {
    border: 1px solid rgba(0,0,0,.21);
    background-color: #d02119;
    border-radius: 5px;
}
.txt-dec p{
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    text-indent: 2em;
}

/* 分页器样式 */
.swp-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.swp-pagination>.swiper-pagination-bullet {
    margin-right: 10px;
    background: #fff;
    opacity: 1;
}

.swp-pagination>.swiper-pagination-bullet-active {
    background: #cf0000;
}


.swiper-slide {
    width: 100%;
    position: relative;
}

.swiper-slide>a>img {
    width: 100%;
}

.swiper-slide>a>.h4-title {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
    padding: 8px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-news {
    padding-left: 10px;
    padding-bottom: 5px;
    position: relative;
}
.right-wrap{
    height: 100%;
    background-color: #fff;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
}
.news-item{
    padding-bottom: 10px;
    border-bottom: 1px solid #c61321;
    margin-bottom: 10px;
}
.right-wrap>a>h4 {
    font-size: 1.5rem;
    color: #333;
}
.news-wrap{
    height: 65%;
    background-color: #fff4d2;
    border-radius: 10px;
    padding: 10px;
    margin-top: 5px;
}

.txt-ul {
    list-style: none;
    margin-left: 0;
}

.right-wrap>p {
    text-indent: 2em;
    color: #333;
    font-size: 1rem;
    line-height: 1.4;
    padding: 5px 0 0;
    /* 限制文本两行 */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.txt-ul>li>a {
    font-size: 1.125rem;
    color: #000;
}

.txt-ul>li {
    line-height: 1.4;
}

.more {
    position: absolute;
    bottom: 25px;
    right: 20px;
    color: #333;
    font-size: 1rem;
}

/* 视频 */
.video-wrap {
    width: 790px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    margin: 15% auto 5%;
}

.video-wrap video {
    width: 790px;
    height: 480px;
}

.video-list-wrap {
    box-sizing: border-box;
    padding-right: 15px;
    padding-top: 18px;
}

.video-btn-prev {
    background-image: url(../images/video-left.png);
    left: 70%;
    top: 15%;
}

.video-btn-next {
    background-image: url(../images/video-right.png);
    right: 20%;
    top: 90%;
}

.video-btn-prev,
.video-btn-next {
    position: absolute;
    bottom: 0;
    width: 42px;
    height: 21px;
    background-size: 42px 21px;
}

.video-item>img {
    width: 100%;
}

.video-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-list-wrap>.swiper-container {
    height: 400px;
}

.video-item>.h5-title {
    color: #fff;
    margin: 5px 0;
    font-size: .875rem;
    padding-bottom: 5px;
}

.video-item:last-child>.h5-title {
    border-bottom: none;
}

.swiper-meet-wrap {
    background: url(../images/txt4bg.png) no-repeat top left;
    background-size: 100% 100%;
    padding: 35px;
}

.nav-pagination {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    background-color: #b3d465;
    padding: 0 15px;
    border-radius: 10px;
}

.nav-pagination>.swiper-pagination-bullet {
    margin-right: 10px;
    background: #13b5b1;
    opacity: 1;
}

.nav-pagination>.swiper-pagination-bullet-active {
    background: #fff;
}

.meetWrap {
    background: url(../images/bg4.jpg) no-repeat top left;
    background-size: 100%;
}

.gradenItem>a>.h4-title {
    font-size: 1.25rem;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}

.gradenItem>p {
    font-size: 1rem;
    color: #fff;
    text-align: justify;
    line-height: 1.5;
}

.gradenItem {
    border-bottom: 1px dashed #fff;
    padding: 40px 30px;
}

.gradenItem:last-child {
    border-bottom: none;
}

.gradenWrap {
    background: url(../images/bg5.jpg) no-repeat top left;
    background-size: 100% 100%;
}

.gradenLeft {
    padding-left: 15px;
    padding-right: 15px;
    background: url(../images/txt5bg1.png) no-repeat top left;
    background-size: 98% 100%;
}

.gradenRight {
    background: url(../images/txt5bg2.png) no-repeat top right;
    background-size: 98% 100%;
}

.weiboWrap {
    overflow: hidden;
    background: url(../images/bg6.jpg) no-repeat top left;
    background-size: 100% 100%;
}

/* imgActive */
.imgActive{
    border: 2px solid #dfb74b;
}

.spec-wrap{
}
.headerWrap{
    background: url(../images/headerBg.png) no-repeat top left;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 20px 30px 50px;
}
.headerWrap > a{
  color: #fff;
}
.headerWrap > a:hover{
    color: #fff;
    cursor: pointer;
}
.headerWrap>a>.h4-font{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.headerWrap >p {
    font-size: 1rem;
    color: #d7ac7a;
    line-height: 1.6;
    text-align: justify;
}

/* 卡片布局 */
.cardWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.fcItem{
    padding: 0px 8px;
    box-sizing: border-box;
    margin-top: 35px;
    margin-bottom: 40px;
}
.imgWrap{
    background-color: #dba44c;
    width: 69%;
    margin: -10% auto;
    padding: 10px 10px 20px;
}
.imgWrap img{
    width: 100%;
}
.txtWrap{
    background: url(../images/txtBg.png) no-repeat top left;
    background-size: 100% 100%;
    padding: 100px 0px 2px;
    margin-left: 6px;
}
.txtWrap>a{
    color: #fff;
}
.txtWrap>a>.h4-font{
    color: #fff;
    text-align: center;
    line-height: 1.6;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
}
.txtWrap > p{
    font-size: 1rem;
    color: #fff;
    text-align: justify;
    line-height: 1.5;
    text-indent: 2em;
}
/* 融媒展示 */
.rmItem{
    flex-basis: 20%;
    padding: 0px 8px;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
}
.rmItem>a>img{
    width: 100%;
}
/* footer */
#bottom {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 50px;
}

#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover,
#bottom a:active {
    color: #fff
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2021-12-31 21:26:05" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->