html,
body {
  background-color: #F2F2F2;
}

#pc {
  background-color: #EEEFF1;
  overflow: hidden;
}

#one {
  width: 1200px;
  margin: auto;
  display: flex;
  border: 1px solid grba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  position: relative;
}
#one .left1 {
  width: 285px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  background-color: #FFFFFF;
}
#one .left1 .Notice {
  background-color: #FFF4E0;
  padding: 10px 20px;
  color: rgb(250, 3, 7);
  font-size: 14px;
  font-family: "Microsoft YaHei";
  line-height: 26px;
}
#one .left1 .menutit {
  text-align: center;
  padding: 10px 0;
  color: #1b6ecd;
  font-weight: bold;
  font-size: 18px;
  margin: 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#one .left1 .left_cont {
  padding: 0 10px;
}
#one .left1 .left_cont .list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
#one .left1 .left_cont .list .list_one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
#one .left1 .left_cont .list .list_one .name {
  font-size: 15px;
  font-weight: bold;
}
#one .left1 .left_cont .list .list_one .name aa {
  margin-left: 7px;
  color: rgba(0, 0, 0, 0.5);
}
#one .left1 .left_cont .list .list_one .time {
  color: rgba(0, 0, 0, 0.5);
}
#one .left1 .left_cont .list .list_two {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
#one .left1 .left_cont .list .list_two .qiu {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #339BF3;
  display: inline-block;
  text-align: center;
}
#one .left1 .left_cont .list .list_two .red {
  background-color: rgb(250, 3, 7);
}
#one .left1 .left_cont .list.bottom .list_two {
  display: flex;
  justify-content: space-between;
}
#one .left1 .left_cont .list.bottom .list_two > div {
  margin-right: 10px;
}
#one .left1 .rig {
  background-color: #FFFFFF;
  padding: 20px;
  flex: 1;
}
#one .left1 .rig .registerOrlogin {
  padding: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
#one .left1 .rig .registerOrlogin a {
  text-decoration: none;
  width: 45%;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
#one .left1 .rig .registerOrlogin a:first-child {
  background-color: #BE691E;
  color: #FFFFFF;
}
#one .left1 .rig .registerOrlogin a:last-child {
  border: 2px solid #BE691E;
  color: #BE691E;
}
#one .left1 .rig .registerOrlogin.ok {
  align-items: center;
  justify-content: flex-start;
}
#one .left1 .rig .registerOrlogin.ok img {
  margin-right: 10px;
  width: 60px;
}
#one .left1 .rig .registerOrlogin.ok .exit {
  cursor: pointer;
}
#one .left1 .rig .registerOrlogin.ok .exit:hover {
  text-decoration: underline;
}
#one .left1 .rig .tit {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  border-top: 0;
}
#one .left1 .rig .tit > div {
  width: 50%;
  text-align: center;
  padding: 15px 0px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 2px solid #88B4E1;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
#one .left1 .rig .tit > div.active {
  border: 2px solid #88B4E1;
  border-bottom: 0;
  color: #3684D5;
  background-color: #FFFFFF;
}
#one .left1 .rig .list {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  padding: 0 15px;
}
#one .left1 .rig .list > div {
  padding: 11px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#one .left1 .rig .list > div:last-child {
  border: none;
}
#one .left1 .rig .list > div::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}
#one .left1 .rig {
  display: none;
}
#one .right {
  flex: 1;
}
#one .right .right_row {
  display: flex;
}
#one .right .right_row .right_cont {
  width: 630px;
}
#one .right .right_row .right_cont .banner {
  position: relative;
  height: 300px;
  overflow: hidden;
}
#one .right .right_row .right_cont .banner .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 30%;
  text-align: right;
  width: 100%;
}
#one .right .right_row .right_cont .banner .carousel-indicators li {
  margin-right: 5px;
}
#one .right .right_row .right_cont .right_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
#one .right .right_row .right_cont .right_menu img {
  width: 100%;
}
#one .right .right_row .rig {
  background-color: #FFFFFF;
  padding: 20px;
  flex: 1;
}
#one .right .right_row .rig .registerOrlogin {
  padding: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
#one .right .right_row .rig .registerOrlogin a {
  text-decoration: none;
  width: 45%;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
#one .right .right_row .rig .registerOrlogin a:first-child {
  background-color: #BE691E;
  color: #FFFFFF;
}
#one .right .right_row .rig .registerOrlogin a:last-child {
  border: 2px solid #BE691E;
  color: #BE691E;
}
#one .right .right_row .rig .registerOrlogin.ok {
  align-items: center;
  justify-content: flex-start;
}
#one .right .right_row .rig .registerOrlogin.ok img {
  margin-right: 10px;
  width: 60px;
}
#one .right .right_row .rig .registerOrlogin.ok .exit {
  cursor: pointer;
}
#one .right .right_row .rig .registerOrlogin.ok .exit:hover {
  text-decoration: underline;
}
#one .right .right_row .rig .tit {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  border-top: 0;
}
#one .right .right_row .rig .tit > div {
  width: 50%;
  text-align: center;
  padding: 15px 0px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 2px solid #88B4E1;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
#one .right .right_row .rig .tit > div.active {
  border: 2px solid #88B4E1;
  border-bottom: 0;
  color: #3684D5;
  background-color: #FFFFFF;
}
#one .right .right_row .rig .list {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  padding: 0 15px;
}
#one .right .right_row .rig .list > div {
  padding: 11px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#one .right .right_row .rig .list > div:last-child {
  border: none;
}
#one .right .right_row .rig .list > div::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}

#template {
  margin-top: 10px;
}
#template table {
  width: 100%;
}
#template table td,
#template table th {
  text-align: center;
  padding: 10px;
}
#template table td div,
#template table th div {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#template table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 20px;
}
#template #ssq > .title,
#template #fcsd > .title,
#template #dlt > .title,
#template #pls > .title {
  background-color: #F8F8F8;
  border-bottom: 1px solid #0F84DE;
  padding: 15px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
}
#template #ssq > .title > div,
#template #fcsd > .title > div,
#template #dlt > .title > div,
#template #pls > .title > div {
  display: flex;
  margin-left: 30px;
  margin-top: 1px;
}
#template #ssq > .title > div span,
#template #fcsd > .title > div span,
#template #dlt > .title > div span,
#template #pls > .title > div span {
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
}
#template #ssq > .title > div span.active,
#template #fcsd > .title > div span.active,
#template #dlt > .title > div span.active,
#template #pls > .title > div span.active {
  background-color: #FFFFFF;
  border: 1px solid #0F84DE;
  border-bottom: 0;
  position: relative;
  top: 2px;
}
#template #ssq .content,
#template #fcsd .content,
#template #dlt .content,
#template #pls .content {
  background-color: #FFFFFF;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding: 15px;
  border-bottom: 2px solid #0F84DE;
}
#template #ssq .content .left .titzhibiao,
#template #fcsd .content .left .titzhibiao,
#template #dlt .content .left .titzhibiao,
#template #pls .content .left .titzhibiao {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#template #ssq .content .left .titzhibiao span,
#template #fcsd .content .left .titzhibiao span,
#template #dlt .content .left .titzhibiao span,
#template #pls .content .left .titzhibiao span {
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
  white-space: nowrap;
}
#template #ssq .content .left .titzhibiao span.active,
#template #fcsd .content .left .titzhibiao span.active,
#template #dlt .content .left .titzhibiao span.active,
#template #pls .content .left .titzhibiao span.active {
  background-color: #2D78C8;
  color: #FFFFFF;
}
#template #ssq .content .left .titsub,
#template #fcsd .content .left .titsub,
#template #dlt .content .left .titsub,
#template #pls .content .left .titsub {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#template #ssq .content .left .titsub span,
#template #fcsd .content .left .titsub span,
#template #dlt .content .left .titsub span,
#template #pls .content .left .titsub span {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  width: 20%;
  white-space: nowrap;
}
#template #ssq .content .left .titsub span.active,
#template #fcsd .content .left .titsub span.active,
#template #dlt .content .left .titsub span.active,
#template #pls .content .left .titsub span.active {
  border-bottom: 3px solid #FF2525;
  color: #FF2525;
}
#template #ssq .content .centerZhibiao,
#template #fcsd .content .centerZhibiao,
#template #dlt .content .centerZhibiao,
#template #pls .content .centerZhibiao {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
#template #ssq .content .centerZhibiao .red .tit,
#template #fcsd .content .centerZhibiao .red .tit,
#template #dlt .content .centerZhibiao .red .tit,
#template #pls .content .centerZhibiao .red .tit {
  padding-left: 15px;
  position: relative;
}
#template #ssq .content .centerZhibiao .red .tit::after,
#template #fcsd .content .centerZhibiao .red .tit::after,
#template #dlt .content .centerZhibiao .red .tit::after,
#template #pls .content .centerZhibiao .red .tit::after {
  background-color: red;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
#template #ssq .content .centerZhibiao .red span.active,
#template #fcsd .content .centerZhibiao .red span.active,
#template #dlt .content .centerZhibiao .red span.active,
#template #pls .content .centerZhibiao .red span.active {
  color: #fff;
  background: #2D78C8;
}
#template #ssq .content .centerZhibiao .blue,
#template #fcsd .content .centerZhibiao .blue,
#template #dlt .content .centerZhibiao .blue,
#template #pls .content .centerZhibiao .blue {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
#template #ssq .content .centerZhibiao .blue .tit,
#template #fcsd .content .centerZhibiao .blue .tit,
#template #dlt .content .centerZhibiao .blue .tit,
#template #pls .content .centerZhibiao .blue .tit {
  padding-left: 15px;
  position: relative;
}
#template #ssq .content .centerZhibiao .blue .tit::after,
#template #fcsd .content .centerZhibiao .blue .tit::after,
#template #dlt .content .centerZhibiao .blue .tit::after,
#template #pls .content .centerZhibiao .blue .tit::after {
  background-color: blue;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
#template #ssq .content .centerZhibiao .blue span.active,
#template #fcsd .content .centerZhibiao .blue span.active,
#template #dlt .content .centerZhibiao .blue span.active,
#template #pls .content .centerZhibiao .blue span.active {
  color: #fff;
  background: #2D78C8;
}
#template #ssq .content .centerZhibiao .nav span,
#template #fcsd .content .centerZhibiao .nav span,
#template #dlt .content .centerZhibiao .nav span,
#template #pls .content .centerZhibiao .nav span {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#template #ssq .content .centerZhibiao .nav span.active,
#template #fcsd .content .centerZhibiao .nav span.active,
#template #dlt .content .centerZhibiao .nav span.active,
#template #pls .content .centerZhibiao .nav span.active {
  background-color: #2D78C8;
  color: #FFFFFF;
  border: 1px solid #2D78C8;
}
#template #ssq .content .centerZhibiao .nav1,
#template #fcsd .content .centerZhibiao .nav1,
#template #dlt .content .centerZhibiao .nav1,
#template #pls .content .centerZhibiao .nav1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#template #ssq .content .centerZhibiao .nav1 span,
#template #fcsd .content .centerZhibiao .nav1 span,
#template #dlt .content .centerZhibiao .nav1 span,
#template #pls .content .centerZhibiao .nav1 span {
  padding: 5px 0;
  cursor: pointer;
}
#template #ssq .content .left,
#template #ssq .content .center,
#template #ssq .content .right,
#template #fcsd .content .left,
#template #fcsd .content .center,
#template #fcsd .content .right,
#template #dlt .content .left,
#template #dlt .content .center,
#template #dlt .content .right,
#template #pls .content .left,
#template #pls .content .center,
#template #pls .content .right {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 380px;
}
#template #ssq .content .left .leftBth,
#template #ssq .content .center .leftBth,
#template #ssq .content .right .leftBth,
#template #fcsd .content .left .leftBth,
#template #fcsd .content .center .leftBth,
#template #fcsd .content .right .leftBth,
#template #dlt .content .left .leftBth,
#template #dlt .content .center .leftBth,
#template #dlt .content .right .leftBth,
#template #pls .content .left .leftBth,
#template #pls .content .center .leftBth,
#template #pls .content .right .leftBth {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  margin: 15px auto;
  grid-gap: 10px;
}
#template #ssq .content .left .leftBth .btn,
#template #ssq .content .center .leftBth .btn,
#template #ssq .content .right .leftBth .btn,
#template #fcsd .content .left .leftBth .btn,
#template #fcsd .content .center .leftBth .btn,
#template #fcsd .content .right .leftBth .btn,
#template #dlt .content .left .leftBth .btn,
#template #dlt .content .center .leftBth .btn,
#template #dlt .content .right .leftBth .btn,
#template #pls .content .left .leftBth .btn,
#template #pls .content .center .leftBth .btn,
#template #pls .content .right .leftBth .btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#template #ssq .content .left .title,
#template #fcsd .content .left .title,
#template #dlt .content .left .title,
#template #pls .content .left .title {
  display: flex;
  text-align: center;
  font-size: 22px;
}
#template #ssq .content .left .title div,
#template #fcsd .content .left .title div,
#template #dlt .content .left .title div,
#template #pls .content .left .title div {
  padding: 10px 0;
  width: 50%;
  cursor: pointer;
}
#template #ssq .content .left .title div.active,
#template #fcsd .content .left .title div.active,
#template #dlt .content .left .title div.active,
#template #pls .content .left .title div.active {
  background-color: #1b6ecd;
  color: #FFFFFF;
}
#template #ssq .content .left .title2 .sub1,
#template #fcsd .content .left .title2 .sub1,
#template #dlt .content .left .title2 .sub1,
#template #pls .content .left .title2 .sub1 {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#template #ssq .content .left .title2 .sub1 span,
#template #fcsd .content .left .title2 .sub1 span,
#template #dlt .content .left .title2 .sub1 span,
#template #pls .content .left .title2 .sub1 span {
  width: 25%;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
#template #ssq .content .left .title2 .sub1 span.active,
#template #fcsd .content .left .title2 .sub1 span.active,
#template #dlt .content .left .title2 .sub1 span.active,
#template #pls .content .left .title2 .sub1 span.active {
  background-color: #1b6ecd;
  color: #FFFFFF;
}
#template #ssq .content .left .title2 .sub2,
#template #fcsd .content .left .title2 .sub2,
#template #dlt .content .left .title2 .sub2,
#template #pls .content .left .title2 .sub2 {
  display: flex;
}
#template #ssq .content .left .title2 .sub2 span,
#template #fcsd .content .left .title2 .sub2 span,
#template #dlt .content .left .title2 .sub2 span,
#template #pls .content .left .title2 .sub2 span {
  width: 20%;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
}
#template #ssq .content .left .title2 .sub2 span.active,
#template #fcsd .content .left .title2 .sub2 span.active,
#template #dlt .content .left .title2 .sub2 span.active,
#template #pls .content .left .title2 .sub2 span.active {
  border-bottom: 5px solid rgb(250, 3, 7);
  color: rgb(250, 3, 7);
}
#template #ssq .content .left .bottom,
#template #fcsd .content .left .bottom,
#template #dlt .content .left .bottom,
#template #pls .content .left .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  margin-top: 15px;
}
#template #ssq .content .left .bottom.rule a,
#template #fcsd .content .left .bottom.rule a,
#template #dlt .content .left .bottom.rule a,
#template #pls .content .left .bottom.rule a {
  text-decoration: none;
}
#template #ssq .content .left .bottom.rule div,
#template #fcsd .content .left .bottom.rule div,
#template #dlt .content .left .bottom.rule div,
#template #pls .content .left .bottom.rule div {
  border: 0;
  color: blue;
  font-size: 16px;
  text-align: center;
}
#template #ssq .content .left .bottom div,
#template #fcsd .content .left .bottom div,
#template #dlt .content .left .bottom div,
#template #pls .content .left .bottom div {
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  padding: 10px 20px;
}
#template #ssq .content .left .bottom div.active,
#template #fcsd .content .left .bottom div.active,
#template #dlt .content .left .bottom div.active,
#template #pls .content .left .bottom div.active {
  background-color: #1b6ecd;
  color: #FFFFFF;
  border: 1px solid #1b6ecd;
}
#template #ssq .content .center,
#template #fcsd .content .center,
#template #dlt .content .center,
#template #pls .content .center {
  padding: 10px;
  padding-bottom: 0;
}
#template #ssq .content .center > div,
#template #fcsd .content .center > div,
#template #dlt .content .center > div,
#template #pls .content .center > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#template #ssq .content .center > div > div,
#template #fcsd .content .center > div > div,
#template #dlt .content .center > div > div,
#template #pls .content .center > div > div {
  display: flex;
  align-items: center;
}
#template #ssq .content .center > div > div img,
#template #fcsd .content .center > div > div img,
#template #dlt .content .center > div > div img,
#template #pls .content .center > div > div img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#template #ssq .content .center > div > div .date,
#template #fcsd .content .center > div > div .date,
#template #dlt .content .center > div > div .date,
#template #pls .content .center > div > div .date {
  color: rgba(0, 0, 0, 0.3);
}
#template #ssq .content .center > div .msg,
#template #fcsd .content .center > div .msg,
#template #dlt .content .center > div .msg,
#template #pls .content .center > div .msg {
  margin-top: 10px;
}
#template #ssq .content .right .title,
#template #fcsd .content .right .title,
#template #dlt .content .right .title,
#template #pls .content .right .title {
  text-align: center;
  padding: 20px;
  font-size: 24px;
  background-color: #FE303C;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
}
#template #ssq .content .right .cont .tit,
#template #fcsd .content .right .cont .tit,
#template #dlt .content .right .cont .tit,
#template #pls .content .right .cont .tit {
  background-color: #2D78C8;
  padding: 20px;
  color: #FFFFFF;
  text-align: center;
}
#template #ssq .content .right .cont .con,
#template #fcsd .content .right .cont .con,
#template #dlt .content .right .cont .con,
#template #pls .content .right .cont .con {
  padding: 15px;
  position: relative;
}
#template #ssq .content .right .cont .con .button,
#template #fcsd .content .right .cont .con .button,
#template #dlt .content .right .cont .con .button,
#template #pls .content .right .cont .con .button {
  position: absolute;
  bottom: 1px;
  right: 1px;
  padding: 10px;
  background-color: #2D78C8;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  cursor: pointer;
}
#template #ssq .content .right .cont .con p,
#template #fcsd .content .right .cont .con p,
#template #dlt .content .right .cont .con p,
#template #pls .content .right .cont .con p {
  padding: 5px 0;
}
#template #ssq .content .right .cont .con p span,
#template #fcsd .content .right .cont .con p span,
#template #dlt .content .right .cont .con p span,
#template #pls .content .right .cont .con p span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #2D78C8;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
#template #ssq .content .right .cont .con.num,
#template #fcsd .content .right .cont .con.num,
#template #dlt .content .right .cont .con.num,
#template #pls .content .right .cont .con.num {
  position: relative;
  padding: 0px;
  height: 300px;
  background: #F1F1F1;
}

.table.table-striped.table-bordered {
  width: 1200px;
  padding: 20px;
  margin: 10px auto;
  background-color: #FFFFFF;
}
.table.table-striped.table-bordered th,
.table.table-striped.table-bordered td {
  text-align: center;
}
.table.table-striped.table-bordered .tdb {
  color: #ffffff;
  background: #2D78C8;
}
.table.table-striped.table-bordered .thb {
  background: #FF7700;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  #one {
    width: 630px;
    display: block;
  }
  #one .left1 {
    display: flex;
    width: auto;
  }
  #one .left1 > div {
    min-width: 290px;
    width: 290px;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  #one .left1 .rig {
    display: block;
  }
  #one .right .rig {
    display: none;
  }
  #template #ssq .content,
  #template #fcsd .content,
  #template #dlt .content,
  #template #pls .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  #one {
    width: 100%;
  }
  #one .left1 {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  #one .left1 .rig {
    flex: none;
    width: 290px;
  }
}

/*# sourceMappingURL=index.css.map */
