﻿@import "../../assets/styles/normalize.css";
@import "../../assets/styles/common.css";
.intro-text {
  background-color: #fff;
}
.introduce-bg {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .main {
    background-color: #e6e6e6;
    padding-bottom: 3vw;
  }
  .main .choices {
    display: flex;
    font-size: 4vw;
    color: #999;
    margin-bottom: 30px;
  }
  .main .choices p {
    position: relative;
    margin-right: 5vw;
  }
  .main .choices .active {
    color: #000;
  }
  .main .choices .active::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2vw;
    width: 6vw;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
  }
  .main .notice {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    color: #000;
  }
  .main .policy {
    padding-top: 4vw;
    background-color: #fff;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .main .time {
    margin-right: 20px;
    color: #999;
  }
  .main .notice:last-child {
    margin-bottom: 0;
  }
  .service {
    background-color: #fff;
    padding:30px 0 20px 0;
    margin-bottom:20px;
    text-align: center;
  }
  .service-list {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .service-list a {
    text-align: center;
  }
  .service-list a {
    width: calc((100% - 2vw)/4);
    margin-bottom: 10px;
  }
  .service-list img {
    width: 10vw;
    height: 10vw;
    margin-bottom: 2vw;
  }
  .service-list .service-cn-name {
    font-size: 4vw;
    line-height: 8vw;
    color: #000;
  }
  .introduce-bg {
    background-color: #fff;
  }
  .div-logo {
    width: 30px;
    height: 26px;
    margin-right: 10px;
  }
  .introduce {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .introduce .item {
    width: 48%;
    margin-bottom: 10px;
    color: #000;
  }
  .introduce .item .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .introduce .item .img img {
    width: 100%;
    object-fit: contain;
  }
  .introduce .intro-text h4{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
  }
  .notices-more {
    margin-left:auto;
    padding-right: 20px;
  }
  .policy-more {
    display:none;
    margin-left:auto;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .main .service {
    background-color: #fff;
  }
  .main .service-content {
    padding: 60px 0 30px 0;
    height: 670px;
    display: flex;
    margin-bottom:30px;
  }
  .main .notice {
    flex: 1;
    margin-right: 20px;
    overflow: hidden;
  }
  .main .area-content li {
    margin-bottom: 12px;
  }
  .main .area-content a {
    display: flex;
    align-items: center;
    color: #000;
  }
  .main .area-content a:hover {
    color: #215987;
  }
  .main .area-content .point {
    margin-left: auto;
    margin-right: 30px;
    width: 30px;
    text-align: center;
  }
  .main .divide {
    width: 90%;
    height: 5px;
    margin-left: 4px;
    background-color: #215987;
    margin-bottom: 10px;
  }
  .main .text-time {
    margin-right: 10px;
    text-align: center;
    width: 60px;
    border: 1px solid #215987;
  }
  .main .text-time .year {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    background-color: #215987;
    color: #fff;
    line-height: 30px;
  }
  .main .text-time .date {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #215987;
  }
  .main .text-title {
    flex: 1;
    white-space: wrap;
  }
  .main .policy {
    flex: 1;
    margin-right: 20px;
    overflow: hidden;
  }
  .main .area-title {
    font-size: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
  }
  .main .area-title img {
    margin-right: 10px;
  }
  .main .area-title a {
    font-size: 16px;
    margin-left: auto;
    margin-right: 40px;
    align-self: flex-end;
    margin-bottom: 4px;
  }
  .main .service-list {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    height: 100%;
  }
  .main .service-list a {
    display: block;
    position: relative;
    height:55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 20px;
    font-size: 20px;
    border: 1px solid #215987;
  }
  .main .service-list a:last-child {
    margin-bottom: 0;
  }
  .main .service-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #215987;
  }
  .main .service-list a:hover {
    color: #fff;
    background-color: #215987;
  }
  .introduce-bg {
    position: relative;
  }
  .main .introduce {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 150px;
  }
  .main .introduce .item {
    flex:1;
    margin-right: 30px;
    color: #000;
  }
  .main .introduce .item:last-child {
    margin-right: 0;
  }
  .main .introduce .item .img{
    width: 100%;
  }
  .main .introduce .item .img img {
    width: 100%;
    object-fit: contain;
  }
  .div-logo {
    width: 30px;
    height: 26px;
    margin-right: 20px;
  }
  .introduce .item h4 {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
  }
  .introduce .intro-text {
    padding: 10px;
  }
  .background-img{
    width:100%;
    object-fit: contain;
  }
  .introduce-mask{
    position: absolute;
    top: 0;
    right: 0;
    height:100%;
    width:100%;
    background-color:rgba(255,255,255,.6);
  }
}