﻿/* 科技局列表页 主体 */
.main{
    background: #fff;
    padding: 20px 30px 30px 30px;
    min-height: 800px;
}
/* 左侧 */
.main .left{
    width: 260px;
    min-height: 400px;
}
.dqln{
    width: 100%;
    height: 70px;
     background: url("dqlm.png");
}
.dqlm_text{
    width: 85px;
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-right: 55px;
}
.lm_title{
    width: 260px;
    min-height: 200px;
}
.mt{
    margin-top: 5px !important;
}
.lm_title_name{
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #fef0f0;
    margin-top: 2px;
}
.lm_title_name a{
    display: block;
}
.active{
    background: url("jt.png")  #bc2423 no-repeat;
    background-position: 90% 50%;
}
.active a{
    color: #fff;
}
/* 右侧 */
.main .right{
    width: 850px;
    min-height: 400px;
}
.wz{
    width: 850px;
    height: 50px;
    background: #f4f4f4;
}
.wz_title{
    float: right;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
}
.right_main{
    width: 850px;
    margin-top: 15px;
    min-height: 400px;
}
.right_main ul{
    width: 100%;
    height: 150px;
}
.right_main li{
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}
/* 分页 */
#pages span{
    top: -3px;
}
#pages-num{
    border: 1px solid #e0e0e0;
}
 .main{
        min-height:100%
      }
    .right_main ul{
    	height:100%
    }
      .right_main li{
        height:47px;
        line-height:47px;
      }
      .lm_title_name a{
        overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
      }