@charset "UTF-8";
#mediaplayer_logo {
  display: none;
}

A {
  color: #454545;
  outline: none;
  text-decoration: none;
}

A:visited, A:active {
  color: #454545;
}

A:hover {
  color: #99790b;
}

BODY {
  margin: 0px;
  padding: 0;
  font-family: Arial, "微软雅黑";
  background: #fff;
  line-height: 1.6;
  font-size: 14px;
  color: #454545;
}

@media only screen and (max-width: 1200px) {
  BODY {
    font-size: 13px;
  }
}

body,
html {
  width: 100%;
  height: 100%;
}

p,
b,
ul,
li,
input,
img,
button {
  margin: 0px;
  padding: 0px;
}

button {
  border: 0;
  background: none;
}

input {
  border: 0px;
}

img,
button,
label,
:before,
:after {
  border: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a,
li,
i,
span {
  outline: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

b,
label {
  font-weight: normal;
}

input,
button,
select,
textarea {
  outline: none;
  font-family: Arial, "微软雅黑";
  font-size: 14px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}

.img_content {
  width: 100%;
  overflow: hidden;
}

.img_content img {
  width: 100%;
}

.text_content {
  width: 100%;
}

.ny_main {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .ny_main {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .mob {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .pc {
    display: none !important;
  }
}

.p60 {
  padding: 50px 40px 40px 40px;
}

@media only screen and (max-width: 1200px) {
  .p60 {
    padding: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .mob {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
}

.m-b-80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .m-b-80 {
    margin-bottom: 20px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1200px) {
  .m-b-70 {
    margin-bottom: 20px;
  }
}

.m-b-60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .m-b-60 {
    margin-bottom: 20px;
  }
}

.m-b-50 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .m-b-50 {
    margin-bottom: 20px;
  }
}

.m-b-40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .m-b-40 {
    margin-bottom: 20px;
  }
}

.m-b-30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .m-b-30 {
    margin-bottom: 20px;
  }
}

.m-b-35 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 1200px) {
  .m-b-35 {
    margin-bottom: 20px;
  }
}

.m-b-20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .m-b-20 {
    margin-bottom: 15px;
  }
}

.m-b-25 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1200px) {
  .m-b-25 {
    margin-bottom: 15px;
  }
}

.m-b-10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  .m-b-10 {
    margin-bottom: 5px;
  }
}

.m-b-15 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .m-b-15 {
    margin-bottom: 10px;
  }
}

.mh {
  width: 100%;
  float: left;
}

.img_scale {
  overflow: hidden;
}

.img_scale img {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.img_scale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.ab_nr {
  font-size: 16px;
  line-height: 2;
}

.ab_nr a {
  color: #222222;
  text-decoration: underline;
}

.ab_nr .ab_nr a:hover {
  text-decoration: none;
}

.ab_nr td {
  padding: 10px;
  border: solid 1px #dddddd;
}

.ab_nr li {
  position: relative;
  padding-left: 18px;
}

.ab_nr li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
}

.ab_nr p {
  margin-bottom: 30px;
}

.ab_nr p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .ab_nr {
    overflow-x: auto;
    font-size: 14px;
    line-height: 1.6;
  }
  .ab_nr img {
    height: auto !important;
  }
  .ab_nr li:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .ab_nr p {
    margin-bottom: 15px;
  }
}

.dt img,
.dt label {
  max-width: inherit;
}

.ta_k {
  overflow-x: auto;
}

.ta1 {
  width: 100%;
  min-width: 1100px;
}

.ta1 td {
  padding: 15px 10px;
  text-align: center;
}

.ta1 tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}

.ta1 thead td {
  background-color: #2c65bb;
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
  .ta1 td {
    padding: 12px 8px;
  }
  .ta1 thead td {
    font-size: 14px;
  }
}

.pageStyle {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 60px;
}

.pageStyle a {
  padding: 0px 12px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  margin: 0px 4px;
  border: solid 1px #ddd;
  font-size: 16px;
}

.pageStyle a:hover, .pageStyle a.active {
  border-color: #222222;
  background-color: #222222;
  color: #ffffff;
}

.pageStyle a .bi-chevron-left, .pageStyle a .bi-chevron-right {
  font-size: 20px;
}

.pageStyle a .bi-chevron-bar-left, .pageStyle a .bi-chevron-bar-right {
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
  .pageStyle a {
    width: 23%;
    margin: 0 1%;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
  }
  .pageStyle a .bi-chevron-left, .pageStyle a .bi-chevron-right {
    font-size: 16px;
  }
  .pageStyle a .bi-chevron-bar-left, .pageStyle a .bi-chevron-bar-right {
    font-size: 16px;
  }
}

.em1 {
  padding: 0 1em;
}

.ban {
  width: 100%;
}

.ban img {
  width: 100%;
}

.foot {
  width: 100%;
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: #535353;
  font-size: 14px;
  line-height: 22px;
}

@media only screen and (max-width: 1200px) {
  .foot {
    padding: 15px;
    font-size: 13px;
  }
}

.foot a {
  color: rgba(255, 255, 255, 0.8);
}

.foot a:hover {
  color: #fff;
}

.foot .foot_nr {
  width: 100%;
}

.foot .foot_nr .foot_logo {
  width: 620px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 60px;
  float: left;
  border-right: solid 1px rgba(255, 255, 255, 0.4);
  margin-right: 20px;
}

.foot .foot_nr .nr {
  width: 550px;
  float: left;
}

@media only screen and (max-width: 1200px) {
  .foot .foot_nr .foot_logo {
    width: 100%;
    height: 40px;
    border-right: 0;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 500px) {
  .foot .foot_nr .foot_logo {
    height: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .foot .foot_nr .nr {
    width: 100%;
  }
}

.sy_carousel {
  width: 100%;
  position: relative;
}

.sy_carousel .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sy_carousel .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  transition-timing-function: linear;
}

.sy_carousel .swiper-container .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.sy_carousel .swiper-container .swiper-slide .img_content {
  margin-bottom: 10px;
  height: 216px;
  overflow: hidden;
}

.sy_carousel .swiper-container .swiper-slide .img_content img {
  min-height: 100%;
}

.sy_carousel .swiper-container .swiper-slide p {
  text-align: center;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  .sy_carousel .swiper-container .swiper-slide .img_content {
    height: calc((100vw / 3 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
  }
  .sy_carousel .swiper-container .swiper-slide p {
    text-align: center;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
  }
}

@media only screen and (max-width: 760px) {
  .sy_carousel .swiper-container .swiper-slide .img_content {
    height: calc((100vw / 2 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
  }
}

.sy {
  padding: 40px 0 60px 0;
}

@media only screen and (max-width: 1200px) {
  .sy {
    padding: 15px;
  }
}

.sy1_box {
  background-color: #e8e8e8;
  border-radius: 5px;
  padding: 20px 0;
}

.sy1_box .d1 {
  width: 60%;
  float: left;
}

.sy1_box .d1 .nr {
  padding: 20px;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}

.sy1_box .d2 {
  width: 40%;
  float: right;
  padding: 15px;
}

.sy1_box .d2 img {
  max-width: 100%;
}

@media only screen and (max-width: 1200px) {
  .sy1_box {
    padding: 15px 0;
  }
  .sy1_box .d1 .nr {
    padding: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .sy1_box .d2 {
    padding: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .sy1_box .d1 {
    width: 100%;
  }
  .sy1_box .d1 .nr {
    padding: 15px;
    font-size: 13px;
  }
  .sy1_box .d2 {
    width: 100%;
    padding: 0 15px 15px 15px;
  }
}

.sy_bt1 {
  height: 50px;
  line-height: 50px;
}

.sy_bt1 .bt {
  width: 187px;
  height: 50px;
  float: left;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  background-image: url(../images/lmbg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #fff;
  padding-right: 35px;
}

@media only screen and (max-width: 1200px) {
  .sy_bt1 {
    height: 40px;
    line-height: 40px;
  }
  .sy_bt1 .bt {
    width: 155px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 760px) {
  .sy_bt1 {
    height: 35px;
    line-height: 35px;
  }
  .sy_bt1 .bt {
    width: 135px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-right: 25px;
  }
}

.sy_bt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 47px;
  line-height: 47px;
  border-bottom: solid 1px #e5e5e5;
}

.sy_bt2 .bt {
  display: inline-block;
  background: #474644;
  padding: 0px 24px 0 28px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

.sy_bt2 .bt:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  height: 100%;
  width: 5px;
  background: #b8b8b8;
  border-right: 1px solid #fff;
}

.sy_bt2 .bt:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/lmbg2.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: -20px;
  bottom: 0px;
}

.sy_bt2 .more {
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  .sy_bt2 {
    height: 40px;
    line-height: 40px;
  }
  .sy_bt2 .bt {
    font-size: 17px;
    padding: 0px 20px 0 25px;
  }
  .sy_bt2 .bt:before {
    width: 4px;
  }
  .sy_bt2 .more {
    font-size: 13px;
  }
}

@media only screen and (max-width: 760px) {
  .sy_bt2 {
    height: 35px;
    line-height: 35px;
  }
  .sy_bt2 .bt {
    font-size: 16px;
    padding: 0px 20px 0 25px;
  }
}

.sy_zjnr {
  font-size: 18px;
  line-height: 2;
  background-color: #f1f1f1;
  padding: 25px;
  font-weight: bold;
}

.sy_zjnr .pic {
  width: 333px;
  float: left;
  margin: -25px 30px 0 -25px;
}

@media only screen and (max-width: 1200px) {
  .sy_zjnr {
    padding: 15px;
    font-size: 16px;
    line-height: 1.8;
  }
  .sy_zjnr .pic {
    width: 240px;
    margin: -15px 20px 0 -15px;
  }
}

@media only screen and (max-width: 760px) {
  .sy_zjnr {
    font-size: 13px;
    line-height: 1.6;
  }
  .sy_zjnr .pic {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .sy_zjnr .pic img {
    max-width: 240px;
  }
}

.sy_lb1 {
  width: 104%;
  float: left;
  margin-left: -2%;
}

.sy_lb1 li {
  float: left;
  width: 46%;
  margin: 0 2%;
  position: relative;
  line-height: 30px;
  padding-right: 100px;
}

.sy_lb1 li .sTime {
  color: #999;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}

.sy_lb1 li a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/tb1.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

@media only screen and (max-width: 1200px) {
  .sy_lb1 {
    width: 100%;
    margin-left: 0;
  }
  .sy_lb1 li {
    width: 100%;
    margin: 0;
    padding-right: 75px;
  }
  .sy_lb1 li .sTime {
    font-size: 12px;
  }
  .sy_lb1 li a {
    padding-left: 16px;
    font-size: 13px;
  }
}

.fy1 a {
  background-color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .fy1 {
    width: 102%;
    float: left;
    margin-left: -1%;
  }
  .fy1 a {
    float: left;
    display: none;
    border: solid 1px #dddddd;
    padding: 0px 10px;
    margin-left: 3px;
    font-size: 14px;
  }
  .fy1 a.cd_sx {
    display: block;
    width: 48%;
    margin: 0px 1%;
    text-align: center;
    padding: 8px 0px;
  }
  .fy1 .form-control {
    display: none;
  }
}

.fy1 {
  font-size: 0;
}

.fy1 .form-control {
  display: inline-block;
  width: auto;
  margin: 0px 4px;
}

@media only screen and (min-width: 1200px) {
  .fy1 {
    width: 100%;
    float: left;
    line-height: 38px;
    text-align: center;
  }
  .fy1 a {
    display: inline-block;
    border: solid 1px #dddddd;
    padding: 0px 15px;
    margin: 0px 4px;
  }
}

.fy1 a:hover,
.fy1 a.on {
  background: #333;
  color: #ffffff;
  border: solid 1px #333;
}

.ny {
  padding: 20px 0 60px 0;
}

.ny .ny_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ny .ny_box .d1 {
  width: 260px;
  background-color: #f0f0f0;
  min-height: 500px;
}

.ny .ny_box .d2 {
  width: 905px;
  border: solid 1px #e5e5e5;
}

.ny .ny_box .d2 .d2_box {
  padding: 30px;
}

@media only screen and (max-width: 1200px) {
  .ny {
    padding: 15px;
  }
  .ny .ny_box {
    display: block;
  }
  .ny .ny_box .d1 {
    width: 100%;
    min-height: initial;
    margin-bottom: 15px;
  }
  .ny .ny_box .d2 {
    width: 100%;
  }
  .ny .ny_box .d2 .d2_box {
    padding: 15px;
  }
}

.ny_dbt {
  width: 100%;
  line-height: 45px;
  background-color: #323232;
  color: #fff;
  font-size: 18px;
  padding-left: 15px;
}

.ny_dbt .bi {
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}

.lm1_bt {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
}

.lm1_bt a {
  width: 100%;
  height: 40px;
  display: block;
  position: relative;
  color: #333;
  font-weight: bold;
}

.lm1_bt a:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 0px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23333333'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 22px;
}

.lm1_bt a.on:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ny_nav1 {
  width: 100%;
  padding: 20px;
}

.ny_nav1 ul {
  width: 100%;
}

.ny_nav1 ul li {
  width: 100%;
  margin-bottom: 2px;
}

.ny_nav1 ul li a {
  display: block;
  width: 100%;
  padding: 10px 30px;
  font-size: 16px;
}

.ny_nav1 ul li a:hover, .ny_nav1 ul li a.on {
  background-color: #dbdbdb;
  color: #333;
}

.ny_nav1 ul li a.on {
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .ny_nav1 {
    padding: 15px;
    display: none;
  }
  .ny_nav1 ul li {
    margin-bottom: 1px;
  }
  .ny_nav1 ul li a {
    padding: 6px 15px;
    font-size: 13px;
  }
}

.ny_bt2 {
  height: 44px;
  line-height: 44px;
  background-color: #e7e7e7;
  font-size: 0;
  padding: 0 30px;
}

.ny_bt2 .bt {
  display: inline-block;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  border-bottom: solid 3px #333;
}

.ny_lb1 {
  width: 100%;
  float: left;
}

.ny_lb1 li {
  float: left;
  width: 100%;
  position: relative;
  line-height: 45px;
  min-height: 45px;
  padding-right: 100px;
  border-bottom: dotted 1px #ddd;
}

.ny_lb1 li .sTime {
  color: #999;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}

.ny_lb1 li a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/tb1.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

@media only screen and (max-width: 1200px) {
  .ny_lb1 {
    width: 100%;
    margin-left: 0;
  }
  .ny_lb1 li {
    width: 100%;
    margin: 0;
    padding-right: 75px;
    line-height: 40px;
    min-height: 40px;
  }
  .ny_lb1 li .sTime {
    font-size: 12px;
  }
  .ny_lb1 li a {
    padding-left: 16px;
    font-size: 13px;
  }
}

.newsde .sbt {
  width: 100%;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  float: left;
}

.newsde .sbt p {
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
  .newsde .sbt {
    font-size: 17px;
    padding: 0 0% 15px 0%;
    line-height: 28px;
  }
  .newsde .sbt p {
    font-size: 15px;
  }
}

.newsde .ssj {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0 20px 0;
  color: #999999;
  border-bottom: solid 1px #ddd;
}

@media only screen and (max-width: 1200px) {
  .newsde .ssj {
    padding: 15px 0 0 0;
  }
}

.newsde .sgd {
  width: 100%;
  float: left;
  border-top: solid 1px #ddd;
  padding-top: 15px;
  line-height: 30px;
  color: #666;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .newsde .sgd {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1200px) {
  .newsde .sgd {
    padding-top: 15px;
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
  }
}

.sc_list {
  width: 103%;
  float: left;
  margin-left: -1.5%;
  margin-top: -10px;
}

.sc_list li {
  width: 30.3333%;
  float: left;
  margin: 1.5%;
}

.sc_list li a {
  display: block;
  width: 100%;
  text-align: center;
}

.sc_list li a .img_content {
  height: 203px;
  margin-bottom: 15px;
}

.sc_list li a .img_content img {
  min-height: 100%;
}

.sc_list li a .text_content .bt {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

.sc_list li a .text_content .sTime {
  display: block;
  color: #999;
}

@media only screen and (max-width: 1200px) {
  .sc_list {
    width: 102%;
    margin-left: -1%;
    margin-top: -5px;
  }
  .sc_list li {
    width: 31.3333%;
    margin: 1%;
  }
  .sc_list li a .img_content {
    height: calc((100vw / 3 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
    margin-bottom: 10px;
  }
  .sc_list li a .text_content .bt {
    font-size: 13px;
  }
}

@media only screen and (max-width: 760px) {
  .sc_list li {
    width: 48%;
    margin-bottom: 15px;
  }
  .sc_list li a .img_content {
    height: calc((100vw / 2 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
  }
}

@media only screen and (max-width: 500px) {
  .sc_list li {
    width: 98%;
  }
  .sc_list li a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
}