body{
  margin: 0 !important;
}

.content{
  width: 1140px;
  padding:30px;
  background: #ffffff;
  margin: 26px auto;
}
.datatitle{
  height: 105px;
  text-align: center;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 30px;
}
.con{
  color: #666666;
  line-height: 35px;
  font-size: 16px;
  padding-bottom: 30px;
  text-indent: 30px;
}
.datatitle>h1{
  color: #333;
  font-size: 20px;
  line-height: 50px;
}
.datatitle>p{
  color: #747373;
  font-size: 14px;
  line-height: 40px;
}
.goback{
  height:80px;
  line-height:80px;
  border-top:1px solid #D6D6D6;
}
.goback>a{
  color:#8A8A8A;
  flex:1;
}
.goback>a:last-child{
  text-align: right;
  color:#085FA4;
}
.goback>a:hover{
  color:#085FA4;
}

table {
  font-family: verdana,arial,sans-serif;
  font-size:14px;
  color:#333333;
  border-width: 1px;
  border-color: #454545;
  border-collapse: collapse;
  margin:20px auto;
}
table p{
  text-indent:0px;
}
table th {
  border-width: 1px;
  padding: 10px;
  border-style: solid;
  border-color: #454545;
  text-indent:0px;
}
table td {
  border-width: 1px;
  padding: 5px;
  border-style: solid;
  border-color: #454545;
  text-indent:0px;
}
img{
	max-width:100% !important;
  height:auto !important;
}



