*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: MicrosoftYaHei;
    line-height: 1.5;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}
.d-flex{
    display: flex;
}
.text-ellipsis{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.flex-column{
    flex-direction: column;
}
.container{
    margin: 0 auto;
    width: 1024px;
    min-width: 1024px;
}
.header{
    margin-bottom: 30px;
    position:relative;
    height: 278px;
    background: url(banner.png) no-repeat center;
    background-size: contain;
}
.nav-box{
    position: absolute;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom:19px;
    left:0;
    width: 100%;
}
.language{
    font-family: ArialMT;
    font-size: 14px;
    color: #fff;
}
.nav .menu-list{
    display: flex;
    align-items: center;
}
.menu-link{
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 0 78px;
    line-height: 1.2;
}
.nav .menu-list li:not(:last-child) .menu-link{
    border-right: 1px solid #fff;
}
.menu-link:hover{
    color: #5eabf7;
}
.news-link{
    font-size: 16px;
    line-height: 2;
}
.news-link:hover{
    color: #5eabf7;
}
.titleBar{
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titleBar.border{
    padding-top: 14px;
    border-top: 2px solid #005ea4;
}
.titleBar .title{
    margin-right: 26px;
	font-size: 19px;
	font-weight: bold;
	color: #005ea5;
}
.titleBar .line{
    margin-right: 27px;
    flex:1;
    height: 2px;
    background-color: #005ea4;
}
.titleBar .more{
    font-size: 14px;
	color: #666666;
}
.slider{
    position: relative;
}
.slider .prev,.slider .next{
	position: absolute;
    top: 50%;
}
.slider .prev {
    left:0;
}
.slider .next {
    right:0;
}
.slider .bd{
    padding: 0 120px;
}
.slider img{
    display: block;
    width: 100%;
}
.slider .hd {
    margin-top: 10px;
}
.slider .hd li{
    width: 200px;
    height: 64px;
    padding: 9px 8px 15px 13px;
    background-color: #f2f2f2;
    color: #333;
    font-size: 16px;

}
.slider .hd li:not(:last-child){
    margin-right: 5px;
}
.slider .hd li.on{
    background-color: #005ea4;
    color: #fff;
}
.slider .hd ul{
    display: flex;
}
.slider .hd li a{
    display: block;
    display: -webkit-box;     
    -webkit-line-clamp: 2;
    line-clamp: 2;        
    -webkit-box-orient: vertical; 
    overflow: hidden;            
    text-overflow: ellipsis;
    width: 100%;
}
.swiper-wrapper, .section-wrapper{
    margin-bottom: 33px;
}
.section-flex{
    display: flex;
}
.section-item{
    flex: 1;
}
.section-item+.section-item{
    margin-left: 43px;
}
#activityImg{
    display: block;
    width: 592px;
    height: auto;
}
.news-item{
    padding: 0 14px;
    background-color: #f2f2f2;
    color: #333;
    margin-bottom: 7px;
    height: 64px;
    text-indent: 6px;
    font-size: 16px;
    line-height: 4;
}
.news-item:hover{
    background-color: #005ea4;
    color: #fff;
}
.news-img{
    margin-bottom: 18px;
}
.news-img img{
    display: block;
    width: 100%;
    height: auto;
}
.img-desc{
    margin-top: 18px;
    font-weight: bold;
    font-size: 17px;
    color: #000;
}
.grey-box{
    background-color: #f2f2f2;
    padding: 34px 25px;
    height: 100%;
    display: flex;
}

.notice-wrapper{
    display: flex;
    width: 90%;
    height: 46px;
    border: 2px solid #4f84d5;
    border-radius: 20px;
    line-height: 2.5;
    overflow: hidden;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.notice-wrapper .notice-title{
    width: 140px;
	color: #fff;
    font-size: 16px;
    background-color: #4f84d5;
    text-align: center;
}
.notice-wrapper .notice-content{
    flex:1;
}
.notice-content a:hover{
    color:#005ea4;
}
.notice-wrapper .notice-more{
    width: 85px;
    background-color: #4f84d5;
    text-align: center;
    color: #fff;
    font-size: 16px;;
}
.notice-content{
    font-size: 16px;
    text-align: center;
}
.form-wrapper{
    margin-bottom: 22px;
}
.form-wrapper input{
    width: 381px;
    height: 35px;
    border:none;
    outline:none;
    padding-left: 10px;
}
.form-wrapper button{
    background-color: #4f84d5;
    color: #fff;
    width: 98px;
    height: 35px;
    border:none;
    outline:none;
    margin-left: -6px;
}
.hot-search {
    width: 100%;
    padding-left: 30px;
    font-size: 16px;
}
.hot-search a{
	color: #4f84d5;
    margin: 0 10px;
}
.service-wrapper{
    font-weight: bold;
}
.service-wrapper img{
    margin-bottom: 23px;
    display: block;
    width: 102px;
    height: auto;
}
.service-list{
    justify-content: space-around;
    text-align: center;
    font-size: 16px;
}
.zt-slider li:not(:last-child){
    margin-right: 53px;
}
.zt-slider li{
    width: 361px;
}
.link-wrapper ul{
    display: flex;
}
.link-wrapper li{
    width: 111px;
}
.link-wrapper li:not(:last-child){
    margin-right: 25px;
}
.link-wrapper li img{
    margin-bottom: 24px;
    display: block;
    width: 111px;
    height: 111px;
}
.link-wrapper p{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.footer{
    margin-top: 60px;
}

.footer-content {
    background: #0066b3;
    color: white;
    padding: 60px 130px 120px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 16px;
}


.aside>div{
    margin-bottom: 20px;
}

.aside{
    margin-right: 45px;
    width: 280px;
}

.aside .more{
    margin-top: 20px;
    text-align: right;
	color: #4f84d5;
    font-size: 14px;
}
.aside .zt{
    text-align: center;
}
.aside .zt li{
    margin-bottom: 27px;
}
.news-wrapper{
    flex:1;
}
.search-form .form-content{
    margin-right: 28px;
    background-color: #fff;
}

.search-form input{
    border: none;
    outline: none;
}
.input-wrapper{
    padding-left: 10px;
    height: 35px;
}
.input-wrapper img{
    vertical-align: middle;
}
.search-form button{
    width: 73px;
    height: 35px;
    background-color: #4f84d5;
    color: #fff;
    border: none;
    font-size: 14px;
}
.aside-newsitem{
    padding-left: 10px;
    position: relative;
}
.aside-newsitem::before{
    content: '.';
    position: absolute;
    left:0;
}


/* 详情公共样式 */
.crumbs {
    margin-top: 17px;
    margin-bottom: 40px;
    padding-left: 5px;
    font-size: 16px;
  }
  hr{
    margin-bottom: 43px;
    border-color: #e5e5e5;
  }
  .view-content {
    margin-bottom: 40px;
    text-align: center;
  }
  .view-title {
    font-size: 24px;
    color: #000000;
    text-align: center;
  }
  .view-date {
    margin-top: 35px;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    text-align: center;
  }
  .view-content hr {
    border-color: #e5e5e5;
    margin-top: 23px;
    margin-bottom: 35px;
  }
  .view-content p {
    font-size: 18px;
    padding: 0 23px;
    text-align: left;
    text-indent: 20px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .view-content img {
    margin: 0 auto;
    width: 574px;
    margin-top: 31px;
    margin-bottom: 47px;
  }
  .list-container .center {
    padding-left: 20px;
  }
  .list-title {
    margin-bottom: 19px;
  }
  .zj-list{
    flex-wrap: wrap;
  }
  .zj-item{
    margin:0 19px 39px;
    width: 303px;
    height: 86px;
    line-height: 5.5;
    background: #005ea0;
    text-align: center;
    color: #fff;
  }
  .zj-item a{
    font-weight: bold;
  }



  .ambassador-card {
    margin: 20px auto;
    background: white;
    font-family: Arial, sans-serif;
}

.card-header {
    height: 42px;
    background: #f5f5f5;
    padding: 0 20px;
}

.card-title {
    margin: 0;
    font-size: 16px;
    line-height: 3;
    font-weight: bold;
    color: #333;
}

.content-section {
    padding: 20px 0 0;
}

.info-list {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
    color: #333;
    line-height: 1.6;
}

.list-item {
    margin-bottom: 12px;
    font-size: 16px;
    list-style-position: inside;
    list-style-type: disc;
}
.name{
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
#hz .crumbs{
    color: #005ea4;
    font-size: 16px;
}
#hz .title{
    margin-bottom: 45px;
    font-size: 24px;
    font-weight: 500;
    color: #005ea4;
}
.hz-list{
    display: flex;
    flex-wrap: wrap;
    gap:75px;
}
.hz-list li{
    padding: 0 22px;
    width: 343px;
    height: 90px;
    background-color: #f2f2f2;
    font-size: 18px;
    line-height: 5;
}
.consulate-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 43px;
}

/* 公共板块样式 */
.section-card {
    width: 591px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    padding: 0 20px;
}

.section-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.more-link {
    font-size: 16px;
}

/* 通知列表样式 */
.notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-item {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
}

.notice-date {
    color: #666;
    font-size: 14px;
    margin-right: 15px;
}

/* 证件服务样式 */
.service-list {
    columns: 2;
    list-style: none;
    padding: 0;

}

.service-item{
    width: 134px;
    height: 39px;
    line-height: 2.5;
    border: 1px solid #ccc;
    margin: 0 10px 22px;
}
.mtop.news-img{
    margin-bottom: 32px;
}
.tip-list{
    padding-left: 5px;
}
.tip-item{
    margin-bottom: 5px;
    list-style-position: inside;
    list-style-type: disc;
    font-size: 16px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
}
.image-container a:not(:nth-child(5n)) {
    margin-right: 30px;
}

.image-container a {
    margin-bottom: 30px;
}
.image-container img {
    width: 175px;
    height: 61px;
}

/* 底部区域 */
.footer-section {
    margin-top: 30px;
    text-align: center;
    padding: 20px;
    background: #f5f5f5;
}

.qr-code-group {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px 0;
}

.qr-code {
    width: 120px;
}

/* 图标样式 */
.icon {
    width: 16px;
    margin-left: 5px;
}
.service-newslist{
    padding-left: 15px;
}
.service-bottom{
    width: 100%;
    background-color: #f2f2f2;
    padding: 19px 22px;
}