﻿

.wip_col_bg{
    width: 100%;
    margin-bottom: 26px;
}
.wip_locat_bg{
    width: 100%;
    /*min-width: 1200px;*/
    background: #ededed;
}
.wip_locat{
    width: 1200px;
    margin: auto;
    color: #454545;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}
.wip_locat img{
    margin-bottom: 2px;
    margin-right: 5px;
    margin-left: 2px;
}
.wip_locat a{
    color: #454545;
}

/*   zuo       */

.wip_col{
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    overflow: visible;
}

.wip_col_left{
    width: 292px;
    height: 788px;
    background: #f5f5f5;
    padding-top: 18px;
    overflow: visible;
}

.wip_col_top{
    width: 300px;
    height: 58px;
    background: url(col_top.png) no-repeat;
    margin-left: -8px;
    text-indent: 42px;  
    overflow: visible;
}
.wip_col_top a{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
}

.tab_con_title{
    margin-top: 26px;
}
.tab_con_li{
    line-height: 45px;
    text-indent: 40px;
    background: url(font_col.png) no-repeat 36px 20px;
    font-size: 17px;
    border-left: 7px solid #f5f5f5;
}
.tab_con_a{
    width: 240px;
    display: inline-block;
    color: #000000; 
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;
}
.tab_con_li:hover{
    background: url(font_col_hover.png) no-repeat 36px 20px;
    border-left: 7px solid #d72025;
}
.title_tab_hover{
    background: url(font_col_hover.png) no-repeat 36px 20px;
    border-left: 7px solid #d72025;
}



.wip_col_right{
    width: 870px;
    height: auto;
    /*min-height: 788px;*/
    margin-left: 30px;
    background: #f9f9f9;
    border: #dedfdf 1px solid;
    padding: 3px 25px  0px 25px;
    
}

.con_tab{
    margin-top: 13px;
}
.list_new {
    font-size: 17px;
    line-height: 45px;
    border-bottom: #e8e8e8 1px dashed;
}
.list_new img{
    margin-left: 2px;
    margin-right: 8px;
}
.list_new a{
    color: #333333; 
    width: 690px;
     overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;
}
.list_time{
    color: #999999;
}
.pageing {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .pageing ul {
    overflow: hidden;
    margin-left: 0px;
    margin-top: 4%;
  }
  .pageing ul li {
    float: left;
    font-size: 0.7em;
  }
  .pageing ul li a {
    display:block;
    padding: 10px 20px;
    color: #686869;
    border: 1px solid #dbdbdc;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
  }
  .pageing ul li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #003366;
    color: #fff;
  }

  @media screen and (max-width: 980px) {
  .pageing {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .pageing ul {
    overflow: hidden;
    margin-left: 0px;
    margin-top: 4%;
  }
  .pageing ul li {
    float: left;
    font-size: 0.7em;
  }
  .pageing ul li a {
    padding: 10px 20px;
    color: #686869;
    border: 1px solid #dbdbdc;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
  }
  .pageing ul li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #c6021a;
    color: #fff;
  }
   .wip_col{width:100%;}
  .wip_col_left{width:100%;float:none;height:auto;}
  .tab_con_a{width:80%;overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;}
  .wip_col_right{width:100%;margin-left: 0;padding:0;}
  .list_new a{width:70%;margin:0 auto;}
  .list_new img{margin-right: 4px;}
  .wip_locat{width:100%;}
  }