/*paimai_02_css*/

.news_area .choose {
    height: 30px;
    line-height: 30px;
    padding: 10px 0px;
    margin: 10px 0px;
    position: relative;
}

.news_area .choose div {
    display: inline-block;
    padding-right: 5px;
    font-size: 16px;
}

.news_area .choose .btn {
    background-color: #e10000;
    padding: 0px 10px;
    font-size: 14px;
    color: white;
    text-align: center;
    position: relative;
    top: -2px;
}

.news_area .choose .chg_views {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #999;
}

.news_area .title {
    margin-top: 10px;
    width: 960px;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    background-image: url(/images/icons/bg_news_area_title.png);
    background-repeat: repeat-x;
}
 .title1 {
    margin-top: 10px;
    width: 960px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    background-image: url(/images/icons/bg_news_area_title.png);
    background-repeat: repeat-x;
}

.news_area table {
    width: 960px;
    border-bottom: 1px dotted #969696;
    text-align: center;
}

.news_area table th,
td {
    text-overflow: ellipsis;
   /*  overflow: hidden;
    white-space: nowrap; */
}

.news_area table tr {
    font-size: 14px;
}

.news_area table tr:nth-child(1) {
   /*  font-size: 16px; */
   line-height:20px;
}

.news_area .tr1,
.tr2 {
    height: 40px;
    line-height: 40px;
}

.news_area table .tr1 {
    background-color: #f9f9f9;
    border-bottom: 1px dotted #969696;
   /*  font-size:16px; */
   line-height:20px;
}

.news_area table .tr2 {
    color: #898686;
    line-height:20px;
   /*  font-size:16px; */
}
.new_area table .tr2:hover{
	color:#e10000;	
}

/*.news_area table .tr2:last-child {
    border-bottom: 1px dotted #ccc;
}*/

.news_area .table1 th:nth-child(1),
.news_area .table1 th:nth-child(4) {
    width: 80px;
    padding: 0 5px;
}

.news_area .table1 th:nth-child(5) {
    width: 170px;
    padding: 0 5px;
}

.news_area .table1 th:nth-child(6),
.news_area .table1 th:nth-child(7) {
    width: 25px;
    padding: 5px;
}

.news_area .table1 .td6,
.td7 {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

.news_area .table1 .td6 {
    background-image: url(/images/icons/btn_voice.png);
}

.news_area .table1 .td7 {
    background-image: url(/images/icons/btn_documents_pdf.png);
}

.news_area .table1 .td6:hover {
    background-image: url(/images/icons/btn_voice_active.png);
}

.news_area .table1 .td7:hover {
    background-image: url(/images/icons/btn_documents_pdf_active.png);
}

.news_area .table1 th:nth-child(2),
.news_area .table1 th:nth-child(3) {
    text-align: left;
    padding: 0px 5px;
}

.news_area .table1 th:nth-child(2) {
    width: 220px
}

.news_area .table1 th:nth-child(3) {
    width: 180px;
}

.news_area .table1 td:nth-child(2),
.news_area .table1 td:nth-child(3) {
    text-align: left;
    padding: 0px 5px;
}

.news_area .btn_all_view td {
    font-size: 14px;
    color: #666;
    line-height: 50px;
    text-align: left;
    padding-left: 10px;
    border-top: 1px dotted #969696;
}


/**/

.news_area .select {
   /*  border: 1px solid #ccc; */
    padding: 0px 10px !important;
    color: #666;
    font-size: 14px;
    /*margin-left: 10px;*/
    line-height: 30px;
    height: 30px;
    width: 250px;
    position: relative;
}

/*.news_area .select div:first-child{
    padding: 0px 10px;
}*/
/*
.news_area .select .line,
i {
    position: absolute;
    top: 3px;
}*/

.news_area .select .line {
    width: 1px;
    height: 24px;
    background-color: #ccc;
    margin: 0 5px 0 15px;
    right: 24px;
    padding: 0px;
    position: absolute;
    top: 3px;
}

.news_area .select i {
    position: absolute;
    right: 10px;
    top: 8px;
}


/**/


/*select new样式*/
/**/

.news_area .b_info ul {
    display: inline-block;
    width: 100%;
    background-color: white;
    /*padding: 0px 10px;*/
    position: relative;
    z-index: 999999;
    line-height: 30px;
    border: 1px solid #ccc;
    color: #666;
}

.news_area .b_info li {
    display: block;
    /*width: 100%;*/
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
}

.news_area .b_info li:hover {
    background-color: #999;
    color: white;
}

.news_area .b_info .s_ul {
    width: 100%;
    display: none;
    position: absolute;
    top: 30px;
    left: -1px;
}


/**/
.toggle{
	display:"none";
}
tr#change:hover{
	 color:red;
}
tr.tr1:hover{
	background-color: #DDDDDD;
}
/**/


/*paimai_02_css end*/