.bright {
    background: #d0dde5 url(https://cdn-www.liveinau.com/images/bg_pg-main.jpg) no-repeat center top;
    background-size: 100% auto;
}

.bright-w {
    background: #fff;
}

.breadcrumb {
    padding: 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb>li {
    font-weight: 300;
    font-size: 12px;
    float: left;
}

.breadcrumb>li.active {
    color: #1A5684;
}

.breadcrumb>li+li:before {
    font-family: sans-serif;
    content: ">";
    font-size: 9px;
    color: #1A5684;
    float: left;
    font-weight: bold;
    margin: 0 5px;
    line-height: 20px;
}

.breadcrumb>li a {
    font-size: 12px;
}

.breadcrumb ol {
    padding-left: 12px;
}

.breadcrumb:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 {
    text-transform: uppercase;
    color: #03577e;
    margin-bottom: 20px;
    text-align: center;
}

h2 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.singlecol {
    padding: 0 12px;
}

.introslide h1 span {
    font-family: 'Microsoft YaHei';
}

.border-radius-4 {
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    background-clip: padding-box !important;
}

.nav-tabs>li>a,
.nav-tabs span.ico-arr_down {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-tabs {
    border-bottom: none;
    margin-top: 6px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    border: none;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #fff;
    color: #002b3c;
}

.nav-tabs>li>a:hover {
    border: none;
    background: #e4e4e4;
    text-decoration: none;
}

.tab-content {
    padding-top: 20px;
}

.nav-tabs>li.active {
    z-index: 1;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #2eaadc;
    color: #fff;
}

.ico-arr_down {
    background: url(https://cdn-www.liveinau.com/images/arr_down.gif) no-repeat;
}

.nav-tabs li.active a {
    position: relative;
}

.nav-tabs li.active a span.ico-arr_down {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 50%;
    margin: 0 0 0 -4px;
    height: 9px;
    width: 9px;
    display: block;
}

.table-responsive h3 {
    font-size: 16px;
    color: #2eaadc;
    margin: 20px 0;
    font-weight: normal;
}


/* Bright */

.table-responsive table th {
    background: #baccda;
    border-top: none;
    border-bottom: 1px solid #99aab1;
    font-weight: 500;
}

.table-responsive table th:first-child,
.table-responsive table td:first-child {
    width: 51%;
    width: 1%;
    padding-right: 0;
}

.table-responsive table th,
.table-responsive table td {
    padding: 15px 20px;
    vertical-align: middle;
    color: #031d44;
    font-size: 12px;
    line-height: 18px;
}

.table-responsive table strong,
.table-responsive table span strong {
    font-weight: 500;
    font-size: 14px;
    min-width: 0;
    min-height: 0;
}

.table-responsive table span {
    float: left;
    font-size: 26px;
    margin-right: 25px;
    color: #1a5684;
    min-width: 36px;
    min-height: 20px;
}

.table-responsive table tr td:nth-child(2) span,
.table-responsive table tr td:nth-child(3) span,
.table-responsive table tr td:nth-child(4) span,
.table-responsive table tr td:nth-child(5) span,
.table-responsive table tr td:nth-child(2) span,
.table-responsive table tr td:nth-child(3) span,
.table-responsive table tr td:nth-child(4) span,
.table-responsive table tr td:nth-child(5) span {
    margin-right: 0;
    float: none;
    font-size: 16px;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 30px;
}

.table-responsive table {
    width: 100% !important;
    max-width: 100% !important;
}


/*------------------------------------------------------------------------*/

.article,
.process,
.newslist {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 30px;
    background: #fff;
    padding-bottom: 25px;
    overflow: hidden;
}





/*============================================================*/

#st-main-area {
    padding: 4.5%;
    position: relative;
    overflow: hidden;
    clear: left;
}

#st-main-area:after {
    width: 8px;
    height: 100%;
    background: url(https://cdn-www.liveinau.com/images/st-shadow-vertical.png) repeat-y 0 0;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    z-index: 3;
}

.newslist .lists-n {
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.newslist .lists-n li {
    line-height: 2.5;
    width: 100%;
    display: block;
    text-indent: 16px;
    border: 1px solid #efefef;
    background-color: #fff;
    margin-bottom: 6px;
}

.newslist .lists-n li:hover {
    text-decoration: none;
    border: 1px solid #DCE0E3;
    box-shadow: 0px 1px 3px #DEDEDE;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.newslist .lists-n li:nth-of-type(1){
    line-height: 20px;
    padding: 16px 0 10px 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-indent: 0;
}

.newslist .lists-n li:nth-of-type(1) h3{
    display: inline-block;
    margin-bottom: 8px;
}

.newslist .lists-n li:nth-of-type(1) img{
    float: left;
    margin-right: 12px;
    width: 156px;
    height: 104px;
}

.newslist .lists-n li:nth-of-type(1) p {
    line-height: 1.7;
    padding-right: 14px;
    height: 63px;
    overflow: hidden;
    color: #999;
}

.newslist .lists-n li:nth-of-type(1) span {
    float: right;
    margin:0 16px 0 0;
}

.newslist .lists-n li .pagediv_list span {
    color: #999;
    font-family: sans-serif;
    font-size: 12px;
    float: right;
    margin:4px 16px 0 0;
}

.newslist .lists-n li a span:before {
    content: "|";
    margin: 0 5px;
}

.newslist .lists-n li .pagediv_list a {
    background-color: #fff;
    font-size: 16px;
}

.newslist .lists-n li .pagediv_list a:hover {
    color: #21748C;
}

.newslist .lists-n .lsttit h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1A5684;
}

.singlecol h6 {
    font-size: 28px;
    background: #2eaadc;
    padding: 10px 20px;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    color: white;
    text-transform: uppercase;
}

.st-rc-teaser,
.st-rc-teaser-p {
    padding: 0 9.5%;
    margin-top: 30px;
    margin-bottom: 20px
}

.st-rc-teaser .st-rc-tit,
.st-rc-teaser-p .st-rc-tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 8px;
}

.st-rc-lst li {
    float: left;
    width: 100%;
    border-top: 1px solid #DFE1E0;
    border-bottom: 1px solid #DFE1E0;
    margin: 0;
    margin-bottom: -1px;
}

.st-rc-lst li a {
    list-style: decimal;
    display: block;
    float: left;
    padding: 8px 0;
}

.st-rc-lst li a:before {
    font-family: sans-serif;
    content: "▪ ";
    float: left;
    padding-right: 8px;
}

.st-rc-lst-p li p {
    line-height: 2.2;
    display: block;
    float: left;
    width: 100%;
    background: #1A5684;
    text-indent: 10px;
    color: #fff;
    margin-bottom: 10px;
}

.st-rc-lst-p li img {
    width: 100%;
    float: left;
}

.st-rc-lst-p li a p {
    transition: all 0.3s linear;
}

.st-rc-lst-p li a:hover p {
    background: #002b3c;
}


/*左top新添加*/

.sttop {
    background-color: #f8f8f8;
    padding: 16px;
}


.sttop .introduce{
    font-size: 14px;
    color: #666;
}

.sttop .introduce p {
    margin:0 0 10px 0;
}

.lastest-time {
    display: inline-block;
    float: right;
    color: #aaa;
    display: block;
}

.sttop div {
    display: none;
}
.sttop div.introduce{
    display: inline-block;
}

.adviser {
    overflow: hidden;
}

.adviser>div {
    box-shadow: 0 0 4px #ddd;
}

.adviser div {
    width: 44%;
    float: left;
    margin: 12px 0;
    padding: 16px;
    border: solid 1px #ddd;
}

.adviser div div {
    width: 100%;
    min-height: auto;
    padding: 0;
    border: none;
    margin: 0;
    overflow: hidden;
}

.adviser div div img {
    width: 78px;
    float: left;
}

.adviser div p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    float: left;
    max-height: 66px;
    overflow: hidden;
}

.adviser div div p {
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 16px;
    margin: 14px 0 0 10px;
}

.adviser div div p span {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
}

.adviser div div a {
    float: right;
    height: 32px;
    line-height: 32px;
    margin-top: 24px;
    font-size: 14px;
    color: #fff;
    background-color: #44a4d8;
    padding: 0px 8px;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 0 1px #32aaea;
}

.adviser div div a:hover {
    background-color: #32aaea;
}

.adviser .floar {
    float: right;
}

.hotop {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #1a5684;
}

.hotop:before {
    font-family: sans-serif;
    content: "";
    float: left;
    margin-right: 8px;
    width: 4px;
    height: 16px;
    background-color: #195683;
    margin-top: 12px;
}


.hotop span{
    display: inline-block;
    width: 100px;
    height: 30px;
    float: left;
    background: url(/images/spain/title-greece-05.jpg);
    background-repeat: no-repeat
}
.sthot {
    margin-top: 10px;
    overflow: hidden;
}

.col-cont {
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    border-bottom: 1px dashed #ddd;
}

.col-cont .col-tit {
    /*display: inline-block;*/
    line-height: 16px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}

.col-cont .col-tit:hover {
    color:#44a4d8;
}


.col-cont h3:before{

}

.col-msg {
    position: relative;
}

.col-msg span {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 0 6px;
    margin: 3px 6px 0 0;
    background-color: #03577e;
    display: inline-block;
    float: left;
    position: absolute;
    top: 16px;
}

.col-msg img{
    float: left;
    margin-right: 10px;
    width: 156px;
    height: 104px;
}

.col-msg p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    max-height: 104px;
    overflow: hidden;
}

.col-msg .col-htopen{
    display: inline-block;
    width: 74px;
    height: 26px;
    padding-left: 4px;
    line-height: 26px;
    color: #03577e;
    text-indent: 10px;
    background: url(/images/spain/xia.jpg) 66px 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    border-radius: 4px;
    position: absolute;
    right: 16px;
    bottom: 16px;
    background-color: #f8f8f8;
}

.col-deta .tkup {
    display: block;
    width: 74px;
    margin: 20px auto;
    height: 20px;
    line-height: 20px;
    color: #03577e;
    text-indent: 17px;
    background-image: url(/images/spain/shang.jpg);
    background-position: right 6px center;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

.col-deta {
    width: 100%;
    height: 0;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    margin: 20px 0 0;
}

.dtauto {
    height: auto;
}

.col-deta h2 {
    font-size: 16px;
    font-weight: bold;
    color: #002b3c;
    margin-bottom: 15px;
}

.col-deta h3 {
    font-size: 16px;
}

.col-deta h4 {
    margin: 20px 0;
}

.col-deta a {
    color: #1a5684;
}

.col-deta p {
    margin-bottom: 20px;
}

.col-deta img {
    margin: 0 auto 20px;
    display: inherit;
}

.col-deta ul,
.col-deta ol {
    list-style: none;
    margin-bottom: 20px;
}

.col-deta ul li,
.col-deta ol {
    list-style: none;
}

#ul_list {
    margin-top: 10px;
}

.more:before {
    content: ".";
    display: block;
    width: 100%;
    height: 1px;
    margin: 40px 0 -22px;
    border-bottom: solid 1px #ddd;
    color:#fff;
}

.more p {
    width: 146px;
    height: 40px;
    margin: 0 auto;
    background-color: #fff;
}

.more a {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    width: 126px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    background-color: #44a4d8;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

/*相关移民国家*/

.related-countries {
    list-style: none;
}

.related-countries li {
    width: 71px;
    float: left;
}

.related-countries li img {
    width: 100%;
    vertical-align: top;
}

.related-countries li p {
    color: #666;
    text-align: center;
    line-height: 30px;
}

.related-countries li:nth-child(2),
.related-countries li:nth-child(5),
.related-countries li:nth-child(8) {
    margin: 0 10px;
}

.related-countries li:first-child+li,
.related-countries li:first-child+li+li+li+li,
.related-countries li:first-child+li+li+li+li+li+li+li {
    margin: 0 10px;
}

@media (min-width: 1680px) {
    .newslist .lists-n li {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .newslist .lists-n li:nth-of-type(1){
        padding: 16px 0 16px 16px;
    }

    .newslist .lists-n li a {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .newslist .lists-n li span {
        font-size: 14px;
    }

    .newslist .lists-n li:nth-of-type(1) p {
        height: 69px;
        overflow: hidden;
    }

    .st-rc-lst-p li p {
        text-indent: 15px;
        margin-bottom: 15px;
    }
    /*底部文章链接*/
    .art-reg .artreg-box {
        width: 1200px;
        margin: 0 auto;
    }
    .adviser div{
        width: 45%;
    }
    .adviser div div img {
        width: 80px;
    }
    .adviser div div p {
        font-size: 16px;
        margin: 14px 0 0 10px;
    }
    .adviser div div a{
        margin-top: 28px;
    }
    .adviser div div p span {
        font-size: 20px;
    }
    .related-countries li {
        width: 90px;
    }

}