@charset "utf-8";
.site_box{float:left;width:31%;margin:15px 10px;padding:20px;border:1px solid #ddd;}
.site_box:hover,
.site_box:active,
.site_box:focus{background-color: #f2f6f9;border-color: #1461ac;}
.site_box strong{position:relative;padding-bottom: 10px;color:#1461ac;font-size: 20px;font-family: 'nsr';font-weight: bold;line-height: 20px;word-wrap: break-word;word-break: keep-all;}
.site_box strong:before{content: "";display: block;position: absolute;bottom: 0;left: 0;width: 25px;height: 1px;background-color: #d7d7d7;}
.site_box .info{padding:12px 10px 0;}
.site_box .info ul li{padding:7px 0px;line-height:24px;min-height:69px;border-bottom:1px dotted #ddd;}
.site_box .info ul li em{display: inline-block;width:100%;color: #333;font-size: 17px;}
.site_box .info ul li span{text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word;word-break: keep-all;font-size:15px;color:#767676;display: inline-block;overflow: hidden;width: 100%;}
.site_box .more{width:100%;text-align:center;}
.site_box .more a{display:inline-block;height: 34px;line-height: 34px;border: 1px solid #ddd;margin: 10px 0 0;width: 106px;}
.site_box .more a:before{display:inline-block;background:url("/images/prog/common/more.png") no-repeat;width:9px;vertical-align: middle;margin-right: 5px;height: 13px;content:"";}
.site_box:hover .more a:before,
.site_box:focus .more a:before,
.site_box:active .more a:before{background:url("/images/prog/common/more_ov.png") no-repeat;}

.site_box:hover .more a,
.site_box:focus .more a,
.site_box:active .more a{border: 1px solid #1461ac;background-color: #1461ac;color: #fff;}

.paginate{display:block;clear:both;}

@media(max-width:1200px){
	.site_box{width:46%;}
}

@media(max-width:645px){
	.site_box{width:100%;margin:15px 0;}
	
}