.product_main{
               width: 1200px;
               margin:40px auto;
             }

.product_left h3{
                    color: #ffffff;
                    background:url("../images/cp_top.jpg") no-repeat 100%;
                    background-size: 100%;
                }

.product_left{
                    float: left;
                    width: 300px;
                }

.product_left h3{
                    text-align: center;
                    height:60px;
                    line-height:60px;
                 }

/*侧边的导航栏目*/
#nav_con .second_menu_box .left_menu{
                                       background: #727272;
                                       line-height: 50px;
                                       margin: 5px 0 0 0;
                                   }


#nav_con .second_menu_box .left_menu:hover{background: #008fe7;}
#nav_con .second_menu_box .left_menu a{ color: #ffffff;font-weight: bolder;}

.second_menu li{border-bottom: 1px dashed #000;}

.left_menu span{margin:0 10px;}


.second_menu{
                 background: #cccccc;
                 display: none;
               }

.second_menu li a{color: #000;!important}

#nav_con .second_menu_box .left_menu .second_menu_title{color: #666;padding-left: 36px;}

/*右边*/
.news_right_inf{border-bottom: 1px solid #727272;}
.news_right_com{
    float: left;
    height: 47px;
    line-height: 47px;
    font-size: 20px;
    font-weight: 600;
    color: #4c4c4c;
}
.news_right_p{float: right;}

.news_right_p li{
    float: left;
    height: 47px;
    line-height: 47px;
    margin:0 10px;
}
.news_right_p li a{
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 600;
}
.product_right{width: 850px;
               float: right;
              }
.product_list ul li {
                        list-style-type: none;
                        width: 50%;
                        float: left;
                        margin:10px 0;
                        height: 211px;
                        border-bottom: 1px solid #ccc;
                    }

.product_list ul li a{
                        /*height:100%;*/
                        display: block;
                        color: #6c6c6c;
                        margin-top: 10px;

                    }

.product_f{
            width:160px;
            float: left;
          }

.product_f img{
                /*max-height:160px;*/
                 width: 170px;
                 height: 150px;

              }
.product_f span{color: #0A8CD2;text-align: center;display: block;}

.product_r{
              width:260px;
              /*margin-left: 20px;*/
              float: right;
              max-height: 180px;
              padding:2px 24px;
              overflow: hidden;
              display: -webkit-box;
              text-overflow: ellipsis;
              line-clamp:4;
              -webkit-line-clamp:4;
              -webkit-box-orient: vertical;
              font-size: 14px;
              line-height: 25px;
             }

  .product_r  span{
                    display: block;
                   color: #0090e7;
                   font-weight: bolder;
                   padding-bottom: 10px;}


/*分页*/
.page{  width:600px;
         float: right;
      }
.page ul li{
              float: left;
              width: 40px;
              height: 40px;
              line-height: 40px;
              border: 1px solid #666;
              text-align: center;
              background: #cccccc;
              margin: 0 5px;
          }

.page ul li a{color: #ffffff;}
.active{
         background: #337ab7;
        }