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;
}
.con h1{
    color: #151515 !important;
  	margin: 10px 0;
}
.con h1+p{
    color: #151515 !important;
}
.con h2{
    color: #151515 !important;
  	margin: 10px 0;
}
.con h2+p{
    color: #151515 !important;
}
.con h3{
    color: #151515 !important;
  	margin: 10px 0;
}
.con h3+p{
    color: #151515 !important;
}
.con h4{
    color: #151515 !important;
  	margin: 10px 0;
}
.con h4+p{
    color: #151515 !important;
}
.con h5{
    color: #151515 !important;
  	margin: 10px 0;
}
.con h5+p{
    color: #151515 !important;
}
.con h6{
    color: #151515 !important;
  	margin: 10px 0;
}
.con h6+p{
    color: #151515 !important;
}
.con ul{
  text-indent: 50px !important;
}
.con ol{
  text-indent: 50px !important;
}
.con li{
  position:relative;
}
.con li::before {
    content: "";
    display: block;
    width:7px;
    height:7px;
    background-color: #3E9DF1;
    position: absolute;
    left: 33px;
    top:14px;
    border-radius: 50%;
}
.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;
}
