       .cpzx1 .Branch .newProject>h1{
           float: left;
           color: #3c559a;
           font-size: 18px;
        }
       .cpzx1 .Branch .newProject .Proj_dt{
           float: right;
           margin-bottom: 30px;
       }
       .cpzx1 .Branch .newProject .Proj_dt li{
           float: left;
           cursor: pointer;
           height: 24px;
           margin-left: 13px;
           border-bottom: 6px solid transparent;
           color: #FFF;
           font-size: 12px;
       }
       .cpzx1 .Branch .newProject .Proj_dt .Selected{
           border-bottom: 6px solid #a8b2d2;
       }
       .cpzx1 .Branch .newProject .Proj_dd{
           clear: both;
           width: 1200px;
           position: relative;
       }
       .cpzx1 .Branch .newProject .Proj_dd .ov{
           width: 1200px!important;
           height: 366px;
           overflow: hidden;
           position: relative;
       }
       .cpzx1 .Branch .newProject .Proj_dd .move{
           width: 30000px;
           height: 100%;
           position: absolute;
           left: 0;
           top:0;
       }
       .cpzx1 .Branch .newProject .Proj_dd .move>li{
           float: left;
           width: 240px;
           height: 368px;
       }
       .cpzx1 .Branch .newProject .Proj_dd .prev ,  .cpzx1 .Branch .newProject .Proj_dd .next{
           cursor: pointer; width: 54px;height: 54px;background-image: url("img/cpzx-btm.png");background-repeat: no-repeat;position: absolute;right: -65px;}
       .cpzx1 .Branch .newProject .Proj_dd .next{top:0;background-position: -6px -6px ;}
       .cpzx1 .Branch .newProject .Proj_dd .prev{top:60px;background-position: -6px -68px ;}

       .cpzx1 .Branch .newProject .Proj_dd .move>li .box {
           float: left;
           width: 236px;
           height: 370px;
           margin-left: 5px;
           cursor: pointer;
       }
       .cpzx1 .Branch .newProject .Proj_dd .move>li .box p {
           width: 100%;
           height: 104px;
           line-height: 104px;
           background-color: #edeef2;
           text-align: center;
       }