.location1.location{
    padding: 20px 0;
}
.footer_red .foot{
    background-color: #d71729;
}
.top_red .nav.nav2{
    background-color: #d71729;
}
.top_red .nav .main .con .list .uitem:hover {
    background-color: #d71729;
}
.top_red .nav .main .con .list .uitem:hover a{
    color: #fff;
}
.top_red .nav .main .con .list .uitem a{
    color: #333;
}

.info01 .switch .goback1{
    border-color: #d71729;
    color: #d71729;
}

@media (max-width: 1024px) {
    .nav .meau {
        background-color: #d71729;
    }
}
@media (max-width: 1200px) {
    .location .main .loca{
        display: block;
    }
    .location .main .loca img {
        transform: translate(0,-2px);
    }
}



.hmedia01{
    padding: 70px 0 0;
}
.hmedia01  .clist{
    padding: 75px 0 85px;
}
.hmedia01  .clist .item{
    display: flex;
    position: relative;
    background-color: #f7f7f7;
    padding: 2.1% 14.72% 2.1% 2.1%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    align-items: center;
    justify-content: space-between;
}
.hmedia01  .clist .item:not(:first-child){
    margin-top: 30px;
}
.hmedia01  .clist .item .imgbox{
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.hmedia01  .clist .item .more{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    font-size: 16px;
    color: #333333;
    background-image: url(../images/more.png);
    background-position: center right;
    padding-right: 30px;
    background-repeat: no-repeat;
}
.hmedia01  .clist .cl{
    width: 23.8%;
}
.hmedia01  .clist .cen{
    padding-left: 5%;
    flex: 1;
}
.hmedia01  .clist .tit{
    font-size: 22px;
    color: #2e312c;
}
.hmedia01  .clist .time{
    font-size: 16px;
    color: #d71729;
    margin: 20px 0 25px;
}
.hmedia01  .clist .desc{
    font-size: 16px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.875;
}
.hmedia01  .clist .item img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 100%;
}
.hmedia01  .clist .item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.hmedia01  .clist .item:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.hmedia01  .clist .item:hover .tit{
    color: #d71729;
}
.hmedia01  .clist .item:hover .more{
    color: #d71729;
    background-image: url(../images/morew.png);
}

@media (max-width:1024px){
  
    .hmedia01  .clist {
        padding: 35px 0;
    }
}
@media (max-width:768px){
  
    .hmedia01  .clist .item{
        flex-wrap: wrap;
    }
    .hmedia01  .clist .cl{
        width: 100%;
        margin-bottom: 15px;
    }
    .hmedia01  .clist .cen{
        width: 100%;
        padding-left: 0;
    }
    .hmedia01  .clist .item{
        padding:15px;
    }
    .hmedia01  .clist .time{
        margin: 5px 0 10px;
    }
    .hmedia01  .clist .tit{
        font-size: 18px;
    }
   
    .hmedia01 .clist {
        padding: 20px 0;
    }
    .hmedia01 .clist .item:not(:first-child) {
        margin-top: 20px;
    }
    .hmedia01 .clist .item .more{
        left: 15px;
        bottom: 15px;
        top: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        font-size: 14px;
        width: 80px;
        padding-right: 15px;
    }
    .hmedia01 .clist .item{
        padding-bottom: 45px;
    }
    .hmedia01 {
        padding: 30px 0 0;
    }
}
@media (max-width:640px){
    .hmedia01  .clist .tit{
        font-size: 16px;
    }
    .hmedia01  .clist .desc{
        font-size: 14px;  
        overflow: unset;
        -webkit-line-clamp: unset;
    }
    .hmedia01 {
        padding: 20px 0 0;
    }
}

.hnotice{
    padding-top: 70px;
} 
.hnotice .hnotice_main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.hnotice .hnotice_more {
    line-height: 54px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    font-size: 16px;
    display: inline-block;
    width: 180px;
    border: 2px solid #d71729;
    text-align: center;
    color: #d71729;
}

.hnotice .list{
    background-color: #f7f7f7;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 80px; 
}
.hnotice .item{
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 40px 275px 40px 30px;
    display: block;
}
.hnotice .item .tit{
    font-size: 22px;
    color: #333333;
    position: relative;
    padding-left: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;

}
.hnotice .item .tit::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    width: 8px;
    height: 3px;
    background-color: #d71729;
}

.hnotice .cbox{
    width: 230px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    font-size: 16px;
}
.hnotice .item .cbox .go {
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
}
.hnotice .item .cbox .time {
    color: #d71729;
    position: relative;
}
.hnotice .item .cbox .time::before{
    content: '';
    display: block;
    position: absolute;
    right: -37%;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    width: 2px;
    height: 60%;
    background-color: #dadada;
}
.hnotice .item:hover{
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.hnotice .item:hover .tit{
    color: #d71729;
}
.hnotice .item:hover .cbox .go{
    background-image: url(../images/morew.png);
    color: #d71729;
}
.hnotice .item:hover .cbox{
    color: #d71729;
}
.hnotice .item:hover .tit::before{
    background-color: #d71729;
}

.Pages_red .Pages .p_page a:hover,
.Pages_red .Pages .p_page a.a_cur{
    background-color: #d71729;
}

.location_red .location .list .item.cur,
.location_red .location .list .item:hover{
    background-color: #d71729;
}

.hnotice1{
    padding: 5% 0;
}
.hnotice1 .title{
    text-align: center;
}
.hnotice1 .list{
    margin-top: 5%;
}

@media (max-width:1459px){
    .hnotice .hnotice_main{
        margin-bottom: 40px;
    } 
    .hnotice .list{
        margin-bottom: 40px; 
    }
    .hnotice .hnotice_more {
        width: 150px;
        line-height: 45px;
    }
}
@media (max-width:1024px){
    .hnotice .hnotice_main{
        margin-bottom: 20px;
    } 
    .hnotice .item{
        padding: 20px 275px 20px 20px;
    }
    .hnotice .item .tit{
        font-size: 18px;
    }
   
    .hnotice .list{
        margin-bottom: 20px; 
    }
    .hnotice .hnotice_more {
        width: 100px;
        line-height: 30px;
    }
}
@media (max-width:768px){
    .hnotice .cbox{
        font-size: 14px;
    }
    .hnotice .cbox {
        width: 200px;
    }
    .hnotice{
        padding-top: 30px;
    } 
}
@media (max-width:640px){
    .hnotice .item{
        padding: 20px 20px 35px;
    }
    .hnotice .cbox{
        position: absolute;
        bottom: 10px;
        right: 10px;
        top: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .hnotice .item .tit {
        font-size: 16px;
    }
    .hnotice{
        padding-top: 20px;
    } 
    .hnotice1{
        padding: 25px 0;
    }
}

