.license{
    width: 1400px;
    margin: 0 auto;
    display: flex;
}
.license h6{
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
}
.license dl{
       background: #fff;
    margin-right: 15px;
    width: calc(100% / 2);
    padding: 40px 40px;
    border: solid 2px #ebebeb;
}
.license dl:last-child{margin-right:0;}
/*.m-license .license dl:hover{border:7px solid #74E5BE;box-sizing:border-box;}*/
.license dl dt{
    font-size: 22px;
    color: #000000;
    font-weight: 700;
	position:relative;
	    text-align: center;
    margin-bottom: 40px;
}
.license dl dt:before{content:'';display:inline-block;width: 100%;height:92px;margin: 0 auto;margin-bottom: 14px;}
.license dl:nth-child(1) dt:before{background:url('/pages/basic/img/sub/license-ico1.png') center no-repeat;}
.license dl:nth-child(2) dt:before{background:url('/pages/basic/img/sub/license-ico2.png') center no-repeat;}
.license dl dd{
    font-size: 17px;

    line-height: 23px;
    letter-spacing: 0px;
    margin:  0 auto;
    display: flex;
    justify-content: center;
}
.before-none:before{display:none !important;}


@media screen and (max-width:1400px){
.license {
    width: 100%;}
	}

/****** Mobile ******/
@media screen and (max-width:690px){
.license{
    width: 100%;
    margin: 0 auto;
    display: block
}
.license h6{
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
}
.license dl{
    width: 100%;
    background: #fff;
    margin-right: 15px;
    padding: 20px 10px;
    text-align: center;
    display: block;
	 margin-top: 15px;
}

}