@charset "utf-8";
.section-of1 .section-info{
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
    transition: height 0.2s;
}
.show .emas-mask{
    display: none;
}
.section-of1 ul{
	line-height: 32px;
}
.section-of1 ul li>h4{
	height: 38px;
	line-height: 38px;
	background-color: #0f954b;
	border-radius: 4px;
	color: #FFFFFF;
	margin: 50px 0 30px;
	text-align: center;
	padding: 0 20px;
	display: inline-block;
}
.section-of1 ul img{
	width: auto;
	margin: 0 auto;
	max-width: 100%;
}
.section-of1 ul h5{
    font-size: inherit;
}
.section-of1 .emas-mask{
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    background:linear-gradient(to bottom, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.8) 50%,#ffffff 100%);
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 60px 0 10px;
    color: #0f954b;
    cursor: pointer;
}
.emas-mask .icon-direction{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #0f954b;
    border-style: solid;
    transform: rotate(135deg);
    display: inline-block;
    margin-left: 5px;
}
.section-of2 .section-info{
    padding: 30px 30px 36px;
}
.section-of2 .line-hr{
    position: absolute;
    top:34px;
    width:0;
    border-right: 1px solid #e4e4e4;
    bottom: 34px;
    left: 50%;
}
.section-of2 ul li{
    line-height: 30px;
    padding-top: 8px;
    float: left;
    width:47%;
    color: #444;
}
.section-of2 ul li:nth-child(2n+1){
    margin-right: 6%;
}

.section-of2 ul li a{
    display: block;
}

.section-of2 ul li a:hover,
.section-of2 ul li a:hover p:first-child {
    color: #0e9249
}

.section-of2 ul li a p:first-child {
    float: right;
    color: #999;
}

.section-of2 ul li a p:last-child {
    margin-right: 110px;
}
