:root{
    --title--:#303133;
    --default--:#606266;
    --red--:#96B737;
    --font--:#909399;
    --end--:#3C3C3D;
}
body{
    overflow-x:hidden;
}
@font-face {
    font-family: AlibabaPuHuiTi-2-65-Medium;
    src:url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.eot) format('embedded-opentype'),
    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.otf) format('opentype'),
    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.ttf) format('TrueType'),
    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.woff) format('woff'),
    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.woff2) format('woff2');
}
@font-face {
	font-family: AlibabaPuHuiTi-2-55-Regular;
	src:url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.eot) format('embedded-opentype'),
    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.otf) format('opentype'),
    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.ttf) format('TrueType'),
    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff) format('woff'),
    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff2) format('woff2');
}
@font-face {
    font-family:Poppins-Medium;
    src:url('../font/Poppins-Medium.ttf')
}
@font-face {
    font-family:DINPro-Medium;
    src:url('../font/DINPro-Medium.ttf')
}
*{
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family:'Arial','AlibabaPuHuiTi-2-55-Regular','微软雅黑','PingFang SC';
}
ul,li{
    list-style: none;
}
a:hover,
a{
    text-decoration: none;
    color:var(--title--);
}
img{
    border:none;
    max-width:100%;
}
::selection {
    background:var(--yellow--); 
    color:var(--foot--);
}   
::-moz-selection {
    background:var(--yellow--); 
    color:var(--foot--);
}  
::-webkit-selection {
    background:var(--yellow--); 
    color:var(--foot--);
}
body{
    width: 100%;
    min-width:320px;
    max-width:640px;
    margin:0 auto;
    background: #fff;
    font-size:14px;
    font-family:'-apple-system','Helvetica','sans-serif';
    line-height:1.5;
    overflow-X: hidden;
}
.containers{
    margin:0 auto;
    padding:0 14px;
}
.navi{
    position: absolute;
    width:28px;
    height:30px;
    padding:4px 2px;
    z-index: 999999;
    top:20px;
    right:20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.navi a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.navi span{
    width:100%;
    background: rgba(24, 34, 51, 1);
    border-radius: 1.5px;
    height:2px;
    margin-top:5px;
    display:block;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.navi.on span:last-child{
    display:none;
}
.navi.on  span:nth-child(1){
    transform: skewY(46deg) translateX(4px) translateY(-1px);
    -webkit-transform: skewY(46deg) translateX(4px) translateY(-1px);
    -moz-transform: skewY(46deg) translateX(4px) translateY(-1px);
    -ms-transform: skewY(46deg) translateX(4px) translateY(-1px);
    -o-transform: skewY(46deg) translateX(4px) translateY(-1px);
}
.navi.on span:nth-child(2){
    transform:skewY(-40deg) translateX(5px);
    width:100%;
}
header{
    min-width:320px;
    max-width:640px;
    width: 100%;
    height:70px;
    position:relative;
    top:0;
    z-index: 1001;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
}
header .logo{
    display:flex;
    justify-content: center;
    align-items:center;
    position: absolute;
    top:20px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
header .logo a{
    width:180px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
header.open{
    max-height: 100vh;
    min-height: 100vh;
    overflow: auto;
    background-color: #ffffff !important;
    box-shadow: 0 2px 3.92px 0.08px rgb(0 0 0 / 5%);
}
.header-nav{
    background: #ffffff;
    padding-bottom:160px;
    display: none;
    width:100%;
    position: absolute;
    left:0;
    top:70px;
}
.header-nav>ul>li>a{
    position: relative;
    display: block;
    padding:18px 36px 18px 15px;
    border-top: 1px solid #b7b7b8;
    font-size:18px;
    font-weight:200;
    color:#081f2c;
}
.header-nav>ul>li>a::after{
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../images/icon_menu-arrow.svg) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.header-nav>ul>li.nav-parent>a::after{
    background: url(../images/icon_plus_black.svg) no-repeat center;
    background-size: 11px 11px;
    width: 11px;
    height: 11px
}
.header-nav>ul>li.nav-minus>a::after{
    background: url(../images/icon_minus_black.svg) no-repeat center;
    background-size: 11px 11px;
    width: 11px;
    height: 11px
}
.header-nav>ul>li>ul{
    display:none;
}
.header-nav>ul>li>ul>li>a{
    position: relative;
    display: block;
    padding:14px 36px 14px 26px;
    border-top: 1px solid #b7b7b8;
    font-size:16px;
    font-weight:800;
    color:#081f2c;
}
.header-nav>ul>li>ul>li>a::after{
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../images/icon_menu-arrow.svg) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px
}
.banner .swiper-pagination-bullet{
    width: 16px;
    height: 6px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    background: rgba(255, 255, 255, .4);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.banner .swiper-pagination-bullet-active{
    width: 26px;
    height: 6px;
    background:rgba(255, 255, 255, 0.46);
}
.banner-pic{
    display: block;
    width:100%;
    line-height: 0;
}
.banner-pic img{
    width:100%;
    line-height: 0;
}
.tab{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.tab span{
    color: #303133;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.96px;
    position: relative;
}
.tab span::before,
.tab span::after{
    content: '';
    width: 16px;
    height: 3px;
    background:#96B737;
    position: absolute;
    left:-20px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.tab span::after{
    right:-20px;
    left:auto;
}
.tab p{
    color: #96B737;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.32px;
    padding-top:10px;
}
.about{
    background:#f5f6f8 url(../images/about-bg.png) no-repeat bottom center ;
    padding:50px 16px 20px 16px;
    position: relative;
}
.about-pic{
    padding:40px 0 10px 0;
}
.about-desc{
    color: #606266;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.28px;
    text-indent:2rem;
    padding-bottom:16px;
}
.about-more{
    width: 122px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background:#96B737;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.3px;
    margin:40px auto;
}

/* server */
.server{
    background: #95B637;
    padding:50px 16px 60px 16px;
}
.adva .tab p,
.adva .tab span,
.server .tab p,
.server .tab span{
    color: #FFF;
}
.adva .tab span::after,
.adva .tab span::before,
.server .tab span::after,
.server .tab span::before{
    background: #ffffff;
}
.server-main{
    padding-top:30px;
}
.server-li{
    overflow: hidden;
    border-radius:10px;
    background: #FFF;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    margin-bottom: 16px;
}
.server-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:12px;
}
.server-txt span{
    color: #303133;
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.36px;
}
.server-txt p{
    color: #909399;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.28px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* adva */
.adva{
    background: url(../images/adva_bg.jpg) no-repeat top center;
    background-size: cover;
    padding:50px 16px 100px 16px;
}
.adva-main{
    padding-top:50px;
}
.adva-li{
    padding:12px;
    height: 110px;
    border-radius: 12px;
    border:1px solid #EBEEF5;
    background: #FFF;
    margin-bottom: 16px;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.adva-txt{
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left:15px;
}
.adva-txt span{
    color:#303133;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.72px;
}
.adva-txt p{
    color:#606266;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
}
.adva-img{
    width:60px;
    height:60px;
}

/* news */
.news{
    background: #F5F6F8;
    padding:50px 16px;
}
.news-main{
    padding-top:35px;
}
.news-li{
    border-radius: 2px;
    border: 1px solid #EBEEF5;
    background:#FFF;
    padding:10px;
    margin-bottom: 12px;
}
.news-li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    height:100%;
}
.news-pic{
    width:80px;
    height:80px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.news-pic img{
    height:100%;
    max-width: auto;
}
.news-txt{
    flex:1;
    padding-right:14px;
}
.news-txt p{
    color: #303133;
    font-size: 15px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.6px;
}
.news-time{
    padding-top:8px;
}
.news-time span{
    color: #999;
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
    display: inline-block;
    padding-left:16px;
    position: relative;
}
.news-time span:first-child{
    margin-right:10px;
}
.news-time span:last-child::before,
.news-time span:first-child::before{
    content: '';
    width:14px;
    height:14px;
    background: url(../images/time.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.news-time span:last-child::before{
    background: url(../images/views.svg) no-repeat center;
    background-size: cover;
}
.navbox{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #E4E7ED;
}
.navbox-li {
    flex:1;
    height:60px;
    padding:4px 0;
}
.navbox-li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
}
.navbox-li a span{
    display: block;
    height:24px;
}
.navbox-li img,
.navbox-li svg{
    width:24px;
    height:24px;
}
.navbox-li p{
    padding-top:4px;
    font-size:14px;
    text-align: center;
    letter-spacing: 0.625371px;
    color: #8C8C8C;
}
.navbox-li.on a p{
    color:rgba(150, 183, 55, 1);
}
.navbox-li.on a span svg path{
    fill:rgba(150, 183, 55, 1);
}

.page_bar{
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    height:200px;
}
.page_bar .containers{
    height:100%;
    display:flex;
    align-items: center;
}
.page-box{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.page-box span{
    font-size: 25px;
    line-height:1.8;
    letter-spacing: 0.018em;
    color: #FFFFFF;
    text-shadow: 0px 4px 11px rgba(14, 53, 86, 0.46);
}
.page-box p{
    font-size: 14px;
    line-height: 1.6x;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-shadow: 0px 4px 11px rgba(14, 53, 86, 0.46);
}
.crumbs{
    padding:20px 0;
}
.crumbs ul{
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:0 10px;
}
.crumbs ul li{
    flex:1;
    overflow: hidden;
}
.crumbs ul li a{
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    padding:4px 0;
    font-size: 14px;
    line-height:1.8;
    letter-spacing: 0.04em;
    color: #606266;
    background: #F5F6F8;
}
.crumbs ul li:last-child{
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
}
.crumbs ul li:first-child{
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
}
.crumbs ul li.active a,
.crumbs ul li a:hover{
    color:#ffffff;
    background: var(--red--);
    border: 1px solid var(--red--);
}
.culture{
    padding:50px 16px 30px 16px;
    position: relative;
}
.culture-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:30px;
}
.culture-li{
    margin-bottom: 20px;
    line-height: 0;
}
.culture-txt{
    border: 1px solid #EBEEF5;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.culture-txt span{
    color: #303133;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;
}
.culture-txt p{
    padding-top: 4px;
    color: #606266;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.8px;
}
.honor{
    padding-bottom: 30px;
    position: relative;
}
.honor-main{
    position: relative;
    padding:20px 40px;
}
.honor-main img{
	width:100%;
}
.honor-main .swiper-button-next{
    right:6px;
    background-image: url(../images/next.svg);
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}
.honor-main .swiper-button-prev{
    left:6px;
    background-image: url(../images/next.svg);
}

.honor-main .swiper-button-next, 
.honor-main .swiper-button-prev{
    width:20px;   
    height:33px;
    background-size: cover;
}
.nav{
    padding:8px 0px 14px 10px;
    font-size:14px;
    color:#8d8d8d;
}
.nav a{
    font-size:14px;
    color:#8d8d8d;
    margin:0 6px;
}
.team-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:14px;
}
.team-top span{
    color: #202020;
    text-align: center;
    font-size:24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
}
.team-top p{
    color: #909399;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
    margin-top:10px;
}
.team-ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding:10px 0 30px 0;
}
.team-li{
    border-radius: 10px;
    border: 1px solid #EBEEF5;
    background: #FFF;
    margin:10px 12px;
}
.team-li a{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    padding:12px;
}
.team-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.team-txt span{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top:2px;
}
.team-txt span b{
    margin-right:14px;
    color: #303133;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.96px;
}
.team-txt span i{
    display: inline-block;
    border-radius: 4px;
    background: rgba(149, 182, 55, 0.10);
    padding:0 5px;
    height: 26px;
    line-height: 26px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-style: normal;
    color: #95B637;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.32px;
}
.team-pic{
    width:100%;
}
.team-pic img{
    width:100%;
}
.team-ranks{
    color:#303133;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.56px;
    margin:4px 0;
}
.team-desc{
    color: #909399;
    text-align: justify;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.52px;
}
.view{
    margin-top:10px;
    padding:0 16px;
}
.view h1{
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    line-height:1.4;
    color:#303133;
}
.view-time{
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.view-time span{
    font-size: 12px;
    margin: 0 10px;
    color: #999;
    line-height: 30px;    
}
.content{
    margin:10px 0;
    line-height: 1.6;
    color: #303133;
    font-size: 14px;
}
.prepage{
    line-height: 26px;
    margin:10px 0;
    color: #303133;
    font-size: 14px;
}
.prepage a{
    color:var(--red--);
}
.join-ul{
    padding:20px 16px;
}
.join-ul li{
    width: 100%;
    background: #F9F9F9;
    border-radius: 10px;
    padding:16px 12px ;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
    border: 1px solid #ffffff;
}
.join-ul li.on{
    background: #FFFFFF;
    border: 1px solid #E4E7ED;
}
.join-ul li>b{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #303133;
}
.join-ul li>p{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 4px;
}
.join-ul li>p span{
    display: inline-block;
    margin-bottom: 2px;
    padding-left: 10px;
    width: 33%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #606266;
}
.join-desc{
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #909399;
    padding:20px 16px;
}
.join-ul li::after{
    content: '';
    position: absolute;
    top:10px;
    right:20px;
    width:20px;
    height:20px;
    background:url(../images/job-click.svg);
    background-size: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.join-ul li.on::after{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
#about,
#wenhua,
#honner{
    position: absolute;
    top:0px;
}
/* 分页 */
.pagination {
	display: inline-block;
	border-radius: 4px;
    padding:.5rem 0 .8rem 0;
}
.pager {
	display: flex;
	justify-content: center;
	width:100%;
}
.pager li {
    display: none;
}
.pager li:first-child,
.pager li:last-child{
    display: inline;
}
.pager li span,  .pager li a {
	margin:0 8px;
	padding:10px;
    background:#ffffff;
	color:#202020;
    border-radius:4px;
    border-color:#fff;
}
.pager li a:hover,
.pagination > .active > span {
	background:var(--yellow--);
	color:#202020;
    border-color:#fff;
}
.pagination > .disabled > span {
	background: white !important;
	color:#202020;
    border-color:#fff;
}
.picture-ul{
    display: flex;
    flex-wrap:wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.picture-li{
    width:50%;
    padding:.2rem 1rem;
    margin-bottom: 1rem;
}
.picture-li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.picture-li a span{
    font-size:16px;
    color:#707070;
    display: block;
    padding-top:.5rem;
}
.picture-pic{
    width:100%;
    height:220px;
    overflow: hidden;
}
.picture-pic img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.picture-li:hover .picture-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}




