@charset "UTF-8";
/**!
* 克拉玛依市心理服务
* date:2023-02-15
* author: heying;
*/
html,
body {
  height: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.box {
  min-height: 100%;
  padding-bottom: 50px;
  background-color: #f5faff;
}

.banner {
  position: relative;
  min-height: 380px;
  color: #fff;
  background: url("../images/banner.png") no-repeat center top;
}

.banner-inner {
  padding: 50px 480px 40px 80px;
}

.title {
  display: block;
  width: 509px;
  margin-left: -8px;
}

.hotline-title {
  margin: -17px 0 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1em;
}

.hotline-item {
  padding: 4px 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
}

.cont {
  margin-top: -93px;
  padding: 130px 70px 100px;
  color: #555;
  background: #fff url("../images/contbg.png") no-repeat bottom right 88px;
  box-shadow: 0px 4px 20px rgba(171, 193, 216, 0.2);
  border-radius: 8px;
}

.cont-title {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}

.cont-inf {
  text-indent: 2em;
  font-size: 18px;
  line-height: 32px;
}
