﻿/*隐藏轮播图*/
.zyt_banner {
    display: none;
}

.g-main{ width: 100%;
   
    background-repeat: no-repeat;
    background-size: 100% 100%; background-image: url(../picture/body_bg.jpg);}

/*文章列表开始*/
.zyt_main {
    width: 100%;
   
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner_img {
    width: 100%;

}

.banner_img img {
    max-width: 100%;
    height:auto;
}

.news_conent {
    width: 70vw;
    padding: 2vw;
    box-sizing: border-box;
    margin: 3vw auto;
  /*  background-color: #ffffff80;*/
    height: auto;
}

.news_rega {
    font-size: 1.8vw;
    text-align: center;
    font-weight: bold;
}

.news_info {
    width: 100%;
    text-align: center;
    margin-top: 1.5vw;
}
.news_info_span {
    font-size: 1vw;
    color: #aeaeae;
    margin-right: 1vw;
}

.rega_conent {
    margin-top: 2vw;
    line-height: 2vw;
    font-size: 1vw;
    text-align: justify;
}
.rega_conent img {
    width: 100%;
}

.change {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.change_nav {
    margin-top: 5vw;
    width: auto;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 0.5vw 1vw;
    box-sizing: border-box;
}
.change_nav_a {
    width: 100%;
    color: #000000;
    font-size: 1vw;
}
.change_nav:hover {
    background-color: #dddddd;
}
