.c1 .title-c{
	border-bottom: 1px solid #f3f3f3;
	position: relative;
	padding-top: 2rem;
}
.c1 .title{
	width: 1020px;	
	margin: 0 auto;
	position: relative;
}

.c1 .title h3{
	font-size: 1.2rem;
    border-bottom: 3px solid #004d8b;
    width: 7em;
    position: relative;
    top: 2px;
    line-height: 2;
    font-weight: 900;
    padding-bottom: 1rem;
}

.c1 .item-c{
	padding: 50px 0;
	width: 1020px;
	margin: 0 auto;
}

.c1 .item{
    overflow: hidden;
    border: 1px solid #eaeaea;
    margin-bottom: 40px;
    padding: 1rem;
}

.c1 .item > div{
	float: left;
}

.c1 .item .img-c{
	width: 25%;
	padding: 10px;
}

.c1 .item .text-c{
	width: 65%;
	padding-left: 1%;
}

.c1 .item .text-c h3{
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 900;
}

.c1 .item .text-c h5{
	display: inline-block;
    padding: 5px 14px;
    background: #014d8b;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    border-radius: 20px;
    margin: 1rem 0rem 1rem 0rem;
}

.c1 .item .text-c ul{
	padding-top: 10px;
}

.c1 .item .text-c li{
	/*padding-left: 1em;*/
	position: relative;
	font-size: 15px;
    color: #000;
    margin-bottom: 0.5rem;
}

.c1 .item .text-c li:after{
	content : '•';
    position: absolute;
    left: -15px;
    top: -4px;
    font-size: 20px;
    color: #b7b7b7;
}


.c1 .item .icon-c{
    width: 10%;
    text-align: center;
    line-height: 275px;

}

.c1 .item .icon-c .icon{
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url('/home/img/icon1.png');
    vertical-align: middle;
    cursor: pointer;
}

.c1 .item  .icon-c .icon:hover{
    background: url('/home/img/icon2.png');
}