/*公共样式*/
        *{padding: 0;margin: 0}
        li{list-style: none}
        a{text-decoration: none;color: #555555}
        .banner_box{background: url("ej_bg.gif") repeat-x;}
        .main,.banner{width: 1212px;margin:0 auto}
        .main{overflow: hidden;padding-top: 16px}
        .main_left{
            width: 860px;
            height: 680px;
            float: left;
        }
        .main_right{
            width: 280px;
            height: 680px;
            float: right;
        }
        
        .main_left .main_left_title{
        	height: 30px;
        	background: url(liebbg.gif);
        }
        .main_left .main_left_title p{
        	font-size: 14px;
    		color: #046fa3;
    		line-height: 30px;
    		margin-left:15px;
        }
		
		.flsm{
			margin-top:30px;
		}
        
		.flsm p{
			line-height:32px;
			font-size:14px;
		}
        
              /*站内最新更新*/
        .znzxgx{
            background: #eeeeee;
            margin-top: 20px;
        }
        .znzxgx h1{
            font-size: 14px;
            color: #555555;
            height: 38px;
            line-height: 38px;
            border-bottom: 1px solid #ccc;
            font-weight: 500;
            text-align: left;
            width: 90%;
            margin: 0 auto;
            padding-left: 1%;
        }
        .znzxgx_list{
            background: url("zxxx_bg.gif") 10px 0 no-repeat;
            padding-left: 40px;
            padding-bottom: 30px;
        }
        .znzxgx_list{background: none}
        .znzxgx_list li{
            margin-top: 15px;
        }
        .znzxgx_list a{
            font-size: 14px;
            color: #565656;
        }
        .znzxgx_list a:hover{
            font-size: 14px;
            color: #898989;
            text-decoration: underline;
        }