.header {
    width: 100%;
    position:fixed;
    float: left;
    z-index: 10;
    height: 3rem;
    background-color: var(--primary-color);
}

.header .nav {
    width:6rem;
    float: left;
}

.header .nav a {
    width:6rem;
    text-align: center;
    float: left;
    font-size: var(--font-size-base);
    color:#000;
    line-height: 3rem;
}

.header .nav a:hover {
    color:var(--secondary-color); 
}

.header .menu {
    float: right;
    width:40rem;
    margin-right: 4rem;
    position: relative;
    display: block;
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    z-index: 14;
}

.header .menu li {
    float: left;
    text-align: center; 
    padding: 0 0.9rem;
}

@media screen and (max-width:767.99px)  {
    .header .menu {
        display: none;
    }
}

.header .menu li .mark2 {
    width: 0%;
    border-bottom: solid 2px  rgba(255, 255, 255, 0.3);
    margin: -3px auto 0 auto;
    height: 0px;
    transition: width 0.5s;
    opacity: 0;
}

.header .menu li:hover .mark2 {
    width: 100%;
    border-bottom: solid 3px  rgba(255, 255, 255, 1);
    opacity: 1;
    transition: width 0.5s;
}

.header .menu li a {
    font-size:1.2rem;
    color:#000;
    line-height: 3rem;
}

.header .menu li:hover a {
    color:var(--secondary-color);
}

.header .menu li ul {
    display: none;
    padding: 0rem 0rem 1rem 0rem;
    margin: 0;
    width: 36rem;
    background-color:rgba(255, 255, 255, 1);
    border:#ccc solid 1px;
    position: absolute;
    top: 3rem;
    right: 0;
    z-index: 1000;
}

.header .menu li:hover ul {
    display: block;
}

.header .menu li ul li {
    width: 8rem;
    height: 2rem;
    float: left;
    line-height: 2rem;
    color: #000;
}

.header .menu li ul li a {
    width: 8rem;
    float: left;
    font-size:1rem;
    color: #000;
}

.header .menu li:hover ul li a {
    color: #000;
}

.header .menu li ul li:hover a {
    color:var(--secondary-color);
}

.header .button {
    width:3rem;
    height: 2rem;
    background-color: var(--primary-color);
    color:var(--background-color);
    font-size: var(--font-size-large2);
    text-align: center;
    line-height: 2rem;
    border-radius: 0.5rem 0rem 0rem 0.5rem;
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 0;
    z-index: 13;

}


.header .menu2{
    display: none;
    position: absolute;
    top: 0rem;
    width: 100vw;
    height: 100vh;
    float: right;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 102, 204, 0.7); 
    overflow-y: scroll;  
    z-index: 2;
}


.header .menu2  li{
    width: 25%;
    float: left;
    text-align: center;
    height: auto;
}

.header .menu2 li a {
    /* Fixed max-width and removed duplicate font-size */
    width: 90%;
    margin: 0 5%;
    border-bottom: solid 2px  rgba(255, 255, 255, 0.5);
    float: left;
    line-height: 3rem;
    text-decoration: none;
    color:  rgba(255, 255, 255, 1);
    font-size: var(--font-size-large2);
    font-weight: 700;
}

.header .menu2 li a:hover{
    color:  rgba(255, 255, 0, 1);
}

.header .menu2  li ul{
    width: 100%;
    height:22rem;
}

.header .menu2  li ul li{
    width: 100%;
    text-align: center;
    height: auto;
}

.header .menu2 li ul li a{
    font-weight: normal;
    font-size: var(--font-size-base);
    line-height: 2rem;

    border: 0;
}

.wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;	
}

.zw {
    width: 100%;
    float: left;
    height: auto;	
}

.contain {
    width: 100%;
    float: left;
    margin-top: 3rem;
    background-image: url(../images/containbg.jpg);
    background-size: cover;
}

.logo {
    width: 100%;
    height: auto;
    float: left;
}

.logo img {
    margin: 0.5rem 0.5rem 0.5rem 2rem;
    width: 200px;

}

.search {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 7rem;
    background-image: url(../images/researchbg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    overflow: hidden;
}

.digital {
    width:200px;
    margin-top:4%;
    float:left;
    
}
@media screen and (max-width:1200px)  {
    .digital {
    width:200px;
    margin-top:2%;
    float:left;
    
}
}
.digital img{
    width:200px;
}
.search-all {
    width:calc(100% - 200px);
    float:right;
    display: block;
    height: 10rem;
    margin: 5rem auto;
    position: relative;
}

.search-all2 {
    display: none;
}

.search-bar{
    width: 100%;
    height:auto;
    float: left;
    position: relative;
}

.search-bar a {
    width: 15rem;
    height: 5rem;
    line-height: 3rem;
    padding-left: 3rem;
    font-size: 1rem;
    color: #000;
}

.search-bar #search-bar01{
    width: 15rem;
    height: 5rem;
    background-image: url(../images/searchbara.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left:0;
    z-index: 2;
}

.search-bar #search-bar02{
    width: 15rem;
    height: 5rem;
    background-image: url(../images/searchbarb.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left:12rem;
    z-index: 1;
}

.search-content {
    width: 96%;
    height: auto;
    float: left;
    padding: 2%;
    background-color: #f7f7f7;
    border-radius: 10px;
    position: absolute;
    top:3rem;
    left:0;
    z-index: 3;
}

.search-content #search-content01 {
	display: block;
    width: 100%;
    float: left;
}

.search-content #search-content02 {
	display: none;
    width: 100%;
    float: left;
}

.search-content input {
    width: 78%;
    height: 3rem;
    float: left;
    background-color: #FFF;
    border: #ccc solid 1px;
    border-radius: 10px;
}

.search-content button {
    width: 20%;
    height: 3rem;
    float: right;	
    background-color:var(--primary-color);
    border: #ccc solid 1px;
    border-radius: 10px;
}

@media screen and (max-width:767.99px)  {
    .search {
    margin-top: 0rem;
    }
   .digital {
    width:100%;
    text-align: center;
    }

    .digital img{
    width:200px;
    margin:0 auto;

    }
    .search-all {
        display: none;
    }
    
    .search-all2 {
        width: 80%;
        display: block;
        height: 10rem;
        margin: 5rem auto;
    }
    .search-all2 .search-bars {
        width: 100%;
        height:auto;
        float: left;
        margin-top: 1rem;	
    }   
    .search-all2 .search-bars a {
        width: 12rem;
        height: 3rem;
        line-height: 3rem;
        float: left;
        background-image: url(../images/searchbara.png);
        background-size: cover;
        padding-left: 2rem;
        z-index: 2;
    }
    .search-all2 .search-contents {
        width: 96%;
        height: auto;
        float: left;
        padding: 2%;
        background-color: #f7f7f7;
        border-radius: 10px;
        z-index: 3;
    }
   .search-all2 .search-contents #search-content03 {
        display: block;
        width: 100%;
        float: left;
    }
    .search-all2 .search-contents #search-content04 {
        display: block;
        width: 100%;
        float: left;
    }
    .search-contents input {
        width: 100%;
        height: 3rem;
        float: left;
        background-color: #FFF;
        border: #ccc solid 1px;
        border-radius: 10px;
    }
        
    .search-contents button {
        width: 100%;
        height: 3rem;
        margin-top: 1rem;
        float: right;	
        background-color:var(--primary-color);
        border: #ccc solid 1px;
        border-radius: 10px;
    }
}

.info {
    width: 100%;
    height: 16rem;
    float: left;
    margin-top: 1rem;
    background-image: url(../images/infobg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.news {
    width: 50%;
    float: left;
}

.news .news-left {
    width: 20%;
    float: left;
}

.news .news-icon {
    width: 100%;
    float: left;
    text-align: center;  
}

.news .news-icon img {
    width: 80%;
    float: left;
    margin:0 10%;
    text-align: center;  
}

.news .news-title {
    width: 100%;
    float: left;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;  
}

.news .news-right {
    width: 80%;
    float:right;
}

.news .news-list {
    width: 100%;
    float: left;
}

.news .news-list span {
    width: 3.5rem;
    height: 2rem;
    float: left;
    line-height: 2rem;
    text-align: center;
}

.news .news-list p {
    width:calc(100% - 4rem);
    height: 2rem;
    float: right;
    line-height: 2rem;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis;
}

.news .news-more {
    width: 4rem;
    height: 2rem;
    float:right;
    line-height: 2rem;
}

.notice {
    width: 50%;
    float:right;
}

.notice .notice-left {
    width: 20%;
    float: left;
}

.notice .notice-icon {
    width: 100%;
    float: left;
    text-align: center;  
}

.notice .notice-icon img {
    width: 80%;
    float: left;
    margin:0 10%;
    text-align: center;  
}

.notice .notice-title {
    width: 100%;
    float: left;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;  
}

.notice .notice-right {
    width: 80%;
    float:right;
}

.notice .notice-list {
    width: 100%;
    float: left;
}

.notice .notice-list span {
    width: 3.5rem;
    height: 2rem;
    float: left;
    line-height: 2rem;
    text-align: center;
}

.notice .notice-list p {
    width:calc(100% - 4rem);
    height: 2rem;
    float: right;
    line-height: 2rem;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis;
}

.notice .notice-more {
    width: 4rem;
    height: 2rem;
    float:right;
    line-height: 2rem;
}

@media screen and (max-width:767.99px)  {
    .news {
        width: 100%;
        float: left;
    }
    .notice {
        width: 100%;
        float: left;
    }
}





.icon {
    width: 100%;
    float: left;
    margin: 3rem auto;
}

.icon .icon-left {
    width: 58%;
    float: left;
    border-right:#ccc solid 2px;
}

.icon .icon-left ul {
    width:100%;
    float: left;
}

.icon .icon-left ul li {
    width: 25%;
    margin: 2rem auto 0;
    float: left;
}

.icon .icon-left ul li a {
    width: 100%;
    float:left;
    line-height: 3rem;
    text-align: center;
}

.icon .icon-left ul li a img {
    width: 100%;
    max-width: 110px;
    margin: 0 auto;
}

.icon .icon-left ul li a span {
    width: 100%;
    float:left;
    line-height: 3rem;	
}

.icon .icon-right {
    width: 42%;
    float: right;
}

.icon .icon-right ul {
    width:100%;
    float: left;
}

.icon .icon-right ul li {
    width: 33%;
    margin: 2rem auto 0;
    float: left;
}

.icon .icon-right ul li a {
    width: 100%;
    float:left;
    line-height: 3rem;
    text-align: center;
}

.icon .icon-right ul li a img {
    width: 100%;
    max-width: 110px;
    margin: 0 auto;
}

.icon .icon-right ul li a span {
    width: 100%;
    float:left;
    line-height: 3rem;	
}

@media screen and (max-width:767.99px)  {
    .icon .icon-left  {
        width: 100%;
        float: left;
        border-right: 0px;
        border-bottom:#ccc solid 2px;
    }
    .icon .icon-right  {
        width: 100%;
        float: left;
    }
}











.contain6 {
    width: 100%;
    float: left;
    padding:2rem 0rem;
    background-color:var(--primary-color);
}

.footer {
    width: 100%;
    margin: 0 auto;
    height: auto;
}


.footer .addr {
    width: 48%;
    padding: 1%;
    float: left;
    font-size: var(--font-size-base);
    color: #000;
    line-height: 2rem;
}

@media screen and (max-width:767.99px)  {
    .footer .addr {
        width: 96%;
        padding: 2%;
        text-align: center;
    }
}

.footer .ewm {
    width: 48%;
    float: right;
    font-size: var(--font-size-base);
    color: #fff;
    line-height: 2rem;
    overflow: hidden;
}

.footer .ewm li:first-child {
    width: 30%;
    float: left;
    text-align: center;
}

.footer .ewm li:last-child {
    width: 30%;
    float: left;
    text-align: center;
}

@media screen and (max-width:767.99px)  {
    .footer .ewm {
        width: 96%;
        padding: 2%;
        text-align: center;
    }
    .footer .ewm li:first-child {
        width: 50%;
        float: left;
        text-align: center;
    }
    
    .footer .ewm li:last-child {
        width: 50%;
        float: left;
        text-align: center;
    }
}


.footer .ewm li img {
    width: 100%;
    max-width: 135px;
    height: auto;
    margin: 0 auto;
}

.footer .ewm li span {
    width: 100%;
    float: left;
    text-align: center;	
    color: #000;
}

















.banner-ny {
	float: left;
	width: 100%;
	height: auto;
    margin-top: 3rem;
    position: relative;

}

.banner-ny .logo {
    position:absolute;
    width: 240px;
    height: 86px;
    top:0.5rem;
    left:1rem;
}

.banner-ny img{
    width: 100%;
    float: left;
}

@media screen and (max-width:767.99px)  {
    .banner-ny {
        float: left;
        width: 100%;
        height: 15rem;
        margin-top: 3rem;
        overflow: hidden;
        position: relative;
    
    }
    .banner-ny img{
        width: 100%;
        height: 15rem;

    }
}

.banner-bg {
    width: 100%;
    height: 3rem;
    background-color:rgba(255, 255, 255, 0.7);
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;	
}

.lanmu {
    width: 7rem;
    float: left;
    font-size: 1.5rem;
    line-height: 3rem;
    color: #000;
    padding-left: 1rem;
}

.path {

    float: right;
    font-size: 1rem;
    line-height: 3rem;
    color: #000;
    text-align: right;	
    display: block;
}

@media screen and (max-width:767.99px)  {
    .path {
        display: none;
    }
}

.path img{
    width: 1rem;
    height: auto;
    margin: 1rem 0.5rem;
    float:left;
}

.path a {
    color: #000;
}

.path a:hover {
    color:var(--secondary-color);
}

.contain7 {
    width: 100%;
    height: auto;
    float: left;
    background-color:#FFF;
    box-shadow:  0 0.5rem 0.5rem #ccc;
}

.menuny {
    width: 100%;
    height: auto;
    float: left;
}

.menuny li {
    font-size:1.2rem;    
    float: left;
    margin: 0;
    padding: 1rem;
}

.menuny li:hover {
    background-color: var(--primary-color);
}

.menuny li.active {
    background-color: var(--primary-color);
}
.menuny li:hover a {
    color: var(--secondary-color);
}

.menuny li.active a {
    color: var(--secondary-color);
}

@media screen and (max-width: 769px) {
    .lanmu {
        font-size: 1.2rem;
    }
    .menuny li {
        font-size:1rem;    
    }
}

@media screen and (max-width: 576) {
    .lanmu {
        font-size: 1rem;
    }
    .menuny li {
        font-size:0.9rem;    
    }
}

.contain8 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 1rem;
	padding-bottom: 7rem;
	background-image: url(../images/contain8bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.contain8 .searchnews {
	width: 98%;
	height: auto;
	float: left;
	text-align: right;
	}

.list {
    width: 100%;
    height: auto;
    float: left;
}

.contain {
    width:94%;
    height:auto;
    padding-left:4%;
    float:left;
}

.list li {
    width: 98%;
    height: auto;
    float: left;
    margin: 1rem 1%;
    padding: 0.5rem;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    display: flex;
    align-items: stretch;
}

.list li:hover {
    width: 98%;
    height: auto;
    float: left;
    margin: 1rem 1%;
    padding: 0.5rem;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
}

.list li .list-img{
    width: 12%;
    height: auto;
    float: left;
    padding-right: 1rem;
}

.list li .list-img img{
    width: 100%;
    height: auto;
    float: left;
}

.list li .list-text{
    width: 73%;
    height: auto;
    float: left;
    border-left: 1px solid #ccc;
    padding:0 1%;
}
@media screen and (max-width:767.99px)  {
    .list li .list-img{
        display: none;
    }
    .list li .list-text{
        width: 86%;
        height: auto;
        float: left;
        padding:0 1rem;
    }
}

.list li .list-text a{
    width: 100%;
    height: auto;
    float: left;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: bold;
}

.list li .list-text p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 0.9rem;
    line-height: 1.8rem;
    text-indent: 2rem;
}


.list li .list-date{
    width: 12%;
    height: auto;
    float: left;
    padding-left: 1%;
}

.list li .list-date .year {
    width: 100%;
    height: auto;
    float: left;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    color:var(--secondary-color);
}

.list li .list-date .day {
    width: 100%;
    height: auto;
    float: left;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    color:#999;
}

@media screen and (max-width:767.99px)  {
    .list li .list-date .year {
        font-size: 1.3rem;
    }
    
    .list li .list-date .day {
        font-size: 0.9rem;
    }
}

@media screen and (max-width:576)  {
    .list li .list-date .year {
        font-size: 1.1rem;
    }
    
    .list li .list-date .day {
        font-size: 0.8rem;
    }
}

.list li .list-text-n{
    width: 73%;
    height: auto;
    line-height: 3.5rem;
    float: left;
    border-left: 1px solid #ccc;
    padding:0 1%;
}

.list li .list-date-n{
    width: 12%;
    height: auto;
    float: left;
    padding-right: 1%;
}

.list li .list-date-n .year {
    width: 100%;
    height: auto;
    float: left;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    color:var(--secondary-color);
}

.list li .list-date-n .day {
    width: 100%;
    height: auto;
    float: left;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color:#999;
}

@media screen and (max-width:767.99px)  {
    .list li .list-date-n .year {
        font-size: 1.3rem;
    }
    
    .list li .list-date-n .day {
        font-size: 0.9rem;
    }
}

@media screen and (max-width:576)  {
    .list li .list-date-n .year {
        font-size: 1.1rem;
    }
    
    .list li .list-date-n .day {
        font-size: 0.8rem;
    }
}

.contain9 {
    width: 100%;
    height: auto;
    float: left;
    background-color:#FFF;
}

.menuny-r {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.menuny-r li {
    font-size:1rem;
    line-height: 1rem;
    border: #ccc solid 1px;
    border-radius: 10px;
    float: left;
    margin: 1rem;
    padding: 0.5rem 1rem;
}

.menuny-r li:hover {
    background-color: var(--primary-color);
}

.menuny-r li.active {
    background-color: var(--primary-color);
}
.menuny-r li:hover a {
    color: var(--secondary-color);
}

.menuny-r li.active a {
    color: var(--secondary-color);
}

.list li .list-title-r {
    width: 12%;
    height: auto;
    float: left;
    padding-right: 1%;
}

.list li .list-title-r a{
    width: 100%;
    height: auto;
    float: left;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 2rem;
}

.list li .list-text-r {
    width: 73%;
    height: auto;
    float: left;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding:0 1%;
}

.list li .list-text-r h5 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 1.1rem;
    line-height: 2rem;
}

.list li .list-text-r p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 1rem;
    line-height: 2rem;
    text-indent: 2rem;
}

.list li .list-text-r .dakai {
    width: 10%;
    height: auto;
    float: right;
    font-size: 0.9rem;
    line-height: 1.5rem;
    background-color: var(--secondary-color);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border-radius: 5px;
}

.list li .list-text-r .xiangqing {
    width:2rem;
    background: none;
    padding: 0 1rem;
    color: var(--secondary-color);
}

.list li .list-title-r{
    width: 12%;
    min-height: 2rem;
    float: left;
    padding-right: 1%;
    font-size: 1.2rem;
    line-height: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.list li .list-click-n{
    width: 16%;
    min-height: 3.5rem;
    padding: 0 1%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.list li .list-click-n span{
    padding:0 1rem;
    float: none;
    font-size: 0.9rem;
    line-height: 3.5rem;
    text-align: center;
}

.activity {
    width: 100%;
    height: auto;
    float: left;
    background-image: url(../images/activitybg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.activity-detail {
    width: 100%;
    height: auto;
    float: left;
    background-image: url(../images/activitytext1bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.activity-detail .title {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    float: left;	
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    color: var(--secondary-color);
}

.activity-detail .activity-pic {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    z-index: 1;
}

@media screen and (max-width:767.99px)  {
    .activity-detail .activity-pic {
        width: 100%;
        height: auto;
        float: left;
    }
}

.activity-detail .activity-pic img {
    width: 100%;
    height: auto;
    float: left;	
}

.activity-detail .activity-pic .picimg {
    width: calc(100% - 2rem);
    height: auto;
    float: left;	
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
}

.activity-detail .activity-pic .picpoint{
    width: 6rem;
    height: auto;
    padding: 0.2rem 0;
    position: absolute;
    bottom: 2rem;
    left:50%;
    transform: translateX(-50%);
    display:flex;
    justify-content: space-around;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.activity-detail .activity-pic .picpoint li{
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;	
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.activity-detail .activity-pic .picpoint li.active{
    background-color:  rgba(255, 255, 255, 1);	
}

.activity-detail .activity-pic .picimg li{
    width: 100%;
    height: auto;
    float: left;	
    display:none;	
}

.activity-detail .activity-pic .picimg li.active{
    display:block;
}

.activity-detail .activity-pic .picimg img{
    width: 100%;
    height: auto;
    float: left;
}

.activity-detail .activity-text1 {
    width: 49%;
    height: auto;
    float: right;
	text-align: left;	
}

@media screen and (max-width:767.99px)  {
    .activity-detail .activity-text1 {
        width: 100%;
    }
}

.activity-detail .activity-text1 p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 1rem;
    line-height: 2rem;
    text-indent: 2rem;	
}

.activity-detail .activity-text2{
    width: 100%;
    height: auto;
    float: right;	
	text-align: left;
}

.activity-detail .activity-text2 p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 1rem;
    line-height: 2rem;
    text-indent: 2rem;	
}

.activity-detail .activity-text2 h6{
    width: 100%;
    height: auto;
    float: left;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: bold;	
}

.activity-list {
    width: 100%;
    height: auto;
    float: left;
}

.activity-list .title2 {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    float: left;	
    font-size: 1.3rem;
    line-height: 3rem;
    text-align: center;
    color: var(--secondary-color);
}

.activity-list .wangqi {
    width: 100%;
    height: 35rem;
    float: left;	
    background-image: url(../images/jianup.png);
    background-repeat: no-repeat;
    background-position: 1.7rem top;
    padding: 2rem 0;
    overflow-y: auto;
}

@media (min-width:1000px) and (max-width:1200px){
    .activity-list .wangqi {
        background-position: 1.5rem top;
    }
}

@media (min-width:768px) and (max-width:1000px){
    .activity-list .wangqi {
        background-position: 1.5rem top;
    }
}

@media (min-width:576px) and (max-width:768px){
    .activity-list .wangqi {
        background-position: 1.4rem top;
    }
}

@media screen and (max-width:576px){
    .activity-list .wangqi {
        background-position: 1.4rem top;
    }
}

.activity-list .wangqi li{
    width: 100%;
    height: auto;
    margin-top: 2rem;
    float: left;
    position: relative;	
}

.activity-list .wangqi li .year{
    width: 4.7rem;
    height: 7.5rem;
    float: left;
    background-image: url(../images/fang.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 97%;
    font-size: 1.3rem;
    line-height: 4.5rem;
    text-align: center;
}



.activity-list .wangqi li .wangqilist{
    width: 85%;
    height: auto;
    float: left;
    padding: 1rem;
    margin-top:2rem;
    border: 1px dashed #ccc;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;

}

.activity-list .wangqi li .wangqilist li{
    width: 15rem;
    height: auto;
    float: left;	
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    padding: 0;
    margin: 0;
}

.activity-list .wangqi li .wangqilista{
    width: 85%;
    height: auto;
    float: left;
    padding: 1rem;
    margin-top:2rem;
    border: 1px dashed #ccc;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;

}

.activity-list .wangqi li .wangqilista li{
    width: 26rem;
    height: auto;
    float: left;    
    font-size: 1rem;
    line-height: 2rem;
    text-align: left;
    padding: 0;
    margin: 0;
}