@import "font-awesome.css";
@import "iconfont.css";
@import "banner.css";
@font-face {
	font-family: 'shongti';
	src:url('../fonts/huakang.TTF');
}
@font-face {
	font-family: '草檀斋毛泽东字体';
	src:url('../fonts/maozedong.TTF');
}
@font-face {
	font-family: 'YGYXSZITI';
	src:url('../fonts/YGYXSZITI.TTF');
}

*{box-sizing:border-box;}
.wrap{width:1440px;margin:0 auto;}
.flex{display: flex;flex-wrap:nowrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.index-swiper{position:relative !important;overflow:hidden;z-index:1;}
.index-swiper .swiper-slide img{width:100%}
.top_header{position: fixed;top: 0;left: 0;z-index: 999;width: 100%;}
.top_header .flex{align-items: center !important;height: 100%;}
.top{height: 60px;width: 100%;transform-origin: top;transition: 0.5s ease-in-out;transition: 0.5s;}
.top .logo h1{width: fit-content;}
.top .logo .xiaoxun{margin-left: 30px;}
.top .top_r{display: flex;align-items: center;}
.top .top_r a{font-size: 16px;font-family: "微软雅黑";color: #fff;margin-left: 20px;position: relative;}
.top .top_r a::after{content: '';width: 2px;height: 17px;background-color: #fff;position: absolute;right: -10px;bottom: 2px;}
.top .top_r a:nth-child(4)::after{display: none;}
.top .so form{display:flex;width: 200px;background: rgba(255, 255, 255, 0.8);border-radius: 35px;margin-left: 18px;}
.top .so input{height:35px;line-height:32px;color: #000;}
.top .so .text{width:160px;font-size:12px;background: transparent;padding-left: 18px;color: #000;}
.top .so .text::placeholder{color:#000;font-size: 14px;}
.top .so .submit{cursor:pointer;width:calc(100% - 160px);background: url(../images/sousuo_03.png) no-repeat left 5px center;}
.header{height:70px;display:flex;align-items: center;width: 100%;transition: 0.8s;transition:transform 0.5s ease-in-out;position: relative;}
.header>.flex{align-items: center;transition: 0.5s;}
.header.height{background: var(--bgcolor);height: 55px;}
.top_header.height{background: var(--bgcolor);padding-bottom: 5px;}
.top_header.height .header .logo h1{transform: scale(0.7);}
.header .logo{height: 100%;}
.header .info_h{height: 100%;width:100%;}
.header .info_h.flex{align-items: center;height: 100%;margin: 0  auto;justify-content: center;width:100%;flex-wrap:nowrap}
/* .top_header.height .top{height: 80px;} */
.titles{display: flex;justify-content: space-between;align-items: flex-start;}
.tit_r{display: flex;align-items: center;justify-content: center;}
.tit_r span{color: #fff;font-size: 14px;margin-left: 12px;}
.tit_box{display: flex;justify-content: center;margin-top: 30px;}
.titles_m{justify-content: center;}
/*.paging_content{display:flex;flex-wrap: wrap;justify-content: space-between;}*/
.paging_content .box{width: 48% !important;}
.paging_content .box .thumP img{width: auto !important;}
.header .info_h .menu{width:100%;padding:0;height: 70px !important;transition: 0.5s;}
.header.height .info_h .menu{height: 55px !important;}
.header .info_h .menu.flex{align-items:center !important;height: 100%;margin: 0;}
.header .info_h .menu .item{position: relative;margin-right: 100px;height: 100%;transition: 0.8s;display: flex;align-items: center;}

.header .info_h .menu .item:nth-last-child(1){margin-right: 0;}
.header .info_h .menu .item .t h3{position: relative;text-align: center;width: 100%;}
.header .info_h .menu .item .t h3 a{font-size:24px;color:#fff;font-weight: bold;}

.header .info_h .menu .item:hover .t h3:after{display:block}
.header .info_h .menu .item .t p{text-align:center;font-family: 'Roboto-Medium';font-size:12px;color:#BABABA;text-transform:uppercase;}
.header .info_h .menu .item .sub{z-index:22;min-width:120px;left:50%;top:55px;z-index:999;transform:  scaleY(0);transform-origin: top;transition:transform 0.3s ease-in-out;position: absolute;background:#fff;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);text-align: center;margin-left: -58px;border-radius: 0 0 6px 6px;padding-bottom: 10px;}
.header.height .info_h .menu .item .sub{top: 60px;}
.header .info_h .menu .item .sub a{display:block;line-height:35px;color: #4a4a4a;font-size:14px;}
.header .info_h .menu .item .sub a:hover{padding-left:10px;background:var(--on-color);color:#fff;}
.header .info_h .menu .item:hover .sub{transform: scaleY(1);}
.body_c img{width: auto !important;height: auto !important;}
.news{padding: 50px 0;}
.title_n{font-size: 36px;font-weight: bold;text-align: center;position: relative;}
.title_n span{position: relative;}
.title_n span::before{content: "";width: 30px;height: 3px;background: #000 !important;position: absolute;left: 0;transform: translate(calc(-100% - 10px),-50%);top: 50%;z-index: 999;}
.title_n span::after{content: "";width: 30px;height: 3px;background: #000 !important;position: absolute;right: 0;transform: translate(calc(100% + 10px),-50%);top: 50%;z-index: 999;}
.news>.wrap{margin-top: 60px;}
.news_pic{width: 48.1%;}
.title_box{display: flex;justify-content: space-between;}
.titleo{font-size: 36px;line-height: 1;color:#fff;font-weight: bold;margin-left: 30px;}
.titleo .txt{color: #000;}
.txt_r{margin-left: 30px;position: relative;}
.txt_r::after{width: 10px;height: 10px;background: var(--on-color);position: absolute;left: -20px;top: 50%;transform: translateY(-50%);content: "";border-radius: 50%;}
.txt_es{color:#d5d5d5;margin-top: 5px;display: inline-block;}
.tit_l .tit_s{font-family: 'Roboto-Regular';color: #7a7a7a;font-size: 18px;}
.titleo a{font-size: 16px;display: flex;align-items: center;}
.titlex{text-align: right;line-height: 40px;}

.listszfc .swiper-container{
    padding-bottom: 80px;
}
.listszfc .swiper-container .swiper-slide{padding-bottom: 50px;}
.listszfc .swiper-pagination{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
}
.listszfc .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    border-radius: 0;
    margin: 0 5px;
}
.listszfc .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--bgcolor);
}
.listszfc .title{
    background-image: linear-gradient(to right, #ff8400 , #ffffff);
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    padding-left: 30px;
    margin-bottom: 50px;
}
.listszfc .div_piccontenttitle_ul{
    width: 100%;
    display: flex;
   flex-wrap: wrap;
}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li{
    width: 25%;
    text-align: center;
}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li .c_pic{
    float: none;
    padding: 0 10%;
}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li .c_pic img{
    display: inline-block;
    width: unset;
    height: unset;
    background: 0;
    padding: 0;
    width: 75%;
}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li .c_txt{

}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li .c_txt h3 span{
    display: block;
    padding: 15px 0 25px;
}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li .c_txt p{
    display: none;
}

.news .newslist{
    width: 100%;
    margin-top: 40px;
}
.news .newslist table{
    margin: 0 2px;
    width: calc(100% - 4px) !important;
}
.news .newslist table tr{display: flex;flex-wrap: wrap;align-items: center;}
.news .newslist table tr td{
    border: 0;
   padding: 10px 15px;
  width:25%;
}
.news .newslist table tr td .Article_Title a{
font-size: 13px;
line-height: 20px !important;
}

.news_pic .con{margin-top: 35px;width: 100%;background: #fff;}
.news_pic .con ul{height: 100%;}
.news_pic .con li{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;padding-left: 20px;position: relative;}
.news_pic .con li::before{content: "";width: 4px;height: 22px;background: var(--on-color);position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.news_pic .con li .txts{display: flex;align-items: center;width: calc(100% - 110px);margin-right: 5px;}
.news_pic .con li .txts i{color: var(--on-color);margin-right: 7px;}
.news_pic .con li .txts .tit{width: 100%;font-size: 16px;color: #000;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.news_pic .con li .txts .tit a{width: 100%;display:inline-block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.news_pic .con li:hover .txts .tit a{color: var(--bgcolor);}
.news_pic .con li .date{font-size: 16px;}
.news_pic .con li:hover .txts .tit{color: var(--on-color);font-weight: bold;}
.news-swiper{overflow: hidden;width: 100%;position: relative;}
.news-swiper .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: transparent; width: 12px;height: 12px;border-radius: 50%;margin-right: 7px !important;border: 2px solid #fff;}
.news-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 12px;height: 12px;border-radius: 50%;margin-right: 7px !important;background: #fff;}
.news-swiper .swiper-slide{height: 100%;position: relative}
.news-swiper .swiper-slide img{width: 100% !important;}
.news-swiper .news_pag{bottom: 140px !important;z-index: 100;text-align: center;padding-right: 10px;}
.news-swiper .back{height: 80px;width: 100%;position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,.4);z-index:1;}
.news-swiper .txts{position: absolute;top: 50%;left: 50%;z-index: 9999999 !important;width: 100%;transform: translate(-50%,-50%);}
.news-swiper .txts .tit{font-size: 19px;color: #fff;padding: 0 10px;position: relative;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;position: relative;width: 100%;text-align: center;}
.news-swiper .txts .tit a{color: #fff;}

.newslist_l{width: 92%;margin: -65px auto 0 auto;padding: 40px 30px 50px 30px;border: 1px solid #f3f6f5;border-bottom: 3px solid var(--bgcolor);background: #fff !important;z-index: 999999999;color: #000;position: relative;}
.newslist_l .title{font-size: 17px;margin-bottom: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.newslist_l .date{font-family: 'Roboto-Regular';font-size: 15px;}
.newslist_l .content{font-size: 14px;margin-top: 20px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
 .media-swiper .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #1164a6; width: 50px;height: 7px;border-radius: 7px;margin-right: 30px !important;}
 .media-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 50px;height: 7px;border-radius: 7px;margin-right: 30px !important;background: var(--on-color);}
 .media-swiper .media_pag{bottom: -50px !important;z-index: 100;position: relative;}

#wp_paging_w20{height: auto !important;}
.main .newslist{width: 100%;margin-left: 0;}
.newslist .newsitem{margin-top: 10px;height: auto;}
.main .newslist ul{margin-top: 0;background: unset;}

.newslist{margin-top: 12px;}
.newslist .newsitem li{display: flex;border-bottom: 1px solid #d2d3d5;padding-bottom: 15px;margin-bottom: 40px;position: relative;transition: 0.7s;align-items: center;}
.newslist .newsitem li::after{width: 0;height: 1px;background: var(--on-color);content: "";position: absolute;left: 0;bottom: 0;transition: 0.5s;}
.newslist .newsitem li:hover::after{width: 100%;}
.newslist .newsitem li:hover .txts .tit{color: var(--on-color);}
.newslist ul li:last-child{margin-bottom: 0 !important;}
.newslist ul li .time{width: 90px;height: 90px;background: #f3f3f3;border-radius: 6px;color: #fff;text-align: center;}
.newslist ul li .time h1{font-size: 40px;margin-top: 10px;line-height: 1;font-family: 'Roboto-Bold';color: #3b3b3b;}
.newslist ul li .time span{font-size: 16px;margin-top: 5px;display: inline-block;font-family: 'Poppins-Regular';color: #3b3b3b;}
.newslist ul li .txts{width: calc(100% - 90px);margin-left: 25px;}
.newslist ul li .txts .tit{font-size: 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;transition: 0.5s;}
.newslist ul li .txts .des{font-size: 14px;color: #3b3b3b;margin-top: 12px;line-height: 20px;width: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}

.newslist_m{width: 100%;margin-top: 50px;font-family: "微软雅黑";}
.wp_entry p,.newslist_m .wp_entry p,.newslist_m .wp_entry span,.wp_articlecontent p,.wp_articlecontent span{font-family: "微软雅黑" !important;font-size:16px !important;line-height: 32px !important;}
.wp_entry img{max-width: 100% !important;}
.newslist_m .newsitem .news_box{border-bottom: 1px dashed #d2d3d5;padding: 4px 0 4px 4px;}
.newslist_m .newsitem .news_box:nth-child(1){border-top: 1px dashed #d2d3d5;}
.newslist_m .newsitem li{display: flex;height: 65px;padding-left: 10px;align-items: center;transition: 0.6s;}
.newslist_m ul li .time span{font-size: 18px;display: inline-block;font-family: 'Roboto-Regular';transition: 0.6s;color: #333333;}
.newslist_m ul li .txts{width: calc(100% - 110px);}
.newslist_m ul li .txts .tit{font-size: 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;font-family: "微软雅黑";transition: 0.3s;color: #333333;width: 100%;}
.newslist_m .newsitem li:hover{background: var(--on-color);}
.newslist_m .newsitem li:hover .txts .tit a{color: #fff;}
.newslist_m .newsitem li:hover .time h1{color: #fff;}
.newslist_m .newsitem li:hover .time span{color: #fff;}
.wp_paging{display: flex;justify-content: center;margin: 0 auto;float: unset;margin-top: 40px;}

.content_r{width: 49%;}
.donate{width: 100%;overflow: hidden;padding-bottom: 50px;}
.content_r .cons{margin-top: 30px;width: 100%;display: flex;flex-direction: column;align-items: flex-end;}
.content_r .donate .cons{margin-top: 0;}
.content_r .con{width: 103.5%;padding: 20px 0 5px 20px;transition: 0.6s;display: flex;justify-content: space-between;margin-bottom: 30px;}
.content_r .con:hover{box-shadow: 0 10px 20px  rgba(0, 0, 0, 0.12);}
.content_r .con .time span{font-size: 14px;display: inline-block;font-family: 'Roboto-Medium';color: #000;margin-top: 5px;}
.content_r .con .tit{font-size: 16px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;width: 100%;font-weight: bold;}
.content_r .con:hover .tit a{color: var(--on-color);}
.content_r .con .cont{font-size: 14px;margin-top: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.content_r .con .con_l{width: 58%;}
.content_r .con .con_r{width: 33.3%;}
.content_r .con .con_r a,.content_r .con .con_r img{width: 100%;}

.media{width: 100%;background: url('../images/notice_02.jpg') no-repeat center center/cover;overflow: hidden;padding: 55px 0 100px 0;}
.title_media{margin-top: 45px;font-weight: bold;font-size: 38px;color: #fff;display: flex;align-items: center;justify-content: center;line-height: 38px;}
.title_media .txt{margin: 0 30px;color: #fff;}
.media_box{padding: 40px 25px 25px 20px;background: #fff;margin: 0 15px;transition: 0.5s;}
.media_box:hover{background: var(--bgcolor);color: #fff;}
.media_box:hover .title a,.media_box:hover .media_t i,.media_box:hover .content a,.media_box:hover .mores span{color: #fff;}
.media_box .title{width: calc(100% - 65px);}
.media_box .title a{font-size: 17px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.media_box .media_t{text-align: center;margin-right: 30px;position: relative;}
.media_box .media_t::after{content: "";width: 1px;height: 100%;background: var(--bgcolor);position: absolute;right: -15px;top: 0;}
.media_box .media_t i{font-size: 30px;color: #bbbbbb;}
.media_box .date{width: 60px;height: 60px;background: url("../images/time_back_03.png") no-repeat;border-radius: 3px;text-align: center;margin-bottom: 10px;}
.media_box .date .day{font-family: 'Arial';font-size: 30px;font-weight: bold;color: var(--on-color);line-height: 1;margin: 10px 0 5px 0;display: inline-block;}
.media_box .date .ym{font-family: 'Arial';font-size: 16px;color: var(--bgcolor);line-height: 1;}
.media_box .content{font-size: 17px;margin-top: 20px;line-height: 30px;color: #484848;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.media_box .media_b .title{font-size: 24px;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.media_box .mores{display: flex;justify-content: space-between;margin-top: 35px;}
.media_box .mores img{margin-left: 10px;}
.media-swiper{overflow: hidden !important;margin-top: 50px;}
.media-swiper .swiper-wrapper{padding-top: 10px;}

.news_media .titles_g{border-bottom: 5px solid var(--on-color);height: 60px;}
.news_media .titles_g .titleo .txt_d{text-align: center;line-height: 60px;color: var(--on-color);cursor: pointer;width: 225px;height: 60px;display: inline-block;font-family: '华康简标题宋';}

.link{padding: 35px 0 45px;border-bottom: 1px solid #ececec;}
.link .item{display: flex;align-items: center;width: 330px;height: 80px;background: #ececec;border-radius: 80px;justify-content: center;margin: 0 30px;}
.link .item .icon img:nth-child(2){display: none;}
.link .flex{justify-content: center;}
.link .item .icon{margin-right: 15px;}
.link .item:hover{background: var(--on-color);color: #fff;}

.titles_g .titleo .txt_e{text-align: center;line-height: 60px;color: var(--on-color);cursor: pointer;height: 60px;padding: 0 15px;font-size: 24px;}
.txt_g{background: var(--on-color);color: #fff !important;}
.news_media .titles_g .titleo{color: var(--on-color);font-size: 36px;}
.titles_i{margin-top: 35px;}
.titles_i .titleo{color: #fff;}
.titles_i .tit_s{color: #fff;}
.tit_l{display: flex;align-items: center;}

.titleb{border-bottom: 1px solid #f4f4f4;}
.titleb .titb_box{display: flex;align-items: center;padding-bottom: 18px;position: relative;}
.titleb .titb_box::after{content: "";width: 165px;height: 3px;background: var(--bgcolor);position: absolute;left: 0;bottom: -1.5px;}
.titleb .titb_box span{font-size: 30px;font-family: 'shongti';color: var(--bgcolor);margin-left: 15px;}

.benke{width: 34%;}
.benke .benke_box{margin-top: 35px;}
.benke .benke_box .item{width: 100%;height: 105px;background: url("../images/xkb_03.png") no-repeat;display: flex;align-items: center;justify-content: center;font-size: 28px;color: #fff;margin-bottom: 23px;}
.zy_r{width: 58%;}

.infox{padding: 60px 0 80px;}
.infox .tabs{display: flex;justify-content: center;margin-bottom: 50px;}
.infox .tabs .item{font-size: 36px;font-weight: bold;position: relative;cursor: pointer;}
.infox .tabs .item:nth-child(1){margin-right: 56px;}
.infox .tabs .item:nth-child(1)::after{content: "";width: 3px;height: 35px;background: var(--bgcolor);position: absolute;right: -32px;top: 50%;transform: translateY(-50%);}
.color{color: var(--on-color) !important;}
.major-swiper{overflow: hidden;position: relative;padding-bottom: 65px;}
.major-swiper img,.major-swiper a{width: 100% !important;}
.major-swiper .back{height: 60px;width: 100%;position: absolute;left: 0;bottom: 5px;background: rgba(0,0,0,.4);z-index:1;}
.major-swiper .txts{position: absolute;top: 50%;left: 50%;z-index: 9999999 !important;width: 100%;transform: translate(-50%,-50%);}
.major-swiper .txts .tit{font-size: 18px;color: #fff;padding: 0 10px;position: relative;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;position: relative;width: 100%;text-align: center;}
.major-swiper .txts .tit a{color: #fff;margin-left: 10px;}
 .major-swiper .major_pag {text-align: center; bottom: 0 !important;  position: absolute;z-index: 999999;}
 .major-swiper .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #ececec; width: 90px;height: 8px;border-radius: 8px;margin-right: 20px !important;}
 .major-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 90px;height: 8px;border-radius: 8px;margin-right: 20px !important;background: var(--bgcolor);}

.scenery{padding: 45px 0 90px 0;}
.scen-box .item{position: relative;width: 190px;}
.scen-box .item img{width: 100%;}
.scen-box .item h2{width: 100%;height: 50px;background: rgba(0, 0, 0, 0.8);position: absolute;left: 0;bottom: 3px;color: #fff;font-size: 17px;display: flex;align-items: center;justify-content: center;}

.picMarquee-left{margin-top: 30px;width: 100%;}
.picMarquee-left .bd ul li{margin:0 9px; float:left; display:inline; overflow:hidden; text-align:center;}
.picMarquee-left .bd ul li .pic{ text-align:center;transition: 1s;}

.footer{background:url(../images/footer_02.jpg) no-repeat;background-size: cover;}
.footer .info_f{padding: 70px 0 85px 0;}
.footer .info_f .txt h2{font-size: 16px;color: #fff;margin-bottom: 10px;}
.tit_f{margin-top: 35px;}
.footer .info_f .txt p,.footer .info_f .txt p a{font-size:18px;line-height:35px;color:#fff;}
.footer .info_f .wx .item img{border: 4px solid #5c85ee;border-radius: 5px;}
.footer .bottom{border-top: 1px solid rgba(255, 255, 255, 0.3);}
.footer .bottom .flex{align-items: center;min-height: 80px;}
.footer .bottom p a,.footer .bottom p{color: #fff;font-size: 16px;}

.main{position: relative;z-index:2;background: url("../images/back1_02.png") no-repeat bottom;margin-top: 65px;}
.main .wrap{position: relative;z-index:2;}
.main .position{display:flex;align-items: center;font-size:16px;color:#747474;}
.main .position a{color:#747474;font-size:16px;}
.main .position img{margin-right:10px;}
.main .position span{margin:0 5px;}
.main .position a:hover{color:var(--on-color)}
.main .bd{margin-top: 35px;padding-bottom: 70px;}
.main .bd .sidebar{width:300px;}
.main .bd .sidebar .t{height:165px;display:flex;align-items: center;background:url("../images/sidebarbg_03.png") no-repeat;justify-content: center;color:#fff;font-size:45px;font-weight: bold !important;font-family: 'huakang';}
.main .bd .sidebar .m{box-shadow: 0 10px 20px  rgba(0, 71, 127, 0.12);}
.main .bd .sidebar .item{position: relative;display:flex;border-bottom:1px solid #d7d7d7;justify-content:center;}
.main .bd .sidebar .yj{height: 83px;}
.main .bd .sidebar .ej{height: 70px;background: #fafafa;padding: 0 20px;}
.main .bd .sidebar .item a{display:flex;width:100%;align-items: center;height:100%;justify-content: center;}
.main .bd .sidebar .item a img{margin-right: 20px;}
.main .bd .sidebar .item1{height: 85px;border-radius: 0 0 75px 0;background: #fff;box-shadow: 0 10px 20px  rgba(0, 71, 127, 0.12);display: flex;justify-content: center;align-items: center;}
.main .bd .sidebar .item1 img{width: 175px;height: 175px;}
.main .bd .sidebar .yj a span{font-size:20px;color:#000;}
.main .bd .sidebar .ej a span{font-size:17px;color:#000;}
.main .bd .sidebar .item a i{color:#9A9A9A;font-size:22px;}
.main .bd .sidebar .item:hover a span,.main .bd .sidebar .item.on a span{color:var(--on-color)} 
.main .bd .content{width:calc(100% - 360px);margin-left: 75px;}
.main .bd .content .t{margin-bottom:50px;height:60px;display:flex;align-items: center;position: relative;}
.main .bd .content .t h2{font-size: 36px;font-family: '微软雅黑';font-weight: bold;}
.main .bd .content .list .item{padding:2px 0;border-bottom:1px dashed #A1A1A1;padding:0 30px 0 60px;background:url(../images/logo2.png) no-repeat 10px center;display:flex;justify-content: space-between;height:55px;align-items: center;}
.main .bd .content .list .item span{font-size:18px;color:#333333;}
.main .bd .content .list .item .time{font-size:18px;font-family:'Arial';color:#333333}
.main .bd .content .list .item:hover{background:var(--on-color) url(../images/logo2.png) no-repeat 10px center;}
.main .bd .content .list .item:hover span a,.main .bd .content .list .item:hover  font,.main .bd .content .list .item:hover .time{color:#fff !important;}
.main .bd .content .pages{text-align:center;font-size:14px;color:#242424;}
.main .bd .content .pages a{font-size:14px;color:#242424;}
.wp_paging{display: flex;justify-content: center;}
.main .bd .content .body{width: 100%;}
.main .bd .content .body .body_t{font-size:22px;color:#000;text-align:center;font-weight: bold;font-family: "微软雅黑";width: 100%;margin-top: 30px;}
.main .bd .content .body .body_b{font-size:19px;color:#000;text-align:center;}
.main .bd .content .body .body_i{text-align:center;padding:15px 0;}
.main .bd .content .body .body_i span{margin-right:25px;color:#101010;font-size:16px;}
.main .bd .content .body .body_c {font-size:18px;color:#101010;line-height:45px;}
.main .bd .content .body .body_c h2{margin-bottom:10px;}
.main .bd .content .body .body_c h3{font-weight:bold;margin:15px 0;}
.main .bd .content .body .body_c img{max-width: 100%;}
.main .bd .content .body .body_d{text-align: center;}
.main .bd .content .body .body_d img{width: 50%;} 
.main .bd .content .major_list .major_box{width:calc(50% - 20px)}

/*banner*/
.home_swi::after{position: absolute;top: 0;left: 0;content: "";background: linear-gradient(to bottom,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0)) 100%;width: 100%;height: 100%;}
.banner::after{position: absolute;top: 0;left: 0;content: "";background: linear-gradient(to bottom,rgba(56,71,111,0.32) 0%,rgba(0,0,0,0)) 100%;width: 100%;height: 100%;}
.home_swi,.news-swiper{position: relative !important;width: 100%;overflow:hidden !important;}
.news-swiper {height: 560px;}
.news-swiper img{width: 100%; height: 100%;object-fit:cover;}
.news-swiper .swiper-wrapper,.news-swiper .swiper-slide,.news-swiper .pic,.news-swiper .frag{height: 100% !important;width: 100%;}
.news-swiper .pic a{height: 100% !important;width:100%;}

 .home_swi .home_pag {text-align: center; bottom: 60px !important;  position: absolute;z-index: 999999;}
 .home_swi .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #fff; width: 60px;height: 10px;border-radius: 10px;margin-right: 20px !important;}
 .home_swi .swiper-pagination .swiper-pagination-bullet-active{width: 60px;height: 10px;border-radius: 10px;margin-right: 20px !important;background: var(--bgcolor);}

.footer_h{color: #fff;font-size: 30px;}

.index-banner{position:relative;max-width:1600px;margin:0 auto;overflow:hidden;}
.index-banner .slick-initialized .slick-slide{position: relative;}
.index-banner .slick-initialized .slick-slide h3{position: absolute;left:0;bottom:0;width:100%;height:80px;background:rgba(0,0,0,.5);display:flex;justify-content: center;align-items: center;}
.index-banner .slick-initialized .slick-slide h3 a{font-size:30px;color:#fff;}
.index-banner .slick-dots{display:none !important}
.index-banner .slick-dots li{background:#fff;width:16px;border:0;transition-duration:.6s;position:relative;border-radius:16px;margin:0 16px 0 0;height:16px;opacity:1;}
.index-banner .slick-dots li button{display:none;}
.index-banner .slick-dots li.slick-active{background:#1E49A7;width:35px}
.index-banner .prev,.index-banner .next{background:#B81F64;display:flex;align-items: center;justify-content: center;bottom:0;transition-duration:.5s;width:80px;height:80px;position:absolute;cursor:pointer;}
.index-banner .prev{left:0;}
.index-banner .next{right:0;}

.index-title .t h2{font-size:40px;color:#000000;}
.index-title .t h2 span{color:#07757D;}
.index-title .t p{font-size:18px;color:#7A7A7A;font-family: 'Roboto-Regular';}
.index-title .more{display:flex;align-items: center;}
.index-title .more a{font-size:16px;color:#07757D;}
.index-title .more a img{margin-left:10px;}

.banner{text-align:center;position: relative;}
.banner img{width: 100%;}
.main .service{background: url('../images/bj.jpg');padding: 70px 0 45px 0;background-size: cover;}
 .main .service .item{width: calc(1440px / 4 - 25px);height: 145px;background-size: 100% 100% !important;margin-right: 25px;margin-bottom: 25px;position: relative;} 
 .main .service .item .txt{font-size: 22px;position: absolute;top: 50%;transform: translateY(-50%);left: 165px;}
 .main .service .item:nth-child(4n){margin-right: 0;}
 .main .service>.flex{justify-content: flex-start;}
 .main .service .item .subs{position: absolute ;left: 140px;top: 110px;background: #fff ;min-width: 150px ;padding-top: 0;z-index: 666;transform: scaleY(0);transform-origin: top;transition: 0.5s;border-radius: 5px;padding: 5px 0;}
 .main .service .item .subs::before{content: '';position: absolute;left: 50%;top:-20px;width: 0;height: 0;border: 10px solid transparent;border-bottom-color: #fff;transform: translate(-50%);}
 .main .service .item .subs a{display: flex;justify-content: center;align-items: center;height: 40px;transition: 0.7s;}
 .main .service .item .subs a:hover{background: var(--bgcolor);color: #fff;}
 .main .service .item:hover .subs{transform: scaleY(1);}


@media (max-width: 1440px){
.wrap{width: 98%;}
 .header .info_h .menu .item{margin-right: 60px;}
 .header .info_h .menu .item .t h3 a{font-size:18px;}
}

@media (max-width: 1360px){
.footer .info_f{padding: 40px 0;}
.footer{height: auto;background-size: 100% 100%;}

.footer .info_f .txt{padding-left: 30px;}
.footer .footer_icon{margin-top: 30px;}
.footer .wxcode{margin-top: 30px;margin-left: 0;}
.header .info .menu .item{margin-right: 80px;}
.news .news_hot .con{height: auto;}
.info .info_r .con li .txts .tit{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.news .news_hot .con .txts{height: auto;}
.newslist .newsitems{height: auto;}
.header .logo h1 a img{max-width:285px}
.footer .menu_list{width: calc(100% - 305px);margin-left: 50px;}
    .index-news .wrap,.index-type .wrap{width:98%}
    .main .bd .content .major_list .major_box_head .name {width: calc(100% - 50px - 220px);}
    .main .bd .content .major_list .major_box_head .tel{width:220px}
    .main .bd .content .major_list .major_box_head .tel span{font-size:14px}
    .main .bd .content .major_list .major_box_head .name h3{font-size:15px}
    .main .bd .content .major_list .major_box_content .item h3{font-size:15px}
}

@media (max-width: 1200px){

    .header .info .menu .item .t h3 a{font-size:16px;}
    .header .info .menu .item{margin-right: 50px;}
    .index-ad .item:nth-child(1) .txt{left: 50px;}
    .index-ad .item:nth-child(2) .txt{right: 50px;}
}

@media (max-width: 1080px){

    .header .info_h .menu .item{margin-right: 20px;width: 110px;}
    .header .info_h .menu .item .t h3 a{font-size:16px;}
    .index-banner .slick-initialized .slick-slide h3 a{font-size:24px}
    .index-news .rules{width: calc(100% - 450px);}
    .index-news .donate{width:420px}
    .index-news .rules .bd .item a{padding:0 10px 0 20px}
  
    .index-title .t h2{font-size:30px}
    .main .bd .content .list .item span{font-size:14px}
    .main .bd .content .list .item .time{font-size:12px}
    .main .bd .content .major_list .major_box_head .qq{display:none;}
}

@media screen and (max-width:992px) {
.content_r{width: 100%;}
.news>.wrap{flex-wrap: wrap;}
.wap_top h1 img{height: auto;width: 320px;}
.footer .nav .item{width: 49%;margin-right: 0;margin-bottom: 20px;}
.footer .nav .flex{flex-wrap: wrap;align-items: center;}
.infox{margin-top: 0;}
.news_pic{width: 100%;}
.sw-box{top: 25px;}
.swiper-button-prev,.swiper-button-next{border-color: var(--on-color);}
.content_r{width: 100%;margin-top: 20px;}
.main .bd{margin-top: 20px;}
.newslist_m ul li .txts .tit{font-size: 15px;}
.newslist_m .newsitem li{padding-left: 5px;}
.newslist_m ul li .txts{margin-left: 0;}
.newslist_l{margin-top: -30px;padding: 20px 10px 30px 10px}
.news .news_pic{width: 100%;}
.home_swi,.banner{margin-top: 0;}
.top{display: none;}
.main .bd .content .body .body_t{font-size: 20px;}
.main .bd .content{margin-left: 0;}
  .footer_main .flex{flex-wrap: wrap;justify-content: center;}
.footer .menu_list{width: 100%;margin-top: 40px;margin-left: 0;}
.footer>.flex{flex-wrap: wrap;justify-content: center;}
  .info>.flex{flex-wrap: wrap;justify-content: center;}
  .info .info_r{width: 100%;margin-top: 30px;}
  .info .info_l{width: 100%;}
   .info .donate{width: 100%;}
    .wrap{width:96%;}
    .newslist{width: 100%;margin-left: 0;margin-top: 20px;}
    .index-banner{max-width:100% !important}
    .index-type .video,.index-type .link,.index-ad .item,.index-news .rules,.index-news .donate,.footer .info .wx,.footer .info .txt,.main .bd 
    .content .major_list .major_box,.main .bd .content{width:100% !important}
    .index-banner .prev, .index-banner .next,.footer .info .logo,.main .bd .sidebar,.header{display:none !important;}
    .main{margin:0;padding:0;}
    .main .position{height:auto;line-height:50px;}

    .main .bd .content .t{height:45px;margin-bottom:20px;}
    .main .bd .content .t h2{font-size:18px}
    .main .bd .content{padding-bottom:20px}
    .main .bd .content .body{font-size:15px;line-height:26px}
    .main .bd .content .list .item{padding:0 10px 0 50px;display:flex;}
    .main .bd .content .list .item span{width:calc(100% - 80px);font-size:14px;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
    .main .bd .content .list .item .time{width:70px}

.footer{height:auto;background-size:100% 150%;}
    /* .footer .nav{padding:0 10px 20px 10px;margin-bottom:20px;justify-content: space-between;}
    .footer .nav .item{margin:0 0 10px 0 !important;width:calc(50% - 5px);height:60px;}
    .footer .nav .item h3{text-align: center;}
    .footer .nav .item h3 a{border-radius:5px;width:100%;font-size:16px;background-size:100% 100%} */
    .footer .info_f .txt{padding:0;margin: 20px 0;}
    .footer .info_f .txt,.footer .info_f .logo{padding:0;width: 100%;}
    .footer .info_f .txt p, .footer .info .txt p a{font-size:14px;line-height:26px}
    .footer .info_f .wx{justify-content: center;}
    .footer .info_f .wx .item{margin-right:10px;}
    .footer .info_f .wx .item:last-child{margin-right:0}

    .index-banner .slick-initialized .slick-slide h3{padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:40px;}
    .index-banner .slick-initialized .slick-slide h3 a{font-size:15px;}
    .index-news{height:auto;padding:0 10px 20px 10px}
    .index-news .rules .hd{margin:15px 0;}
    .index-title .t h2{font-size:20px}
    .index-title .t p{font-size:14px}
    .index-news .rules .bd .item{height:50px}
    .index-news .rules .bd .item .time h3{font-size:20px}
    .index-news .rules .bd .item .time p{font-size:12px}
    .index-news .rules .bd .item .time{width:100px}
    .index-news .rules .bd .item .time:after{top:20%}
    .index-news .rules .bd .item a{display:block;line-height:41px;width:calc(100% - 100px);padding:0;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
    .index-news .donate{margin-top:20px}
    .index-news .donate .donate_box{padding:15px}
    .index-news .donate .donate_box .bd .item{height:45px}
    .index-news .donate .donate_box .bd .item a{font-size:15px}
    .index-news .donate .donate_box .bd .item .time{font-size:14px;text-align:right;}
}
@media screen and (max-width:800px){
.news .newslist table tr td{width: 50%;}
.footer .info_l .infos{margin-top: 30px;}
.footer .info_l .infos:nth-child(1){margin-right: 0;}
.footer .info_l{margin-left: 0;flex-wrap: wrap;justify-content: center;}
.newslist .newsitem {padding: 0;}
.home_swi .home_pag {bottom: 20px !important;}
.news{margin-top: 20px;}
 .media-swiper .swiper-pagination .swiper-pagination-bullet, .media-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 30px;margin-right: 20px !important;}
}
@media screen and (max-width:600px){
.news>.wrap{margin-top: 25px;}
.news-swiper .txts .tit a{width: 100%;font-size: 16px;}
.news-swiper .news_pag{bottom: 3px !important;}
 .news{padding: 0;}
.content_r .cons{margin-top: 10px;}
.footer{margin-top: 0;}
.wp_paging{flex-wrap: wrap;margin-top: 20px;}
.footer .info_l{justify-content: flex-start;margin-left: 20px;}
.info .info_r .con li .pic{width: 80%;}
.info .info_r .con li .txts{margin-left: 0;flex: unset;width:100%;}
.info .info_r .con ul li{flex-wrap: wrap;justify-content: center;}
.donate{margin-top: 10px;padding-bottom: 0;}
.newslist_l ul li .txts .tit{font-size: 16px;}
.newslist .newsitem li{padding-left: 0;}
.titleo{font-size: 22px;}
.home_swi .home_pag {bottom: 10px !important;}
.home_swi .swiper-pagination .swiper-pagination-bullet{width: 30px;height: 5px;border-radius: 5px;margin-right: 10px !important;}
 .home_swi .swiper-pagination .swiper-pagination-bullet-active{width: 30px;height: 5px;border-radius: 5px;margin-right: 10px !important;}
.footer .bottom p{text-align: center;}
.footer .bottom{margin-top: 20px;}
.footer .info_l .wxcode{margin-left: auto;margin-right: auto;}
.footer .menu_list .item>a{margin-bottom: 15px;}
.footer .menu_list .menubox{flex-wrap: wrap;justify-content: space-evenly;margin-top: 20px;}
.footer .menu_list .item{width: 33%;margin-bottom: 40px;text-align: center;}
.info .info_r .con li .txts .des{margin-top: 10px;}
.news_media .titles_g{margin-top: 30px;}
.news_media .titles_g .titleo .txt_d{width: 120px;font-size: 24px;}
.news_media .titles_g .titleo{font-size: 30px;}
/* .info_l{margin-top: 0;}
.info .info_l .infol_pic{margin-top: 30px;}
.info{padding:0;} */
.main .bd{padding-bottom: 20px;}
.main .service{padding: 30px  0;}
.titles_g .titleo .txt_e{font-size: 15px;line-height: 40px;height: 40px;padding: 0 5px;}
.content_r .con{padding: 0;}
.footer .info_f .txt{padding-left: 50px;}
.footer .nav{margin-bottom: 0;}
.main .bd .content .body .body_d img{width: 95%;} 
.news-swiper{max-height: 250px;}
.news_pic .con li .txts{width: calc(100% - 95px)}
.content_r .con{width: 100%;}
.content_r .con .con_l{width: 62%;}
.media_box .title a{font-size: 15px;}
.infox .links .item{padding: 0 10px;}
.infox .links .item .link_l h1{font-size: 19px;}
.news-swiper .txts{width: calc(100% - 60px);}
.news{padding-bottom: 30px;}
.media_box .content{font-size: 16px;}
.titles{align-items: center;}
.media-swiper{margin-top: 30px;}
.link .flex{flex-direction:column;align-items: center;}
.link .item:last-child{margin-top: 30px;}
.infox .tabs .item{font-size: 32px}
.major-swiper .swiper-pagination .swiper-pagination-bullet-active,.major-swiper .swiper-pagination .swiper-pagination-bullet{width: 50px;}
.infox{padding: 40px 0;}
.infox .tabs{margin-bottom: 35px;}
.title_n span{font-size: 32px;}
.newslist_m{margin-top: 30px;}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li{width: 50%;}
}