body {background: #f2f2f2;}
.main{width: 1200px;margin: 0 auto;/*position: relative;*/overflow: hidden;}

/*面包屑*/
.xsy_now{ background:#fff; height:45px; display:block; line-height:45px; font-size:18px; margin:40px 0 10px; padding:0 20px;}
.xsy_now a {
    color: #333333;
    font-family: "microsoft yahei";
    font-size: 18px;
}




.xsy_rcontent2{ float:left; width:96%; background:#fff; padding:20px 2%; margin:0 0 30px;}
/*通栏*/
.dlist_title{ float:left; width:100%;font-size: 29px;line-height: 45px;margin:5px 0; text-align:center;}
.dlist_title a {
    font-size: 29px;
    font-family: "microsoft yahei";
    color: #333333;
}
.dlist_subtitle{ font-size:20px; line-height:25px;  margin-top:5px; margin-bottom:5px;display:block; text-align:center;}
.dlist_con1{ float:left; width:98%; margin:0  ;font-size: 14px;color: #000000;line-height: 29px;margin-top: 33px;text-align: left;margin-bottom: 20px;}

/* Map */
.mapbox { min-height: 500px;width: 100%;margin: 40px 0;float: left; }
.mapcc { margin-bottom: 12px;width: 97%; overflow: hidden;background-color: #f2f2f2;border: 1px solid #dedede;border-radius: 4px;padding: 12px 16px; }
.mapcc h3 { color: #434344; }
.mapcc ul { width: 96.8%;overflow: hidden;background-color: #fff;border-radius: 4px; }
.mapcc li { float: left;border-right: 1px solid #666;padding-right: 20px;margin: 5px 10px; }
.mapcc li:last-of-type { border-right: none; }
.mapcc a {font-size: 14px;color: #434344;font-family: "microsoft yahei";}
.mapbox div:nth-child(2) {display: none;}
/* END Map */


/*文章列表*/
.xsy_rul1{ float:left; width:100%; padding:20px 0; border-bottom:1px solid #e7e5e5;}
.xsy_rul1 li{ float:left; width:100%; height:35px;line-height:35px; }
.xsy_rul1 li a{float:left;color:#000;font-size:16px;font-family: "microsoft yahei";padding-left:20px;background:url(/uiFramework/commonResource/zip/lnhql_image/lnhql_image/sy05.jpg) 0 14px no-repeat;}
.xsy_rul1 li span{float:right;color:#898989;font-size:14px;font-family: "microsoft yahei";}


/*手机端*/
@media screen and (max-width: 750px)
{
body{overflow-x: hidden;}
.main {
    width: 100%;
}
.mapcc {
    width: 90%;
}
.xsy_rul1 li a {
    width: 70%;
    height: 35px;
    overflow: hidden;
}
}