.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:.3rem;
}

.header form{
    width: 2.56rem;
	height: .6rem;
	background-color: #f6f6f6;
	border-radius: .3rem;
    display: flex;
    align-items: center;
}

.header form input{
    flex:1;
    overflow: hidden;
    border:none;
    background: none;
    padding-left: .3rem;
    font-size: .24rem;
    color:#999;
    outline: none;
}

.header form button{
    border:none;
    width: .29rem;
	height: .29rem;
    background: url('../images/search.png')no-repeat center;
    background-size: 100% 100%;
    margin-right: .18rem;
}

.index-swiper{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.nav{
    height: .82rem;
    background: #62bd3a;
}

.nav ul{
    display: flex;
    align-items: center;
}

.nav ul li{
    height: .82rem;
    line-height: .82rem;
    width: 1.91rem;
    text-align: center;
    flex-shrink: 0;
}

.nav ul li a{
    font-size: .28rem;
    color:#fff;
}

.nav ul li.active{
    background: #81CA61;
}


.index-swiper img{
    width: 100%;
    height: 3.3rem;
}

.index-comment-news{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.07rem;
	border: solid 1px #62bd3a;
}

.index-comment-news .tags{
    height: 100%;
    width: .29rem;
    background: #62bd3a;
    text-align: center;
    line-height: .5rem;
    font-size: .24rem;
    color:#fff;
    padding:0 .1rem;
}

.index-comment-news .img{
    width: 2.8rem;
	height: 1.6rem;
    margin-right: .2rem;
}

.index-comment-news .img img{
    height: 100%;
    width: 100%;
}

.public-list{
    margin:.35rem 0;
}

.public-list ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:.3rem 0;
}

.public-list ul li .yd{
    width: .09rem;
	height: .09rem;
	background-color: #62bd3a;
    border-radius: 50%;
}

.public-list ul li .name{
    font-size: .26rem;
    color:#333;
    margin:0 .2rem;
}

.public-list ul li .time{
    font-size: .24rem;
    color:#999;
}

.public-title{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: .24rem;
    margin-bottom: .25rem;
}

.public-title span{
    font-size: .3rem;
    color:#62bd3a;
    font-weight: bold;
}

.public-title a{
    font-size: .24rem;
    color:#999;
}

.index-read .name{
    font-size: .3rem;
    color:#333;
}

.index-read .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .2rem;
}

.index-read .img{
    width: 2.4rem;
	height: 1.5rem;
}

.index-read .img img{
    width: 2.4rem;
	height: 1.5rem;
}

.index-read .info{
    margin-left: .25rem;
    font-size: .24rem;
    color:#888;
    line-height: .4rem;
}

.index-read .time{
    color:#999;
    margin-top: .1rem;
}

.yd-list ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:.4rem 0;
    position: relative;
}

.yd-list ul li:last-child{
    margin-bottom: 0;
}

.yd-list ul li:first-child{
    margin-top: .3rem;
}

.yd-list ul li:last-child::after{
    display: none;
}

.yd-list ul li::after{
    content: '';
    position: absolute;
    top:.4rem;
    left:.08rem;
    height: .35rem;
	border: solid .01rem #d2d2d2;
}

.yd-list ul li .img{
    width: .19rem;
	height: .21rem;
}

.yd-list ul li .name{
    margin:0 .15rem;
    font-size: .26rem;
    color:#525252;
}

.yd-list ul li .time{
    font-size: .26rem;
    color:#999;
}

.box{
    margin-bottom: .2rem;
}

.index-news-rank ul li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .3rem;
}

.index-news-rank ul li:nth-child(-n+4) .num{
    background: #62bd3a;
}

.index-news-rank ul li .num{
    width: .34rem;
	height: .34rem;
	background-color: #bfbfbf;
    text-align: center;
    line-height: .34rem;
    font-size: .24rem;
    color:#fff;
    margin-top: .05rem;
}

.index-news-rank ul li .right{
    border-bottom: 1px dashed #dcdcdc;
    margin-left: .15rem;
    font-size: .24rem;
    color:#888;
    padding-bottom: .2rem;
}

.index-news-rank ul li .name{
    color:#525252;
    font-size: .3rem;
    margin-bottom: .1rem;
}

.links-list{
    display: flex;
    flex-wrap: wrap;
}

.links-list a{
    font-size: .24rem;
    color:#666;
    margin-right: .4rem;
    margin-top: .2rem;
}

.footer{
    background: #333;
    text-align: center;
    padding:.4rem 0;
    font-size: .24rem;
    color:#999;
}


.footer p{
    margin:.15rem 0;
}

.footer a{
    display: inline;
    margin-right: .1rem;
    color:#999;
}