﻿.w1012 {
  width: 1012px;
  margin: 0 auto;
  overflow: hidden;
}

#interaction {
  width: 100%;
}
#interaction .breadcrumb {
  padding: 24px 0 16px 0;
}
#interaction .breadcrumb span, #interaction .breadcrumb a {
  color: #999;
  font-size: 14px;
}
#interaction .breadcrumb a:hover {
  color: #157BCA;
}
#interaction .interactPage {
  
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}
#interaction .interactPage h2 {
	height: 40px;
  background: url(../images/ct.png) no-repeat left top;
}
#interaction .interactPage h2 span {
  display: inline-block;
  height: 40px;
  padding:0 12px;
  background: #CA2222;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
}
#interaction .interactPage div.zi {
  width: 880px;
  height:88px;
  font-size: 20px;
  color: #157BCA;
  line-height: 26px;
  padding: 0 66px;
  background: #EDF1F8;
  overflow:hidden;
}
#interaction .interactPage div.zi  p{
	margin-top:20px;
}
#interaction .interactPage .table {
	background: #EDF1F8;
  padding: 0 66px;
}
#interaction .interactPage .table .commonClass {
  overflow: hidden;
  border-bottom: 1px solid #D1D1D1;
  padding: 12px 0;
}
#interaction .interactPage .table .commonClass span {
  color: #666;
  width: 62px;
  height: 40px;
  line-height: 40px;
  text-align-last: justify;
  margin-right: 10px;
  float: left;
}
#interaction .interactPage .table .address .select {
	position: relative;
  width: 164px;
  height: 26px;
  padding: 6px 3px;
  color: #999;
  line-height:22px;
  float: left;
  border:1px solid #999;
  background-color: #fff;
}
#interaction .interactPage .table .address .select label{
	float: left;
	cursor: pointer;
}
#interaction .interactPage .table .address .select .select_img{
	float: right;
	margin-right:5px;
}
#interaction .interactPage .table .address .select .list{
	display: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 34px;
  left: -1px;
  border: 1px solid #999;
  background-color: #fff;
}
#interaction .interactPage .table .address .select ul{
	width:100%;
	height:100%;
}
#interaction .interactPage .table .address .select ul li{
	float: none;
  height: 36px;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  padding-left: 5px;
  cursor: pointer;
}
#interaction .interactPage .table .address .select .select_img img{width:12px;}
#interaction .interactPage .table .address select option{
	float: left;
}
#interaction .interactPage .table .tableTitle input {
  width: 320px;
  padding: 10px 5px;
  float: left;
}
#interaction .interactPage .table .tableTitle textarea {
  width: 790px;
  height: 220px;
  padding:10px;
  resize: none;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#interaction .interactPage .table .canPublic input {
  margin: 15px 4px 0 15px;
}
#interaction .interactPage .table .yzCode input {
  width: 157px;
  height: 24px;
  padding:6px 5px;
  padding-top:7px;
  float: left;
}
#interaction .interactPage .table .yzCode img {
  width: 100px;
  height: 40px;
  float: left;
  margin-left: 20px;
}
#interaction .interactPage .table .btns {
  border: none;
}
#interaction .interactPage .table .btns input {
  width: 88px;
  height: 36px;
  background: #157BCA;
  color: #fff;
  float: left;
  margin-left: 20px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}
#interaction .interactPage .table .btns button {
  width: 88px;
  height: 36px;
  border: 1px solid #157BCA;
  color: #157BCA;
  float: left;
  background: #EDF1F8;
  border-radius: 2px;
  cursor: pointer;
}
#interaction .bjSearch {
  height: 310px;
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 15px;
}
#interaction .bjSearch .table {
  padding: 0 52px;
}
#interaction .bjSearch .table .commonClass {
  border: none;
}
#interaction .bjSearch .table .commonClass span {
  float: left;
  width: 75px;
  text-align: right;
}
#interaction .bjSearch .table .commonClass input {
  width: 164px;
  height: 22px;
  padding: 7px 4px;
}
#interaction .interactPage .table .address select {
	width: 164px;
    height: 42px;
    padding: 6px 3px;
    color: #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}