.news {
    position: relative;
    width: 100%;
}

.news .alert-wrap {
    position: absolute;
    z-index: 9999;
    top: 4.19rem;
    right: 0;
}

.news .newsBanner {
    position: relative;
    width: 100%;
    height: 5rem;
}

.news .newsBanner .bannerImg {
    width: 100%;
}

.bannerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .newsBanner .bannerText {
    position: absolute;
    top: 2.18rem;
    left: 1.47rem;
}

.bannerText .bannerTit1 {
    font-family: w25;
    font-weight: normal;
    font-size: 0.4rem;
    color: #3C3C3C;
}

.bannerText .bannerTit2 {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.2rem;
    color: #777777;
}

.news .newsNav {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 1.47rem;
    box-sizing: border-box;
    height: 0.63rem;
    border-bottom: 1px solid #C9C9C9;
}

.news .newsNav a {
    display: block;
    font-family: w15;
    font-weight: normal;
    font-size: 0.16rem;
    color: #6F6F6F;
    line-height: 0.3rem;
}

.news .newsNav a.active {
    color: #494949;
}

.newsList {
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.68rem;
    padding-bottom: 0.36rem;
}

.newsList .newsItem {
    width: 100%;
    display: flex;
    margin-bottom: 0.69rem;
}

.newsList .newsItem:hover .rightTit {
    color: #06823C;
}

.newsList .newsItem:hover .rightBotBtn {
    background: #06823C;
    color: #fff;
}

.newsList .newsItem:hover .rightBotBtn .img1 {
    display: block;
}

.newsList .newsItem:hover .rightBotBtn .img2 {
    display: none;
}

.newsList .newsItem:hover .itemLeft img {
    transform: scale(1.2);
}

.newsList .newsItem .itemLeft {
    display: flex;
    width: 4.76rem;
    height: 2.7rem;
    overflow: hidden;
}

.newsList .newsItem .itemLeft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.newsList .newsItem .itemRight {
    width: 8.33rem;
    margin-left: 0.95rem;
}

.itemRight .rightTit {
    margin-bottom: 0.34rem;
    height: 0.7rem;
    font-family: w15;
    font-size: 0.28rem;
    color: #000000;
    transition: all 0.3s;
}

.itemRight .rightTex {
    margin-bottom: 0.47rem;
    font-family: w15;
    font-weight: normal;
    font-size: 0.18rem;
    color: #757575;
    line-height: 0.3rem;
}

.itemRight .rightBot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itemRight .rightBot .rightBotTime {
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.18rem;
    color: #919191;
}

.itemRight .rightBot .rightBotBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.13rem;
    height: 0.37rem;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.06rem;
    border: 0.01rem solid #06823C;
    font-family: w15;
    font-weight: normal;
    font-size: 0.14rem;
    color: #06823C;
    transition: all 0.3s;
}

.rightBotBtn img {
    /* display: block; */
    width: auto;
    width: 0.05rem;
    height: 0.098rem;
    margin-left: 0.21rem;
}

.rightBotBtn .img1 {
    display: none;
}

.rightBotBtn .img2 {
    display: block;
}

.news .page {
    margin-bottom: 0.98rem;
}

.detail {
    width: 100%;
    padding-top: 0.68rem;
}

.detail .detailTit {
    width: 14rem;
    margin: 0 auto;
    font-family: w25;
    font-weight: bold;
    font-size: 0.28rem;
    color: #000000;
    text-align: center;
    margin-bottom: 0.28rem;
}

.detail .detailTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.28rem;
    width: 14rem;
    margin: 0 auto;
    font-family: w15;
    font-weight: normal;
    font-size: 0.14rem;
    color: #4A4A4A;
    line-height: 0.17rem;
    padding-bottom: 0.11rem;
    border-bottom: 0.01rem solid #AFAFAF;
}

.detail .detailTop span {
    color: #4A4A4A;
}

.detailTexCon {
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.28rem;
}

.detailTex {
    font-family: w15;
    font-weight: normal;
    font-size: 0.16rem;
    color: #6F6F6F;
    line-height: 0.28rem;
}

.detailTexCon .detailTex {
    margin-bottom: 0.3rem;
}
.detailTexCon .detailTex p img{
    /*height: 100%;*/
    width: revert-layer;
    margin:0 auto;
    /*max-width: 70%;*/
}
.detailTexCon .detailTex:last-child {
    margin-bottom: 0
}

.detailTexCon .detailTex p video{
    height: auto !important;
    /*margin:0 auto 0.3rem;*/
}

.detailImg {
    width: 14rem;
    margin: 0.16rem auto 0.21rem;
}

.detailImg img {
    width: 100%;
}

.detailTexList {
    width: 14rem;
    margin: 0 auto;
    font-family: w15;
    font-weight: normal;
    font-size: 0.16rem;
    color: #6F6F6F;
    line-height: 0.28rem;
    border-bottom: 0.01rem solid #AFAFAF;
}

.detailTexList .listCon {
    margin-bottom: 0.3rem;
}

.detailTexList .listTitle {
    color: #333333;
}

.detailBot {
    display: flex;
    justify-content: space-between;
    width: 14rem;
    margin: 0.21rem auto 0.82rem;
}

.detailBot .detailBotNav {
    display: flex;
    font-family: w15;
    font-size: 0.14rem;
    color: #A2A2A2;
    line-height: 0.17rem;
    transition: all 0.3s;
}

.detailBot .detailBotNav:hover {
    color: #06823C;
}

.detailBot .detailBotNav:hover .detailBotBtn {
    background: #06823C;
}

.detailBot .detailBotNav .detailBotBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background: #A2A2A2;
    transition: all 0.3s;
    margin-right: 0.03rem;
}

.detailBotBtn img {
    width: 0.06rem;
}
@media only screen and (max-width:768px){
.detailTexCon {
        width: 7rem;
}
.detail .detailTit {
    width: 7rem;
}
.bannerImg img {
    height: 100%;
}
/*.news .newsBanner {*/
/*    height: 2.78rem;*/
/*}*/
/*.news .newsBanner .bannerText {*/
/*    top: 1rem;*/
/*}*/
.news .newsNav{
    padding-left: 0.47rem;
    flex-wrap: wrap;
}
.detail .detailTop {
        width: 7rem;
}
.detailBot {
    width: 7rem;
}
.newsList{
    width:7rem;
}
.newsList .newsItem .itemRight {
    width: 4.33rem;
    margin-left: 0.2rem;
}
.detailTexCon .detailTex span{
    font-size: inherit!important;
}
}