﻿.footerPart{
	margin-top:0;
}
.center{
position:relative;
	padding-bottom:60px;
}
.center div .wid25{
    width:235px;
    text-align: left;
    display: inline-block;
	margin-right:38px;
}

.center div .wid25 select{
     width:165px;
    height: 30px;
	color:#5D5C60;
	border:1px solid #C4C4C4;
	padding-left:10px;
 }
 .center div .wid25 select option{
	line-height:30px !important;
 }

.center div .wid48 input:nth-child(2){
    width:250px;
    height: 30px;
	border:1px solid #C4C4C4;
	margin-right:16px;
	padding:0 10px;
    }
.center div .wid48 input:nth-child(3) {
        display: inline-block;
    border: none;
    width: 80px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: url("../../../images/chaXun.png") no-repeat 15px center;
    background-color: #ddd;
    padding-left: 25px;
     cursor:pointer;
    
}
/*.center div .wid48 input i{
    display: inline-block;
    width:15px;
    height:15px;
   
    background-color: #ddd;
    position: relative;
    left: -4px;
    bottom: -3px;
}*/
#searchMsg ,#addMsg{
    display: inline-block;
    border: none;
    width: 80px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: url("../../../images/chaXun.png") no-repeat 15px center;
    background-color: #ddd;
    padding-left: 25px;
    cursor:pointer;
    color: #333;
}
 .center .centerPtop{
   height:80px;
   display: flex;
   align-items: center;
   padding:20px;
       justify-content: space-around;
 }
.center table{
    width:100%;
	border:1px solid #F2F2F2;
    border-collapse: collapse;
    table-layout:fixed;
}
 .center table tr td{

     text-align: center;
     position: relative;
     padding:10px;
     overflow:hidden;
 }
 .center table thead{
	background: #EDECF1;
 }
  .center table tbody tr td:nth-child(2)
  {
     text-align: left;
      
      }
 .center table tbody .shortTd{
	text-align:center;
 }

.center table tbody tr:nth-child(even){
    background: #F8F7FB;
}
.center table .tableFir{
    position: relative;
	height:50px;
}

 .center table .tableFir td>span{
     float:left;
	 color:#cccccc;
 }
 .center table .tableFir td.shortTd>span{
    float:none;
	 color:#333;
 }
.center table .tableFir td {
    padding:10px 0;
}

.center table tbody .back_checked + s,.center table tbody .back_checked{
    top:-5px;

}
.center table tbody tr{
	min-height:50px;
	border-top:1px solid #ECECEC;
}

.center table tbody tr:first-child{
	border:none;
}
.center table .tableFir td:first-child{
    position: relative;
    width:50px;
}
.center table tr .checkAllBac{
    display: inline-block;
    width: 16px;
    height:16px;
    position: absolute;
    top:13px;
    left:15px;
    background: url("../../../images/circ.png") no-repeat;
}
.center table tr i{
    display: inline-block;
    width:17px;
    height:18px;
    background:url("../../../images/bianJi.png") no-repeat;
    margin-right: 10px;
}
.center table tr i:hover{
    background:url("../../../images/bianJiR.png") no-repeat;
}

.center table tr td>b{
    display: inline-block;
    width:17px;
    height:18px;
    background:url("../../../images/del.png") no-repeat;
}
.center table tr td>b:hover{
    background:url("../../../images/delR.png") no-repeat;
}
.center table tr .checkAllBacone{
    top: 19px;
    left: 28px;
}
.posRTd{
    position: relative;
    left:-12px;
}
.tableFir .shortTd{
	width:100px;
}
.tableFir .meetAddre{
	width:180px;
}
.tableFir .meetBig{
	width:230px;
}




.pages {

    position: absolute;
    bottom: 0; 
}

.pages_top{
	height: 60px;

	float:right;

}

.party_tree_choose
{
    height:30px;
    width:151px;
    display:inline-block;
    position:relative;
    border:1px solid #aaa;
    
 }
 .party_tree_choose>input
 {
     width:125px;
     height:100%;
     padding:0 5px;
     text-overflow: ellipsis;
     }
  .party_tree_choose_open
  {
    height: 30px;
    width: 151px;
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
      }
  .party_tree_choose_open>a{
    text-align: center;
    display: block;
    border-left: 1px solid #aaa;
    position: absolute;
    right: 0;
    top: 0;
        width: 30px;
    height: 28px;
     }
 .party_tree_choose>div.hidden + div a {
    background: url(../../../images/downward.png) no-repeat center center;
}

 .party_tree_choose>div.show + div a {
    background: url(../../../images/upward.png) no-repeat center center;
}
.party_tree_choose>div.party_new_msg 
{
       position:absolute;
       top:30px;
       left:-1px;
       width:535px;
       height:200px;
       background:#fff;
       border:1px solid #ddd;
       z-index:99;
        overflow: auto;
        padding:10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
    }
.party_new_all ul
{
    margin-left:50px;
    overflow:hidden;

    }
 .party_new_all>ul
 {
     margin-left:0;
     }
 .party_new_msg li {
    padding: 2px 0;
    position: relative;
    padding-top: 22px;
}

.party_new_title {
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.party_new_all ul.show + div>b 
{
    border: 5px solid transparent;
    border-top: 5px solid #000;
    position: relative;
    top: 2px;
     left: 0px;
    display: inline-block;
    margin: 0 10px;
   
}
.party_new_all ul.hidden + div>b  
{
  
      border: 5px solid transparent;
    border-left: 5px solid #000;
    top: 0px;
    left: 3px;
    position: relative;
     display: inline-block;
    margin: 0 10px;
}
.party_new_all p
{
    display:inline-block;
    }
 .party_new_all ul s {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    margin: 0 5px;
    position: relative;
    top: -2px;
}
.party_new_all p:hover
{
    background: #FCE48D;    
    }
 .date_choose
 {
     display:inline-block;
     width:151px;
     height:31px;
     vertical-align:middle;
     }
  .date_choose>div
  {
      position:absolute;
      top:0;
      left:0;
       width:151px;
     height:31px;
     line-height:31px;
     padding-left:10px;

      }
  .date_choose input
  {
      width:151px;
     height:31px;
     padding-left:  10px;
      padding-right:  22px;
      }
      
     .upLoadFileAll   .upLoadFile
 {
     height:31px;
     border:1px solid #aaa;
     position:relative;
     display:inline-block;
        vertical-align: middle;
     }
  .upLoadFileAll  .upLoadFile_Msg
  {
      padding:0 5px;
      height:100%;
      line-height:30px;
           padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:left;
        background-color: #fff;
      }
 .upLoadFileAll .upLoadFile>span
 {
     width:30px;
     height:29px;
     position:absolute;
     top:0;
     right:0;
     text-align:center;
     line-height:30px;
     border-left:1px solid #aaa;
     cursor:pointer;
         background-image: linear-gradient(to bottom,#fff,#efefef);
     }
  .upLoadFileAll  .fileUpLoadBtn {
    width: 64px;
    height: 31px;
    background-color: #ffcc33;
    border: none;
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    position:relative;
    top:1px;
}



.submitBtn,.cancelBtn
{
    width:100px;
    height:30px;
    text-align:center;
    line-height:30px;
    border:1px solid #aaa;
    display:inline-block;
    background-image: linear-gradient(to bottom,#fff,#efefef);
    color:#666;
        margin: 0 5px;
    }
.submitBtn:hover,.cancelBtn:hover
{
    background-image: linear-gradient(to top,#fff,#efefef);
    }