/*内容*/
.form_box_big{
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 30px;
}


.form_title_box2{
  overflow: hidden;
  margin: 0 30px;
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #e3e3e3;
}
.select_all{
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  background: #f5f5f6;
  height: 35px;
  line-height: 35px;
  color: #333;
}
.name_ctn{
  width: 20%;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  background: #f5f5f6;
  height: 35px;
  line-height: 35px;
  color: #333;
}
.form_box > table{
	width: 100%;
}
.form_box > table > tbody > tr > td{
  text-align: center;
  margin: 25px 3px;
  font-size: 14px;
  color: #666;
}
.form_title{
  float: left;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-right: 20px;
  border-right: 1px solid #c4c4c4;
  margin-right: 20px;
  margin-bottom: 10px;
}
.form_unread{
  float: left;
  font-size: 14px;
  color: #666;
}
.select_all_txt{
  color: #333;
}
.select_all_txt:hover{
   color: #0097e5;
}
.form1{height: 20px; background-color: #eaedf1;}
/*切换*/
.Demand_title_switch{
  border-bottom: 2px solid #f05d4b;
  margin-bottom: 20px;
}
.Demand_title_switch  li{
  display: inline-block;
  padding: 0 30px;
  height: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 40px;
  cursor:pointer;
  background: #d1d1d1;
}
.Demand_title_switch  .on{
  background-color: #f05d4b;
  color: #fff;
  box-shadow: 0 2px 10px 0 #ef6958;
}
/*内容*/
.form_box > table > tbody > tr >.name_ctn_txt{
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
}
.form_box > table > tbody > tr > .not_read{
  color: #0097e5;
}
.checkbox{
    width: 16px;
    height: 16px;
     margin: auto;
}
.select_box > .checkbox >  label{

    width: 16px;
    height: 16px;
    /*border: 1px solid #c4c4c4;*/
}
.checkbox > label > input{
   width: 16px;
  height: 16px;
 /* opacity: 0;
  margin-top: 0px;*/
}

.view_details{
  font-size: 14px;
  color: #0097e5;
}
.view_details:hover{
  color: #34a3e8;
}
.delete_line{
  display: block;
  width: 18px;
  height: 23px;
  background-image: url(../img/message/delete.png);
  margin: auto;
  margin-top: 10px;
}
/*.checkbox >.on{
  width: 18px;
  height: 18px;
   background-image: url(../img/message/selected.png);
   background-size: 100% 100%;
}*/
/*底部删除框*/
.delete_page_box{
  width: 92%;
  margin: auto;
  border-top: 1px solid #c4c4c4;
  overflow: hidden;
  padding-top: 20px;
}
.delete_box{
  float: left;
}
.read{
  float: left;
  font-size: 14px;
  color: #666;
  padding-right: 10px;
  border-right: 1px solid #c4c4c4;
}
.batch_deletion{
  float: left;
  font-size: 14px;
  color: #666;
  padding-left: 10px;
}

/*页码*/
.PageNum_box{
  float: right;
}
.PageNum {
  
  /*margin: 30px auto 0;*/
  text-align: center;
  overflow: hidden;
}
.PageNum > a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #444;
  border: 1px solid #c8c8c8;
  margin-left: 10px;
  line-height: 16px;
}
.PageNum a:hover,
.PageNum a.PageNumOn {
    color: #fff;
    background: #107de1;
    border: 1px solid #107de1;
}
/*内容页*/
.message_txt_box{
  font-size: 14px;
  color: #666;
  padding: 20px 30px;
  line-height: 1.6;

}
.form_box_big2{
   background-color: #fff;
  padding-bottom: 30px;
  min-height: 770px;
  margin-left: 20px;
  margin-right: 20px;

}
.return_btn{
  display: block;
  width: 128px;
  height: 36px;
  background-color: #0097e5;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
  margin-top: 100px;
  margin-left: 3%;

}
.return_btn:hover{
  background-color: #19a1e8;
  color: #eff7fd;
}

.form_title_box{
  width: 92%;
  overflow: hidden;
  padding: 30px 0 30px 0;
  margin: auto;
}
@media only screen and (max-width: 780px) { 
   .form_box{
    padding:0 10px;

   }
  .form_box > table > tbody > tr >.nam.e_ctn_txt{
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
   padding: 0 5px;
}
  .form_box > table > tbody > tr > td {
    text-align: center;
    margin: 25px 0;
    font-size: 14px;
    color: #666;
}
.PageNum_box {
    /* float: right; */
    width: 100%;
    margin: auto;
    float: left;
    margin-top: 10px;
}
.PageNum > a {
    display: inline-block;
    padding: 5px 5px;
    font-size: 14px;
    color: #444;
    border: 1px solid #c8c8c8;
    /* margin-left: 5px; */
    margin: 5px;
    line-height: 16px;
}
.message_txt_box {
    font-size: 16px;
    color: #666;
    padding: 0 15px 15px 15px;
    line-height: 1.6;
}
.form_box_big,
.form_box_big2{
  margin-left: 0px;
  margin-right: 0px;
}
.form1{
  height: 0;
}
.form_title_box{
  padding: 20px 0 15px 0;
}
.Demand_title_switch{
  margin-bottom: 10px;
}
.form_title_box2{
    overflow: hidden;
    margin: 15px;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}
.form_title{
  padding-right: 0px; 
  border-right: 0px solid #c4c4c4;
  margin-right: 0px;
  line-height: 1.7;
}
.return_btn{
  margin-top: 40px;
}
}
