.header {
    width: 100%;
    position:fixed;
    float: left;
    z-index: 10;
    height: 7rem;
    background-color:var(--primary-color);
}



.header .logo {
    float: left;
    padding:1rem 0.3rem 2rem 2rem;
    width: calc(30% - 0.6rem);
    position:absolute;
    top: 0;
    left: 0;
    z-index: 14;
}

.header .logo img {
    width: 100%;
    max-width: 400px;
    min-width: 250px;
    float: left;
    height: auto;
}

.header .menu {
    float: left;
    width:calc(70% - 40px);
    position:absolute;
    top: 0;
    right: 3rem;
    z-index: 14;
}

.header .menu .nav2 {
    display: block;
    float: right;
    clear: both;
    padding:1rem 0rem 0rem 0rem;
}

.header .menu .nav2 a {
    float: left;
    padding: 0 0 0 2rem;
    font-size: var(--font-size-small);
    color:#fff;
}

.header .menu .nav2 a:hover {
    color:#ff0; 
}

.header .menu .nav2 .search {
	float: left;
	width: 14rem;
	height: 26px;
	padding: 0 1rem;
	cursor: hand
}

.header .menu .nav2 .search:hover {

}

.header .menu .nav2 .search img {
    float: left;
    width: 26px;
    height: 26px;
    
}

.header .menu .menu1 {
    display: block;
    float: right;
    clear: both;
    padding:1rem 0rem 0rem 0rem;
}

.header .menu .menu1 li {
    float: left;
    text-align: center; 
    position: relative;
    padding: 0 0.6rem;
}

@media (min-width:1200px) and (max-width:1399px) {
    .header .menu {
        right: 0.8rem;
    }
    .header .logo {
        padding:1rem 0.2rem 2rem 0.6rem;
        width: calc(30% - 0.6rem);
    }
    .header .menu .menu1 li {
        padding: 0 0.2em;
    }

    .header .menu2{
        display: none; 
    }
  }

@media (min-width:1000px) and (max-width:1199px) {
    .header .menu {
        right: 0.6rem;
    }
    .header .logo {
        padding:1rem 0.2rem 2rem 0.4rem;
        width: calc(30% - 0.6rem);
    }
    .header .menu .menu1 li {
        padding: 0 0.2rem;
    }

    .header .menu2{
        display: none; 
    }
  }


.header .menu .menu1 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 .menu1 li:hover .mark2 {
    width: 100%;
    border-bottom: solid 2px  rgba(255, 255, 255, 1);
    opacity: 1;
    transition: width 0.5s;
}

.header .menu .menu1 li a {
    font-size: var(--font-size-menu);
    color:#fff;
    font-weight: 700;
    line-height: 3.2rem;
}

.header .menu .menu1 li ul {
    display: none;
    padding: 0;
    margin: 0;
    width: 11rem;
    background-color:rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 3.2rem;
    left: 0;
    z-index: 1000;
}

.header .menu .menu1 li:hover ul {
    display: block;
}

.header .menu .menu1 li ul li {
    width: 100%;
    line-height: 3rem;

}

.header .menu .menu1 li ul li:hover {
    background-color:rgba(0, 102, 204, 1);
}

.header .menu .menu1 li ul li a {
    font-size: var(--font-size-menu2);
    color: var(--primary-color);
    font-weight: 700;
}

.header .menu .menu1 li ul li:hover a {
    color:var(--background-color);
}

.header .menu .tog-icon{
    width:100%;
    display: none;
    text-align: right;
    float: right;
}

@media (max-width:999px) {
    .header .menu .tog-icon{
        width: 100%;
        display: block;
        float: right;

    }

    .header .menu .tog-icon svg{
        height: 3rem;
        width: 5rem;
        color: rgb(255, 255, 255);
        padding: 0.5rem;
        cursor: pointer;

    }

    .header .menu .nav2 .search{
        display: none;
    }

    .header .menu .menu1{
        display: none; 
    }
    .header .menu2{
        display: none; 
    }

}


.header .menu2 {
    display: none;
    position:absolute;
    top: 7rem;
    width: 100%;
    float: right;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 102, 204, 0.7); 
    height: auto;     
    z-index: 99999;

}

.header .menu2 .search{
    width: 100%;
    float: left;
}

.header .menu2  li{
    width: 33%;
    float: left;
    text-align:center;
    height: auto;
    background: none;
}

.header .menu2 li a {
    font-size: 1rem;
    color:  rgba(255, 255, 255, 1);
    width:90%;
    margin: 0 5%;
    border-bottom: solid 2px  rgba(255, 255, 255, 0.5);
    float: left;
    line-height: 3rem;
    text-decoration: none;
    height: auto;
    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: 20rem;
    background: none;
}

.header .menu2  li ul li{
    width: 100%;
    text-align: center;
    height: auto;
    background: none;
}

.header .menu2 li ul li a{
    font-weight: normal;
    font-size: var(--font-size-menu);
    border: 0;

}

#banner {
    width: 100%;
    margin-top: 7rem;
    float: left; 
position: relative;
z-index:0;
}

#zuo {
    color: #fff;
    background-color: rgba(0,0,0, 0.5);
    border-radius: 0.5rem;
    width: 2rem;
    height: 4rem;
    position: absolute;
    top: 45%;
    left: 5%;
}

#zuo:hover {
    background-color: rgba(0,0,0, 0.7);
}

#you {
    color: #fff;
    background-color: rgba(0,0,0, 0.5);
    border-radius: 0.5rem;
    width: 2rem;
    height: 4rem;
    position: absolute;
    top: 45%;
    right: 5%;
}

#you:hover {
    background-color: rgba(0,0,0, 0.7);
}

#banner-bar {
    width: 6rem;
    height: 1.5rem;
    background-color:  rgba(0, 0, 0, 0.5); 
    border-radius: 5px;
    position: absolute;
    bottom: 2%;
    left: 30%;
}



.content {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    padding: 2rem 0rem;
	overflow:hidden;
}

.row {
    width: 100%;
    float: left;
}

.title {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 2rem; 
}



.title .biaoti {
    float: left;
    font-size: var(--font-size-large);
    font-weight: 700;
    display: block;
    width: 8rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: var(--title-color);
}

.title .biaoti2 {
    font-size: var(--font-size-large);
    font-weight: 700;
    display: block;
    float: left;
    width: 20rem;
    height: 1rem;
    line-height: 1rem;
    margin-top: 0.7rem;
    padding: 0rem 1rem 0rem 1rem;
    color:var(--primary-color);
}

.title .more {
    float: right;
    width: 4rem;
    height: 2rem;
    margin: 0 1rem;
}


.title .more a {
    font-size: var(--font-size-large2);
    color: rgba(0, 0, 0, 0.3);
    display: block;
    float: left;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-weight: 700;
}

.title .more a:hover {
    color: rgba(0, 102, 204, 1);
}

.content .news {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
    padding: 1rem 0rem;
}

.content .news .news-left {
    width: 40%;
    height: auto;
    float: left;
    background-color:var(--background-color2);	
    overflow: hidden;
    position: relative;
    padding-bottom: 1rem;
}

.content .news .news-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.content .news .news-item {
    min-width: 100%;
    box-sizing: border-box;
}

.content .news .news-item .news-img{
    width: 100%;
}

.content .news .news-item .news-img img{
    width: 100%;
}

.content .news .news-item .news-date{
    width: 94%;
    margin:0 3%;
    height: 3rem;
    line-height: 3rem;
    font-size: var(--font-size-menu);
    color:var(--primary-color);
    font-weight: 700;
}

.content .news .news-item .news-title{
    width: 90%;
    margin:0 5%;
    line-height: 2rem;
    font-size: var(--font-size-menu);
    color:var(--title-color);
    font-weight: 700;
}

.content .news .news-item .news-brief{
    width: 90%;
    margin:0 5%;
    line-height: 2rem;
    font-size: var(--font-size-base);
    color:var(--title-color);
}

.content .news .news-item .news-more{
    width: 80%;
    margin:0 10%;
    text-align: right;
}

.content .news .news-item .news-more a{
    line-height: 2rem;
    font-size: var(--font-size-base);
    color:var(--primary-color);
    font-weight: 700;
}

.content .news .news-points {
	position: absolute;
	top: 55%;
	right: 10px;
	transform: translateX(-50%);
	display: flex;
	gap: 5px;
	z-index: 15;
}

.content .news .news-point {
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    cursor: pointer;
}

.content .news .news-point.active {
    background-color: rgba(255, 255, 255, 1);
}

.content .news .news-right {
    width: 58%; 
    height: auto;
    float: right;	
}

@media  (max-width:768px) {
    .content .news .news-left {
        width: 100%;
        height: auto;
        float: left;
        background-color:var(--background-color2);	
        overflow: hidden;
        position: relative;
        padding-bottom: 1rem;
    }
    .content .news .news-right {
        width: 100%; 
        height: auto;
        float: right;	
    }
  }

.content .news  .news-right .news-item2 {
    width: 48%;
    margin-right: 2%;
    float: left;
    border-bottom: solid 3px var(--primary-color);
    padding-bottom: 0.5rem;
}

.content .news .news-right .news-item2 .news-img{
    width: 100%;
    
}

.content .news .news-right .news-item2 .news-img img{
    width: 100%;
    height: 60%;
}

.content .news .news-right .news-item2 .news-date{
    width: 94%;
    margin:0 3%;
    height: 3rem;
    line-height: 3rem;
    font-size: var(--font-size-menu);
    color:var(--primary-color);
    font-weight: 700;
}

.content .news .news-right .news-item2 .news-title{
    width: 90%;
    margin:0 5%;
    line-height: 2rem;
    font-size: var(--font-size-menu);
    color:var(--title-color);
    font-weight: 700;
}

.content .news .news-right .news-item2 .news-brief{
    width: 90%;
    margin:0 5%;
    line-height: 2rem;
    font-size: var(--font-size-base);
    color:var(--title-color);
}

.content .news  .news-right .news-item2:hover {
    border-bottom: solid 3px var(--secondary-color);

}

.content .news .news-right .news-item2:hover .news-date{
    color:var(--secondary-color);
}




.content2 {
    width: 100%;
    float: left;
    background-image: url('../images/tzgg.jpg');
    padding: 2rem 0rem;
    background-size: cover;
	overflow:hidden;
}

.content2 .title .biaoti {
    color: var(--background-color);
}

.content2 .title .biaoti2 {
    color:var(--background-color);
}

.content2 .title .more a {
    color:var(--background-color);
}

.content2 .notice {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
    padding: 1rem 0rem;
}

.content2 .row .notice-detail {
    width: 94%;
    height: auto;
    padding:2%;
    margin-left: 2%;
    float: left;
    border-radius: 0 50px 0 0;
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: solid 3px var(--primary-color);
    margin-bottom: 2rem;
}

.content2 .row .notice-detail .notice-title {
    width: 80%;
    float: right;
    padding: 1rem 0;
    font-size: var(--font-size-base);   
    font-weight: 700;
}

.content2 .row .notice-detail .notice-date {
    width: 18%;
    float: left;
    border-right: solid 1px var(--primary-color);

}

.content2 .row .notice-detail .notice-date .day{
    width: 100%;
    float: left;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
}

.content2 .row .notice-detail .notice-date .year{
    width: 100%;
    float: left;
    font-size: var( --font-size-large2);
    font-weight: 700;
    color: #999;
    text-align: center;
}

.content2 .row .notice-detail .notice-line {
    width: 94%;
    float: left;
    margin: 1rem 3%;
    height: 1px;
    background-color:  rgba(0, 0, 0, 1);
}

.content2 .row .notice-detail .notice-xiangxi {
    width:5rem;
    float:right;
    margin-right: 3%;
    margin-bottom: 1rem;
    font-size: var(--font-size-small);
    line-height: 1.5rem;
    background-color: rgba(0, 102, 204, 1);
    text-align: center;
    border-radius: 5px;
    background-image: url('../images/xiangxi.png');
    background-repeat: no-repeat;
    background-position: 3.5rem 0.3rem;
}

.content2 .row .notice-detail .notice-xiangxi a {
    color: #fff;
    padding-right: 1.3rem;
}

.content2 .row .notice-detail .notice-xiangxi a:hover {
    color: rgb(255, 255, 0);
}




.content3 {
    width: 100%;
    float: left;
    padding: 2rem 0rem;
    background-size: cover;
	overflow:hidden;
}

.content3 .majors {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 25rem;
    padding: 1rem 0rem;
    position: relative;
}

.content3 .majors .majors-slider {
    width: 100%;
    max-width: 1400px;
    height: auto;
    position: relative;
}

.content3 .majors .majors-item {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.content3 .majors .majors-item .majors-img {
    width: 48%;
    float: left;
    height: auto;
}

.content3 .majors .majors-item .majors-img img {
    width: 100%;
    height: auto;
    float: left;
}

.content3 .majors .majors-item .majors-right {
    width: 50%;
    float: right;
    height: auto;
}

@media  (max-width:768px) {
    .content3 .majors .majors-item .majors-img {
        display: none;
    }
    .content3 .majors .majors-item .majors-right {
        width: 100%;
        float: right;
        height: auto;
    }
  }

.content3 .majors .majors-item .majors-title {
    padding: 0 1rem 0 0;
    float: left;
    font-size: var(--font-size-large2);
    font-weight: 700;
    color: var(--title-color);
    line-height: 2rem;
}

.content3 .majors .majors-item .majors-code {
    padding: 0.1rem 0;
    float: left;
    font-size: var(--font-size-menu);
    font-weight: 700;
    color: var(--primary-color);
    line-height: 2rem;
    
}

.content3 .majors .majors-item .majors-brief {
    width: 100%;
    float: left;
    margin-top: 0.5rem;
    line-height: 2rem;
    text-indent: 2rem;
}

.content3 .majors .majors-item.active {
    opacity: 1;
}

.content3 .majors .majors-points {
	width: 48%;
	height: 3rem;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: left center;
	position: absolute;
	right: 0;
	bottom: 15%;
	z-index: 18;
}

.content3 .majors .majors-point {
    width: 3rem;
    height: 3rem;
    float: left;
    margin-right: 4rem;
    background-image: url(../images/major2.png);
    background-repeat:no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
}

@media (min-width:1200px) and (max-width:1400px) {
    .content3 .majors .majors-point {
        width: 3rem;
        height: 3rem;
        float: left;
        margin-right: 3rem;
        background-image: url(../images/major2.png);
        background-repeat:no-repeat;
        background-position: center center;
        cursor: pointer;
        position: relative;
    }
  }

@media (min-width:1000px) and (max-width:1200px){
    .content3 .majors .majors-point {
        width: 3rem;
        height: 3rem;
        float: left;
        margin-right: 2rem;
        background-image: url(../images/major2.png);
        background-repeat:no-repeat;
        background-position: center center;
        cursor: pointer;
        position: relative;
    }
  }

@media (min-width:768px) and (max-width:1000px) {
    .content3 .majors .majors-point {
        width: 3rem;
        height: 3rem;
        float: left;
        margin-right: 1.8rem;
        background-image: url(../images/major2.png);
        background-repeat:no-repeat;
        background-position: center center;
        cursor: pointer;
        position: relative;
    }
  }

  @media (min-width:576px) and (max-width:768px) {
    .content3 .majors .majors-points {
        width: 100%;
        height: 3rem;
        background-image: url(../images/line.png);
        background-repeat:repeat-x;
        background-position: left center;
        position: absolute;
        right: 0;
        bottom: 15%;
        z-index: 18;
    }
    .content3 .majors .majors-point {
        width: 3rem;
        height: 3rem;
        float: left;
        margin-right: 3rem;
        background-image: url(../images/major2.png);
        background-repeat:no-repeat;
        background-position: center center;
        cursor: pointer;
        position: relative;
    }
  }

  @media (min-width:576px) and (max-width:768px) {
    .content3 .majors .majors-points {
        width: 100%;
        height: 3rem;
        background-image: url(../images/line.png);
        background-repeat:repeat-x;
        background-position: left center;
        position: absolute;
        right: 0;
        bottom: 15%;
        z-index: 18;
    }
    .content3 .majors .majors-point {
        width: 3rem;
        height: 3rem;
        float: left;
        margin-right: 3rem;
        background-image: url(../images/major2.png);
        background-repeat:no-repeat;
        background-position: center center;
        cursor: pointer;
        position: relative;
    }
  }

  @media (max-width:576px) {
    .content3 .majors .majors-points {
        width: 100%;
        height: 3rem;
        background-image: url(../images/line.png);
        background-repeat:repeat-x;
        background-position: left center;
        position: absolute;
        right: 0;
        bottom: 15%;
        z-index: 18;
    }
    .content3 .majors .majors-point {
        width: 3rem;
        height: 3rem;
        float: left;
        margin-right: 3rem;
        background-image: url(../images/major2.png);
        background-repeat:no-repeat;
        background-position: center center;
        cursor: pointer;
        position: relative;
    }
  }

.content3 .majors .majors-point a{
    width: 5rem;
    height: 2rem;    
    position:absolute;
    top: 4rem;
    left: -1rem;
    z-index: 19;
    font-size: var(--font-size-small);
    font-weight: normal;
    text-align: center;
}

.content3 .majors .majors-point.active {
    background-image: url(../images/major1.png);
    background-repeat:no-repeat;
    background-position: center center;
}

.content3 .majors .majors-point.active a{
    font-size: var(--font-size-base);
    font-weight: 700;
}




.content4 {
    width: 100%;
    float: left;
    background-color: var(--background-color2);
    padding: 2rem 0rem;
    background-size: cover;
	overflow:hidden;
}
 
.content4 .act {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
    padding: 1rem 0rem;
}

.content4 .row .act-detail {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: solid 3px var(--primary-color);
    margin-bottom: 2rem;
}

.content4 .row .act-detail:hover {
    border-bottom: solid 3px var(--secondary-color);
}

.content4 .row .act-detail .act-img {
    width: 100%;
    height: auto;
    float: left;
}

.content4 .row .act-detail .act-img img {
    width: 100%;
    height: auto;
    float: left;

}

.content4 .row .act-detail .act-date{
    width: 96%;
    float: left;
    margin:0 2%;
    height: 3rem;
    line-height: 3rem;
    font-size: var(--font-size-menu);
    color:var(--primary-color);
    font-weight: 700;
    text-align: right;
}

.content4 .row .act-detail:hover .act-date{
    color:var(--secondary-color);
}

.content4 .row .act-detail .act-title{
    width: 96%;
    float: left;
    margin: 0 2%;
    padding-top: 1rem;
    font-size: var(--font-size-base);
    color:var(--title-color);
    font-weight: 700;
    line-height: 2rem;
}













.foot {
    width: 100%;
    float: left;
    padding: 0rem 0rem 2rem 0rem;
    background-color:var(--primary-color);
	overflow:hidden;
}

.foot .footer {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
}

.foot .footer .link{
    width: 100%;
    float: left;
    border-bottom: solid 1px rgba(255,255,255,0.5);
}

.foot .footer .link span{
    padding: 0 2rem;
    float: left;
    text-align: left;
    font-size: var(--font-size-base);
    color:var(--background-color);
    line-height: 3rem;
    font-weight: 700;
}

.foot .footer .link a{
    padding: 0 1rem;
    float: left;
    text-align: left;
    font-size: var(--font-size-base);
    color:var(--background-color);
    line-height: 3rem;
}

.foot .footer .link a:hover{
    color: #ff0;
}
.footer .row {
	float: left;
	width: 100%;
}


.foot .footer .logo2 {
	width: 30%;
	height: auto;
	text-align: center;
	float: left;
}

.foot .footer .logo2 img {
	width: 100%;
	margin: 2rem 0;
	max-width: 400px;
	min-width: 250px;
	height: auto;
	float: left;
}

.foot .footer .addr {
    width: 40%;
	float: right;
    margin: 2rem 0;
    float: left;
    text-align:left;
    font-size: var(--font-size-base);
    color: #fff;
    line-height: 1.5rem;
}



.foot .footer .footer-ewm{
	
    width: 30%;
	float: left;
	padding-top:2rem;
    height: auto;
}

.foot .footer .footer-ewm .ewmin{
	width: 33%;
	float: left;
	height: auto;
}

.foot .footer .footer-ewm span{
	width: 100%;
	float: left;
	font-size: var(--font-size-small);
	color: #fff;
	margin: 0;
	height: auto;
	text-align: center;
	line-height: 2rem;
}

.foot .footer .footer-ewm .img{
	width: 100%;
	float:left;
	text-align: center;
	height: auto;
}

.foot .footer .footer-ewm .img img{
	width: 96%;
	margin:0 auto;
	max-width: 120px;
	min-width: 75px;
	height: auto;
}

@media (min-width:576px) and (max-width:1000px) {
	.foot .footer .logo2 {
	width: 40%;
	height: auto;
	text-align: center;
	float: left;
}
    .foot .footer .addr {
	width: 54%;
	float: left;
	margin: 2rem 0 0 6%;
	float: right;
	text-align: left;
	font-size: var(--font-size-base);
	color: #fff;
	line-height: 1.5rem;
}
	.foot .footer .footer-ewm{
    width: 100%;
	float: left;
    margin: 0;
    height: auto;
}
  }

@media (max-width:576px)  {
	.foot .footer .logo2 {
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
}
    .foot .footer .addr {
    width: 100%;
    margin: 2rem 0;
    float: left;
    text-align: center;
    font-size: var(--font-size-large2);
    color: #fff;
    line-height: 1.5rem;
}
	.foot .footer .footer-ewm{
    width: 100%;
	float: left;
    margin: 0;
    height: auto;
}
  }

.header .top-barny {
    float: left;
    height: 120px;
    width:100%;
    background-color: var(--primary-color);
    position:absolute;
    top: 0;
    left: 0;
    z-index: 12;
}

.bannerny {
	float: left;
	width: 100%;
    margin-top: 7rem;
	height: auto;

}

.bannerny img{
    width: 100%;
    float: left;
}

.contentny {
	float: left;
	width: 100%;
	height: auto;

}

.contentny .wrap{
    width: 100%;
    max-width: 1402px;
    margin: 0rem auto;
    padding: 0;
}

.contentny .wrap .row{
    width: 100%;
    max-width: 1402px;
    float: left;
    margin: 0 auto;
    padding: 0;
    display: flex; 
    flex-wrap: wrap;
}

.contentny .left,
.contentny .right {
    min-height: 100%; 
}

.contentny .left{
    float: right;
    padding: 0;
    margin:1rem 0;
    z-index: 1;
}

.contentny .left .lanmu{
    width: 100%;
    height: 4.7rem;
    padding:0rem 0rem;
    z-index:999;
    font-size: 1.1rem;
    line-height: 4.7rem;
    text-align: center;
    color: var(--background-color);
    background-color:var(--primary-color);
    border-bottom:solid 1px var(--background-color2)
}

.contentny .left .left-menu{
    width: 100%;
    float: left;
    height: auto;
}

.contentny .left .left-menu ul{
	float: left;
	width: 100%;
}

.contentny .left .left-menu ul li {
	float: left;
	height: auto;
	width: 100%;
	border-bottom: solid 1px var(--primary-color);
	background-color: var(--background-color2);
}

.contentny .left .left-menu ul li a {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1rem;
	line-height: 4rem;
	z-index: 2;
}

.contentny .left .left-menu ul li:hover  {
	background-color:var(--primary-color);
}

.contentny .left .left-menu ul li:hover a {
	transition: 0.4s;
	color: #FFF;
}

.contentny .right{
    float: right;
    padding: 0;
    margin: 1rem 0;

}

.contentny .right .right-path {
	float: left;
	height: 3rem;
	width: 99%;
	margin-left: 1%;
	font-size: 1rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.contentny .right .right-path img {
	float: left;
	width: 2rem;
	margin: 0.5rem 1rem;
}

.contentny .right .right-path span {
	font-size: 1rem;
	line-height: 3rem;
}
.contentny .right .right-path a {
	font-size: 0.9rem;
	line-height: 3rem;
}
.contentny .right .right-list {
	padding: 0rem 2rem;
	float: left;
	width: 100%;
}