@charset "UTF-8";
.bg1{
    padding: 0.4rem 0 0;
    background: rgba(245, 245, 245, 1) url(../img/bg1.png) no-repeat bottom center;
}
.bg2{
    position: relative;
    padding: 0.4rem 0;
    background: rgba(255, 255, 255, 1) url(../img/bg2.png) no-repeat bottom center;
}
/* 栏目标题 */
h2.tit{
    display: flex;
    width: 100%;
    height: 0.9rem;
    font-size: 0.25rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0.46rem;
    color: rgba(51, 51, 51, 1);
    background: rgba(242, 246, 246, 1);
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
h2.tit a.more{
    padding: 0 25px;
    border-left: 1px solid rgba(208, 166, 105, 1);
    border-right: 1px solid rgba(208, 166, 105, 1);
    position: relative;
}
h2.tit a.more::after,h2.tit a.more::before{
    display: block;
    content: "";
    width: 5px;
    height: 1px;
    background: rgba(208, 166, 105, 1);
    position: absolute;
    top: 0;
}
h2.tit a.more::after{
    left: 0;
}
h2.tit a.more::before{
    right: 0;
}
h2.tit a.more span{
    font-size: 16px;
    line-height: 25px;
    color: #006151;
    display: block;
    padding: 0 5px;
    position: relative;
    font-weight: 600;
}
h2.tit a.more span::after,h2.tit a.more span::before{
    display: block;
    content: "";
    width: 15px;
    height: 1px;
    background: rgba(208, 166, 105, 1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
h2.tit a.more span::after{
    left: 100%;
}
h2.tit a.more span::before{
    right: 100%;
}
h2.tit a.more:hover span{
    color: rgba(208, 166, 105, 1);
}
.m_b6{
    margin-bottom: 0.4rem;
}
.m_t6{
    margin-top: 0.6rem;
}
/* 新闻聚焦 */
.new .newSub{
    display: flex;
    justify-content: space-between;
}
.list{
    width: 56.25%;
    overflow: hidden;
}
.newImg li a,.newImg li a img{
    display: block;
    width: 100%;
    height: 5.34rem;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s;
}
.newImg li a:hover img{
    transform: scale(1.2);
}
.side{
    width: calc(100% - 56.25%);
}
.newList .slick-list{
    overflow: visible;
}
.newList{
    height: 100%;
}
.newList li{
    position: relative;
    z-index: 9;
    padding: 0 0.3rem;
    box-sizing: border-box;
    width: 100%;
    height: 20%;
}
.newList li a{
    position: absolute;
    left: 0.3rem;
    top: 0;
    display: flex;
    width: calc(100% - 0.6rem);
    border-bottom: 1px dashed  rgba(208, 166, 105, 0.4);
    justify-content: space-between;
    align-items: center;
    padding: 0.22rem 0;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.255s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}
.newList li a p:nth-of-type(1){
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.32rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: rgba(208, 166, 105, 1);
    padding: 5px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newList li a p:nth-of-type(1) span{
    display: block;
    font-weight: normal;
    font-size: 0.14rem;
    margin-top: 5px;
}
.newList li a p:nth-of-type(2){
    width: calc(100% - 0.6rem);
    padding-left: 0.3rem;
    box-sizing: border-box;
}
.newList li a p:nth-of-type(2) span{
    display: block;
}
.newList li a p:nth-of-type(2) span:nth-of-type(1){
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.3rem;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newList li a p:nth-of-type(2) span:nth-of-type(2){
    display: none;
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.24rem;
    color: rgba(102, 102, 102, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top:0.1rem;
}
.newList li.on a{
    width: calc(100% + 0.6rem);
    height: calc(100% + 0.4rem);
    left: -0.3rem;
    top: -0.2rem;
    padding: 0.3rem 0.6rem;
    background: rgba(242, 246, 246, 1);
    box-shadow: 0px 5px 10px  rgba(123, 123, 123, 0.5);
}
.newList li.on a p:nth-of-type(2) span:nth-of-type(2){
    display: block;
}
.newList li.on a p:nth-of-type(1){
    background: #006151;
    color: #fff;
}
/* 学校要闻 校园简讯 */
.indexCon2{
    display: flex;
    justify-content: space-between;
}
.xxyw{
    width: 64%;
}
.xxywSub{
    background: rgba(216, 216, 216, 0.2);
    border: 1px solid rgba(151, 151, 151, 0.2);
    padding-bottom: 0.3rem;
}
.xxywSub .xxywBanner{
    width: 60%;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.xxywSub .xxywBanner li p.img,.xxywSub .xxywBanner p.img img{
    display: block;
    width: 100%;
    height: 4rem;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s;
}
.xxywSub .xxywBanner li a:hover img{
    transform: scale(1.2);
}
.xxywSub .xxywBanner li p.txt{
    background: rgba(242, 246, 246, 1);
    padding: 0.2rem 0.25rem 0.5rem;
}
.xxywSub .xxywBanner li p.txt span{
    display: block;
}
.xxywSub .xxywBanner li p.txt span:nth-of-type(1){
    font-size: 0.2rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0.26rem;
    color: rgba(0, 97, 81, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.1rem;
}
.xxywSub .xxywBanner li p.txt span:nth-of-type(2){
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.24rem;
    color: rgba(102, 102, 102, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
}
.xxywBanner .slick-dots{
    display: flex;
    justify-content: center;
    bottom: 0.25rem;
}
.xxywBanner .slick-dots li{
    width: 6px;
    height: 6px;
    margin: 0 5px;
}
.xxywBanner .slick-dots li button,.xxywBanner .slick-dots li button:before{
    width: 6px;
    height: 6px;
}
.xxywBanner .slick-dots li button:before {
    border-radius: 3px;
    content: '';
    opacity: 1;
    background: rgba(216, 216, 216, 1);
}
.xxywBanner .slick-dots li.slick-active,.xxywBanner .slick-dots li.slick-active button,.xxywBanner .slick-dots li.slick-active button:before{
    width: 20px;
    height: 6px;
}
.xxywBanner .slick-dots li.slick-active button:before {
    background: rgba(0, 97, 81, 1);
}
.xxywSub .xxywList{
    width: 40%;
    padding: 0 0.35rem;
    box-sizing: border-box;
}
.xxywSub .xxywList li a{
    display: block;
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(208, 166, 105, 0.4);
    position: relative;
}
.xxywSub .xxywList li a::before{
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: url(../img/jt.png) no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: -1px;
}
.xxywSub .xxywList a p:nth-of-type(1){
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.3rem;
    height: 0.6rem;
    color: rgba(51, 51, 51, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xxywSub .xxywList a p:nth-of-type(2){
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.24rem;
    height: 0.48rem;
    color: rgba(102, 102, 102, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.12rem;
}
.xxywSub .xxywList a:hover p:nth-of-type(1){
    color: #006151;
    font-weight: bold;
}
.xyjx{
    width: 34%;
}
.xyjx ul{
    background: rgba(216, 216, 216, 0.2);
    border: 1px solid rgba(151, 151, 151, 0.2);
    padding-bottom: 0.3rem;
}
.xyjx ul li{
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.xyjx ul li::before{
    display: none;
    content: "";
    width: 0;
    height: 100%;
    background: #006151;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .3s;
}
.xyjx ul li a{
    padding: 0.25rem 0;
    display: block;
    border-bottom: 1px solid rgba(208, 166, 105, 0.4);
}
.xyjx ul li a p:nth-of-type(1){
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.3rem;
    height: 0.6rem;
    color: rgba(51, 51, 51, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xyjx ul li a:hover p{
    color: #006151;
    font-weight: bold;
}
.xyjx ul li:hover::before{
    width: 100%;
}

/* 媒体关注 微信公众号 */
.indexCon3{
    display: flex;
    justify-content: space-between;
}
.wxgzh,.mtgz{
    width: 49%;
}
.wxgzh ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
}
.wxgzh ul li:nth-of-type(2n){
    margin-right: 0;
}
.wxgzh ul li:nth-of-type(3),.wxgzh ul li:nth-of-type(4){
    margin-bottom: 0;
}
.wxgzh ul li a{
    display: block;
    width: 100%;
}
.wxgzh ul li p.img,.wxgzh ul li p.img img{
    display: block;
    width: 100%;
    height: 2.14rem;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s;
} 
.wxgzh ul li a:hover img{
    transform: scale(1.2);
}
.wxgzh ul li p.txt{
    font-size: 0.18rem;
    line-height: 0.5rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
    color: #fff;
    background: rgba(208, 166, 105, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wxgzh ul li a:hover p.txt{
    background: #006151;
}
.mtgz ul li{
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.mtgz ul li a{
    display: block;
    border-bottom: 1px dashed rgba(208, 166, 105, 0.4);
    padding: 0.2rem 0;
}
.mtgz ul li a p:nth-of-type(1){
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mtgz ul li a p:nth-of-type(1) span:nth-of-type(1){
    display: block;
    width: 1.48rem;
    font-size: 0.2rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0.24rem;
    color: rgba(208, 166, 105, 1);
    border-left: 1px solid rgba(208, 166, 105, 1);
    border-right: 1px solid rgba(208, 166, 105, 1);
    box-sizing: border-box;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mtgz ul li a p:nth-of-type(1) span:nth-of-type(1)::before,.mtgz ul li a p:nth-of-type(1) span:nth-of-type(1)::after{
    display: block;
    content: "";
    width: 5px;
    height: 1px;
    background: rgba(208, 166, 105, 1);
    position: absolute;
    top: 0;
}
.mtgz ul li a p:nth-of-type(1) span:nth-of-type(1)::before{
    left: 0;
}
.mtgz ul li a p:nth-of-type(1) span:nth-of-type(1)::after{
    right: 0;
}
.mtgz ul li a p:nth-of-type(1) span:nth-of-type(2){
    display: block;
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.2rem;
    color: rgba(102, 102, 102, 1);
}
.mtgz ul li a p:nth-of-type(2){
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.3rem;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.17rem;
}
.mtgz ul li a:hover p:nth-of-type(2){
    color: #006151;
    font-weight: bold;
}

/* 新媒体联盟 */
.indexCon4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(242, 246, 246, 1);
    padding: 0.28rem 0;
}
.indexCon4 h2{
    width: 2.3rem;
    font-size: 0.25rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0.5rem;
    color: rgba(51, 51, 51, 1);
    padding: 0 0.3rem;
    box-sizing: border-box;
    text-align: center;
}
.indexCon4 ul{
    width: calc(100% - 2.3rem);
    padding: 0 0.3rem;
    box-sizing: border-box;
    border-left: 1px solid rgba(208, 166, 105, 0.4);
}
.indexCon4 ul li a{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}
.indexCon4 ul a p.img{
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 100%;
    background: rgba(255, 255, 255, 1);
    position: relative;
}
.indexCon4 ul a p.img .img1{
    display: block;
    width: auto;
    height: auto;
    max-width: 70%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .8s;
}
.indexCon4 ul a p.img .img2{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
    box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all .5s;
}
.indexCon4 ul a:hover p.img .img2{
    opacity: 1;
}
.indexCon4 ul a p.txt{
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.24rem;
    color: rgba(51, 51, 51, 1);
    margin-top: 0.1rem;
    text-align: center;
}
.indexCon4 ul a:hover p.txt{
    color: #006151;
    font-weight: bold;
}

/* 上应人物 */
.bg2::before{
    display: block;
    content: "";
    width: 100%;
    height: 4.4rem;
    background: rgba(245, 245, 245, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.indexCon5{
    position: relative;
    z-index: 9;
}
.indexCon5 ul{
    padding: 0.3rem 0.4rem;
    box-sizing: border-box;
    background: rgba(216, 216, 216, 0.2);
    border: 1px solid rgba(151, 151, 151, 0.2);
}
.indexCon5 ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.indexCon5 ul li:nth-of-type(4n){
    margin-right: 0;
}
.indexCon5 ul li a{
    display: block;
    width: 100%;
}
.indexCon5 ul li a p.img,.indexCon5 ul li a img{
    display: block;
    width: 100%;
    height: 2.4rem;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s;
}
.indexCon5 ul li a:hover img{
    transform: scale(1.2);
}
.indexCon5 ul li a p.txt{
    padding: 0.3rem;
    background: #fff;
    box-sizing: border-box;
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.3rem;
    color: rgba(51, 51, 51, 1);
    border-bottom: 4px solid rgba(208, 166, 105, 1);
    position: relative;
    z-index: 9;
}
.indexCon5 ul li a p.txt::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: rgba(208, 166, 105, 1);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    z-index: -1;
}
.indexCon5 ul li a p.txt span{
    display: block;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexCon5 ul li a:hover p.txt{
    color: #fff;
}
.indexCon5 ul li a:hover p.txt::before{
    width: 100%;
}
/* 上应视听 */
.subLeft{
    width: 43%;
}
.subLeft ul li .video,.subLeft ul li video{
    display: block;
    width: 100%;
    height: 3.85rem;
    object-fit: contain;
    position: relative;
    background: #000;
}
.subLeft ul li .video p.btn{
    display: block;
    content: "";
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 100%;
    box-sizing: border-box;
    background: rgba(51, 51, 51, .8) url(../img/bfIcon.png) no-repeat 0.22rem center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    cursor: pointer;
}

.subLeft ul li .video.on p.btn {
    display: none;
}
.subLeft ul li a{
    display: block;
    width: 100%;
    padding: 0.45rem 0.3rem;
    background: rgba(242, 246, 246, 1);
    box-sizing: border-box;
}
.subLeft ul li a p:nth-of-type(2){
    font-size: 0.18rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0.34rem;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.15rem;
}
.subLeft ul li a p:nth-of-type(1){
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.2rem;
    color: rgba(208, 166, 105, 1);
    
}
.subLeft ul li a:hover p:nth-of-type(1){
    color: #006151;
    font-weight: bold;
}
/* 电子校报 */
.subCenter,.subRight{
    width: 26.5%;
    margin-left: 2%;
}
.subCenter ul li a{
    background: rgba(216, 216, 216, 1);
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.3);
}
.subCenter ul li a{
    display: block;
    width: 100%;
    height: 5.44rem;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}
.subCenter ul li a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 95%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
}
.subCenter ul li a:hover img{
    transform: translate(-50% ,-50%) scale(1.2);
}
.subRight .tabIn{
    display: flex;
    width: 100%;
    height: 0.9rem;
    background: rgba(242, 246, 246, 1);
    align-items: center;
    justify-content: flex-start;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: relative;
}
.subRight .tabIn li img{
    opacity: 0.3;
}
.subRight .tabIn li.in img{
    opacity: 1;
}
.subRight .tabIn li:hover img{
    opacity: 1;
}
.subRight .tabIn li a.more{
    display: none;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 25px;
    border-left: 1px solid rgba(208, 166, 105, 1);
    border-right: 1px solid rgba(208, 166, 105, 1);
}
.subRight .tabIn li a.more::after,.subRight .tabIn li a.more::before{
    display: block;
    content: "";
    width: 5px;
    height: 1px;
    background: rgba(208, 166, 105, 1);
    position: absolute;
    top: 0;
}
.subRight .tabIn li a.more::after{
    left: 0;
}
.subRight .tabIn li a.more::before{
    right: 0;
}
.subRight .tabIn li a.more span{
    font-size: 16px;
    line-height: 25px;
    color: #006151;
    display: block;
    padding: 0 5px;
    position: relative;
    font-weight: 600;
}
.subRight .tabIn li a.more span::after,.subRight .tabIn li a.more span::before{
    display: block;
    content: "";
    width: 15px;
    height: 1px;
    background: rgba(208, 166, 105, 1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.subRight .tabIn li a.more span::after{
    left: 100%;
}
.subRight .tabIn li a.more span::before{
    right: 100%;
}
.subRight .tabIn li.in a.more{
    display: block;
}
.subRight .tabIn li a.more:hover span{
    color: rgba(208, 166, 105, 1);
}
.subRight .tabIn li:nth-of-type(1){
    padding-right: 0.2rem;
    margin-right: 0.2rem;
    border-right: 1px solid rgba(208, 166, 105, 0.4);
}
.subRight .tabIn li p img{
    display: block;
    width: auto;
    height: auto;
}
.subRight .tabIn li{
    float: left;
    cursor: pointer;
}
.subRight .tabCon ul{
    display: none;
}
.subRight .tabCon ul.con{
    display: block;
    animation: 0.8s ease .5s 1 normal backwards running fadeInUp;    
}
.subRight .tabCon ul.tabList li a{
    display: block;
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.3rem;
    color: rgba(51, 51, 51, 1);
    border-bottom: 1px solid rgba(208, 166, 105, 0.4);
    padding: 0.3rem 0 0.3rem 0.2rem;
    box-sizing: border-box;
    position: relative;
}
.subRight .tabCon ul.tabList li a::before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #006151;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}
.subRight .tabCon ul.tabList li a:hover{
    font-weight: bold;
    color: #006151;
}
.subRight .tabCon ul.tabVideo video{
    display: block;
    width: 100%;
    height: 5.44rem;
    object-fit: contain;
    background: #000;
}
.subRight .tabCon ul.tabVideo li{
    position: relative;
}
.subRight .tabCon ul.tabVideo li p.btn{
    display: block;
    content: "";
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 100%;
    box-sizing: border-box;
    background: rgba(51, 51, 51, .8) url(../img/bfIcon.png) no-repeat 0.22rem center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    cursor: pointer;
}
.subRight .tabCon ul.tabVideo li.on p.btn{
    display: none;
}
/* 动画 */
.new{
    visibility: visible;
    opacity: 0;
}
.new.animation{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
}
.indexCon2 .xxyw,.indexCon2 .xyjx{
    visibility: visible;
    opacity: 0;
}
.indexCon2.animation .xxyw{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInLeft;
}
.indexCon2.animation .xyjx{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInRight;
}
.indexCon3 .mtgz,.indexCon3 .wxgzh{
    visibility: visible;
    opacity: 0;
}
.indexCon3.animation .mtgz{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInLeft;
}
.indexCon3.animation .wxgzh{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInRight;
}
.indexCon4{
    visibility: visible;
    opacity: 0;
}
.indexCon4.animation{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .7s 1 normal backwards running fadeInUp;
}
.indexCon5{
    visibility: visible;
    opacity: 0;
}
.indexCon5.animation{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .9s 1 normal backwards running fadeInUp;
}
.indexCon6 .subLeft,.indexCon6 .subCenter,.indexCon6 .subRight{
    visibility: visible;
    opacity: 0;
}
.indexCon6.animation .subLeft{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
}
.indexCon6.animation .subCenter{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .7s 1 normal backwards running fadeInUp;
}
.indexCon6.animation .subRight{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .9s 1 normal backwards running fadeInUp;
}
/* 媒体查询 */
@media only screen and (max-width: 1040px){
    .bg1{
        padding: 40px 0 0;
    }
    .bg2{
        padding: 40px 0;
    }
    .m_b6{
        margin-bottom: 40px;
    }
    .m_t6{
        margin-top: 40px;
    }
    .new.m_b6{
        margin-bottom: 0;
    }
    h2.tit{
        height: 80px;
        font-size: 28px;
        padding: 0 20px;
    }
    .subRight .tabIn{
        height: 80px;
        padding: 0 20px;
    }
    .subRight .tabIn li a.more{
        right: 20px;
    }
    .list{
        width: 50%;    
    }
    .side{
        width: 50%;
    }
    .newList li{
        padding: 0 20px;
    }
    .newList li a{
        padding: 15px 0;
    }
    .newList li a p:nth-of-type(1){
        width: 54px;
        height: 54px;
        font-size: 26px;
    }
    .newList li a p:nth-of-type(2) span:nth-of-type(1){
        font-size: 18px;
    }
    .newList li a p:nth-of-type(2){
        padding-left: 20px;
    }
    .newList li.on::before{
        width: calc(100% + 20px);
        height: calc(100% + 30px);
        top: -15px;
        left: -20px;
    }
    .newImg li a, .newImg li a img{
        height: 436px;
    }
    .indexCon2{
        flex-direction: column;
    }
    .xxyw,.xyjx{
        width: 100%;
    }
    .xxywSub{
        padding-bottom: 0;
    }
    .xyjx ul{
        padding-bottom: 0;
    }
    .xyjx{
        margin-top: 40px;
    }
    .xyjx ul li{
        padding: 0 20px;
    }

.xyjx ul li a p:nth-of-type(1) {
    height: auto;
    max-height: 0.6rem;
}
    .xyjx ul li a{
        padding: 15px 0;
    }
    
    .xxywSub .xxywBanner li p.img,.xxywSub .xxywBanner p.img img{
        height: 345px;
    }
    .xxywSub .xxywBanner li p.txt{
        padding: 15px 15px 35px;
    }
    .xxywSub .xxywBanner li p.txt span:nth-of-type(1){
        font-size: 0.18rem;
    }
    .xxywBanner .slick-dots{
        bottom: 15px;
    }
    .xxywSub .xxywList{
        width: 50%;
        padding: 0 25px;
    }
    .xxywSub .xxywBanner {
        width:50%;
    }
    .xxywSub .xxywList li a{
        padding: 15px 0;
    }
    .indexCon3{
        flex-direction: column;
    }
    .wxgzh, .mtgz{
        width: 100%;
    }
    .wxgzh{
        margin-top: 40px;
    }
    .mtgz ul li{
        padding: 0;
    }
    .mtgz ul li a{
        padding: 12px 0;
    }
    .mtgz ul li a p:nth-of-type(1) span:nth-of-type(2){
        font-size: 16px;
    }
    .mtgz ul li a p:nth-of-type(1) span:nth-of-type(1) {
        font-size: 18px;
        width: 120px;
    }
    .mtgz ul li a p:nth-of-type(2){
        font-size: 18px;
        margin-top: 10px;
    }
    .wxgzh ul li p.img,.wxgzh ul li p.img img{
        height: 240px;
    } 
    .wxgzh ul li p.txt{
        font-size: 18px;
        padding: 0 10px;
    }
    .wxgzh ul li{
        margin-bottom: 20px;
    }
    .indexCon5 ul{ 
        padding: 15px 20px;
    }
    .indexCon5 ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .indexCon5 ul li:nth-of-type(3),.indexCon5 ul li:nth-of-type(4){
        margin-bottom: 0;
    }
    .indexCon5 ul li:nth-of-type(2n){
        margin-right: 0%;
    }
    .indexCon5 ul li a p.img,.indexCon5 ul li a img{
        height: 260px;
    }
    .indexCon5 ul li a p.txt{
        padding: 15px;
        font-size: 18px;
        line-height: 24px;
    }
    .indexCon5 ul li a p.txt span{
        height: 48px;
    }
    .subLeft{
        width: 100%;
    }
    .subCenter{
        margin-left: 0;
    }
    .subLeft ul li .video, .subLeft ul li video{
        height: auto;
    }
    .subCenter,.subRight{
        width: 49%;
        margin-top: 40px;
    }
    .subLeft ul li a{
        padding: 20px;
    }
    .subLeft ul li a p:nth-of-type(2){
        font-size: 18px;
        line-height: 30px;
margin-top: 10px;
    }
    .subLeft ul li a p:nth-of-type(1){
        font-size: 16px;
        
    }
    .subCenter ul li a{
        height: 408px;
    }

.subRight .tabCon ul.tabVideo video {
    height: 408px;
}
    .subRight .tabCon ul.tabList li a{     
        font-size: 18px;        
        padding: 20px 0 20px 20px;
    }
    .indexCon4{
        padding: 20px 0;
    }
    .indexCon4 h2{
        font-size: 28px;
        padding: 0 20px;
        width: 180px;
    }
    .indexCon4 ul{
        width: calc(100% - 180px);
        padding: 0 20px;
    }
}
@media only screen and (max-width: 960px){

}
@media only screen and (max-width: 768px){
    .bg1{
        padding: 30px 0 0;
    }
    .bg2{
        padding: 30px 0;
    }
    .m_b6{
        margin-bottom: 30px;
    }
    .m_t6{
        margin-top: 30px;
    }
    h2.tit{
        height: 60px;
        font-size: 24px;
        padding: 0 15px;
    }
    .subRight .tabIn{
        height: 60px;
        padding: 0 15px;
    }
    .subRight .tabIn li a.more{
        right:15px;
        padding: 0 15px;
    }
    .subRight .tabIn li a.more span::after, .subRight .tabIn li a.more span::before {
        width: 10px;
    }
    h2.tit a.more{
        padding: 0 15px;
    }
    h2.tit a.more span::after, h2.tit a.more span::before {
        width: 10px;
    }
    .list, .side{
        width: 100%;
    }

.new .newSub {
    flex-direction: column;
}
    .newImg li a, .newImg li a img{
        height: 340px;
    }
    .newList li{
        display: none;
        padding: 0;
    }
    .newList li.on{
        display: block;
    }
    .newList li a,.newList li.on a{
        padding: 10px;
        position: static;
        width: 100%;
        height: auto;
    }
    .newList li a p:nth-of-type(1){
        font-size: 22px;
    }
    .newList li a p:nth-of-type(2) span:nth-of-type(1){
        font-size: 16px;
    }
    .newList li a p:nth-of-type(2) span:nth-of-type(2){
        font-size: 14px;
        margin-top: 5px;
    }
    .newList li a p:nth-of-type(2){
        padding-left: 15px;
    }
    .newList .slick-list{
        overflow: hidden;
    }
    .newList li.on::before{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
    }
    .new.m_b6{
        margin-bottom: 30px;
    }
    .xyjx{
        margin-top: 30px;
    }
    .xxywSub .xxywBanner{
        width: 100%;
    }
    .xxywSub .xxywList{
        width: 100%;
    }
    .xyjx ul li{
        padding: 0 10px;
    }
    .xyjx ul li a{
        padding: 10px 0;
    }
    .xyjx ul li a p:nth-of-type(1){
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    .xxywSub .xxywBanner li p.img,.xxywSub .xxywBanner p.img img{
        height: 400px;
    }
    .xxywSub .xxywBanner li p.txt{
        padding: 10px 10px 30px;
    }
    .xxywSub .xxywBanner li p.txt span:nth-of-type(1){
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .xxywSub .xxywBanner li p.txt span:nth-of-type(2){
        font-size: 14px;
        line-height: 20px;
    }
    .xxywBanner .slick-dots{
        bottom: 15px;
    }
    .xxywSub .xxywList{
        padding: 0 10px;
    }
    .xxywSub .xxywList li a{
        padding: 10px 0;
    }
    .xxywSub .xxywList a p:nth-of-type(1){
        font-size: 16px;
        line-height: 24px;
        height: auto;
        max-height: 48px;
    }
    .wxgzh{
        margin-top: 30px;
    }
    .mtgz ul li a{
        padding: 10px 0;
    }
    .mtgz ul li a p:nth-of-type(1) span:nth-of-type(2){
        font-size: 14px;
    }
    .mtgz ul li a p:nth-of-type(1) span:nth-of-type(1) {
        font-size: 15px;
        width: 100px;
    }
    .mtgz ul li a p:nth-of-type(2){
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }
    .wxgzh ul li p.img,.wxgzh ul li p.img img{
        height: 180px;
    } 
    .wxgzh ul li p.txt{
        font-size: 16px;
        line-height: 35px;
        padding: 0 5px;
    }
    .indexCon5 ul{
        padding: 15px;
    }
    .indexCon5 ul li a p.img,.indexCon5 ul li a img{
        height: 210px;
    }
    .indexCon5 ul li a p.txt{
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .indexCon5 ul li a p.txt span{
        height: 40px;
    }
    .subCenter,.subRight{
        width: 100%;
        margin-top: 30px;
    }

.subRight .tabCon ul.tabVideo video {
    height:auto;
}
    .subLeft ul li a{
        padding: 10px;
    }
    .subLeft ul li a p:nth-of-type(2){
        font-size: 16px;
        line-height: 20px;
 margin-top: 8px;
    }
    .subLeft ul li a p:nth-of-type(1){
        font-size: 14px;
       
    }
    .subCenter ul li a{
        height: auto;
    }

    .subCenter ul li a img {
        max-width: 100%;
        height: auto;
        position: static;
        transform: none;
        margin: 0 auto;
    }
    .subRight .tabCon ul.tabList li a{
        font-size: 16px;
        padding: 10px 0 10px 12px; 
        line-height: 24px;
    }
    .indexCon4{
        padding: 15px 0;
    }
    .indexCon4 h2{
        font-size: 24px;
        padding: 0 15px;
        width: 150px;
    }
    .indexCon4 ul{
        width: calc(100% - 150px);
        padding: 0 15px;
    }
    h2.tit a.more span,.subRight .tabIn li a.more span{
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 640px){
    .bg1{
        padding: 20px 0 0;
    }
    .bg2{
        padding: 20px 0;
    }
    h2.tit{
        height: 50px;
        font-size: 20px;
        padding: 0 8px;
    }
    .subRight .tabIn li p img{
        height: 28px;
    }
    .subRight .tabIn li:nth-of-type(1){
        padding-right: 10px;
        margin-right: 10px;
    }
    .subRight .tabIn{
        height: 50px;
        padding: 0 8px;
    }
    .subRight .tabIn li a.more{
        right: 8px;
    }
    .indexCon4 h2{
        font-size: 20px;     
        padding: 0 8px;        
        width: 116px;
    }
    .indexCon4 ul{
        width: calc(100% - 116px);
        padding: 0 8px;
    }
    .newList li{
        padding: 0;
    }
    .newList li a p:nth-of-type(2){
        padding-left: 15px;
    }
    .new.m_b6{
        margin-bottom: 20px;
    }
    .xyjx{
        margin-top: 20px;
    }
    .xxywSub .xxywBanner li p.img,.xxywSub .xxywBanner p.img img{
        height: 320px;
    }
    .newImg li a, .newImg li a img{
        height: 260px;
    }
    .wxgzh ul li p.img,.wxgzh ul li p.img img{
        height: 130px;
    } 
    .wxgzh ul li{
        margin-bottom: 15px;
    }
    .indexCon4{
        padding: 10px 0;
    }
    .indexCon5 ul li a p.img,.indexCon5 ul li a img{
        height: 160px;
    }
    .indexCon5 ul li{
        margin-bottom: 15px;
    }
    .subCenter ul li a{
        height: 340px;
    }
}
@media only screen and (max-width: 460px){
    .xxywSub .xxywBanner li p.img,.xxywSub .xxywBanner p.img img{
        height: 240px;
    }
    .newImg li a, .newImg li a img{
        height: 200px;
    }
    .wxgzh ul li p.img,.wxgzh ul li p.img img{
        height: 100px;
    } 
    .indexCon5 ul li a p.img,.indexCon5 ul li a img{
        height: auto;
    }
    .indexCon5 ul li{
        width: 100%;
    }
    .indexCon5 ul li:nth-of-type(3){
        margin-bottom: 15px;
    }
    .subCenter ul li a{
        height: 300px;
    }
}