/*****------------- 重点领域信息 --------------*****/
.zdly-list{position: relative;
    margin: 0 -16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}
.zdly-list li{float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;    width: 33.33333%;margin-top: 20px;}
.zdly-list li a {
    display: block;
    font-weight: bold;
	font-size: 16px;
    padding: 20px 15px 20px 24px;
    line-height: 30px;
    border: 1px solid #eeeeee;
    box-shadow: 0 1px 5px rgba(0,0,0,.05);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}





@media screen and (max-width:1000px){
	.zdly-list li{width: 50%;padding: 0 8px; }
	.zdly-list{margin: 0 -8px;}
	
	
}

@media screen and (max-width:750px){
	.zdly-list li{width: 100%;margin-top: 15px;}
	.gl_tit_r p{padding-right: 25px;}
	.gl_tit_r p::after{right: 5px;}
	
}





