:root{
    box-sizing: border-box;
}
body>*{
    box-sizing: inherit;
}
.more{
    font-size: 14px;
}
.opacity0{
    opacity: 0;
}
.clearfix::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.f-left{
    float: left;
}
.text-center{
    text-align: center;
}
.justify-center{
    justify-content: center;
}
.align-center{
    align-items: center;
}
.flex-column{
    flex-direction: column;
}
.w50{
    width: 50%;
}
.text-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis ;
}
.d-flex{
    display: flex;
}
.au-container{
    width: 1200px;
    margin: 0 auto;
}
.au-header{
    position: relative;
}

.au-header .banner{
    position: relative;
    background: url(banner.png) no-repeat 0 0;
    background-size: cover;
    height: 272px;
}
.au-header .search{
    position: absolute;
    right: 37px;
    bottom: 40px;
    z-index:1;
    width: 193px;
    height: 42px;
    padding: 10px 5px;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
}
.au-header .search input{
    padding-right: 5px;
    margin-right: 11px;
    width: 136px;
    border:none;
    outline: none;
    border-right: 1px solid #cfcfcf;
    background: transparent;
    color: #fff;
}
.au-header .search img{
    vertical-align: text-bottom;
}
 .au-body{
    margin-bottom: 25px;
}

.language{
    position: absolute;
    right: 35px;
    top: 25px;
    font-size: 12px;
    font-weight: bold;
	color: #000;
}
 .language a{
    margin-left: 22px;
    color: #fff;
}

.au-nav{
    padding-left: 110px;
    display: flex;
    align-items: center;
}
.au-menu--item{
    display: inline-block;
    line-height: 1.5;
    text-align: center;
	color: #000000;
    padding: 21px 0;
}
.au-menu--item a{
    position: relative;
    font-size: 20px;
    display: block;
    font-weight: bolder;
    padding:0px 43px;
}
.au-menu--item:not(:last-child) a::after{
    content: '';
    width: 1px;
    height: 20px;
    background: #000;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
}
.au-section{
    margin-bottom: 10px;
}
.au-wrapper{
    display: flex;
}

.au-column--right{
   flex: 1;
}
.au-column--right .more-wrapper{
    text-align: right;
    font-size: 14px;
}
.news-top--bar{
    padding: 14px 11px 19px 0;
    display: flex;
    align-items: center;
}
.news-top--bar.border{
    border-top: 2px solid #005ea5;
}
.news-top--bar.noborder{
    border-top: none;
}
.news-top--bar .title{
    padding-right: 24px;
    font-size: 18px;
    font-weight: bolder;
    color: #274c79;
}
.news-top--bar .line{
    flex:1;
    height: 2px;
    background: #005ea5;
}
.main-title{
    margin-bottom: 18px;
    font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	color: #00468d;
    text-align: center;
}
.main-news-content{
    flex:1;
}
.main-news-content p{
    text-indent: 28px;
    color: #00468d;
    line-height: 26px;
}
.news-wrapper{
    flex:1;
}

.news-link{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis ;
	font-size: 16px;
    color: #000;
}
.news-link .dot{
    margin-right: 12px;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    font-style: normal;
    vertical-align: middle;
}
.au-column--left .news-link img{
    width: 105px;
    height: 99px;
}
.top-message{
    width: 213px;
    margin-bottom: 38px;
}
.top-message img {
    margin-bottom: 8px;
    width: 100%;
}
.to-message--nav li {
    margin-bottom: 19px;
    text-align: center;
}
.to-message--nav li a{
    color:#000;
}
.info-wrapper .info-item {
   text-align: left;
}
.au-section .list{
    margin-bottom: 27px;
    margin-top: 18px;
}
.au-section .list li a{
    display: flex;
    align-items: center;
}
.au-section .list li img{
    margin-right: 10px;
    width: 76px;
    vertical-align: top;
}
.au-section .list li span{
    font-size: 14px;
    color: #000;
}
.au-section .more{
    text-align: right;
}
.au-section .more a{
    font-size: 14px;
}

.consulate-item {
    line-height: 2;
}
.consulate-item .icon{
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
}
.au-column--left{
    margin-right: 25px;
    flex: 0 0 280px;
}

.au-column--left .title-bar{
    width: 100%;
    height: 30px;
    text-align: center;
    background: #406b99;
    font-size: 15px;
    line-height: 2;
    color: #fff;
    font-weight: bold;
}
.au-column--left .au-section{
    margin-bottom: 15px;
}

.au-column--left .au-section .section-main{
    padding-left: 9px;
    color: #fff;
}
.au-column--left .au-section .info-item a{
    display: flex;
}
.au-column--left .au-section .info-item img{
    margin-top:8px;
    margin-right: 10px;
    vertical-align: middle;
    width: 4px;
    height: 6px;
}
.au-footer{
    display: flex;
    justify-content: center;
    border-top: 5px solid #2679d1;
    padding-top: 42px;
    padding-bottom: 60px;
    color:#000;
    font-size: 14px;
}
.au-footer img{
    margin-right: 30px;
    display: block;
    width: 41px;
    height: 48px;
}
.website{
    margin-bottom: 30px;
}
.au-footer .details{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.au-footer .details p{
    margin-bottom: 5px;
}
.au-footer  .ad-r{
    width: calc(100% - 42px);
}
.au-footer .details .mt{
    margin-top: 20px;
}
.au-footer .title{
    font-size: 16px;
}
.qrcode-list ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.qrcode-list  img{
    margin-bottom: 14px;
}
.list .news-link{
    line-height: 2;
}
.list .main-news-content .more{
    margin-top: 21px;
}

