﻿.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 {
            /*color: #1A5684;*/
            font-size: 12px;
        }

    .breadcrumb ol {
        padding-left: 12px;
    }

    .breadcrumb:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

h2 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.singlecol {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 40px;
}

.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: 45px;
}

    .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;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background-color: transparent;
    width: 100%;
    margin-bottom: 20px;
}

    table > thead > tr > th,
    table > tbody > tr > th,
    table > tfoot > tr > th,
    table > thead > tr > td,
    table > tbody > tr > td,
    table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    table > caption + thead > tr:first-child > th,
    table > colgroup + thead > tr:first-child > th,
    table > thead:first-child > tr:first-child > th,
    table > caption + thead > tr:first-child > td,
    table > colgroup + thead > tr:first-child > td,
    table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

table {
    background-color: #ffffff;
}

    table > thead > tr > th,
    table > tbody > tr > th,
    table > tfoot > tr > th,
    table > thead > tr > td,
    table > tbody > tr > td,
    table > tfoot > tr > td {
        padding: 5px;
    }

    table > thead > tr > th,
    table > thead > tr > td {
        border-bottom-width: 2px;
    }

    table > tbody > tr:nth-child(odd) > td,
    table > tbody > tr:nth-child(odd) > th {
        background-color: #f9f9f9;
    }

    table > tbody > tr:hover > td,
    table > tbody > tr:hover > th {
        background-color: #f5f5f5;
    }

    table col[class*="col-"] {
        float: none;
        display: table-column;
    }

    table td[class*="col-"],
    table th[class*="col-"] {
        float: none;
        display: table-cell;
    }


/* 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;
}

.article {
    margin-top: 0px;
}

    .article: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 {
    padding-bottom: 0;
}

.article .ar-title {
    padding: 30px 0 30px 0;
    margin: 0 40px 5px 40px;
    border-bottom: 1px solid #99aab1;
}

    .article .ar-title h3 {
        font-size: 22px;
        color: #1a5684
    }

    .article .ar-title h1 {
        font-size: 24px;
        color: #1a5684;
        background: none;
        padding: 0;
        margin-bottom: 20px;
    }

.article .ar-tag {
    margin-top: 20px;
}

    .article .ar-title p,
    .article .ar-tag p,
    .postnext p span {
        color: #aaa;
    }

.ar-title p b {
    float: right;
    margin-left: 10px;
    font-weight: normal;
}

.article-content {
    padding: 5px 40px 0;
    color: #333333;
    font-size: 16px;
}

    .article-content h4 {
        font-size: 16px;
        font-weight: bold;
        line-height: 3;
    }

        .article-content h4:before {
            content: "";
            width: 6px;
            height: 16px;
            float: left;
            display: inline-block;
            background: #24ace0;
            margin: 16px 12px 0 0;
        }

        .article-content h4 + ul, .article-content h4 + ol {
        }

    .article-content p {
        margin-bottom: 14px;
        text-indent: 2em;
    }

    .article-content p img {
        width: 400px;
    }	
	
	
	
    .article-content a {
        color: #1a5684;
    }

    .article-content h2 {
        font-size: 22px;
        font-weight: bold;
        color: #002b3c;
        line-height: 3;
    }

    .article-content h3 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        line-height: 3;
    }

    .article-content ol,
    .article-content ul {
        margin-left: 50px;
    }

        .article-content ul li {
        }

            .article-content ul li p {
                margin: 10px 0;
                text-indent: inherit;
            }

.postnext {
    margin-top: 10px;
}

.postnext #banquan{
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 12px;
    color: #666;
    font-weight: bold;
}

    .postnext p {
        line-height: 0.8;
        font-size: 14px;
        text-indent: inherit;
    }

    .postnext a {
        color: #1a5684;
        padding-left: 10px;
    }

    .postnext p span {
        font-size: 12px;
        padding-left: 10px;
    }

.process-content {
    margin: 40px;
    padding: 40px 0;
}

.line-bg {
    height: 1px;
    overflow: hidden;
    background: #99aab1;
    width: 100%;
    position: absolute;
    top: 38px;
    z-index: 9;
    border-top: 1px solid #E5EAEB;
}

.steps {
    margin: 0;
    padding: 0;
}

    .steps li {
        position: relative;
        width: 20%;
        float: left;
        margin: 0 0 20px 0;
        padding: 30px 0;
        border-top: 1px solid #99aab1;
        min-height: 160px;
    }

        .steps li .stp-det {
            padding: 0 12px;
        }

        .steps li .stp-pic {
            box-shadow: 0px 1px 3px #ccc;
            max-height: 100px;
            overflow: hidden;
        }

        .steps li img {
            width: 100%;
        }

        .steps li p {
            margin-top: 5px;
            color: #1A5684;
            font-size: 14px;
            text-align: center;
        }

        .steps li.steps-on .num {
            background: rgb(0, 85, 124);
            /* Old browsers */
            background: -moz-linear-gradient(top, rgba(0, 85, 124, 1) 0%, rgba(0, 55, 81, 1) 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 85, 124, 1)), color-stop(100%, rgba(0, 55, 81, 1)));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(0, 85, 124, 1) 0%, rgba(0, 55, 81, 1) 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(0, 85, 124, 1) 0%, rgba(0, 55, 81, 1) 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(0, 85, 124, 1) 0%, rgba(0, 55, 81, 1) 100%);
            /* IE10+ */
            background: linear-gradient(to bottom, rgba(0, 85, 124, 1) 0%, rgba(0, 55, 81, 1) 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00557c', endColorstr='#003751', GradientType=0);
            /* IE6-9 */
        }

        .steps li .num {
            position: absolute;
            left: 50%;
            margin-left: -16px;
            z-index: 99;
            height: 32px;
            width: 32px;
            top: -16px;
            text-align: center;
            color: #FFFFFF;
            line-height: 32px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: bold;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background: #99aab1;
        }


/*新加文章模块*/

.title-bg1 {
    margin-top: 40px;
    height: 30px;
    background-image: url(https://cdn-www.liveinau.com/images/title-greece-01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
}

    .title-bg1 .title-left {
        line-height: 30px;
        height: 30px;
        color: #fff;
        text-indent: 10px;
        display: inline-block;
        width: 153px;
        float: left;
    }

.title-right {
    display: inline-block;
    border-bottom: 1px solid #dde6ed;
    width: 730px;
    line-height: 30px;
    height: 29px;
    float: left;
}

.rec-article {
    margin-top: 30px;
    overflow: hidden;
}

    .rec-article p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        color: #999;
    }

    .rec-article h3 {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
    }

    .rec-article ul span {
        font-size: 12px;
        color: #999;
        display: inline-block;
    }

    .rec-article h3 a {
        color: #666;
    }

        .rec-article h3 a:hover {
            color: #24ace0;
        }

    .rec-article ul {
        margin-left: 0;
    }

        .rec-article ul li {
            width: 50%;
            margin-bottom: 20px;
            overflow: hidden;
            float: left;
            box-sizing: border-box;
            padding-right: 1%;
        }

            .rec-article ul li:nth-of-type(even) {
                padding-right: 0%;
            }

        .rec-article ul img {
            width: 156px;
            float: left;
            margin-right: 16px;
        }

.article-content .rec-tags {
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #666;
    text-indent: inherit;
}

.rec-tags span {
    color: #333;
    font-size: 14px;
    padding-right: 10px;
}

.rec-article ul p {
    height: 40px;
    overflow: hidden;
    margin-top: 4px;
}

.rec-article .rec-two {
    float: right;
    margin-right: 0;
}

@media (min-width: 1680px) {
    /*新加文章模块*/
    .recbox-right {
        width: 67%;
        float: left;
        margin-left: 20px;
    }

    .title-right {
        width: 966px;
    }

    .steps li .num {
        margin-left: -20px;
        height: 40px;
        width: 40px;
        top: -20px;
        line-height: 40px;
        font-size: 22px;
    }

    .steps li {
        padding: 40px 0;
        min-height: 190px;
    }

        .steps li .stp-pic {
            max-height: 130px;
        }
}


/*============================================================*/

#st-main-area {
    padding: 5.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 h1 {
    font-size: 28px;
    margin-bottom: 30px;
}

.newslist .lists-n {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 3px solid #DEDEDE;
}

    .newslist .lists-n li .pagediv_list {
        line-height: 2.5;
        width: 100%;
        display: block;
        text-indent: 15px;
        border: 1px solid #efefef;
        background-color: #fff;
        margin-bottom: 6px;
    }

        .newslist .lists-n li .pagediv_list: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 .pagediv_list span {
            color: #999;
            font-family: sans-serif;
        }

    .newslist .lists-n li a span:before {
        content: "|";
        margin: 0 5px;
    }

    .newslist .lists-n li .pagediv_list a {
        line-height: 2.5;
        background-color: #fff;
    }

        .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 h1 {
	background: #2eaadc;
	padding: 10px 20px;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
}*/

.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;
}


/*资讯列表修改开始*/

.information {
    border: solid 1px #eee;
    padding: 16px 16px 6px 16px;
    margin-bottom: 30px;
}

.information-content {
    overflow: hidden;
}

    .information-content h3 {
        font-size: 16px;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .information-content .details h3 a {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

    .information-content img {
        width: 250px;
        height: 153px;
        float: left;
    }

    .information-content .details {
        width: 300px;
        float: right;
    }

        .information-content .details span {
            font-size: 14px;
            line-height: 30px;
            color: #999;
            float: right;
            display: block;
            margin-top: 19px;
            text-align: right;
        }

        .information-content .details p {
            height: 104px;
            font-size: 14px;
            line-height: 26px;
            color: #666;
            overflow: hidden;
            text-align: justify;
        }

        .information-content .details h3 a:hover,
        .information-list li a:hover {
            color: #21748C;
            cursor: pointer;
        }

.information-list li span {
    font-size: 14px;
    float: right;
    color: #999;
    line-height: 40px;
}

.information-list {
    list-style: none;
    overflow: hidden;
    margin: 10px 0 0;
}

    .information-list li {
        overflow: hidden;
        border-bottom: dashed 1px #eee;
    }

        .information-list li:last-child {
            border: none;
        }

        .information-list li + li + li + li {
            border: none;
        }

        .information-list li a {
            display: inline-block;
            width: 80%;
            float: left;
            line-height: 40px;
            font-size: 14px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .information-list li a:before {
                display: inline-block;
                margin: 0 6px 3px 0;
                content: "";
                width: 4px;
                height: 4px;
                background-color: #40a6dc;
            }

.paging a {
    font-size: 18px;
    margin: 0 4px;
    background-color: #f6f6f6;
    padding: 4px 6px;
    color: #666;
}


/*相关移民国家*/

.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;
        }


/*资讯相关文章*/
.rightbox {
    width: 30%;
    float: left;
    overflow: hidden;
    padding: 30px 30px;
    box-sizing: border-box;
}

    .rightbox .newsbox {
        margin-bottom: 30px;
        font-size: 14px;
        overflow: hidden;
    }

    .rightbox .news-title {
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        color: #1a5684;
    }

    .rightbox .float-news {
        position: fixed;
        top: 10px;
        z-index: 99;
        width: 237px;
        overflow: hidden;
    }


    .rightbox .recent-news li {
        border-bottom: 1px solid #eee;
        padding: 8px 0;
        overflow: hidden;
    }

        .rightbox .recent-news li .recent-news-images {
            float: left;
            margin-right: 10px;
        }


        .rightbox .recent-news li p {
            overflow: hidden;
            display: block;
            font-weight: bold;
        }

        .rightbox .recent-news li .recent-news-read {
            font-size: 12px;
            display: inline-block;
            margin-top: 14px;
            font-weight: normal;
        }

            .rightbox .recent-news li .recent-news-read span {
                margin-right: 12px;
            }

    .rightbox .faq li {
        border-bottom: 1px solid #eee;
        padding: 8px 0;
        overflow: hidden;
    }

        .rightbox .faq li b {
            font-size: 12px;
            display: inline-block;
            background: #2EAADC;
            line-height: 12px;
            padding: 4px 6px;
            border-radius: 3px;
            color: #fff;
            vertical-align: middle;
            font-weight: normal;
            float: left;
            margin-right: 8px;
            margin-top: 2px;
        }

        .rightbox .faq li .ask {
            max-height: 44px;
            overflow: hidden;
            display: block;
            font-weight: bold;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .rightbox .faq li .answer {
            margin-top: 6px;
            color: #999;
            max-height: 46px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .rightbox .faq li span {
            font-size: 12px;
            color: #c0c0c0;
            padding-top: 10px;
        }

/* 相关资讯start */
.related-news {
    margin-top: 30px;
    padding: 0 40px;
}

    .related-news .related-news-title {
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
        color: #1a5684;
    }

    .related-news ul {
        background-color: #f0f0f0;
        overflow: hidden;
        padding: 6px 0;
        border-top: 1px solid #ddd;
    }

        .related-news ul li {
            width: 48%;
            float: left;
            padding: 4px 0;
            overflow: hidden;
            padding-left: 2%;
        }



            .related-news ul li:nth-of-type(even) {
                float: right;
            }

            .related-news ul li a {
                max-width: 94%;
                font-size: 14px;
                max-height: 23px;
                overflow: hidden;
                display: block;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #666;
            }

                .related-news ul li a:before {
                    font-family: sans-serif;
                    content: "";
                    float: left;
                    margin-top: 8px;
                    margin-right: 8px;
                    width: 6px;
                    height: 6px;
                    background-color: #2EAADC;
                    display: block;
                }


.related-news {
    margin-left: 0;
    overflow: hidden;
}



/* 评论start */

.discuss {
    margin-top: 30px;
    padding: 0 40px;
}

    .discuss .reply {
        background-color: #f0f0f0;
        overflow: hidden;
        padding: 20px 0;
    }

        .discuss .reply .reply-title {
            font-size: 16px;
            margin-bottom: 20px;
            font-weight: bold;
            color: #1a5684;
            text-align: center;
        }

            .discuss .reply .reply-title i {
                font-size: 14px;
                font-style: normal;
            }

                .discuss .reply .reply-title i b {
                    color: #ff0000;
                }

        .discuss .reply .header-box {
            float: left;
            text-align: center;
            margin: 0 10px;
        }

            .discuss .reply .header-box img {
                width: 68px;
                height: 68px;
                border: 1px solid #ddd;
                border-radius: 50%;
            }

        .discuss .reply .reply-box {
            width: 82%;
            float: left;
        }

            .discuss .reply .reply-box textarea {
                font-size: 16px;
                width: 100%;
                min-height: 120px;
                padding: 10px;
                box-sizing: border-box;
                border: 1px solid #ddd;
                vertical-align: top;
            }

            .discuss .reply .reply-box .btn-box {
                width: 100%;
                box-sizing: border-box;
                border: 1px solid #ddd;
                border-top: none;
                overflow: hidden;
                background-color: #fff;
                height: 54px;
            }

.reply-box .btn-box .login-box {
    width: 79%;
    float: left;
    padding: 10px 2%;
}

    .reply-box .btn-box .login-box label {
        line-height: 30px;
        float: left;
		margin-right: 8px;
    }

    .reply-box .btn-box .login-box input {
        max-width: 150px;
        line-height: 30px;
        text-indent: 10px;
        height: 30px;
        float: left;
    }

    .reply-box .btn-box .login-box .identify {
        display: inline-block;
        width: 90px;
        float: left;
		margin-left: 8px;
		margin-top: 4px;
    }

        .reply-box .btn-box .login-box .identify img {
            width: 100%;
            vertical-align: top;
        }

.reply-box .btn-box > a {
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    width: 16%;
    float: right;
    height: 54px;
    display: inline-block;
    line-height: 54px;
    border-left: 1px solid #ddd;
    background: -webkit-linear-gradient(bottom, #f5f5f5, #dedede); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #f5f5f5, #dedede); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #f5f5f5, #dedede); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #f5f5f5, #dedede); /* 标准的语法 */
}

    .reply-box .btn-box > a:hover {
        color: #555;
    }


.recentreply {
    margin-top: 10px;
}

    .recentreply .recentreply-title {
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        color: #1a5684;
    }

        .recentreply .recentreply-title .reply-list {
            overflow: hidden;
        }

.reply-list li {
    padding: 8px 0;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

    .reply-list li > img {
        width: 68px;
        height: 68px;
        border: 1px solid #ddd;
        border-radius: 50%;
        float: left;
        margin-right: 20px;
    }

    .reply-list li .reply-content {
        padding-left: 90px;
    }

        .reply-list li .reply-content .name {
            font-size: 14px;
            color: #254f77;
            font-weight: bold;
        }


        .reply-list li .reply-content .discuss-text {
            max-height: 161px;
            overflow: hidden;
        }

        .reply-list li .reply-content .praise {
            text-align: right;
        }

            .reply-list li .reply-content .praise .c-time {
                font-size: 12px;
                color: #c0c0c0;
                margin-right: 10px;
            }

            .reply-list li .reply-content .praise .praise-sign {
                width: 20px;
                height: 20px;
                text-align: left;
                display: inline-block;
                cursor: pointer;
            }

                .reply-list li .reply-content .praise .praise-sign img {
                    width: 100%;
                }



/* 评论弹出二维码 */
.wechat {
    position: fixed;
    left: 0;
    top: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

    .wechat .wechat-content {
        padding: 30px;
        position: absolute;
        top: 20%;
        left: 50%;
        z-index: 9999;
        margin-left: -205px;
        background-color: #fff;
    }

        .wechat .wechat-content a {
            width: 20px;
            height: 20px;
            display: block;
            background-image: url(/images/page/onno.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            float: right;
        }

        .wechat .wechat-content #login_container {
            clear: both;
        }


/* 喜欢按钮 */

.article-social {
    margin-top: 50px;
    text-align: center;
}


i.fa {
    width: 20px;
    height: 20px;
    background: url(/images/page/fa1.png)left top no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 8px;
    margin-top: 4px;
    float: left;
}

.action {
    padding: 8px 40px;
    display: inline-block;
    border-radius: 2px;
    background-color: #2EAADC;
    font-size: 16px;
    margin: 0 3px;
    color: #fff;
    cursor: pointer;
}

    .action:hover {
        color: #fff;
        background-color: #f17067;
    }




/*资讯列表修改结束*/

@media (min-width: 1680px) {
    #st-main-area {
        min-height: 1900px;
    }

    .newslist .lists-n li .pagediv_list {
        margin-bottom: 8px;
        font-size: 14px;
    }

        .newslist .lists-n li .pagediv_list a {
            margin-bottom: 8px;
            font-size: 14px;
        }

        .newslist .lists-n li .pagediv_list span {
            margin-bottom: 8px;
            font-size: 14px;
        }

    .st-rc-lst-p li p {
        text-indent: 15px;
        margin-bottom: 15px;
    }
    /*底部文章链接*/
    .art-reg .artreg-box {
        width: 1200px;
        margin: 0 auto;
    }

    .information-content .details {
        width: 443px;
    }

    .related-countries li {
        width: 90px;
    }

    /*资讯相关文章*/
    .rightbox .float-news {
        position: fixed;
        top: 10px;
        z-index: 99;
        width: 308px;
        overflow: hidden;
    }
}
