h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
html,
body {
  margin: 0;
}
body {
  background: #fff;
  color: #151f29;
  font-size: 22px;
  min-width: 1200px;
}
button,
input,
textarea,
a {
  -webkit-user-select: auto;
  /*webkit浏览器*/
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
h2 {
    font-size: 28px;
}

.app {
    padding-bottom: 76px;
}

.timewiseheader {
    display: flex;
    height: 400px;
    color: #fdfeff;
    background: url(/images/atlassian/timewisejdsd.jpg) no-repeat center;
    background-size: cover;
}

.timewiseheader h1{
    font-size: 40px;
}
.timewiseheader p {
    margin-top: 32px;;
    font-size: 28px;
    width: 623px;
}
.common-wrap {
    width: 1140px;
    margin: auto;
}
.flex-ac {
    display: flex;
    align-items: center;
}

.rhgs {
    margin-top: 46px;
    color: #151f29;
}
.rhgs img {
    width: 188px;
    height: 195px;
    margin-right: 20px;
}
.rhgs h2 {
    display: inline-block;
    border-bottom: 3px solid #212d3b;
	 color: #212d3b;
}
.rhgs p {
    margin-top: 10px;
    line-height: 36px;
	font-size: 22px;
    font-family: auto;
}
.rhgs .line {
    height: 1px;
    
    margin-left: 112px;
    margin-top: -2px;
}
.rhgs .content {
    flex: 1;
}

.td {
    margin-top: 61px;
}
.td-item {
    margin-top: 14px;
    padding: 31px;
    border: 1px solid #b4b4b4;
}
.td-item img {
    width: 98px;
    height: 98px;
    margin-right: 47px;
}
.td-item ul {
    line-height: 35px;
}
.td-item ul,
.td-item li {
    list-style: disc;
	 font-size: 22px;
    font-family: auto;
}


.gnjs {
    margin-top: 60px;
    width: 1140px;
}
.gnjs h2 {
    text-align: left;
	font-size:26px;
	margin-top:60px;
}
.gnjs p {
    margin-top: 20px;
    padding-left: 14px;
	font-size: 18px;
	margin-bottom:20px;
}
.gnjs img {
    margin: 0 auto;
	margin-top: 30px;
    width: 90%;
    /* width: 1162px; */
 
    display: block;
	box-shadow:15px 15px 20px #888888;
    
    /* box-shadow: 5px 12px 26px 0px 
		rgba(205, 205, 205, 0.5); */
}
