    

        .header-bottom {
            width: 1008px;
            height: 50px;
            margin: 0 auto;

        }

        .head-bg {
            background: url("../images/xian.png") no-repeat;

        }

        .title-ul li {
            float: left;
            /*  width: 99px;*/
            height: 50px;
            color: #ffffff;
            font-size: 16px;
            line-height: 50px;
            text-align: center;
            /* margin-top: 10px;*/
        }
		.title-ul li a{
			 color: #ffffff;
			}
		.title-ul li a:last-child{
			 color: #f6ba6a;
			}
        .title-ul .active {
            background: #ffffff;
            color: #008fcb;
        }

        .title-ul-r {
            float: right;
        }

        .title-ul-r li {
            float: left;
            width: 59px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
            position: relative;
        }

        .title-ul-r li img {
            vertical-align: middle;
        }

        .title-ul-r li:hover .li-p {
            display: block;
        }

        .title-ul-r .b-xian {
            width: 2px;
            height: 47px;
            margin-top: 1px;
            background: url("../images/b-xian.png");
        }

        .li-p {
            height: 22px;
            line-height: 22px;
            position: absolute;
            bottom: -18px;
            left: 2px;
            border: 1px solid #dddddd;
            font-size: 12px;
            padding: 0 3px;
            background: #ffffff;
            display: none;
        }
        .main {
            width: 1023px;
            /*height: 684px;*/
            height:auto!important; 
						height:380px; 
            min-height: 380px;
            background: #f4f6f7;
            margin: 0 auto;
            padding: 29px 13px;
        }

               .yincang {
                          position: absolute;
                          /*  top: 0px;*/
                          left: -162%;
                          margin-left: -510px;
                          width: 1008px;
                          z-index: 9998;
                          border-bottom: 1px solid #72c5e5;
                          border-left: 1px solid #72c5e5;
                          border-right: 1px solid #72c5e5;
                      }
              
                      .table {
                          background: #ffffff;
                          border: 1px solid #d2d2d2;
                          border-collapse: collapse;
                      }
              
                      .table tr td {
                          width: 126px;
                          height: 127px;
                          text-align: center;
                          border: 1px solid #f4f4f4;
                          position: relative;
                          cursor: pointer;
              
                      }
              
                      .name {
                          font-size: 16px;
                          color: #545454;
                          margin-top: 55px;
                      }
              
                      .table tr td:hover {
                          background: #0d97c9;
                      }
              
                      .table tr td:hover .name {
                          color: #ffffff;
                      }
              
                      .w-img {
                          display: none;
                      }
              
                      .table tr td:hover .b-img {
                          display: none;
                      }
              
                      .table tr td:hover .w-img {
                          display: block;
                      }
              
                      .table tr td img {
                          width: 40px;
                          height: 40px;
                          position: absolute;
                          top: 20px;
                          left: 45px;
                      }
              
                      .table tr td:hover .td-box {
                          display: block;
                      }



        .content {
            width: 1020px;
            padding-top: 25px;
            border:1px solid #72c5e5;
            margin: 0 auto;
            background: #ffffff;
        }

        .content ul {
            padding-right: 22px;
        }

        .content ul li {
            color: #a1a1a1;
            position: relative;
            margin-bottom: 20px;
            height: 20px;
            padding-left: 15px;
        }

        .point {
            width: 6px;
            height: 6px;
            float: left;
            background: url("../images/point.png");
            margin-right: 10px;
            margin-top: 8px;
        }

        .content ul li a {
            display: block;
            color: #000;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            float: left;
        }

        .new {
            color: red;
            font-size: 12px;
            float: left;
        }

        .time {
            position: absolute;
            top: 0;
            right: 0;
        }


        .page {
            width: 490px;
            height: 25px;
            margin:20px auto;
        }

        .page ul li {
            float: left;
            font-size: 14px;
            padding: 2px 8px;
            margin-right: 9px;
            color:#a0a0a0;
            background: #ffffff;
            cursor: pointer;
            border:1px solid #dddddd;
         }