@charset "UTF-8";
header{
    animation: 0.5s ease 0s 1 normal backwards running fadeInDown;
}
/*banner*/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: 0.5s ease 0s 1 normal backwards running fadeInUp;
    z-index: 99;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner .slick-slide {
    width: 100%;
}
.banner .slick-dots {
    width: fit-content;
    height: 0.4rem;
    bottom: 20px;
    left: 1.4rem;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner .news_images {
    width: 100%;
    position: relative;
}
.news_images img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 100vh;
}
.news_images .txt{
    display: flex;
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 19;
    flex-direction: column;
    justify-content: center;
    background: url(../img/bannerTxtBg.png) no-repeat right center;
    background-size: 100% auto;
}
.news_images .txt .txtBg{
    max-width: 6rem;
    margin-left: 1.5rem;
}
.news_images .txt h2{
    font-family: Source Han Sans CN;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #D4A752;
    float: left;
}
.news_images .txt p{
    width: 100%;
    float: left;
    font-family: Source Han Sans CN;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.38rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin: 0.4rem 0;
    text-align: justify;
}
.news_images .txt a{
    display: block;
    float: left;
    width: 1.6rem;
    font-family: Source Han Sans CN;
    font-size: 0.16rem;
    font-weight: 350;
    line-height: 0.5rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 0.25rem;
    text-align: center;
}
.news_images .txt a:hover{
    background: #D4A752;
    border: 1px solid #D4A752;
}
.slick-dots li{
    width: 32px;
    height: 32px;
}
.slick-dots li button,.slick-dots li button:before{
    width: 12px;
    height: 12px;
}
.slick-dots li button:before {
    border-radius: 100%;
    content: '';
    opacity: 0.5;
    background: #fff;
}
.slick-dots li.slick-active{
    margin: 0 10px;
}
.slick-dots li.slick-active,.slick-dots li.slick-active button,.slick-dots li.slick-active button:before{
    width: 32px;
    height: 32px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: url(../img/bannerIcon.png) no-repeat center;
    border-radius: 100%;
}
.banner .slick-prev,.banner .slick-next{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
    left: auto;
    right: 1.4rem;
    bottom: 20px;
    top: auto;
    transform: translate(0,0);
    z-index: 99;
    opacity: 0.6;
    background-size: 100% 100%!important;
}
.banner .slick-prev{
    right: 2rem;
    background: url(../img/bannerArrowL.png) no-repeat center;
}
.banner .slick-next{
    background: url(../img/bannerArrowR.png) no-repeat center;
}
.banner .slick-prev:hover,.banner .slick-next:hover{
    opacity: 1;
}
.banner .slick-prev::before, .banner .slick-next::before,.banner .slick-dots::after,.banner .slick-dots::before{
    display: block;
    content: "";
    height: 1px;
    background: rgba(255,255,255,0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0s;
}
.banner .slick-dots::after{
    width: 3rem;
    right: calc(100% + 12px);
}
.banner .slick-dots::before{
    width: 7rem;
    left: calc(100% + 12px);
}
.banner .slick-prev::before{
    width: 6.8rem;
    opacity: 1;
    right: calc(100% + 22px);
    background: rgba(255,255,255,0.66);
}
.banner .slick-next::before{
    width: 3rem;
    opacity: 1;
    left: calc(100% + 22px);
    background: rgba(255,255,255,0.66);
}
.banner .slick-prev:hover::before,.banner .slick-next:hover::before{
    opacity: 0.6;
}
/* 栏目名称 */
.lmmc{
    text-align: center;
    position: relative;
    line-height: 0;
    margin-bottom: 0.7rem;
}
.lmmc h2{
    font-family: Microsoft YaHei;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.6rem;
    letter-spacing: 0em;
    display: inline-block;
    color: #222222;
    padding-left: 220px;
}
.lmmc a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #79207E;
    line-height: 0.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 40px;
    background: url(../img/moreIcon1.png) no-repeat left center;
    transition: all .3s;
}
.new .lmmc h2{
    background: url(../img/newIcon.png) no-repeat left center;
}
.notice .lmmc h2{
    background: url(../img/noticeIcon.png) no-repeat left center;
}
.result .lmmc h2{
    color: #fff;
    background: url(../img/resultIcon.png) no-repeat left center;
}
.result .lmmc a{
    color: #fff;
    background: url(../img/moreIcon2.png) no-repeat left center;
}
.lmmc a:hover{margin-top: -5px;}
/* 新闻公告 */
.bg{
    background: url(../img/newBg.png) no-repeat center;
    padding-bottom: 1rem;
}
.new{
    padding: 1rem 0;
    position: relative;
}
.new::before{
    display: block;
    content: "";
    background: #79207E url(../img/newBannerBg.png) no-repeat left bottom;
    width: 50%;
    height: 3rem;
    position: absolute;
    left: 0;
    bottom: 1rem;
}
.new .newBanner,.new .newList{
    width: 50%;
    position: relative;
}
.newBanner .img,.newBanner .img img{
    display: block;
    width: 100%;
    height: 4.6rem;
    object-fit: cover;
    overflow: hidden;
    transition: all .5s;
}
.newBanner a:hover .img img{
    transform: scale(1.2);
}
.newBanner .txt {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 1rem 0.2rem 0;
    position: relative;
}

.newBanner::before {
    display: block;
    content: "";
    border-left: 0.68rem solid transparent;
    border-top: 0 solid transparent;
    border-right: 0rem solid transparent;
    border-bottom: 0.68rem solid #febe52;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.newBanner .txt p:nth-of-type(1) span{
    font-size: 0.4rem;
    letter-spacing: 0em;
    line-height: 0.3rem;
    color: #ffffff;
    display: block;
    margin-bottom: 0.12rem;
}
.newBanner .txt p:nth-of-type(1){
    width: 60px;
    font-family: Georgia;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: -0.05em;
    color: rgba(255,255,255,0.7);
}
.newBanner .txt p:nth-of-type(2){
    width: calc(100% - 100px);

}
.newBanner .txt p:nth-of-type(2) span{
    display: block;
}
.newBanner .txt p:nth-of-type(2) span:nth-of-type(1){
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.3rem;
    text-align: justify;
    letter-spacing: 0em;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.1rem;
}
.newBanner .txt p:nth-of-type(2) span:nth-of-type(2){
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    max-height: 0.48rem;
    letter-spacing: 0em;
    color: rgba(255,255,255,0.7);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newBanner a:hover .txt p:nth-of-type(2) span:nth-of-type(1){
    color: #FEBE52;
}
.new p.prev, .new p.next{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.42rem;
    height: 0.42rem;
    background: url(../img/jtIcon1.png) no-repeat center;
    z-index: 999;
    cursor: pointer;
    opacity: 0.4;
}
.new p.next{
    right: 0.42rem;
    transform: rotate(180deg);
    background: url(../img/jtIcon1.png) no-repeat center;
}
.new p.next:hover,.new p.prev:hover{
    opacity: 1;
}
.newList li{
    float: left;
    width: calc(50% - 0.4rem);
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
    position: relative;
}
.newList li::before{
    display: none;
    content: "";
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background: url(../img/newListIcon2.png) no-repeat center;
    position: absolute;
    z-index: 9999;
}
.newList li:nth-of-type(1)::before{
    right: -1.2rem;
    bottom: -1.2rem;
}
.newList li:nth-of-type(2)::before{
    left: -1.2rem;
    bottom: -1.2rem;
    transform: rotate(90deg);
}
.newList li:nth-of-type(3)::before{
    right: -1.2rem;
    top: -1.2rem;
    transform: rotate(-90deg);
}
.newList li:nth-of-type(4)::before{
    left: -1.2rem;
    top: -1.2rem;
    transform: rotate(180deg);
}
.newList li:hover::before{
    display: block;
}
.newList li:nth-of-type(3),.newList li:nth-of-type(4){
    margin-bottom: 0;
}
.newList li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.35rem 0.4rem;
    border: 1px solid #79207E;
    position: relative;
    z-index: 99;
}
.newList li a::after{
    display: none;
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    z-index: -1;
    opacity: 0.5;
    background: linear-gradient(314deg, #FEBE52 12%, rgba(254, 190, 82, 0) 44%);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.newList li a::before{
    display: block;
    content: "";
    width: calc(100% + 0.2rem);
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    background: url(../img/newListBg2.png) no-repeat center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.newList li:nth-of-type(1) a::after{
    right: -0.2rem;
}
.newList li:nth-of-type(2) a::after{
    left: -0.2rem;  
    transform: rotateY(180deg);
}
.newList li:nth-of-type(3) a::after{
    right: -0.2rem;
    transform: rotateX(180deg);
}
.newList li:nth-of-type(4) a::after{
    left: -0.2rem;
    transform: rotate(180deg);
}
.newList li:nth-of-type(2) a::before{
    left: -0.2rem; 
    transform: rotateY(180deg);
}
.newList li:nth-of-type(3) a::before{
    right: -0.2rem;
    background: url(../img/newListBg3.png) no-repeat center;
}
.newList li:nth-of-type(4) a::before{
    left: -0.2rem; 
    background: url(../img/newListBg3.png) no-repeat center;
    transform: rotateY(180deg);
}
.newList li a p:nth-of-type(1){
    font-family: Georgia;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: 0em;
    color: #79207E;
    padding-left: 25px;
    background: url(../img/noticeIcon1.png) no-repeat left center;
    z-index: 99;
}
.newList li a:hover p:nth-of-type(1){
    background: url(../img/noticeIcon11.png) no-repeat left center;
}
.newList li a p:nth-of-type(2){
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.25rem;
    letter-spacing: 0em;
    color: #333333;
    height: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.15rem 0;
    z-index: 99;
}
.newList li a p:nth-of-type(3){
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #707070;
    height: 0.72rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    z-index: 99;
}
.newList li a p:nth-of-type(4){
    height: 0.29rem;
    width: 100%;
    background: url(../img/jtIcon2.png) no-repeat right bottom;
    z-index: 99;
}
.newList li a:hover p:nth-of-type(1),.newList li a:hover p:nth-of-type(2){
    color: rgba(255,255,255,1);
}
.newList li a:hover p:nth-of-type(3){
    color: rgba(255,255,255,0.65);
}
.newList li a:hover p:nth-of-type(4){
    background: url(../img/jtIcon1.png) no-repeat left bottom;
}

.newList li a:hover::after,.newList li a:hover::before{
    height: calc(100% + 0.2rem);
    top: 0;
}
.newList li a:hover{
    border: 1px solid transparent;
}
.newList li:nth-of-type(1) a:hover::after,.newList li:nth-of-type(2) a:hover::after{
    top: 0.2rem;
}
.newList li:nth-of-type(3) a:hover::after,.newList li:nth-of-type(4) a:hover::after{
    top: -0.2rem;
}
.newList li:nth-of-type(3) a:hover::before,.newList li:nth-of-type(4) a:hover::before{
    top: -0.2rem;
} 
/* 培训通知 */
.notice ul li{
    float: left;
    margin-right: 2%;
    margin-bottom: 0.32rem;
    width: 23.5%;
    height: 3.4rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 10px 0px rgba(102, 18, 178, 0.08);
    padding: 0.25rem;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.notice ul li::after{
    display: block;
    content: "";
    width: 100%;
    height: 0;
    background: #FEBE52;
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: -1;
    border-radius: 12px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.notice ul li::before{
    display: block;
    content: "";
    width: 100%;
    height: 0;
    background: rgba(134, 44, 136, 1) url(../img/noticeIconBg.png) no-repeat center;
    background-size: 80% auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    z-index: 0;
    border-radius: 12px;
}
.notice ul li:nth-of-type(4n){
    margin-right: 0;
}
.notice ul li p{
    position: relative;
    z-index: 99;
}
.notice ul li p:nth-of-type(1){
    font-family: Georgia;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #79207E;
    padding-left: 30px;
    background: url(../img/noticeIcon1.png) no-repeat left center;
}
.notice ul li p:nth-of-type(2){
    font-family: Microsoft YaHei;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    height: 0.6rem;
    text-align: left;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.25rem 0;
}
.notice ul li p:nth-of-type(3),.notice ul li p:nth-of-type(4){
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: justify;
    letter-spacing: 0em;
    color: rgba(51, 51, 51, 0.7);
    padding-left: 30px;
    background: url(../img/noticeIcon2.png) no-repeat left 4px;
}
.notice ul li a{
    display: block;
    width: auto;
    line-height: 36px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 40px;
    background: url(../img/bannerIcon.png) no-repeat left center;
    position: absolute;
    bottom: 0.25rem;
    right: 0.3rem;
    z-index: 99;
}
.notice ul li a::before{
    display:block;
    content:"";
    width:0.4rem;
    height:0.4rem;
    border-radius:100%;
    text-align:center;
    background:url(../img/aAfter.png) no-repeat center;
    position:absolute;
    right:0;
    top:0;
}
.notice ul li:hover a::before{
    display:none;
}
.notice ul li p:nth-of-type(4){
    background: url(../img/noticeIcon3.png) no-repeat left 5px;
}
.notice ul li:hover p:nth-of-type(1){
    background: url(../img/noticeIcon11.png) no-repeat left center;
}
.notice ul li:hover p:nth-of-type(3){
    background: url(../img/noticeIcon22.png) no-repeat left 4px;
}
.notice ul li:hover p:nth-of-type(4){
    background: url(../img/noticeIcon33.png) no-repeat left 5px;
}
.notice ul li:hover p{
    color: #FFFFFF;
}
.notice ul li:hover:after{
    height: 100%;
    top: 10px;
}
.notice ul li:hover::before{
    height: 100%;
    top: 0;
}
.notice a.more{
    display: block;
    width: 1.82rem;
    height: 0.56rem;
    margin: 0.5rem auto 0;
    font-family: Microsoft YaHei;
    font-size: 0;
    text-align: center;
    color: #FFFFFF;
    background: url(../img/moreBg.png) no-repeat left center;
    transition: all .3s;
    background-size: 100% 100%;
}
.notice a.more:hover{
    transform: translateY(-10px);
}

/* 支撑成果 */
.result .resultCon{
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.result .resultCon .slick-list {
    z-index: 99;
}
.result .resultCon::before,.resultList .w1600::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.4);
    position: absolute;
    top: 0.6rem;
    left: 0;
    z-index: 0;
}
.result .resultCon::after,.resultList .w1600::after{
    display: block;
    content: "";
    width: 0.88rem;
    height: 100%;
    background: rgba(254, 190, 82, 1);
    position: absolute;
    top: 0.6rem;
    right: 0;
    z-index: 1;
}
.result .resultTop{
    padding-top: 0.8rem;
    background: #79207E url(../img/resultTopBg.png) no-repeat center;
}
.result .resultCon a{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 9;
}
.result .resultCon .img{
    width: 50%;
    height: 4.7rem;
    overflow: hidden;
    position: relative;
}
.result .resultCon .img::before{
    display: block;
    content: "";
    border-left: 0.58rem solid transparent;
    border-top: 0 solid transparent;
    border-right: 0rem solid transparent;
    border-bottom: 0.58rem solid #febe52;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.result .resultCon .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.result .resultCon .img img:hover{
    transform: scale(1.2);
}
.result .resultCon .txt{
    width: 50%;
    padding: 0 0.6rem 0 0.3rem;
    box-sizing: border-box;
}
.result .resultCon .txt p:nth-of-type(1){
    font-family: Georgia;
    font-size: 18px;
    font-weight: normal;
    line-height: 0.2rem;
    color: #FFFFFF;
    padding-left: 25px;
    background: url(../img/noticeIcon11.png) no-repeat left center;
}
.result .resultCon .txt p:nth-of-type(2){
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin: 0.2rem 0;
}
.result .resultCon .txt p:nth-of-type(3){
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: 0.02em;
    color: #FFE7FE;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 1.14rem;
    text-align: justify;
}
.result .resultCon .txt p:nth-of-type(4){
    width: auto;
    height: 0.3rem;
    background: url(../img/jtIcon1.png) no-repeat left center;
    margin: 0.5rem 0;
}
.result .resultCon .txt:hover p:nth-of-type(2){
    color: #FEBE52;
}
.resultList{
    padding-bottom: 1.7rem;
    background: url(../img/resultListBg.png) no-repeat bottom center;
}
.resultList .w1600{
    padding: 0 1.8rem 0 0.3rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.resultList .w1600::before{
    border: 1px solid rgba(134, 44, 136, 0.5);
    bottom: 1.4rem;
    top: auto;
}
.resultList .w1600::after{
    bottom: 1.4rem;
    top: auto; 
}
.resultList ul li{
    float: left;
    width: 25%;
    padding-right: 0.4rem;
    box-sizing: border-box;
    z-index: 9;
    position: relative;
}
.resultList ul li a{
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    padding-bottom: 0.2rem;
    position:relative;
}
.resultList ul li a::before{
    display: block;
    content: "";
    width: 0%;
    height: 2px;
    background: #79207E;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}
.resultList ul li a:hover::before{
    width: 100%;
}
.resultList ul li a p.img,.resultList ul li a p.img img{
    display: block;
    width: 100%;
    height: 2rem;
    object-fit: cover;
    overflow: hidden;
    transition:  all .5s;
}
.resultList ul li a:hover p.img img{
    transform: scale(1.2);
}
.resultList ul li a p.txt{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    max-height: 0.52rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.2rem;
}
.resultList ul li a:hover p.txt{
    color: #79207E;
}
.resultList p.prev, .resultList p.next{
    position: absolute;
    bottom: 1.4rem;
    right: 0;
    width: 0.88rem;
    height: 0.88rem;
    background:#79207E url(../img/jtIcon1.png) no-repeat center;
    z-index: 999;
    cursor: pointer;
}
.resultList p.next{
    right: 0.88rem;
    transform: rotate(180deg);
    background:rgba(254, 190, 82, 1) url(../img/jtIcon1.png) no-repeat center;
}

.yqyyBtn a{
    position: fixed;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    display: none;
    width: 1.4rem;
    height: 2.8rem;
    background: url(../img/yqyyBg1.png) no-repeat center;
    background-size: 100% auto;
    font-size: 0.2rem;
    line-height: 1.2;
    letter-spacing: 0em;
    color: #FFFFFF;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0.9rem;
    box-sizing: border-box;
    z-index: 999;
    text-align: center;
}
.yqyyBtn a span{
    writing-mode: vertical-rl;
}
.yqyyBtn a.on {display: flex;}
.yqyyBtn a:hover{
    color: #febe52;
    background: url(../img/yqyyBg2.png) no-repeat center;
    background-size: 100% auto;
}

/* 动画 */
.new .lmmc, .new .newBanner,.new .newList{
    visibility: visible;
    opacity: 0;
}
.new.animation .lmmc{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInDown;
}
.new.animation .newBanner{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInLeft;
}
.new.animation .newList{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInRight;
}
.notice .lmmc, .notice ul{
    visibility: visible;
    opacity: 0;
}
.notice.animation .lmmc{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInDown;
}
.notice.animation ul{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
}
.result .resultTop,.result .resultList{
    visibility: visible;
    opacity: 0;
}
.result.animation .resultTop{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
}
.result.animation .resultList{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .7s 1 normal backwards running fadeInUp;
}
/* 媒体查询 */
@media only screen and (max-width: 1800px){
    .news_images .txt .txtBg{
        max-width: 5.5rem;
        margin-left: 1rem;
    }
}
@media only screen and (max-width: 1680px){
    header{
        padding: 0.15rem 0.3rem 2rem!important;
    }
    header.fixedHead{
        padding-bottom: 0.15rem!important;
    }
    .lmmc a{
        right: 0.3rem;
    }
}
@media only screen and (max-width: 1560px){
    header{
        padding: 0.3rem 0.15rem 2rem!important;
    }
    header.fixedHead{
        padding-bottom: 0.3rem!important;
    }
    .bg{ 
        padding-bottom: 0.8rem;
    }
    .new{
        padding: 0.8rem 0;
    }
    .new::before{
        bottom: 0.8rem;
    }
    .result .resultTop{
        padding-top: 0.6rem;
    }
    .resultList{
        padding-bottom: 1.2rem;
    }
    .lmmc h2{
        line-height: 60px;
    }
    .lmmc a{
        line-height: 60px;
    }
    .yqyyBtn a{
        transform: scale(0.8);
        right: -12px;
    }
    .news_images .txt .txtBg{
        max-width: 5rem;
        margin-left: 0.5rem;
    }
}
@media only screen and (max-width: 1440px){
    .newList li::before{
        display: none!important;
    }
    .newList li a{
        padding: 0.35rem;
    }
    .newList li a::after{
        display: block;

    }
    .newList li a::before{
        background: #79207E url(../img/newListBg.png) no-repeat bottom center!important;
        transform: none!important;
        width: 100%;
        left: 0!important;
        top: 0!important;
    }
    .newList li a:hover::after, .newList li a:hover::before{
        height: 100%;
    }
}
@media only screen and (max-width: 1240px){
    .lmmc a{
        right: 0.2rem;
    }
    .notice ul li{
        padding: 15px;
    }
}
@media only screen and (max-width: 1040px){
    .banner .slick-dots::before,.banner .slick-prev::before{
        width: 245px;
    }
    .bg{
        padding-bottom: 60px;
        background-size: auto 100%;
    }
    .new{
        padding: 40px 0;
    }
    .new::before{
        bottom: 40px;
    }
    .result .resultTop{
        padding-top: 50px;
    }
    .resultList{
        padding-bottom: 100px;
    }
    .lmmc{
        margin-bottom: 30px;
    }
    .lmmc h2{
        background: none!important;
        display: block;
        padding-left: 15px;
        text-align: left;
        font-size: 30px;
        line-height: 1.5;
        position:relative;
    }
    .lmmc h2::before{
        display:block;
        content:"";
        width:5px;
        height:60%;
        background:#79207E;
        position:absolute;
        left:0;
        top:20%;
    }
    .result .lmmc h2::before{
        background:#fff;
    }
    .lmmc a{
        background: none!important;
        font-size: 16px;
        line-height: 1.5;
        padding-left: 0;
    }
    .newList li{
        margin-left: 20px;
        margin-bottom: 20px;
        width: calc(50% - 20px);
    }
    .newList li a{
        padding: 15px;
    }
    .newBanner .img, .newBanner .img img{
        height: 302px;
    }
    .newList li a p:nth-of-type(2){    
        line-height: 22px;       
        height: 44px;    
        font-size: 16px;      
        margin: 10px 0;
    }
    .newList li a p:nth-of-type(3){
        line-height: 20px;
        height: 60px;
    }
    .newBanner .txt{
        padding: 20px 80px  20px 0;
    }
    .notice ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
        height: 260px;
    }
    .notice ul li:nth-of-type(4n){
        margin-right: 2%;
    }
    .notice ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .notice ul li p:nth-of-type(2){
        margin: 10px 0;
    }
    .notice ul li p:nth-of-type(2){
        font-size: 18px;
        line-height: 24px;
        height: 48px;
    }
    .result .resultCon::before, .resultList .w1600::before{
        display: none;
    }
    .result .resultCon .img::before,.result .resultCon::after, .resultList .w1600::after{
        display: none;
    }
    .result .resultCon a{  
        align-items: center;
    }
    .result .resultCon .txt{
        padding: 0 15px 0 0;
    }
    .result .resultCon .img{
        height:auto;
    }
    .result .resultCon .txt p:nth-of-type(2){
        margin: 10px 0;
    }
    .result .resultCon .txt p:nth-of-type(4){
        margin: 15px 0;
    }
    .resultList p.prev, .resultList p.next{
        width: 44px;
        height: 44px;
        bottom: auto;
        top: 108px;
    }
    .resultList p.prev{
        right: 15px;
    }
    .resultList p.next{
    left: 15px;
}
    .resultList .w1600{
        padding: 30px 0.2rem 0;
    }
    .resultList ul li{
        padding: 0 15px;
    }
    .news_images .txt .txtBg{
        margin-left: 30px;
        max-width: 50%;
    }
    .news_images .txt h2{
        font-size: 24px;
        padding-bottom: 5px;
    }
    .news_images .txt p{
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0;
    }
    .news_images .txt a{
        font-size: 14px;
        line-height: 34px;
        width: 130px;
    }
}
@media only screen and (max-width: 768px){
    .yqyyBtn a{
        display: none;
    }
    .bg{ 
        padding-bottom: 40px;
    }
    .notice a.more{
        margin-top:20px;
    }
    .new{
        padding: 40px 0;
    }
    .new::before{
        bottom: 40px;
    }
    .result .resultTop{
        padding-top: 30px;
    }
    .resultList{
        padding-bottom: 60px;
    }
    .lmmc a{
        right: 0.15rem;
    }
    .new .newBanner, .new .newList{
        width: 100%;
    }
    .newBanner .img, .newBanner .img img{
        height:auto;
    }
    .newBanner .txt p:nth-of-type(2){
        width: calc(100% - 70px);
    }
    .newBanner .txt{
        padding: 10px 80px 10px 0;
        background: #79207E;
    }
    .new::before{
        display:none;
    }
    .newBanner{
        margin-bottom:20px;
    }
    .newList li{
        width: 49%;
        margin-right: 2%;
        margin-left: 0;
    }
    .newList li:nth-of-type(2n){
        margin-right: 0;
    }
    .newList li:nth-of-type(1) a:hover::after, .newList li:nth-of-type(2) a:hover::after{
        top:0.1rem;
    }
    .newList li:nth-of-type(3) a:hover::after, .newList li:nth-of-type(4) a:hover::after{
        top:-0.1rem;
    }
    .newList li:nth-of-type(1) a::after{
        right: -0.1rem;
    }
    .newList li:nth-of-type(2) a::after{
        left: -0.1rem;  
    }
    .newList li:nth-of-type(3) a::after{
        right: -0.1rem;
    }
    .newList li:nth-of-type(4) a::after{
        left: -0.1rem;
    }
    .lmmc{
        margin-bottom: 15px;
    }
    .lmmc h2{
        font-size: 24px;
    }
    .lmmc a{
        font-size:15px;
    }
    .notice ul li p:nth-of-type(2){
        font-size: 16px;
        line-height: 22px;
        height: 44px;
    }
    .result .resultCon .txt p:nth-of-type(2){
        font-size: 16px;
        margin: 10px 0;
    }
    .result .resultCon .txt p:nth-of-type(3){
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
    .result .resultCon .txt p:nth-of-type(4){
        margin:5px 0;
    }
    .result .resultCon{
        padding: 0 0.15rem 20px;
    }
    .resultList .w1600{
        padding:20px 0.15rem 0;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none!important;
    }
    .banner .slick-dots{
        left: 0;
        justify-content: center;
        bottom: 12px;
        width: 100%;
    }
    .news_images .txt .txtBg{
        margin-left: 10px;
        max-width: 55%;
    }
    .news_images .txt h2{
        font-size: 18px;
        padding-bottom: 5px;
    }
    .news_images .txt p{
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        max-height: 60px;
    }
    .news_images .txt a{
        font-size: 12px;
        line-height: 26px;
        width: 88px;
    }
    .news_images .txt{
        width:100%;
    }
}
@media only screen and (max-width: 560px){
   .bg{ 
        padding-bottom: 20px;
    }
    .notice a.more{
        margin-top:10px;
        transform: scale(0.8);
    }
    .new{
        padding: 20px 0;
    }
    .new::before{
        bottom: 20px;
    }
    .result .resultTop{
        padding-top: 20px;
    }
    .resultList{
        padding-bottom: 40px;
    }
    .newList li,.newList li:nth-of-type(3){
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

.newList li a::after {
    display: none;
}
    .newList li a p:nth-of-type(3){
        -webkit-line-clamp: 2;
        height: 40px;
    }
    .notice ul li{
        width:100%;
        margin-bottom: 15px;
        height: auto;
        padding-bottom: 60px;
    }
    .notice ul li p:nth-of-type(2){
        height:auto;
        overflow: auto;
        display: block;
        -webkit-line-clamp: initial;
    }
    .resultList ul li{
        padding: 0 0.05rem;
    }
    .result .resultCon a{
        flex-direction: column-reverse;
    }
    .result .resultCon .txt,.result .resultCon .img{
        width: 100%;
    }
    .result .resultCon .img{
        margin-bottom: 15px;
    }
    .resultList ul li a p.img, .resultList ul li a p.img img{
        height: 120px;
    }
    .resultList .w1600{
        padding:10px 0.1rem 0;
    }
    .resultList ul li a p.txt{
        font-size: 0.16rem;
        line-height: 0.2rem;      
        height: 0.4rem;          
        margin-top: 0.1rem;
    }
    .resultList p.prev, .resultList p.next {
        top: 48px;
    }
    .resultList p.prev{
        right: 5px;
    }
    .resultList p.nexwwwwwt{
        left: 5px;
    }
    .resultList ul li a {
        padding-bottom: 0.1rem;
    }
}