.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.aImg,
.aImg img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

/* html{min-width: 1400px;} */
#inputBox {
    /*    width: inherit;
    height: inherit;
    outline: none; 
   border: 0;
    font-size: inherit; 
    color:inherit;
    float: inherit; 
    line-height: inherit; 
    padding-left: inherit; 
     border-top-left-radius: inherit; */
}

/* PC样式 */
a {
    cursor: pointer;
}

.newsTopNavMob {
    display: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ita-content {
    max-width: 100% !important;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #f8f8f7;
    position: relative;
}

.newsIndex-video-banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.newsIndex-bannerText {
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 8vh;
    position: absolute;
    z-index: 101;
    top: 0;
    left: calc(50% - 600px);
}

.newsIndex-bannerText-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.newsIndex-bannerText-top {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.newsIndex-bannerText-top h5 {
    font-size: 32px;
    color: #fff;
}

.newsIndex-bannerText-drop-down {
    height: 26px;
    position: relative;
}

.newsIndex-bannerText-drop-down-icon {
    vertical-align: top;
    font-size: 18px;
}

.newsIndex-bannerText-drop-down-icon::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border: 6px solid transparent;
    border-top-color: #fff;
    transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}

.newsIndex-bannerText-drop-down.active .newsIndex-bannerText-drop-down-icon::after {
    position: relative;
    top: -6px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.newsIndex-bannerText-drop-down-icon span {
    font-weight: bold;
    color: #fff;
    vertical-align: top;
}

.newsIndex-bannerText-drop-down-Box {
    position: absolute;
    left: 0;
    top: 35px;
    width: 130px;
    display: none;
    background: #fff;
    padding: 25px 0;
    z-index: 1000;
    box-shadow: 0px 7px 8.28px 0.72px rgba(135, 127, 127, 0.2);
}

.newsIndex-bannerText-top .newsIndex-bannerText-drop-down .newsIndex-bannerText-drop-down-Box {
    left: auto;
    right: 0;
}

.newsIndex-bannerText-drop-down-Box li {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
}

.newsIndex-bannerText-drop-down-Box li:hover {
    background: #fab07e;
}

.newsIndex-bannerText-drop-down-Box li a {
    color: #333;
}

.newsIndex-bannerText-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.newsIndex-bannerText-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.newsIndex-bannerText-nav-right {
    margin-left: 30px;
}

.newsIndex-bannerText-nav-ul {
    display: flex;
    gap: 0 50px;
}

.newsIndex-bannerText-nav-ul li a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.newsIndex-bannerText-nav-ul li a::after {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    margin-top: 2px;
    transition: width .3s ease;
    width: 0;
}

.newsIndex-bannerText-nav-ul li a:hover::after {
    width: 100%;
}

.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box {
    width: 240px;
    padding: 0;
    /* top: 25px; */
    background: none;
}

.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li {
    height: 49px;
    line-height: 49px;
    margin-bottom: 1px;
    padding: 0 20px;
    text-align: left;
    display: flex;
    font-weight: bold;
    color: #e66c2c;
    justify-content: space-between;
    background: url(./newsIndexnav-bg.png);
    background-size: cover;
}

.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li a {
    color: #e66c2c;
    font-weight: normal;
    position: relative;
    font-size: 18px;
    white-space: nowrap;
}

.newsIndex-bannerText-drop-down-Box li a::after {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    margin-top: 2px;
    transition: width .3s ease;
    width: 0;
    display: none;
}

.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li:hover {
    background: #ff9e5c;
}

.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li:hover {
    background: url(./newsIndexnav-bg-ac.png);
    background-size: cover;
    color: #fff;
}

.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li:hover a {
    color: #fff;
}

.newsIndex-bannerText-drop-down-Box li a:hover::after {
    width: 100%;
}

.newsIndex-bannerText-nav-right input {
    width: 90px;
    height: 30px;
    border: none;
    border-radius: 100px;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 16px;
}

.newsIndex-bannerText-nav-right button {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: none;
    background: url(./newsIndexSearch.png) center #fff no-repeat;
}

.newsIndex-bannerText-bigtext {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 15%);
}

.newsIndex-bannerText-bigtext-list {
    display: flex;
    /* padding: 50px; */
    align-items: center;
    color: #fff;
    justify-content: center;
    /* text-transform: uppercase; */
}

.newsIndex-bannerText-bigtext-list h5 {
    font-size: 60px;
    margin-right: 20px;
    font-weight: 100;
}

.newsIndex-bannerText-bigtext-list h1 {
    font-size: 90px;
}

.newsIndex-banner-search {
    width: 625px;
    height: 58px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    position: absolute;
    left: calc(50% - 312px);
    top: calc(50% + 7%);
}

.newsIndex-banner-search input,
.newsIndex-banner-search button {
    border: none;
    outline: none;
}

.newsIndex-banner-search input {
    width: 468px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 20px;
    color: #fff;
    border: 3px solid #fff;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}

.newsIndex-banner-search button {
    width: 157px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: #f76300;
}

.newsIndex-banner-botText {
    width: 860px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 430px);
    display: flex;
    background: rgba(0, 0, 0, 0.5);
}

.newsIndex-banner-box {
    width: 50%;
    height: 100%;
}

.newsIndex-banner-box-top {
    height: 100%;
    box-sizing: border-box;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    font-size: 17px;
    justify-content: center;
    gap: 8px 0;
    color: #fff;
    white-space: nowrap;
}

/* .newsIndex-banner-box1 .newsIndex-banner-box-top {
    padding-left: 0;
} */

.newsIndex-banner-box2 .newsIndex-banner-box-top {
    padding: 25px 0 25px 65px;
}

.newsIndex-banner-box-top h5 {
    font-size: 20px;
    white-space: nowrap;
}

.newsIndex-banner-box-top h5 a {
    color: #fff;
}

.newsIndex-banner-box-bot {
    height: 45px;
    background: #273277;
    text-align: center;
    line-height: 45px;
    /* text-transform: uppercase; */
}

.newsIndex-banner-box-bot a {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.newsIndex-banner-box2 .newsIndex-banner-box-bot {
    background: #2d509f;
}

.newsIndex-banner-box-bot:hover a {
    text-decoration: underline;
}

.newsIndex-video {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.newsIndex-video video,
.newsIndex-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsIndex-video video {
    z-index: 100;
}

.newsIndex-video img {
    z-index: 10;
    display: none;
}

/**/
#btn {

    line-height: 56px;
    background: #f76300;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}

/*底部颜色*/
.newsIndex-footer {
    /* min-width: 1200px; max-width: 1920px; */
    margin: 0 auto;
}

.capital-footer {
    background: #8e8e8e !important;
}

.capital-footer-column {
    border-right: 1px solid #a4a4a4 !important;
}

.capital-footer-two {
    background: #575757 !important;
}



.sectionBg {
    background-color: #fff3ec;
}

.section {
    width: 100%;
}

.main {
    margin: auto;
    width: 1200px;
    overflow: hidden;
}

.column-title {
    position: relative;
    margin-top: 56px;
    height: 170px;
    font-size: 54px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
}

.column-title .line {
    margin: auto;
    width: 162px;
    height: 7px;
    background: #f76300;
}

.column-title a {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 68px;
    color: #f76300;
}


.con-items {
    margin: 100px 0;
    overflow: hidden;
}

.con-items li {
    float: left;
    margin: 15px 34px;
}

.con-items li a {
    display: flex;
    justify-content: center;
    position: relative;
    height: 150px;
}

.con-item-txt {
    display: block;
    position: absolute;
    bottom: 0;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
}

.con-item-01 {
    width: 138px;
    background: url(icon_01_a-24.png) top center no-repeat;
}

.con-item-01:hover {
    background: url(icon_01_b-24.png) top center no-repeat;
}

.con-item-02 {
    width: 225px;
    background: url(icon_02_a-24.png) top center no-repeat;
}

.con-item-02:hover {
    background: url(icon_02_b-24.png) top center no-repeat;
}

.con-item-03 {
    width: 138px;
    background: url(icon_03_a-24.png) top center no-repeat;
}

.con-item-03:hover {
    background: url(icon_03_b-24.png) top center no-repeat;
}

.con-item-04 {
    width: 220px;
    background: url(icon_04_a-24.png) top center no-repeat;
}

.con-item-04:hover {
    background: url(icon_04_b-24.png) top center no-repeat;
}

.con-item-05 {
    width: 138px;
    background: url(icon_05_a-24.png) top center no-repeat;
}

.con-item-05:hover {
    background: url(icon_05_b-24.png) top center no-repeat;
}

.con-item-06 {
    width: 138px;
    background: url(icon_06_a-24.png) top center no-repeat;
}

.con-item-06:hover {
    background: url(icon_06_b-24.png) top center no-repeat;
}

.con-item-07 {
    width: 225px;
    background: url(icon_07_a-24.png) top center no-repeat;
}

.con-item-07:hover {
    background: url(icon_07_b-24.png) top center no-repeat;
}

.con-item-08 {
    width: 138px;
    background: url(icon_08_a-24.png) top center no-repeat;
}

.con-item-08:hover {
    background: url(icon_08_b-24.png) top center no-repeat;
}

.con-item-09 {
    width: 220px;
    background: url(icon_09_a-24.png) top center no-repeat;
}

.con-item-09:hover {
    background: url(icon_09_b-24.png) top center no-repeat;
}

.con-item-10 {
    width: 138px;
    background: url(icon_10_a-24.png) top center no-repeat;
}

.con-item-10:hover {
    background: url(icon_10_b-24.png) top center no-repeat;
}


.photonews-items {
    position: relative;
    height: 500px;
}

.photonews-items-img {
    position: absolute;
    right: 0;
    width: 786px;
    height: 416px;
}

.photonews-items-txt {
    position: relative;
    top: 80px;
    padding: 30px 20px;
    width: 437px;
    height: 205px;
    background: #fff;
}
.photonews-items-txt-tit,
.photonews-items-txt-brief{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 3; /*设置多行的行数*/
}

.photonews-items-txt-tit a {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.photonews-items-txt-brief {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
}

.photonews-items-txt-more a {
    color: #f76300;
    font-size: 16px;
    font-weight: bold;
}


.news-items {
    display: flex;
    margin-bottom: 150px;
    height: 370px;
    justify-content: space-between;
}

.news-item {
    position: relative;
    width: 330px;
    height: 370px;
    overflow: hidden;
}

.news-items-img,
.news-items-img img {
    width: 100%;
    height: 100%;
}

.news-items-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.news-items-txt {
    width: 100%;
    height: auto;
    line-height: 23px;
    padding: 70px 25px 22px 25px;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 10;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    background: url(txtBg.png) top center no-repeat;
}

.main-banner-all {
    position: relative;
    margin-bottom: 90px;
}
.main-banner-all img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-banner-all .swiper-button-prev,
.main-banner-all .swiper-button-next {
    color: #ff6300;
    width: 60px;
    height: 60px;
    border-radius: 50% 50%;
    background: rgba(0, 0, 0, 1);
}
.main-banner-all .swiper-button-prev::after,
.main-banner-all .swiper-button-next::after {
    font-size: 30px;
    font-weight: bold;
}
.agenda-item-con-more{
    display: inline-block;
    width: auto;
}
.main-banner-all-more{
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 68px;
    color: #f76300;
}
.main-banner-all-more a{
    color: #f76300;
}
.photonews-items-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agenda-items {
    position: relative;
    /* margin-bottom:125px; */
    overflow: hidden;
    /* 	overflow-x: auto;height: 735px; */
}

.agenda-item-tab {
    position: absolute;
    top: 0;
    right: -15px;
    overflow: hidden;
    cursor: pointer;
}

.agenda-item-tab li {
    float: left;
    position: relative;
    width: 125px;
    height: 115px;
}

.agenda-item-tab-txt {
    position: absolute;
    bottom: 0;
    width: 120px;
    text-align: center;
    color: #a2a7ac;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.active .agenda-item-tab-txt {
    color: #f76300;
}

.agenda-item-tab-autumn {
    background: url(seasons-autumn.png) top center no-repeat;
}

.agenda-item-tab-autumn.active {
    background: url(seasons-autumn_a-24.png) top center no-repeat;
}

.agenda-item-tab-winter {
    background: url(seasons-winter.png) top center no-repeat;
}

.agenda-item-tab-winter.active {
    background: url(seasons-winter_a-24.png) top center no-repeat;
}

.agenda-item-tab-spring {
    background: url(seasons-spring.png) top center no-repeat;
}

.agenda-item-tab-spring.active {
    background: url(seasons-spring_a-24.png) top center no-repeat;
}

.agenda-item-tab-summer {
    background: url(seasons-summer.png) top center no-repeat;
}

.agenda-item-tab-summer.active {
    background: url(seasons-summer_a-24.png) top center no-repeat;
}


.agenda-item-con {
    margin-top: 145px;
    display: none;
}

.agenda-item-con-more {

    display: inline-block;
    width: auto;
    padding: 12px 20px;
    background: #f76300;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 24px;
    margin-top: 10px;
    margin-bottom: 60px;
    overflow: hidden;
}

.agenda-item {
    float: left;
    padding-top: 16px;
    min-height: 448px;
    overflow: hidden;
    box-sizing: border-box;
    width: 286px;

}

.agenda-item-pic {
    position: relative;
    height: 310px;
    margin-bottom: 20px;
}

.agenda-item-pic img {
    width: auto;
    height: 286px;
    border-radius: 10px 10px;
}

.agenda-item-time-s {
    position: absolute;
    top: -16px;
    left: 15px;
    padding: 5px 3px 0px 3px;
    width: 44px;
    height: 43px;
    border-radius: 50%;
    background: #f76300;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.agenda-item-time-e {
    position: absolute;
    top: -16px;
    left: 55px;
    padding: 5px 3px 0px 3px;
    width: 44px;
    height: 43px;
    border-radius: 50%;
    background: #273277;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.agenda-item-time-s span,
.agenda-item-time-e span {
    display: block;
    font-size: 10px;
    font-weight: bold;
}

.agenda-item-details {
    position: absolute;
    bottom: 0;
    right: 22px;
    width: 49px;
    height: 49px;
    background: url(agenda-item-details-24.png) no-repeat;
}

.agenda-item-txt a {
    font-size: 18px;
    line-height: 23px;
    color: #2c2c2c;
    width: 286px;
}

.agenda-item-txt i {
    display: block;
    margin-top: 8px;
    width: 14px;
    height: 18px;
    background: url(agenda-item-txt-i-24.png) no-repeat;
    display: none;
}

.photo-items {
    display: flex;
    margin-bottom: 150px;
    height: 371px;
    justify-content: space-between;
}

.photo-item {
    position: relative;
    width: 286px;

}

.photo-item img{
    width: 100%;
    height: 100%;
}

.photo-item div {
    position: absolute;
    width: 286px;
    height: 201px;
    bottom: 0;
    /* bottom: 0;   上下*/
    left: 0;
    /* right: 0;   左右*/
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 170px;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    line-height: 21px;
}

.photo-item .photo-bg span {
    margin-left: 10px;
    margin-right: 10px;
}

.photo-item :hover div {
    height: 0;
    padding: 0;
}

.ld-top-card {
    width: 1200px;
    margin: 0 auto;
}

/**/

/* 新增二维码 */
.capital-footer-two-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    box-sizing: border-box;
}

.capital-footer-two-content-right ul {
    display: flex;
    gap: 0 20px;
}

.capital-footer-two-content-right li {
    width: 100px;
    text-align: center;
}

.capital-footer-two-content-right li p {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 10px;
}

/**/
.dyds-list-5 {
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}

.dyds-list-5 {
    position: relative;
    padding-bottom: 30px;
}

.dyds-list-5::after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(./mask-bg-24.png) no-repeat top right;
    background-size: 200px 100%;
    width: 200px;
    height: 100%;
    z-index: 2;
}

.swiper-container-swx {
    padding: 0px 0px 50px;
    position: relative;
}

.dyds-list-5 .swiper-slide {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.swiper-container-swx .swiper-slide a {
    display: block;
}

.dyds-list-5 .swiper-button-next:after,
.dyds-list-5 .swiper-rtl .swiper-button-prev:after,
.dyds-list-5 .swiper-button-prev:after,
.dyds-list-5 .swiper-rtl .swiper-button-next:after,
.dyds-list-5 .swiper-button-next,
.dyds-list-5 .swiper-button-prev {
    display: none !important;
}

/* .dyds-list-5 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.dyds-list-5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,.dyds-list-5 .swiper-pagination-bullet {display: none;} */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    background: #a2a7ac !important;
    cursor: pointer;
    border-radius: 50% 50%;
    border: 1px solid #a2a7ac !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ff6300 !important;
    border: 1px solid #ff6300 !important;
    opacity: 1;
}

/* 调查问卷 */
.diaocha {
    width: 204px;
    height: 172px;
    background: url(dc-icon.png);
    position: fixed;
    right: 70px;
    bottom: 5px;
    text-align: center;
    z-index: 1000;
}

.diaocha a {
    display: block;
    width: 100%;
    height: 100%;
}

.diaocha a p {
    padding: 0 10px;
    font-size: 16px;
    color: #1b67be;
    font-weight: bold;
    line-height: 1.1;
    position: absolute;
    bottom: 15px;
}

.diaocha-guanbi {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 11px;
    right: 11px;
}

.diaocha-guanbi img {
    width: 100%;
    height: 100%;
}

/**/
.main-mobile,
.twomoreb,
.agenda-items-mob-b {
    display: none;
}

/**/
/* 移动 */
@media screen and (max-width: 1024px) {
    body {
        width: 16rem;
        margin: 0 auto;
    }

    .ita-content {
        width: 16rem;
        min-width: auto;
        max-width: 16rem;
    }

    .ita-index {
        background: #fff;
        padding-top: 50px;
    }

    .newsTopNavMob {
        display: block;
    }

    .newsTopNavMob_top {
        background: none !important;
    }

    .newsIndex-video img {
        display: block;
    }

    .newsTopNavMob_right {
        display: none;
    }

    .newsIndex {
        width: 16rem;
        min-width: auto;
    }

    .newsIndex-video-banner {
        height: 13.913rem;
        overflow: initial;
    }

    .newsIndex-bannerText {
        width: 100%;
        height: 100%;
        left: 0;
        padding: 0 0 4.2512rem;
    }

    .newsIndex-bannerText-top,
    .newsIndex-bannerText-nav {
        display: none;
    }

    .newsIndex-bannerText-bigtext {
        top: calc(50% - 24%);
    }

    .newsIndex-video {
        height: 9.6618rem;
    }

    .newsIndex-bannerText-bigtext-list h5 {
        font-size: .7729rem;
    }

    .newsIndex-bannerText-bigtext-list h1 {
        font-size: 1.1594rem;
    }

    .newsIndex-banner-search {
        width: 13.475rem;
        height: 1.4171rem;
        position: absolute;
        left: calc(50% - 6.7375rem);
        bottom: 1.6103rem;
        top: auto;
        box-shadow: 0px 12px 12.04px 1.96px rgba(0, 0, 0, 0.2);
    }

    .newsIndex-banner-search input {
        width: 10.5121rem;
        padding-left: .3865rem;
        font-size: .5153rem;
        color: #333;
    }

    .newsIndex-banner-search button {
        width: 2.963rem;
        font-size: .5153rem;
    }

    .newsIndex-banner-botText {
        width: 13.475rem;
        height: 1.9324rem;
        bottom: 4.2512rem;
        left: calc(50% - 6.7375rem);
    }

    .newsIndex-banner-box-top {
        height: 100%;
        padding: 0.3rem 0 0.3rem .2rem;
        font-size: .2834rem;
        gap: .1288rem 0;
    }

    .newsIndex-banner-box-top h5 {
        font-size: .3092rem;
    }

    .main-con-items {
        display: none;
    }

    .main-mobile {
        display: block;
    }

    .main-mobile {
        /* padding: 0.515rem 0.515rem 0; */
        position: relative;margin-top: 0.55rem;
    }

    .main-mobile .swiper-container-horizontal>.main-mobile .swiper-pagination-bullets {
        bottom: 9px;
        left: 0;
        width: 100%;
        position: absolute;
        z-index: 999;
    }

    .main-mobile .swiper-container {
        padding-bottom: 0.99rem;
    }

    .main-mobile .swiper-pagination {
        bottom: 0.399rem !important;
    }

    .main-mobile .swiper-pagination-bullet {
        width: 0.386rem;
        height: 0.386rem;
    }

    .main-mobile .swiper-pagination-bullet-active {
        background: #ff6300;
    }

    .main-mobile .swiper-horizontal>.main-mobile .swiper-pagination-bullets .swiper-pagination-bullet,
    .main-mobile .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.2rem !important;
        width: 14px;
        height: 14px;
    }


    #btn {
        font-size: 0.65rem;
        width: 4.1rem;
        height: 1.8rem;
        display: flex;
        line-height: 74px;
        justify-content: center;
    }

    #inputBox {
        font-size: 0.64rem;
        margin-left: 0.3rem;
    }

    /*  */
    .con-items {
        width: 14.969rem;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .con-items ul {
        display: flex;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .con-items li {
        width: 7.214rem;
        height: 4.766rem;
        background: #fff3eb;
        display: flex;
        align-items: center;
        justify-content: center;
        float: inherit;
        margin: 0;
        margin-bottom: 30px;
    }

    .con-item-txt {
        font-size: 0.618rem;
        color: #ff6300;
        bottom: -18px;
        line-height: 1.1;
    }

    .con-item-01 {
        background: url(icon_01_b-24.png) top center no-repeat;
        width: 2.318rem;
        height: 2.318rem;
    }

    .con-item-02 {
        background: url(icon_02_b-24.png) top center no-repeat;
        /* width:2.318rem; */
        height: 2.318rem;
    }

    .con-item-03 {
        background: url(icon_03_b-24.png) top center no-repeat;
        width: 2.318rem;
        height: 2.318rem;
    }

    .con-item-04 {
        background: url(icon_04_b-24.png) top center no-repeat;
        width: 2.318rem;
        height: 2.318rem;
    }

    .con-item-05 {
        background: url(icon_05_b-24.png) top center no-repeat;
        width: 2.318rem;
        height: 2.318rem;
    }

    .con-item-06 {
        background: url(icon_06_b-24.png) top center no-repeat;
        width: 2.318rem;
        height: 2.318rem;
    }

    .con-item-07 {
        background: url(icon_07_b-24.png) top center no-repeat;
        width: 2.318rem;
        height: 2.318rem;
    }

    .con-item-08 {
        background: url(icon_08_b-24.png) top center no-repeat;
        width: 2.318rem;
        height: 2.318rem;
    }

    .con-item-09 {
        background: url(icon_09_b-24.png) top center no-repeat;
        width: 6.78rem;
        height: 2.318rem;
    }

    .con-item-10 {
        background: url(icon_10_b-24.png) top center no-repeat;
        width: 2.318rem;
        height: 2.318rem;
    }

    .con-items li a {
        height: 2.318rem;
    }

    .main {
        width: 16rem;
    }

    .photonews-items {
        width: 14.969rem;
        margin: 0 auto;
        height: auto;
    }

    .photonews-items-img {
        position: inherit;
        right: inherit;
        width: 14.969rem;
        height: 8.425rem;
    }

    .photonews-items-img img {
        width: 14.969rem;
        height: 8.425rem;
    }

    .photonews-items-txt {
        top: -2.305rem;
        width: 13.144rem;
        height: 4.7rem;
        margin: 0 auto;
        opacity: 0.8;
    }

    .photonews-items-txt-tit a {
        font-size: 0.64rem;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .photonews-items-txt-brief {
        font-size: 0.48rem;
        line-height: 0.77rem;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .photonews-items-txt-more a {
        font-size: 0.514rem;
    }

    .news-items {
        height: auto;
        width: 14.969rem;
        height: 9.32rem;
        margin: 0 auto;
    }

    .news-item {
        width: 4.586rem;
        /* height: 5.152rem; */
        overflow: inherit;
    }

    .news-items-img {
        position: inherit;
        top: inherit;
        left: inherit;
        width: 4.586rem;
        height: 5.152rem;
    }

    .news-items-txt {
        width: inherit;
        height: inherit;
        line-height: 1.3;
        padding: 0;
        position: inherit;
        left: inherit;
        bottom: inherit;

        font-size: 0.48rem;
        color: #333333;
        box-sizing: inherit;
        overflow: inherit;
        background: none;
        margin-top: 0.3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }

    .twomorea {
        display: none;
    }

    .twomoreb {
        display: block;
        margin: 0 auto;
        color: #ff6300;
        font-size: 0.514rem;
        width: 14.969rem;
        text-align: center;
        margin-bottom: 0.3rem;
        font-weight: bold;
    }

    .main-banner {
        width: 16rem;
        height: 3.066rem;
        margin-bottom: 0;
        margin-top: 0.64rem;
    }

    .main-banner img {
        width: 100%;
        height: 100%;
    }

    .agenda-item-tab {
        position: inherit;
        top: inherit;
        right: inherit;
        display: flex;
        justify-content: space-around;
        align-items: center;
        overflow: inherit;
    }

    .agenda-item-pic img {
        width: 4.586rem;
        height: 4.586rem;
    }

    .agenda-item-con {

        width: 14.969rem;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 1rem;
    }

    .photo-items {
        width: 14.969rem;
        height: 19.711rem;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .photo-item {
        margin-bottom: 30px;
    }

    .photo-item,
    .photo-item img {
        width: 7.214rem;
        height: 9.352rem;
    }

    .photo-item div {
        width: 7.214rem;
        height: 6.552rem;
    }

    .dyds-list-5::after {
        display: none;
    }

    .agenda-item {
        width: auto;
    }

    .agenda-item-pic img {
        width: 100%;
        height: 4.586rem;

    }

    .agenda-item-pic {
        /* height: auto; */
    }

    .agenda-item-time-s {
        width: 60px;
        height: 60px;
        font-size: 0.5rem;
    }

    .agenda-item-time-s span,
    .agenda-item-time-e span {
        font-size: 20px;
    }

    .photo-item .photo-bg span {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 0.6rem;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .agenda-item-con .twomoreb {
        width: 5.637rem;
        height: 0.772rem;
        border-radius: 0.386rem;
        color: #fff;
        font-size: 0.42rem;
        line-height: 1.78;
        margin-top: 0.35rem;
    }

    .agenda-item-txt a {
        font-size: 0.48rem;
        line-height: 1.4;
        color: #ff6300;
    }

    .dyds-list-5 {
        padding-bottom: 0;
        width: 14.96rem;
    }

    .agenda-items {
        margin-bottom: 50px;
    }

    .main-photo-items {
        padding-bottom: 50px;
    }

    .agenda-item-tab-spring,
    .agenda-item-tab-spring.active,
    .agenda-item-tab-autumn,
    .agenda-item-tab-autumn.active,
    .agenda-item-tab-winter,
    .agenda-item-tab-winter.active,
    .agenda-item-tab-summer,
    .agenda-item-tab-summer.active {
        background-size: 1.8rem 1.8rem;
        width: 1.8rem;
        padding-bottom: 0.5rem;

    }

    .agenda-item-details {
        width: 51px;
        height: 51px;
        background-size: cover;
        right: 17px;
    }

    .agenda-item-tab ul {
        display: flex;
        gap: 0 70px;
    }

    .agenda-item-tab-txt {
        width: 100%;
    }

    .dyds-list-5 .swiper-wrapper {
        display: flex;
        gap: 0 37px
    }

    .dyds-list-5 .swiper-slide {
        width: 4.586rem;
    }

    .agenda-item-txt {
        font-size: 0.64rem;
    }

    /**/
    .newsIndex-video-banner {
        height: 9.6618rem;
        /* margin-bottom: 1.1594rem; */
    }

    .newsIndex-bannerText-bigtext {
        top: 3.3108rem;
    }

    .newsIndex-bannerText-bigtext-list h1 {
        font-size: 1.05rem;
    }

    .newsIndex-bannerText-bigtext-list h5 {
        font-size: .7987rem;
    }

    .newsIndex-banner-search {
        width: 10.7568rem;
        height: .876rem;
        left: calc(50% - 5.3784rem);
        top: 4.9984rem;
    }

    .newsIndex-banner-search input {
        width: 8.6957rem;
        color: #fff;
    }

    .newsIndex-banner-search button {
        width: 2.5612rem;
        font-size: .438rem;
        margin: 0 auto;
    }

    .newsIndex-bannerText {
        padding: 0;
    }

    .newsIndex-banner-botText {
        bottom: 0;
    }

    .agenda-items-mob-a {
        display: none;
    }

    .agenda-items-mob-b {
        display: block;
    }

    .dyds-list-5 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .dyds-list-5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
    .dyds-list-5 .swiper-pagination-bullet {
        display: none;
    }

    .main-banner-all {
        margin-bottom: 0;
    }
}
