*{margin:0px;padding:0px}
        a:link{text-decoration:none; } 

        a:visited{text-decoration:none; }
                
        a:hover{text-decoration:none;}
                
        a:active{text-decoration:none;}
        #header{
            width:1000px;
            margin:20px auto;
        }
        
        #header .top .logo{
            width:100px;
            height:100px;
        }
        #header .logos{
            font-size:20px;
            vertical-align:middle;
            font-weight:bold;
            margin-left:10px;
        }
        
        #bei{
            background:#d50700;
        }
        #bei .bt2{
            width:1000px;
            margin:0 auto;
        }
        #bei .bt2 li a{
            color:#fff;
            font-size:20px;
        }
        .bt2 ul li{
            padding-left:20px;
        }
        .bt2 ul li a:hover{
            background:#76248a;
        }
        
        .bt2 ul li a:visited{
            background:#337ab7;
        }
        #main{
            width:1000px;
            margin:20px auto;
        }
        
        #main .lu{
            color:gray;
        }
        
        #main .wen{
            margin-top:20px;
            margin-left:10px;
            width:63%;
        }
        #main .wen a{
            color:#000;
        }
        #main .wen span{
            font-size:18px;
            font-weight:bold
        }
        
        #main .wen img{
            width:150px;
            height:100px;
            margin-right:20px;
        }
        #main .wen p{
           letter-spacing: 0;
          overflow: hidden;
          display: -webkit-box;
          text-overflow: ellipsis;
          -webkit-line-clamp: 3;  
          -webkit-box-orient: vertical;
          font-size:14px;
          color:gray;
        }
     
            #rmtj p{
                overflow: hidden;
                text-overflow:ellipsis;
                white-space: nowrap;
            }
      
        #main .lie{
            margin-top:20px;
            margin-left:2px;
            width:790px;
            
        }
        
        #main .content_main_con img{
            width:100%;
        }
        #main  .content_main_title{
        	width: 100%;
        	height: 60px;
        	line-height: 80px;
        	font-size: 20px;
        	font-weight: 600;
        	color: #444;
        	text-align: center;
        }
        
        #main .content_main_dis{
        	width: 100%;
        	height: 24px;
        	line-height: 24px;
        	color: #8e8e8e;
        	text-align: center;
        	margin-bottom: 20px;
        }
        
        #main .advert{
            margin:10px 2px;
            width:185px;
        }
        
        #main .adverts{
            margin:10px 2px;
            position:relative;
        }
        
        #main .adverts img{
            width:180px;
            height:135px;
        }
        
        #main .adverts  p{
            position: absolute;
            width: 180px;
            height: 30px;
            top:105px;
            background-color: black;
            background-color: rgba(0, 0, 0, 0.5);
            color: #fff;
            text-align: center;
            line-height: 40px;
            font-size: 20px;
        }
        
        #main article{
            margin:20px 25px;
        }
        #footer{
            margin-top:30px;
            width:100%;
            background:#fff;
            height:160px;
            font-size:16px;
        }