//* CSS Document */
* {margin: 0; padding: 0;}
  .ALL  {width:100%;	}  
   a {text-decoration: none;color: black;}
p{font-size: 18px;}
body{margin:0 auto;width:100%;}
.yemian{margin: 0 auto;min-width: 1000px;width:100%;}
.shoutu{min-width: 1000px;width:100%;height: 400px; background:url(/images/shoutu-beijing.jpg);background-repeat:no-repeat; background-position: center;}
.shoutu-wenzi{margin:0 auto; width: 1000px;padding-top:260px;}
.shoutu-wenzi p{width: 1000px;font-size: 15px;  line-height: 25px;text-indent: 2em;color: #fff; text-align:justify;}

/*导航栏*/
.Nav{
	background-image:url(/images/beihaihaoren-nav.jpg);
	background-repeat:no-repeat; 
	background-position: center;	
    width:100%;
	min-width:1000px;
	height:100px;	
	margin:0 auto;	
}
.Navlist{	
	width:1000px;
	margin:0 auto;
	position: relative;
	
	}
.Navlist ul {
	margin-top:50px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	position: relative;
   }

.Navlist li {
	list-style-type:none;
    float: left;
}

.Navlist li a {
	font-weight:bolder;
    display: block;
    color: white;
    text-align: center;
	margin:0px 0px 0px 0px;
	padding: 24px 30px;
    text-decoration: none;
	font-size:23px;

}
.Navlist li a:hover {
   color:#a40514;
   text-shadow: 1px 2px 3px #580309;	
}

/*头条*/
.toutiao{width: 1000px;height: 200px; margin: 0 auto;padding:20px 0px;}
.toutiao h1{color: red;margin: 0 auto;text-align: center;padding:20px 0px;}
.zhaiyao{font-size: 16px;color:#868686; text-indent: 2em;line-height: 28px;text-align:justify; }
.gengduozixun{font-size: 18px;color:red; line-height: 30px; float: right;}

/*发布动态*/
.fabuhuodong{margin: 0 auto;width:1000px; height:210px;background:url(/images/fabuhuodong-bg.jpg);background-position: right;}
.fabuhuodong-list a{font-size:18px; line-height: 50px;}
.fabuhuodong-list ul{width:960px;height: 200px;padding:30px 0px 0px 40px;}
.fabuhuodong-list li{width:410px;padding:0px 20px;margin-right: 20px; float:left; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;list-style: disc;background-image: url(/images/biaotidian.png) ;background-repeat: no-repeat;background-position: left;}

/*北海好人板块*/
.beihaihaorenbang{margin: 0 auto;width:1000px;padding: 30px 0px;}
.beihaihaorenbang-biaoti{width: 1000px; height: 164px; background-image: url(/images/beihaihaore-bg.jpg);background-position: center;}
.beihaihaorenbang-tubiao{width: 281px;margin: 0 auto;padding-left:350px; float:left;}
.beihaihaorenbang-tubiao img{width: 281px;}
.beihaihaorenbang-riqi-tubiao {width: 200px;height: 46px;float: right;padding-top:50px;}
.beihaihaorenbang-riqi-tubiao img {width: 45px;height: 46px;float:left;}
.beihaihaorenbang-riqi-tubiao p{float:left;color: red;font-size: 18px;line-height: 46px;}

/*北海好人板块的下拉菜单*/
.dropdown{float:left;}
.dropbtn {color: white;font-size: 16px; border: none; cursor: pointer;}
.dropdown { position: relative; display: inline-block;}
.dropdown-content {display: none;  position: absolute; background-color: #f9f9f9; min-width: 180px; box-shadow: px 8px 16px 0px rgba(0,0,0,0.2);}
.dropdown-content a {    color: black;    padding: 12px 16px;    text-decoration: none;    display: block;}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content { display: block;}
.dropdown:hover .dropbtn { background-color: #3e8e41;}


/*路经*/
.lujing{padding-top: 10px;}
.lujing p{ color:#666565; text-decoration:none;   }
.lujing a{ color:#666565;  text-decoration:none; }	


/*列表*/ 
.liebiao ul{}
.liebiao li{width: 960px; padding:30px 20px; border-bottom: 1px dashed #9d9d9d;background-image: url(/images/biaotidian.png) ;background-repeat: no-repeat;background-position: left;height: 24px;}
.li-zhubiaoti{width: 800px;float:left;height: 60px;}
.liebiao li a{width: 200px; font-size:18px; line-height: 28px; font-weight: 500px; color:#000;padding:10px 0px;}
.liebiao li a:hover{ color:#a40514; }
.fabushijian{float: right; color:#666565;font-size: 14px;line-height: 28px;}

/*正文*/
.neirongye{width: 1000px;margin: 0 auto;}
.neirongye-zhubiaoti{padding:20px;}
.neirongye-zhubiaoti h1{ text-align: center;color:#2c2b2b;font-weight:500;line-height:40px;font-size:25px;}
.neirongye-biaoqian{padding-bottom:20px;border-bottom: 1px solid #BAB9B9; margin-bottom: 20px;}
.neirongye-biaoqian p{text-align: center;color:#666565;font-size:16px;}
.neirongye-zhengwen p{font-size:18px;color:#2c2b2b;line-height:35px;margin:15px 0;text-justify:inter-ideograph;}

/*尾部版权声明*/
.foot{width: 100%; padding:35px 0px;margin-top:50px; border-top: 1px solid #BAB9B9;}
.foot p{width: 1000px;margin:0 auto;padding:5px;text-align: center; color:#7D7D7D;font-size: 15px; }