@charset "UTF-8";

html,
body {
    width: 100%;
    min-width: 1200px;
}

  {
    width: 100%;
}

  .container {
    position: relative;
    width: 1200px;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}

  .footer {
    color: #FFFFFF;
    line-height: 1.5;
    padding: 2rem 0;
}
  .tab-card {
    width: 100%;
    height: 100%; 
	margin:20px 0;
}
  .tab-card .tab-head {
    width: 100%;
    height: 11%;
    position: relative; 
}
  .tab-card .tab-head .line {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 3px;
    background-color: #1c649f; 
}
  .tab-card .tab-head .tabs {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #024d7b;
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    cursor: pointer; 
    background: url('./xiexian.png');
    background-position-y: 15px;
    background-repeat: repeat-x;
}

  .tab-card .tab-head .tabs .more {
    position: absolute;
    right: 0; 
}
  .tab-card .tab-head .tabs .more {
    font-family: MicrosoftYaHei;
	font-size: 1rem;
	font-weight: normal;
	color: #024d7b;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%;
}
  .tab-card .tab-head .tabs .tab-item {
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    padding-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center; 
    font-family: MicrosoftYaHei-Bold;
	font-size: 1rem;
	font-weight: bold;
    color: #024d7b;
    background-color: #fff;
}
  .tab-card .tab-head .tabs .tab-item-active {
    position: relative;
    color: #fff; 
    background: url('./title-bg.png') center no-repeat;
    background-color: #fff;
    background-size: 100% 101%;
	height:38px;
}
  .tab-card .tab-head .tabs .tab-item i {
    width: 30px;
    height: 30px;
    background: url("./dongtai.png") center no-repeat;
    background-size: 18px 18px; 
}
  .tab-card .tab-content {
    width: 100%; 
    margin-top: 1rem;
}
  .tab-card .tab-content .content1 {
    width: 100%; 
}
  .tab-card .tab-content .content1 .headline {
    width: 100%;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.5rem;
    letter-spacing: 0px;
    color: #c90000; 
}
  .tab-card .tab-content .content1 .subtitle {
    font-family: MicrosoftYaHei;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    text-indent: 1rem;
    position: relative;
}
  .tab-card .tab-content .content1 .subtitle  span {
    position: absolute;
    bottom: 4px;
    right: 0;
    color: #c90000; 
}
  .tab-card .tab-content .content1 .content-list {
    width: 100%; 
}
  .tab-card .tab-content .content1 .content-list li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #333333;
    line-height: 2.7rem; 
}
  .tab-card .tab-content .content1 .content-list li:hover {
    color: red; 
}
  .tab-card .tab-content .content1 .content-list li .little-title {
    margin-left: 14px; 
}
  .tab-card .tab-content .content1 .content-list li .time {
    color: #999999; 
}
  .tab-card .tab-content .content1 .content-list li:hover .time{
    color: red; 
}
  .tab-card .tab-content .content1 .content-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1c649f; 
}
#certify .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
#certify .swiper-slide a img {
    width: 20rem;
    height: 14rem;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 1rem;
}
#certify .swiper-slide a span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
	font-size: 1rem;
	font-weight: bold;
    color: #1c649f;
    margin-top: 4rem;
}