/* 公共表格 */
.WTable {
  width: 95%;
  height: 100%;
  margin: 0 auto;
}

.WTable_th {
  margin-top: 10%;
  display: flex;
  background: linear-gradient(92deg, #0825b7, #01b4ff);
}
.ho_Subsidy .WTable_th .WTable_td:nth-child(1) {
  width: 17%;
}
.ho_Subsidy .WTable_th .WTable_td:nth-child(2) {
  width: 33%;
}

.ho_Subsidy .WTable_tr .WTable_td:nth-child(1) {
  width: 17%;
}
.ho_Subsidy .WTable_tr .WTable_td:nth-child(2) {
  width: 33%;
}

.WTbody {
  height: 63%;
  overflow-y: auto;
}
.WTbody .WTable_tr:nth-child(even) {
  background-color: rgba(110, 133, 246, 0.1);
}

.WTable_tr {
  display: flex;
}
.WTable_td {
  width: 25%;
  text-align: center;

  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #71d4f7;
  line-height: 42px;
}
/* 预警监控 */
.Yjjk_cont {
  display: flex;
}
.Yjjk_cont_l {
  width: 71%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background-color: pink; */
}

.Yjjk_cont_l_top {
  display: flex;

  height: calc(70% - 15px);
}
.Yjjk_cont_l_top_l {
  position: relative;
  width: 22%;
  height: 100%;
  background-image: url(../img/frameOne.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background-color: palevioletred; */
}

.Yjjk_title {
  position: absolute;
  width: 119.8px;
  height: 22.1px;
  background-size: 100% 100%;
  overflow: hidden;
  display: flex;
  font-size: 15px;
  -align-items: center;
  margin: auto;
  justify-content: center;
  -background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 5px;
  font-size: 17px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #00fee3;
  text-shadow: 0px 2px 2px #002662;

  /* background: linear-gradient(0deg, #08b1ff 0%, #6bfff3 98.974609375%); */
  background-image: url(../img/wslimg/icon1.png);
  height: 28px;
  line-height: 25px;
}
.Yjjk_cont_l_top_r {
  background-image: url(../img/big_frame.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 78%;
  height: 100%;
  /* background-color: #fff; */
}
.Yjjk_cont_l_top_l ul {
  overflow-y: auto;
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  height: calc(100% - 28px);
}
.Yjjk_cont_l_top_l ul li {
  margin: 4px auto;
  width: 95%;
  height: 12.5%;
  /* opacity: 0.33; */
  /* background-color: #fff; */
  /* padding: 14px 0; */
  background-image: url(../img/wjimg/tip_one.png);
  /* background-color: rgba(88, 101, 121, 0.33); */
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Yjjk_cont_l_top_l_li_l {
  height: 100%;
  box-sizing: border-box;
  padding-top: 5px;
}
.Yjjk_cont_l_top_l_li_l img {
  /* margin-top: 5px; */
  display: block;
  height: 100%;
}
.Yjjk_cont_l_top_l_li_r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Yjjk_cont_l_top_l ul li h1 {
  line-height: 24px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #a4e7ff;
  background: linear-gradient(
    92deg,
    #c2ecf6 0%,
    #30dadd 50.68359375%,
    #31d7dc 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Yjjk_cont_l_top_l ul li p {
  font-size: 100%;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #a4e7ff;
  background: linear-gradient(
    92deg,
    #c2ecf6 0%,
    #30dadd 50.68359375%,
    #31d7dc 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Yjjk_cont_l_top_l ul li:last-child {
  display: block;
  /* background-color: #fff; */
  width: 95%;
  height: 34%;
  border-radius: 0px 0px 25px 25px;
}
.Yjjk_cont_l_top_l ul li:last-child .Yjjk_cont_l_top_l_li_r {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.Yjjk_cont_l_top_l ul li:last-child > div {
  display: flex;
  height: 50%;
  align-items: center;
  justify-content: center;
}
.Yjjk_cont_l_top_l ul li:last-child h1 {
  font-size: 16px;
}

/* 左上右地图 */
.Yjjk_cont_l_top_r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#map {
  width: 91%;
  margin: 0 auto;
  height: 86%;
  background-color: #fff;
}
/* 左下三个盒子 */
.Yjjk_cont_l_down {
  display: flex;
  height: calc(30% - 15px);
  justify-content: space-between;
}
.Yjjk_cont_l_down_son {
  position: relative;
  width: 33%;
  height: 100%;
  /* background-color: skyblue; */
  background-image: url(../img/frameOne.png);
  background-size: 100% 100%;
}
.Yjjk_cont_l_down_son .Yjjk_title {
  width: 60%;
  margin-top: -5px;
}
#YJ_l {
  width: 100%;
  height: 100%;
}
#YJ_c {
  width: 100%;
  height: 100%;
}
#YJ_r {
  width: 100%;
  height: 100%;
}
/* 右边列表 */
.Yjjk_cont_r {
  position: relative;
  width: 29%;
  /* background-color: skyblue; */
  background-image: url(../img/frameOne.png);
  background-size: 100% 100%;
}
.Yjjk_cont_r .Yjjk_title {
  width: 63%;
}
.Yjjk_cont_r .Yjjk_cont_r_list {
  overflow-y: auto;
  width: 90%;
  height: 85%;
  margin: 39px auto 0;
}
.Yjjk_cont_r .Yjjk_cont_r_list li {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 16%;
  margin-top: 1%;
  /* background-color: pink; */
  padding: 3% 2%;
  box-sizing: border-box;
  background-image: url(../img/wjimg/tip_one.png);
  /* background-image: url(../img/wjimg/Lryj1.png); */
  background-size: 100% 100%;
  justify-content: center;
}
.Yjjk_cont_r .Yjjk_cont_r_list li:first-child {
  margin-top: 0;
}
.Yjjk_cont_r_li_t {
  display: flex;
  justify-content: space-between;

  font-size: 19px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}
.Yjjk_cont_r_li_t div:nth-child(1) {
  color: #fd0303;
}
.Yjjk_cont_r_li_c {
  display: flex;
  justify-content: space-between;
  -margin-top: 10px;
  margin: 6px 0;
  font-size: 17px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.Yjjk_cont_r_li_c > div:nth-child(1) {
  width: 68%;
}
.Yjjk_cont_r_li_d {
  -margin-top: 10px;
  font-size: 17px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.Yjjk_cont_r .Page {
  margin-top: 23px;
  display: flex;
  justify-content: center;
}
.Yjjk_cont_r .Page li {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fd0303;
  line-height: 31px;
  box-sizing: border-box;
  padding: 0 22px;
  border: 1px solid #00eaff;
  background: linear-gradient(
    92deg,
    #0072ff 0%,
    #00eaff 48.8525390625%,
    #01aaff 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Yjjk_cont_r .Page li:nth-child(2) {
  border: 1px solid transparent;
}

.Yjjk_date {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: auto;
  width: 30%;
  height: 13%;
  /* background-color: #fff; */
}
.Yjjk_date ul {
  display: flex;
  width: 100%;
  height: 100%;
}
.Yjjk_date ul li {
  background-image: url(../img/wjimg/Lryj_mr.png);
  background-size: 100% 100%;
  width: 39px;
  margin-left: 5%;
  /* font-size: 20px; */
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 31px;
  /* padding: 5px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Yjjk_date ul .active {
  background-image: url(../img/wjimg/Lryj_xz.png);
  background-size: 100% 100%;
}
.Yjjk_date ul span {
  position: relative;
  top: -1px;
}
.Yjjk_date ul .active span {
  /* font-size: 20px; */
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 31px;
  background: linear-gradient(
    92deg,
    #0072ff 0%,
    #00eaff 48.8525390625%,
    #01aaff 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*家庭床位  */
.Jtcw_cont {
  display: flex;
  overflow: visible;
}
/* 家庭床位左侧 */
.Jtcw_cont_l {
  width: 24%;
  height: 100%;
}
.Cont_box {
  position: relative;
  background-image: url(../img/frameOne.png);
  background-size: 100% 100%;
}
.Jtcw_cont_l_t {
  position: relative;
  width: 100%;
  height: 50%;

  /* background-color: palegoldenrod; */
}
.Jtcw_cont_l_t_list {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-top: 11.25%;
}
.Jtcw_cont_l_t_list_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  background-image: url(../img/wjimg/Jtfwjk1.png);
  background-size: 100% 100%;
  width: 76.94%;
  height: 10.29%;
  /* border: 1px solid;
  border-image: linear-gradient(0deg, #c2ecf6, #30dadd, #31d7dc) 10 10;
  background: linear-gradient(0deg, #c2ecf6 0%, #30dadd 51%, #31d7dc 100%);
  box-shadow: 0px 0px 62px 0px rgba(0, 61, 131, 0.94); */
  letter-spacing: 5px;
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 400;
}
.Jtcw_cont_l_t_list_title span {
  color: #00ff72;
}
.Jtcw_cont_l_t_list_cont {
  display: flex;
  flex-wrap: wrap;
  height: 88%;

  padding-top: 5%;
  box-sizing: border-box;
}
.Jtcw_cont_l_t_li {
  position: relative;
  width: 50%;
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Jtcw_cont_l_t_li div {
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #ffffff;
}
.Jtcw_cont_l_t_li img {
  width: 54%;
  /* height: 13.4%; */
  height: 85%;
}
.Jtcw_cont_l_t_li_Number {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);

  font-size: 11px;
  font-family: SourceHanSansCN;
  font-weight: 800;
  color: #ffffff;
}
.Jtcw_cont_l_t .Yjjk_title {
  width: 67%;
}
.Jtcw_cont_l_d {
  width: 100%;
  height: 50%;
}
.Jtcw_cont_l_d .Yjjk_title {
  width: 67%;
}
.Jtcw_cont_l_d_list {
  overflow-y: auto;
  width: 95%;
  height: 90%;
  margin: 0 auto;
  padding-top: 6%;
}
.Jtcw_cont_l_d_list .WTable_th {
  margin-top: 21px;
}
.Jtcw_cont_l_d_list .WTbody {
  height: 85%;
}
.Jtcw_cont_l_d_list .sub_thead {
  background: linear-gradient(92deg, #0825b7, #01b4ff);
}
/* 家庭床位中间 */
.Jtcw_cont_c {
  position: relative;
  width: 52%;
  height: 100%;
  /* background-color: pink; */
  background-image: url(../img/big_frame.png);
  background-size: 100% 100%;
}
#Jtcw_map {
  width: 91.7%;
  height: 88%;
  margin: 3% auto;
  background-color: #fff;
}
.Jtcw_cont_c_down {
  display: flex;
  position: absolute;
  bottom: 1.5%;
  left: 9%;
  /* background-color: #fff; */
  width: 90%;
  height: 6.2%;
}
.Jtcw_cont_c_downchange {
  bottom: -6px;
}
.Jtcw_cont_c_downss {
  bottom: 6px;
}
.Jtcw_cont_c_down_l {
  position: absolute;
  top: 50%;
  z-index: 11;
  width: 100px;
  height: 100px;
  margin-top: -50px;
}
.Jtcw_cont_c_down_lchange {
  width: 85px;
  height: 85px;
  left: 20px;
}
.Jtcw_cont_c_down_l p {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: url(../img/wjimg/Jtcw_down_l1.png);
  background-size: 100% 100%;
}
.Jtcw_cont_c_down_l p img {
  width: 54px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.Jtcw_cont_c_down_r {
  position: absolute;
  left: 5%;
  width: 83%;
  left: calc(100px - 5%);
}
.Jtcw_cont_c_down_rchange {
  width: 89%;
  height: 100%;
  left: 1%;
  text-align: center;
}

.Jtcw_cont_c_down_r img {
  width: 100%;
  height: 100%;
}
.Jtcw_cont_c_down_r div {
  position: absolute;
  top: 47%;
  left: 8%;
  transform: translateY(-54%);

  font-size: 21px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #100606;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  /* line-height: 119px; */
  width: 87%;
}
/* 家庭床位右侧 */
.Jtcw_cont_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
  height: 100%;
}
.Jtcw_cont_r_t {
  width: 100%;
  height: 33%;
}
.Jtcw_cont_r_t .Yjjk_title {
  width: 63%;
}
#JT_t {
  width: 100%;
  height: 100%;
}
.Jtcw_cont_r_c {
  width: 100%;
  height: 33%;
}
.Jtcw_cont_r_c .Yjjk_title {
  width: 63%;
}
#JT_c {
  width: 100%;
  height: 100%;
}
.Jtcw_cont_r_d {
  width: 100%;
  height: 33%;
}
.Jtcw_cont_r_d .Yjjk_title {
  width: 63%;
}
#JT_d {
  width: 100%;
  height: 100%;
}

/* 适老化监控 */
.Slh_cont {
  display: flex;
}
.Slh_cont_son {
  position: relative;
  width: 100%;
  height: 33%;
  background-image: url(../img/frameOne.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.Slh_cont_son .Yjjk_title {
  width: 63%;
}
/* 适老化左侧 */
.Slh_cont_l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
  height: 100%;
}
#Sl_l_c {
  width: 100%;
  height: 100%;
}
.Slh_cont_l_t_list {
  width: 100%;
  height: 100%;
}
.Slh_cont_l_t_list ul {
  margin: 10.7% auto;
  width: 79%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  height: calc(100% - 22%);
}
.Slh_cont_l_t_list ul li {
  width: 33%;
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Slh_cont_l_t_li_img {
  height: 70%;
}
.Slh_cont_l_t_li_img img {
  height: 100%;
}
.Slh_cont_l_t_li_text {
  margin-top: -20px;
  display: flex;
  flex-direction: column;
  align-items: center;

  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #e9fbff;
  line-height: 20px;
}
.Slh_cont_l_t_li_text .Slh_cont_l_t_li_text_t {
  margin-top: 5px;
}

/* 适老化中间 */
.Slh_cont_c {
  width: 52%;
  height: 100%;

  background-image: url(../img/big_frame.png);
  background-size: 100% 100%;
}
#Slh_map {
  width: 91.7%;
  height: 88%;
  margin: 3% auto;
  background-color: #fff;
}
/* 适老化右侧 */
.Slh_cont_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
  height: 100%;
  /* background-color: #fff; */
}
/* 养老服务 */
.Ylfw_cont {
  display: flex;
}
.Ylfw_son {
  position: relative;
  background-image: url(../img/frameOne.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.Ylfw_son .Yjjk_title {
  width: 63%;
}
/* 养老服务左侧 */
.Ylfw_cont_l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
  height: 100%;
}
.Ylfw_cont_l_t {
  position: relative;
  width: 100%;
  height: 23%;
}
.Ylfw_cont_l_t_list {
  box-sizing: border-box;
  padding-top: 5%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.Ylfw_cont_l_t_list_l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.Ylfw_cont_l_t_list_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -5%;
  width: 72%;
  height: 48%;
  background-image: url(../img/wjimg/Ylfw1.png);
  background-size: 100% 100%;
}

.Ylfw_cont_l_t_list_text h1 {
  text-align: center;
  font-size: 22.4px;
  font-weight: bold;
  font-family: 思源黑体 CN;
  color: #fff;
}
.Ylfw_cont_l_t_list_text p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: 思源黑体 CN;
  color: #bce4ff;
}
/* 左下 */
.Ylfw_cont_l_d_title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 13.5%;
}
.Ylfw_cont_l_d_title b {
  display: block;
  /* width: 2%;
  height: 2%; */
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 2%;
  background-color: #00ffff;
}
.Ylfw_cont_l_d_title span {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.Ylfw_cont_l_d_title p {
  margin-left: 2%;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #00ffff;
}
.Ylfw_cont_l_d_Elist {
  display: flex;
  flex-wrap: wrap;
  height: 65%;
  width: 95%;
  justify-content: space-between;
  margin: 0 auto;
}
.Ylfw_cont_l_d_Elist_li {
  margin-top: 1%;
  width: 33%;
  height: 50%;
  /* background-color: #fff; */
}
.Ylfw_cont_l_t_list_r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.Ylfw_cont_l_c {
  width: 100%;
  height: 30.1%;
}
#Yj_l_c {
  width: 100%;
  height: 100%;
}
.Ylfw_cont_l_d {
  width: 100%;
  height: 43.01%;
}
.Ylfw_cont_c {
  width: 52%;
  height: 100%;
  background-image: url(../img/big_frame.png);
  background-size: 100% 100%;
}
.su_middle {
  width: 100%;
  height: 100%;
  background-image: url();
}
/* 养老服务右侧 */
.Ylfw_cont_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
  height: 100%;
}
.Ylfw_cont_r #Yj_r_d {
  height: 79%;
}
.Ylfw_cont_r_t {
  width: 100%;
  height: 43.01%;
}
#Yj_r_u {
  width: 100%;
  height: 100%;
}
.Ylfw_cont_r_d {
  width: 100%;
  height: 55.59%;
}
#Yj_r_d {
  width: 100%;
  height: 100%;
}
#Yj_r_d div {
  width: 100%;
  height: 100%;
}
.se_Institution_s {
  position: relative;
}
.se_Institution_s .down {
  position: absolute;
  right: 24px;
  top: 6px;
  height: 79%;
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #103155;
  z-index: 11;
}
.se_Institution_s .down img {
  width: 50%;
  height: 50%;
}
.fa_item_middle_li {
  margin-top: 5%;
  display: flex;
  align-items: center;
}
.fa_item_middle_li_img {
  width: 13%;
}
.fa_item_middle_li_img img {
  display: block;
  width: 80%;
  height: auto;
}
.slh_gz .fa_item_middle {
  display: flex;
  align-items: center;
}
.slh_gz .fa_item_middle img {
  width: 10%;
  margin-right: 15px;
  height: auto;
}
@media screen and (max-width: 1680px) {
  .Jtcw_cont_c_down_r div {
    font-size: 21px;
  }
  .Jtcw_cont_l_d_list {
    padding-top: 9%;
  }
  .Jtcw_cont_l_t_li img {
    height: 64%;
  }
  .Jtcw_cont_l_t_li_Number {
    top: 30%;
  }
  .Jtcw_cont_c_down {
    bottom: -6px;
  }
  .Slh_cont_l_t_li_text {
    font-size: 15px;
  }
  .Jtcw_cont_l_d_list .WTable_th {
    margin-top: 8%;
  }
  .Jtcw_cont_c_downss {
    width: 87%;
  }
  .WTable_th {
    margin-top: 12%;
  }
}
@media screen and (max-width: 1440px) {
  .Jtcw_cont_l_t_list_title {
    font-size: 18px;
  }
  .Jtcw_cont_c_down_r div {
    font-size: 22px;
  }
  .Jtcw_cont_c_down {
    bottom: 0;
  }
  .Jtcw_cont_l_t_li_Number {
    top: 28%;
  }
  .Slh_cont_l_t_list ul {
    box-sizing: border-box;
    padding-top: 10px;
  }
  .Jtcw_cont_l_d_list .WTable_th {
    margin-top: 6%;
  }
  .se_Institution_s .down {
    height: 72%;
  }
  .Yjjk_cont_r .Yjjk_cont_r_list li {
    height: 14%;
  }
  .Yjjk_cont_r_li_t {
    font-size: 16px;
    font-weight: 700;
  }
  .Yjjk_cont_r_li_t div:nth-child(2) {
    font-weight: 400;
  }
  .Yjjk_cont_r_li_c {
    font-size: 16px;
    margin-top: 5px;
  }
  .Yjjk_cont_r_li_d {
    font-size: 16px;
    -margin-top: 5px;
  }
  .Yjjk_date ul li {
    font-size: 14px;
    width: 45px;
  }
  .Yjjk_title {
    font-size: 16px !important;
  }
  .Jtcw_cont_c_down {
    bottom: 0;
  }
  .Slh_cont_l_t_li_text {
    font-size: 14px;
  }
  .Jtcw_cont_c_down .Jtcw_cont_c_down_lchange {
    width: 70px;
    height: 70px;
  }
  .Jtcw_cont_c_downss {
    width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  .Yjjk_title {
    font-size: 12px !important;
  }

  .Yjjk_cont_l_top_l ul li h1 {
    font-size: 16px;
    line-height: 18px;
  }
  .Yjjk_cont_l_top_l ul li p {
    font-size: 14px;
  }
  .Yjjk_cont_r .Yjjk_cont_r_list {
    height: 84%;
  }
  .Yjjk_cont_r .Yjjk_cont_r_list li {
    margin-top: 10px;
    padding: 1% 2%;
  }
  .Yjjk_cont_r_li_t {
    font-size: 16px;
    line-height: 20px;
  }
  .Yjjk_cont_r_li_c {
    margin-top: 1px;

    font-size: 14px;
    line-height: 20px;
  }
  .Yjjk_cont_r_li_d {
    -margin-top: 1px;

    font-size: 14px;
    line-height: 20px;
  }
  .Page {
    margin-top: 10px !important;
  }
  .Yjjk_cont_r .Page li {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
  }
  .WTable_td {
    font-size: 12px;
    line-height: 30px;
  }
  .Jtcw_cont_l_t_list_title {
    font-size: 16px;
  }
  .Jtcw_cont_c_down_r div {
    font-size: 18px;
  }
  .Slh_cont_l_t_li_text {
    font-size: 14px;
  }
  .fa_item_top_l {
    padding: 6px !important;
  }
  .fa_item_middle {
    padding: 6px !important;
    margin: 2px 0 !important;
  }
  .Ylfw_cont_l_t_list_text h1 {
    font-size: 18px;
  }
  .Ylfw_cont_l_t_list_text p {
    font-size: 14px;
  }
  .Ylfw_cont_l_d_title span {
    font-size: 18px;
  }
  .Ylfw_cont_l_d_title p {
    font-size: 22px;
  }
  .Jtcw_cont_l_d_list {
    padding-top: 10%;
  }
  .Jtcw_cont_l_t_li_Number {
    top: 27%;
  }
  .Slh_cont_l_t_li_text {
    font-size: 12px;
  }
  #Yj_l_c {
    padding-left: 10px;
  }
  .Jtcw_cont_c_downss {
    width: 82%;
  }
}
