.dept_site_link {
    float: right;
    margin-bottom: 20px;
    display: block;
    width: 210px;
    height: 45px;
    line-height: 43px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    background: #871919 url(/pages/basic/img/sub/site_link_home.png) left top no-repeat;
    padding-left: 45px;
    box-sizing: border-box;
    letter-spacing: -.02em;
}
.dept_site_link:hover{background-color:#fff;color: #080808;border: 1px solid #cfb99e;background-position:0 -45px;text-decoration:none;}

.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% / 3);
       padding: 40px 20px;
       text-align: center;
       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;
	
    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/scholarship_ico1.png') center no-repeat;}
.license dl:nth-child(2) dt:before{background:url('/pages/basic/img/sub/scholarship_ico2.png') center no-repeat;}
.license dl:nth-child(3) dt:before{background:url('/pages/basic/img/sub/scholarship_ico3.png') center no-repeat;}
.license dl dd{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 23px;
    letter-spacing: 0px;
}
.before-none:before{display:none !important;}
.license dl dd span{display:block; font-size:20px; color:#000; margin-top:5px}
.license dl dd span.point1{font-size:26px;color: #619d7c;line-height: 38px;}
.license dl dd span.point2{font-size:14px;     color: #666;}
@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;
}

}