@charset "UTF-8";
/**!
 * 首页-诉求登记
 * date:2020-03-08
 * author: jjuan;
 */
body {
 
}

.main {
  background: url("../images/main_bg.jpg") no-repeat top center;
  background-size: 1920px 786px;
  padding-bottom: 30px;
}

/* 标题 */
.title-box {
  padding: 99px 0 0 7px;
  color: #fff;
}

.title-box h3 {
  height: 103px;
  line-height: 103px;
  font-weight: 600;
  font-size: 50px;
  text-shadow: 0px 4px 0px #085ec3;
  letter-spacing: 8px;
}

.title-box-txt {
  width: 500px;
  height: 72px;
  line-height: 36px;
  letter-spacing: 3px;
  font-size: 20px;
  overflow: hidden;
}

.main-txt {
  padding: 0 40px 40px 40px;
  margin-top: 82px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(26, 35, 44, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(26, 35, 44, 0.2);
}

/*网站内容+诉求*/
.top-box {
  padding-top: 37px;
  /* height: 580px; */
}

.appeal-txt {
  padding: 0 50px 20px 50px;
  width: 750px;
  height: 100%;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(201, 215, 230, 0.65);
  box-shadow: 0px 2px 8px 0px rgba(201, 215, 230, 0.65);
  background: url("../images/appeal_txt.jpg") no-repeat center center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 100% 100%;
}

.appeal-txt h3 {
  padding-top: 17px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #333333;
}

.appeal-literal {
  line-height: 24px;
  font-size: 16px;
  color: #393c48;
}

.appeal-title {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  margin-top: 21px;
  color: #3a7add;
  line-height: 46px;
}

.appeal-title::before {
  position: absolute;
  content: '';
  background: url("../images/appeal_title.png") no-repeat center center;
  width: 12px;
  height: 22px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.appeal-box {
  margin-left: 28px;
  width: 342px;
  height: 100%;
}

.appeal-box-link {
  height: 100px;
  -webkit-box-shadow: 0px 9px 12px 0px rgba(159, 164, 173, 0.14);
          box-shadow: 0px 9px 12px 0px rgba(159, 164, 173, 0.14);
  background-repeat: no-repeat;
  background-position: center center;
}

.appeal-box-link a {
  padding-left: 110px;
  display: block;
  line-height: 100px;
  color: #fff;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: left 20px bottom;
}

.appeal-box-link .request {
  text-shadow: 0px 3px 3px #208aaf;
  background-image: url("../images/appeal_link_icon1.png");
}

.appeal-box-link .history {
  text-shadow: 0px 3px 3px #645ad8;
  background-image: url("../images/appeal_link_icon2.png");
}

.appeal-box-link:nth-child(1) {
  background-image: url("../images/appeal_link_bg1.jpg");
}

.appeal-box-link:nth-child(2) {
  margin-top: 28px;
  background-image: url("../images/appeal_link_bg2.jpg");
}

.appeal-box-phone {
  margin-top: 26px;
  height: 326px;
  background: url("../images/appeal_link_bg3.jpg") no-repeat center center;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(201, 215, 230, 0.65);
          box-shadow: 0px 2px 8px 0px rgba(201, 215, 230, 0.65);
}

.appeal-box-phone a {
  display: block;
  height: 100%;
  padding-top: 109px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.date-time {
  margin: 0 auto;
  width: 228px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 16px;
  background: #4489e8;
}

/*通知公告*/
.notice {
  margin-top: 36px;
}

.notice .more {
  display: block;
  position: absolute;
  font-size: 15px;
  color: #696d80;
  height: 25px;
  line-height: 25px;
  right: 4px;
  bottom: 42px;
}

.notice-title {
  position: relative;
  height: 125px;
  line-height: 125px;
  text-align: center;
}

.notice-title-tt {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #3a7add;
}

.notice-title-tt .post {
  color: #333;
}

.notice-title-tt::after, .notice-title-tt::before {
  position: absolute;
  content: '';
  width: 280px;
  height: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}

.notice-title-tt::before {
  margin-left: -324px;
  background-image: url("../images/notice_title_left.png");
}

.notice-title-tt::after {
  margin-left: 44px;
  background-image: url("../images/notice_title_right.png");
}

.com-table-tt th {
  padding-left: 58px;
}

.com-table-tb td {
  padding-left: 58px;
}
