#header .logo{
    width: 540px;
    height: 110px;}
.page-center>.right{
    height: 100%;
    flex: 1;}
#header .a-list {
    white-space: nowrap;
    font-size: 14px;
    margin-top: 20px;
    color: #FFF;
    margin-left: calc(50vw - 456px);}
#header .a-list a{
    color: #FFF;
    font-size: 14px;
    line-height: 21px;}
#header .nav-row {
    background-color: rgba(10, 76, 162, 1);}

#header .nav-row .item {
    width: 134px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    color: #fff;
    position: relative;}
#header .nav-row .item:hover{
    background-color: rgba(0, 56, 120, 0.6);}

#header .nav-row .selected{
    background: rgba(0, 56, 120, 1);}
.mySwiper{
    width: 1200px;
    height: 320px;
    padding-top: 50px;
    padding-bottom: 50px;}

.swiper-item{
    background-position: center;
    background-size: cover;
    width: 600px;
 height: 320px;
    box-shadow: 0px 0px 10px black;}

.swiper-item img {
    display: block;
    width: 600px;
    height: 320px;
    object-fit: cover;}
#card1 .list{
    padding: 20px;}
#card1 .item{
    margin-top: 23px;
    padding-left: 22px;
    position: relative;}
#card1 .item:first-child{
    margin-top: 0;}
#card1 .article-title{
    line-height: 27px;
    font-size: 18px;
    color: rgba(56, 56, 56, 1);}
#card1 .item:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: rgba(39, 110, 200, 1);
    left: 0;
    top: calc(50% - 5px);
    border-radius: 50%;}
#card1 .date{
    color: rgba(166, 166, 166, 1);
    letter-spacing: 0.16px;
    font-size: 14px;
    white-space: nowrap;
    padding-left: 40px;}
#card2 .list{
    padding: 20px;}
#card2 .item{
    margin-top: 23px;
    padding-left: 22px;
    position: relative;}
#card2 .item:first-child{
    margin-top: 0;}
#card2 .article-title{
    line-height: 27px;
    font-size: 18px;
    color: rgba(56, 56, 56, 1);}
#card2 .item:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: rgba(39, 110, 200, 1);
    left: 0;
    top: calc(50% - 5px);
    border-radius: 50%;}
                    #card2 .date{
                        color: rgba(166, 166, 166, 1);
                        letter-spacing: 0.16px;
                        font-size: 14px;
                        white-space: nowrap;
                        padding-left: 40px;}
.banner-row img{
    width: 1200px;
    height: 180px;
    margin-bottom: 30px;
    margin-top: 30px;}
#card3 .item{
    width: 168px;
    background: rgba(10, 76, 162, 1);
    border-radius: 2px;
    padding: 0 16px;
    color: rgba(253, 253, 253, 1);
    letter-spacing: 0.16px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    margin-top: 20px;
    margin-right: 18px;
    box-sizing: border-box;}
#card3 .list{
    position: relative;
    left: 20px;
    padding-bottom: 20px;}
#card4 .list{
    padding: 20px;}
#card4 .item{
    margin-top: 16px;}
#card4 .item:first-child{
    margin-top: 0;}
#card4 .article-title{
    font-size: 18px;
    color: rgba(56, 56, 56, 1);
    line-height: 27px;}
#card4 .date{
    font-size: 14px;
    color: rgba(166, 166, 166, 1);
    line-height: 21px;
    white-space: nowrap;
    padding-left: 20px;}
#card5{
    margin-top: 30px;
    margin-bottom: 30px;}
#card5 .list{
    padding-top: 20px;
    padding-bottom: 28px;
    display: flex;}
#card5 .item{
    width: 216px;
    margin-left: 20px;}
#card5 .item img{
    height: 216px;
    width: 100%;}
#card5 .item div{
    line-height: 24px;
    font-size: 16px;
    color: rgba(56, 56, 56, 1);
    margin-top: 14px;
    text-align: center;}

#hqfcSwiper {
    padding: 20px 0;
    box-sizing: border-box;}

#hqfcSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;}

#hqfcSwiper .swiper-slide img {
  display: block;
  width: 216px;
  height: 216px;
  object-fit: cover;
  cursor: pointer;}
#hqfcSwiper .swiper-button {
    width: 40px;
    height: 40px;
    padding: 4px;}
#hqfcSwiper .swiper-button:after {
    font-size: 16px;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    opacity: 0.8;}
