body{
    /* background-color: #eeeeee; */
}



h1{
    font-size: 32px;
    text-align: left;
    margin-bottom: 23px;
    font-weight: bold;
    color: #009944;
}
@media all and ( max-width:  750px) {
	h1{
		font-size : 0.32rem;
		margin-bottom: 0.23rem;
	}	
}

h2.entry-title{
    margin-top : 8px;
    font-size : 2.2rem;
}
p,div{
    /* font-size : 1.6rem; */
}

header.entry-header{
    margin-bottom : 56px;
}



a.block{
    display: flex;
    -js-display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px dashed #b3b3b3;
    padding-top: 29px;
    padding-bottom: 29px;
    width : 100%;
}
a.block:first-child{
	padding-top : 0;
}

@media ( max-width : 750px) {
	a.block{
        padding-top: 0.25rem;
        padding-bottom: 0.29rem;
        /* align-items: flex-start; */
        /* -webkit-align-items: center; */
    }
    a.block:first-child{
    	
    }
}
 
a.block i{
    /* width : 32px; */
    /* height : 32px; */
    color : #fff;
    -js-display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-size: 18px;
    color: #8fc31f;
}
@media ( max-width : 750px) {
	a.block i{
        /* width : 1.6rem; */
        /* height : 1.6rem; */
        font-size: 0.26rem;
        position: relative;
        top: 0.13rem;
        right: 0rem;
    }
}


a.block div.bundle{
    display: flex;
    -js-display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
    width : 90%;
}
@media ( max-width : 1000px) {
	a.block div.bundle{
        display: block;
    }
}

a.block div.bundle div.date{
     width: 125px;
     color: #999999;
}  

a.block div.bundle div.cate{
	
background-color: #009944;
	
color: #fff;
	
border-radius: 10px;
	
min-width: 160px;
	
padding: 10px;
	
text-align: center;
	
padding-left: 20px;
	
padding-right: 20px;
	
position: relative;
	
top: 5px;
}
@media ( max-width : 1000px) {
	a.block div.bundle div.date{
		display: inline-block;
	}
	a.block div.bundle div.cate{
		display: inline-block;
	}
}

@media ( max-width : 750px) {
    a.block div.bundle div.date{
        width : auto;
        margin-bottom: 0.19rem;
        display: inline-block;
        margin-right: 0.32rem;
    }
    a.block div.bundle div.cate{

display: inline-block;

min-width: 1.6rem;

padding: 0.05rem 0.2rem;

position: relative;

top: 0.05rem;
}
}

a.block div.bundle h3{
   width: calc(100% - 285px);
   font-weight: bold;
   color: #009944;
   padding-left: 20px;
   font-size: 16px;
}
@media ( max-width : 1000px) {
	a.block div.bundle h3{
		 width: 100%;
		 padding-left : 0;
		 margin-top : 15px;
	}
}
@media ( max-width : 750px) {
    a.block div.bundle h3{
        width : 100%;
        font-size: 0.26rem;
        padding-left: 0;
        margin-top : 0;
     }
}


