@charset "UTF-8";
/**!
 * [四川-公告查询]
 * date:2021-07-21
 * author: [zhoujie];
 */
html {
  height: 100%;
}

body {
  font-size: 14px;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  min-height: 700px;
}

.main {
  width: 100%;
  background: #fafafa;
}

.main .banner {
  width: 100%;
  height: 280px;
  background: url(../images/sichuan/banner.png);
}

.main .banner .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 120px;
  padding-left: 1px;
}

.main .banner .content h3.province {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
}

.content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.content .module {
  margin-top: 24px;
}

.content .module .module-head {
  width: 100%;
  border-bottom: 2px solid #3d3d3d;
}

.content .module .module-head .head {
  float: left;
  margin-top: 36px;
  padding-bottom: 17px;
  padding-right: 5px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2b2f32;
  line-height: 24px;
}

.content .module .left {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  width: 790px;
  height: 385px;
  background: #fff;
}

.content .module .left .query {
  width: 612px;
  margin: 0 auto;
  margin-top: 115px;
}

.content .module .left .query input {
  float: left;
  width: 455px;
  height: 45px;
  padding-left: 11px;
  border: 1px solid #dcdcdc;
  outline: none;
}

.content .module .left .query button {
  float: left;
  width: 146px;
  height: 45px;
  border: 1px solid #448AF0;
  outline: none;
  background: #fff;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #448af0;
  line-height: 45px;
}

.content .module .right {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  width: 380px;
  height: 385px;
  margin-left: 30px;
  background: #fff;
}

.content .module .right .other-service {
  width: 100%;
  padding-top: 4px;
}

.content .module .right .other-service li {
  float: left;
  width: 100%;
  height: 62px;
  margin-top: 14px;
  padding-bottom: 11px;
  border-bottom: 1px solid #dfdfdf;
}

.content .module .right .other-service li .icon {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.content .module .right .other-service li .info {
  float: left;
}

.content .module .right .other-service li .info .head {
  float: left;
  max-width: 184px;
  height: 28px;
  margin-top: 4px;
  margin-right: 18px;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .module .right .other-service li .info .type {
  float: left;
  height: 28px;
  margin-top: 4px;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999;
  line-height: 17px;
}

.content .module .right .other-service li .info .introduce {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999;
  line-height: 14px;
}
