html {
  scroll-behavior: smooth;
}

#all #this_col {
  background-color: #fff;
  overflow: hidden;
}
#all #this_col #banner {
  position: relative;
  overflow: hidden;
}
#all #this_col #banner .img_b {
  overflow: hidden;
}
#all #this_col #banner .img_b img {
  width: 100%;
}
#all #this_col #banner .info {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10vw;
  left: 15vw;
  width: 30vw;
  font-family: SourceHanSansSC-Bold;
}
#all #this_col #banner .info p {
  width: 240px;
  font-size: 0.85vw;
  font-weight: bold;
  color: #5E81B2;
  line-height: 2;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 0.5vw;
  text-align: center;
  margin-bottom: 1vw;
}
#all #this_col #banner .info h3 {
  font-size: 2.1vw;
  text-shadow: 2px 2px 0px #5E81B2;
  color: #FFFFFF;
  line-height: 1.5;
  font-weight: bold;
}
#all #this_col #banner .info span {
  display: block;
  color: #FFFFFF;
  text-shadow: 2px 2px 0px #5E81B2;
  font-size: 1vw;
  font-weight: 400;
  margin: 1vw 0;
}
#all #this_col #banner .info a {
  display: block;
  background-color: #FF8822;
  font-size: 1vw;
  color: #fff;
  line-height: 2.5;
  font-weight: bold;
  width: 250px;
  text-align: center;
  transition: all 0.5s;
  margin-top: 1.5vw;
}
#all #this_col #banner .info a:hover {
  background-color: #ed6d00;
  transition: all 0.5s;
}
#all #this_col #content {
  font-family: SourceHanSansSC-Bold;
}
#all #this_col #content #see {
  background-image: url(../img/pro_bg.png);
  background-repeat: no-repeat;
  background-size: 100vw;
}
#all #this_col #content #see .Warpper {
  width: 70vw;
  margin: 0vw auto;
  display: flex;
  flex-direction: column;
  padding: 4vw 0;
  padding-bottom: 2vw;
}
#all #this_col #content #see .Warpper .top_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col #content #see .Warpper .top_text .left h3 {
  font-size: 2.1vw;
  font-weight: bold;
  color: #145D88;
  line-height: 1.5;
  margin-bottom: 0.8vw;
}
#all #this_col #content #see .Warpper .top_text .left h3 span {
  color: #2A2B32;
}
#all #this_col #content #see .Warpper .top_text .left p {
  font-size: 0.85vw;
  line-height: 2;
  color: #8C92AC;
}
#all #this_col #content #see .Warpper .top_text .right a {
  display: block;
  background-color: #FF8822;
  font-size: 1vw;
  color: #fff;
  line-height: 2.5;
  font-weight: bold;
  width: 250px;
  text-align: center;
  transition: all 0.5s;
  margin-top: 1.5vw;
}
#all #this_col #content #see .Warpper .top_text .right a:hover {
  background-color: #ed6d00;
  transition: all 0.5s;
}
#all #this_col #content #see .Warpper .bottom_img {
  margin-top: 2vw;
}
#all #this_col #content #see .Warpper .bottom_img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#all #this_col #content #see .Warpper .bottom_img ul li {
  flex: 0 21vw;
  background-color: #fff;
  margin-bottom: 1vw;
  box-shadow: 0px 10px 10px 0px rgba(0, 24, 75, 0.05);
}
#all #this_col #content #see .Warpper .bottom_img ul li .imgWarpper {
  width: 21vw;
  height: 16.8vw;
  overflow: hidden;
}
#all #this_col #content #see .Warpper .bottom_img ul li .imgWarpper a {
  width: 100%;
  height: 100%;
  display: block;
}
#all #this_col #content #see .Warpper .bottom_img ul li .imgWarpper a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#all #this_col #content #see .Warpper .bottom_img ul li .info {
  padding: 1vw;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
}
#all #this_col #content #see .Warpper .bottom_img ul li .info h3 {
  color: #2A2B32;
  font-size: 1vw;
  line-height: 1.5;
  text-align: center;;
}
#all #this_col #content #see .Warpper .bottom_img ul li .info p {
  font-size: 0.85vw;
  color: #8C92AC;
  font-family: Open Sans-Light;
  line-height: 2;
  margin-bottom: 0.5vw;
}
#all #this_col #content #see .Warpper .bottom_img ul li .info .more {
  font-size: 0.85vw;
  color: #145D88;
  line-height: 1.5;
  font-family: Open Sans-Regular;
  text-align: center;
}
#all #this_col #content #see .Warpper .bottom_img ul li:hover .imgWarpper a img {
  transform: scale(1.05);
  transition: all 0.5s;
}
#all #this_col #content #about_partners {
  background-image: url(../img/about-bg.png);
  background-size: cover;
  padding: 10vw 0;
}
#all #this_col #content #about_partners .Warpper {
  width: 70vw;
  margin: 0 auto;
  padding: 2vw 0;
}
#all #this_col #content #about_partners .Warpper .about {
  display: flex;
  flex-direction: column;
}
#all #this_col #content #about_partners .Warpper .about .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col #content #about_partners .Warpper .about .top .left {
  flex: 0 28.5vw;
}
#all #this_col #content #about_partners .Warpper .about .top .left .imgWarpper {
  width: 28.5vw;
  height: 26vw;
  overflow: hidden;
}
#all #this_col #content #about_partners .Warpper .about .top .left .imgWarpper img {
  width: 100%;
  height: 100%;
}
#all #this_col #content #about_partners .Warpper .about .top .right {
  flex: 0 38vw;
  display: flex;
  flex-direction: column;
}
#all #this_col #content #about_partners .Warpper .about .top .right h3 {
  font-size: 2.1vw;
  margin-bottom: 1vw;
}
#all #this_col #content #about_partners .Warpper .about .top .right h3 span {
  color: #145D88;
}
#all #this_col #content #about_partners .Warpper .about .top .right p {
  width: 95%;
  color: #8C92AC;
  font-size: 0.85vw;
  line-height: 2;
  font-family: Source Han Sans SC-Normal;
}
#all #this_col #content #about_partners .Warpper .about .top .right a {
  display: block;
  background-color: #FF8822;
  font-size: 1vw;
  color: #fff;
  line-height: 2.5;
  font-weight: bold;
  width: 180px;
  text-align: center;
  transition: all 0.5s;
  margin-top: 1.5vw;
}
#all #this_col #content #about_partners .Warpper .about .top .right a:hover {
  background-color: #ed6d00;
  transition: all 0.5s;
}
#all #this_col #content #about_partners .Warpper .about .bottom {
  margin-top: 5vw;
}
#all #this_col #content #about_partners .Warpper .about .bottom ul {
  display: flex;
  justify-content: space-between;
}
#all #this_col #content #about_partners .Warpper .about .bottom ul li {
  flex: auto;
  border-right: 1px dashed #145D88;
  display: flex;
  flex-direction: column;
  padding: 0 2vw;
}
#all #this_col #content #about_partners .Warpper .about .bottom ul li:last-child {
  border-right: none;
}
#all #this_col #content #about_partners .Warpper .about .bottom ul li .num {
  float: left;
  font-size: 2.1vw;
  color: #145D88;
  font-family: Impact-Regular, Impact;
}
#all #this_col #content #about_partners .Warpper .about .bottom ul li p {
  font-size: 0.7vw;
  font-family: Source Han Sans SC-Normal, Source Han Sans SC;
  color: #8C92AC;
  line-height: 1.5;
}
#all #this_col #content #about_partners .Warpper .partners {
  display: flex;
  flex-direction: column;
  margin-top: 5vw;
}
#all #this_col #content #about_partners .Warpper .partners .top {
  text-align: center;
}
#all #this_col #content #about_partners .Warpper .partners .top h3 {
  font-size: 2.1vw;
  margin-bottom: 1vw;
}
#all #this_col #content #about_partners .Warpper .partners .top h3 span {
  color: #145D88;
}
#all #this_col #content #about_partners .Warpper .partners .bottom {
  margin-top: 2vw;
}
#all #this_col #content #about_partners .Warpper .partners .bottom .img_b img{
    width:100%;
}
#all #this_col #content #about_partners .Warpper .partners .bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#all #this_col #content #about_partners .Warpper .partners .bottom ul li {
  margin-bottom: 1vw;
}
#all #this_col #content #about_partners .Warpper .partners .bottom ul li .imgWarpper {
  width: 15.5vw;
  height: 9.7vw;
  overflow: hidden;
}
#all #this_col #content #about_partners .Warpper .partners .bottom ul li .imgWarpper img {
  width: 100%;
  height: 100%;
}
#all #this_col #content #our {
  width: 100vw;
  background-image: url(../img/pro_bg.png);
  background-size: 100vw;
  background-repeat: no-repeat;
  padding-bottom: 4vw;
}
#all #this_col #content #our .Warpper {
  width: 70vw;
  margin: 0 auto;
}
#all #this_col #content #our .Warpper .top {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 50vw;
  margin: 0 auto;
  margin-top: 1vw;
  margin-bottom: 3vw;
}
#all #this_col #content #our .Warpper .top h3 {
  font-size: 2.1vw;
  margin-bottom: 1vw;
}
#all #this_col #content #our .Warpper .top h3 span {
  color: #145D88;
}
#all #this_col #content #our .Warpper .top p {
  font-family: Source Han Sans SC-Normal;
  font-size: 0.85vw;
  color: #8C92AC;
}
#all #this_col #content #our .Warpper ul {
  display: flex;
  justify-content: space-between;
}
#all #this_col #content #our .Warpper ul li {
  background-color: #fff;
  flex: 0 15vw;
  transition: all 0.5s;
  padding: 1vw 0.5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#all #this_col #content #our .Warpper ul li h3 {
  color: rgba(5, 72, 218, 0.1568627451);
  font-size: 2vw;
  font-weight: bold;
  font-family: Impact-Regular, Impact;
}
#all #this_col #content #our .Warpper ul li .icon {
  margin: 0.5vw 0;
  width: 2vw;
  height: 2vw;
}
#all #this_col #content #our .Warpper ul li .icon img {
  width: 100%;
  height: 100%;
}
#all #this_col #content #our .Warpper ul li p {
  font-size: 1vw;
  line-height: 1.5;
  font-weight: bold;
  flex: 0 3.5vw;
}
#all #this_col #content #our .Warpper ul li span {
  font-size: 0.7vw;
  font-family: Source Han Sans SC-Normal;
  color: #8C92AC;
}
#all #this_col #content #our .Warpper ul li:hover {
  box-shadow: 0px 10px 10px 0px rgba(0, 24, 75, 0.05);
  transform: translateY(-1vw);
  transition: all 0.5s;
}
#all #this_col #content #industry {
  background-color: #F4F9FD;
  background-repeat: no-repeat;
  padding: 3vw 0;
}
#all #this_col #content #industry .Warpper {
  width: 100vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col #content #industry .Warpper .left {
  flex: 0 50vw;
  margin-left: 14vw;
}
#all #this_col #content #industry .Warpper .left h3 {
  font-size: 2.1vw;
  margin-bottom: 1vw;
}
#all #this_col #content #industry .Warpper .left h3 span {
  color: #145D88;
}
#all #this_col #content #industry .Warpper .left p {
  font-family: Source Han Sans SC-Normal;
  font-size: 0.85vw;
  color: #8C92AC;
}
#all #this_col #content #industry .Warpper .left a {
  display: block;
  background-color: #FF8822;
  font-size: 1vw;
  color: #fff;
  line-height: 2.5;
  font-weight: bold;
  width: 250px;
  text-align: center;
  transition: all 0.5s;
  margin-top: 1.5vw;
}
#all #this_col #content #industry .Warpper .left a:hover {
  background-color: #ed6d00;
  transition: all 0.5s;
}
#all #this_col #content #industry .Warpper .right {
  position: relative;
}
#all #this_col #content #industry .Warpper .right .industry_swiper {
  width: 64vw;
  transform: translateX(5vw);
  overflow: hidden;
}
#all #this_col #content #industry .Warpper .right .industry_swiper .swiper-wrapper .swiper-slide .imgWarpper {
  width: 21vw;
  height: 21vw;
  overflow: hidden;
}
#all #this_col #content #industry .Warpper .right .industry_swiper .swiper-wrapper .swiper-slide .imgWarpper img {
  width: 100%;
  height: 100%;
}
#all #this_col #content #industry .Warpper .right .industry_swiper .swiper-wrapper .swiper-slide p {
  margin-top: 1vw;
  font-size: 1vw;
  text-align: center;
  color: #2A2B32;
  line-height: 1.5;
}
#all #this_col #content #industry .Warpper .right .industry_swiper .swiper-button-next {
  right: 25vw;
  width: 2vw;
  height: 2vw;
  background-color: #FF8822;
  border-radius: 50%;
}
#all #this_col #content #industry .Warpper .right .industry_swiper .swiper-button-next::after {
  color: #fff;
  font-size: 1vw;
}
#all #this_col #content #industry .Warpper .right .mask {
  position: absolute;
  right: 0;
  top: 0;
  width: 14vw;
  height: 25vw;
}
#all #this_col #content #industry .Warpper .right .mask img {
  width: 100%;
  height: 100%;
}
#all #this_col #content #news {
  margin: auto;
  margin-top: 5vw;
  display: flex;
  flex-direction: column;
  background-image: url(../img/pro_bg.png);
  background-size: 100vw;
  padding-bottom: 5vw;
}
#all #this_col #content #news h3 {
  font-size: 2.1vw;
  margin-bottom: 1vw;
  text-align: center;
}
#all #this_col #content #news h3 span {
  color: #145D88;
}
#all #this_col #content #news .this_in {
  margin: auto;
  margin-top: 1vw;
  width: 70vw;
}
#all #this_col #content #news .this_in .tab_top {
  display: flex;
  justify-content: center;
}
#all #this_col #content #news .this_in .tab_top ul {
  display: flex;
}
#all #this_col #content #news .this_in .tab_top ul li {
  cursor: default;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
#all #this_col #content #news .this_in .tab_top ul li span {
  display: block;
  color: #2A2B32;
  font-family: Open Sans-Light;
  background-color: #F2FAFE;
  font-size: 0.85vw;
  padding: 0.5vw 1vw;
  transition: all 0.5s;
}
#all #this_col #content #news .this_in .tab_top ul .on span {
  color: #fff;
  background-color: #145D88;
  transition: all 0.5s;
}
#all #this_col #content #news .this_in .tab_content {
  margin-top: 30px;
}
#all #this_col #content #news .this_in .tab_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#all #this_col #content #news .this_in .tab_content ul li {
  flex: 0 21vw;
  background-color: #fff;
  margin-bottom: 1vw;
  box-shadow: 0px 10px 10px 0px rgba(0, 24, 75, 0.05);
}
#all #this_col #content #news .this_in .tab_content ul li iframe{width:100%;height:100%;}
#all #this_col #content #news .this_in .tab_content ul li .imgWarpper {
  width: 21vw;
  height: 12.5vw;
  overflow: hidden;
}
#all #this_col #content #news .this_in .tab_content ul li .imgWarpper a {
  width: 100%;
  height: 100%;
  display: block;
}
#all #this_col #content #news .this_in .tab_content ul li .imgWarpper a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#all #this_col #content #news .this_in .tab_content ul li .info {
  padding: 1vw;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
}
#all #this_col #content #news .this_in .tab_content ul li .info h3 {
  color: #2A2B32;
  font-size: 1vw;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#all #this_col #content #news .this_in .tab_content ul li .info p {
  font-size: 0.85vw;
  color: #8C92AC;
  font-family: Open Sans-Light;
  line-height: 2;
  margin-bottom: 0.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#all #this_col #content #news .this_in .tab_content ul li .info .more {
  font-size: 0.85vw;
  color: #145D88;
  line-height: 1.5;
  font-family: Open Sans-Regular;
}
#all #this_col #content #news .this_in .tab_content ul li:hover .imgWarpper a img {
  transform: scale(1.05);
  transition: all 0.5s;
}

@media screen and (min-width: 900px) and (max-width: 1280px) {
  #all #this_col #content #see .Warpper {
    width: 80vw;
  }
  #all #this_col #content #see .Warpper .top_text .right a {
    width: 200px;
    line-height: 3;
  }
  #all #this_col #content #about_partners .Warpper {
    width: 80vw;
  }
  #all #this_col #content #about_partners .Warpper .about .top .left .imgWarpper {
    width: 38.5vw;
    height: 36vw;
  }
  #all #this_col #content #our .Warpper {
    width: 80vw;
  }
  #all #this_col #content #our .Warpper ul li {
    flex: 0 19vw;
  }
  #all #this_col #content #industry .Warpper .left {
    margin-left: 8vw;
    flex: 0 40vw;
  }
  #all #this_col #content #news .this_in {
    width: 80vw;
  }
  #all #this_col #content #news .this_in .tab_content ul li .imgWarpper {
    width: 25vw;
    height: 16.5vw;
  }
}
@media screen and (max-width: 900px) {
  #all #this_col #banner .info {
    align-items: center;
    top: 3vw;
    left: 2.5vw;
    width: 95vw;
  }
  #all #this_col #banner .info h3 {
    font-size: 4.5vw;
  }
  #all #this_col #banner .info span {
    font-size: 4vw;
  }
  #all #this_col #banner .info a {
    font-size: 3.8vw;
    width: 200px;
    line-height: 2;
  }
  #all #this_col #content #see .Warpper {
    width: 90vw;
  }
  #all #this_col #content #see .Warpper .top_text {
    flex-direction: column;
    align-items: flex-start;
  }
  #all #this_col #content #see .Warpper .top_text .left h3 {
    font-size: 5vw;
  }
  #all #this_col #content #see .Warpper .top_text .left p {
    font-size: 3.8vw;
  }
  #all #this_col #content #see .Warpper .top_text .right a {
    font-size: 3.8vw;
    width: 200px;
    line-height: 2;
  }
  #all #this_col #content #see .Warpper .bottom_img ul li {
    flex: 0 44vw;
  }
  #all #this_col #content #see .Warpper .bottom_img ul li .imgWarpper {
    width: 44vw;
    height: 35vw;
  }
  #all #this_col #content #see .Warpper .bottom_img ul li .info h3 {
    font-size: 4vw;
  }
  #all #this_col #content #see .Warpper .bottom_img ul li .info p {
    font-size: 3.8vw;
  }
  #all #this_col #content #see .Warpper .bottom_img ul li .info .more {
    font-size: 3.8vw;
  }
  #all #this_col #content #about_partners {
    background-size: cover;
    background-repeat: no-repeat;
  }
  #all #this_col #content #about_partners .Warpper {
    width: 90vw;
  }
  #all #this_col #content #about_partners .Warpper .about .top {
    flex-direction: column-reverse;
  }
  #all #this_col #content #about_partners .Warpper .about .top .left {
    margin-top: 4vw;
  }
  #all #this_col #content #about_partners .Warpper .about .top .left .imgWarpper {
    width: 90vw;
    height: 60vw;
  }
  #all #this_col #content #about_partners .Warpper .about .top .right h3 {
    font-size: 6vw;
  }
  #all #this_col #content #about_partners .Warpper .about .top .right p {
    font-size: 3.8vw;
  }
  #all #this_col #content #about_partners .Warpper .about .top .right a {
    font-size: 3.8vw;
  }
  #all #this_col #content #about_partners .Warpper .about .bottom ul {
    flex-direction: column;
  }
  #all #this_col #content #about_partners .Warpper .about .bottom ul li {
    border-right: none;
    margin-top: 2vw;
    border-bottom: 1px dashed #145D88;
    padding-bottom: 2vw;
  }
  #all #this_col #content #about_partners .Warpper .about .bottom ul li .num {
    font-size: 5vw;
  }
  #all #this_col #content #about_partners .Warpper .about .bottom ul li p {
    font-size: 3.5vw;
  }
  #all #this_col #content #about_partners .Warpper .partners .top h3 {
    font-size: 6vw;
  }
  #all #this_col #content #about_partners .Warpper .partners .bottom ul {
    justify-content: space-between;
  }
  #all #this_col #content #about_partners .Warpper .partners .bottom ul li {
    margin-bottom: 2vw;
  }
  #all #this_col #content #about_partners .Warpper .partners .bottom ul li .imgWarpper {
    width: 29vw;
    height: 20vw;
    margin-right: 0.5vw;
  }
  #all #this_col #content #our .Warpper {
    width: 90vw;
  }
  #all #this_col #content #our .Warpper .top {
    width: 90vw;
  }
  #all #this_col #content #our .Warpper .top h3 {
    font-size: 6vw;
  }
  #all #this_col #content #our .Warpper .top p {
    font-size: 3.5vw;
  }
  #all #this_col #content #our .Warpper ul {
    flex-direction: column;
  }
  #all #this_col #content #our .Warpper ul li {
    margin-bottom: 2vw;
    box-shadow: 5px 5px 10px rgba(0, 24, 75, 0.05);
  }
  #all #this_col #content #our .Warpper ul li .icon {
    width: 8vw;
    height: 8vw;
  }
  #all #this_col #content #our .Warpper ul li h3 {
    font-size: 8vw;
  }
  #all #this_col #content #our .Warpper ul li span {
    font-size: 3.5vw;
  }
  #all #this_col #content #our .Warpper ul li p {
    font-size: 4vw;
  }
  #all #this_col #content #industry .Warpper {
    flex-direction: column;
  }
  #all #this_col #content #industry .Warpper .left {
    margin-left: 8vw;
    flex: auto;
  }
  #all #this_col #content #industry .Warpper .left h3 {
    font-size: 6vw;
  }
  #all #this_col #content #industry .Warpper .left p {
    font-size: 3.8vw;
  }
  #all #this_col #content #industry .Warpper .left a {
    font-size: 3.8vw;
  }
  #all #this_col #content #industry .Warpper .right {
    margin-top: 5vw;
  }
  #all #this_col #content #industry .Warpper .right .industry_swiper {
    width: 90vw;
    transform: translateX(0);
  }
  #all #this_col #content #industry .Warpper .right .industry_swiper .swiper-wrapper .swiper-slide .imgWarpper {
    width: 29vw;
    height: 29vw;
  }
  #all #this_col #content #industry .Warpper .right .industry_swiper .swiper-wrapper .swiper-slide p {
    width: 29vw;
  }
  #all #this_col #content #industry .Warpper .right .industry_swiper .swiper-button-next {
    display: none;
  }
  #all #this_col #content #industry .Warpper .right .mask {
    height: 29vw;
  }
  #all #this_col #content #news {
    padding-bottom: 10vw;
  }
  #all #this_col #content #news h3 {
    font-size: 6vw;
  }
  #all #this_col #content #news .this_in {
    width: 90vw;
  }
  #all #this_col #content #news .this_in .tab_top {
    width: 90vw;
    margin-top: 3vw;
  }
  #all #this_col #content #news .this_in .tab_top ul {
    flex-direction: column;
  }
  #all #this_col #content #news .this_in .tab_top ul li {
    padding-left: 0;
    margin-bottom: 2vw;
  }
  #all #this_col #content #news .this_in .tab_top ul li span {
    width: 90vw;
    line-height: 3;
    font-size: 3.5vw;
  }
  #all #this_col #content #news .this_in .tab_content ul li {
    width: 44vw;
    margin-bottom: 5vw;
    flex:inherit;
  }
  #all #this_col #content #news .this_in .tab_content ul li .imgWarpper {
    width: 44vw;
    height: 26vw;
  }
  #all #this_col #content #news .this_in .tab_content ul li .info p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  #all #this_col #content #news .this_in .tab_content ul li .info .more {
    font-size: 3.8vw;
  }
  #all #this_col #content #news .this_in .tab_content ul li .info h3 {
    font-size: 4vw;
  }
}/*# sourceMappingURL=index.css.map */