
      a:link,a:visited,a:active{text-decoration:none;}
      a:hover{text-decoration:underline;}

      #header {
        padding-left: 15px;
        padding-right: 15px;
        
      }
      .navbar-collapse .navbar-nav{width:100%;}
     
      .navbar-nav>li>a {
       padding-top: 7px;
       padding-bottom: 7px;
       color: #FFF;
       }
	   .nav li {line-height:34px;}
	   .nav li a{display:block; padding:0; text-align:center; line-height:34px;}
        .navbar-default .navbar-nav > li > a {
         color: #fff;
        }
        .navbar-default .navbar-nav > li > a:visited {
         color: #fff;
        }

        .navbar-default .navbar-nav > li >a:hover{
        text-decoration: none;
        color: #fffd4c;
        }
        .navbar-default .navbar-nav > li > a:active {
         color: #fff;
        }

        .navbar-nav>li:first-child {
       width: 12.5%;
       text-align: center;
       }

       .navbar-nav>li:not(:first-child) {
       background: url(../images/navpart.png) no-repeat 0 0;
       width: 12.5%;
       text-align: center;
       }
       .navbar {
       min-height: 37px;
       background: url(../images/nav-bg.png) repeat-x 0 0;
       border-width: 0px;
       }

       .panel{
        background:#f6f6f6;
       }

       .panel-heading{
        min-height: 33px;
        padding: 0px;
        margin: 0;
        background: url(../images/titlebgl.png) repeat-x 0 0;
       }
       .panel-heading h1{
        height: 32px;
        line-height: 32px;
        text-indent: 50px;
        background: url(../images/titlebgt.png) no-repeat 0 0;
        
        color: #FFF;
        text-align: left;
        }
        .lanmu-title-bg{
         height: 32px;
        background: url(../images/titlebgr.png) no-repeat right 0;
        }
        .lanmu-title-bg-2{
         height: 32px;
        background: url(../images/titlebg.png) no-repeat right 0;
        }
        .cBMore{
          right: 28px;
          height: 32px;
          line-height: 32px;
          width: 60px;         

        }
        .cBMore a {
         color: #FFF;
          }
        .cBMore a:hover {
        text-decoration: underline;
        }
        .cBMore a:link,.cBMore a:visited,.cBMore a:active {
        text-decoration: none;
        }
        .col-md-9{
          padding-right: 5px;
        }
        .col-md-3{
          padding-left: 5px;
        }
        .col-md-4{
          padding-right: 5px;
        }
        .col-md-5{
          padding-left: 5px;
          padding-right: 5px;
        }
        .lanmu li {
          /*height: 32px;*/ text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
          line-height: 32px;
          border-bottom: #e6e6e6 1px solid;
          background: url(../images/list-style1.png) no-repeat 5px center;
          text-indent: 20px;
         }
         .lanmu li a{
           color: #002;
         }
         #carousel-example-generic{
          margin-left: 10px;
         }


        .list {
            border: #d2d2d2 1px solid;
            background: url(../images/lumline1.png) repeat-x 0 0;
            min-height: 400px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .list ul {
            padding-top:20px;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 20px;

        }

        .list li {
            height: 28px;
            line-height: 28px;
            border-bottom: #eaeaea 1px solid;
            background: url(../images/list-style4.png) no-repeat 8px center;
            padding-left: 25px;
        }

        .list li a:link,.list li a:visited,.list li a:active {
            color: #020202;
            text-decoration: none;
        }
        .list li a:hover {
            color: #020202;
            text-decoration: underline;
        }

        .list li span {
            margin-right: 20px;

        }
        .list-pos a:link,.list-pos a:visited,.list-pos a:active{
          color: #020202;
          text-decoration: none;
        }
        .list-pos a:hover{
          color: #020202;
          text-decoration: underline;
        }

        .arcTitle{
          font-size: 20px;
          font-weight: bold;
          color: #282828;
          text-align: center;
          padding: 30px 30px 10px;
        }

        .arcTags{
          color: #949494;
          text-align: center;
        }
        .arcCont{
          padding: 20px 30px;
          line-height: 26px;
        }



        #footer{
          background:#f6f6f6;
          border-top: 1px solid #e5e5e5;
          color: #777;
          padding: 19px 0;          
        }
