.main{
  background: url(../images/fzlc_bgc1.png) no-repeat;
}
.time_y{
  position: absolute;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(191,0,8,0)),color-stop(5%,#6A9D1A),color-stop(95%,#6A9D1A),to(rgba(191,0,8,0)));
    background: -webkit-linear-gradient(bottom,rgba(191,0,8,0),#6A9D1A 5%,#6A9D1A 95%,rgba(191,0,8,0));
    background: -moz-linear-gradient(bottom,rgba(191,0,8,0) 0,#6A9D1A 5%,#6A9D1A 95%,rgba(191,0,8,0) 100%);
    background: -o-linear-gradient(bottom,rgba(191,0,8,0) 0,#6A9D1A 5%,#6A9D1A 95%,rgba(191,0,8,0) 100%);
    background: linear-gradient(0deg,rgba(191,0,8,0) 0,#6A9D1A 5%,#6A9D1A 95%,rgba(191,0,8,0));
    /* height: 100%; */
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: .2rem;
}
.cencat {
  position: relative;
  /* height: 100%; */
  margin: 2rem 0;
  padding: 1rem 0;
}
.bynr>div:nth-child(2) {
  background-color: #fff0 !important;
}
.gslsboxbgc::before {
  background-color: #fff;
  border: .15rem solid #6A9D1A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: .25rem;
  left: 50%;
  position: absolute;
  top: .1rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: .25rem;
}
.gslsboxbgc {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.time_box{
  margin-bottom: 2rem;
  height: auto;
}
.gslsbox1_fl {
  text-align: right;
  width: 48%;
  float: left;
}
.time_txt_box .time_txt{
  font-weight: bold;
  font-size: 0.75rem;
  color: #6A9D1A;
}
.text_box{
  position: relative;
  padding: 2rem 0;
}
.lsgx{
  font-weight: normal;
  font-size: 0.5833rem;
  color: #AAAAAA;
  text-align: right;
}
 .lsgx_t p{
  font-weight: bold;
  font-size: 0.5833rem;
  line-height: 140.5%;
  text-align: right;
  color: #333333;
}
.lsgx_box{
  margin-top: 0.4167rem;
}
.gslsbox1_fr {
  text-align: left;
  width: 48%;
  float: right;
}
.lsgx_r p{
  font-weight: bold;
  font-size: 0.5833rem;
  line-height: 140.5%;
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 780px) {
  .time_y {
    width: .6rem;
}
.gslsboxbgc::before {
  height: 1rem;
  width: 1rem;
}
}
