.shell.special-subject{
    height: auto;
}

.shell.special-subject .range a{
    padding: 0 5px;
    height: 430px;
}

.shell.special-subject .range a > .subject-cover{
    border-radius: 8px;
}

.shell.special-subject .range{
    margin-left: -5px;
    margin-right: -5px;
}

.pro-block{
    margin: 0 auto;
    padding-top: 70px;
    width: 300px;
    height: 650px;
    color: #000000;
    text-align: center;
}

.pro-block .pro-name{
    margin-top: 30px;
    font-size: 32px;
}

.pro-block .pro-tips{
    margin-top: 20px;
    font-size: 20px;
}

.pro-block .pro-desc{
    margin-top: 20px;
    font-size: 14px;
    font-weight: lighter;
    text-align: left;
    text-indent: 2em;
}

.simple-project{
    position: relative;
}

.simple-project > img{
    width: 1000px;
    height: 450px;
}

.project-info-block{
    position: absolute;
    padding: 30px 50px;
    top: 60px;
    right: 0;
    width: 700px;
    height: 450px;
    background-color: rgba(255,255,255,0.95);
}

.project-info-block .project-name{
    font-size: 30px;
    color: #000000;
}

.project-info-block .project-tips{
    margin-top: 30px;
}

.project-info-block .project-tips li{
    display: inline-block;
    font-size: 18px;
    color: #000000;
    vertical-align: middle;
}

.project-info-block .project-tips li+li{

}

.project-info-block .project-tips li:before{
    content: '';
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-image: url("/home/img/safe.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.project-apply{
    margin-top: 20px;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}

.project-msg{
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
}

.city-service-item{
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 262px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.10);
    border-radius: 10px;
}

.service-cover-txt{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 10px;
    width: 100%;
    height: 33%;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    background-color: #FFFFFF;
    border-radius: 0 0 10px 10px;
}

.city-strength-item{
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 262px;
}

.city-strength-item > img{
    padding-top: 30px;
}


/*list*/
.country-sift{
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.country-sift .cell-lg-1{
    -webkit-flex-basis: 6.33333%;
    -ms-flex-preferred-size: 6.33333%;
    flex-basis: 6.33333%;
    max-width: 6.33333%;
}


.sift-title{
    font-size: 14px;
    color: #777777;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 20px;
}


.country-sift *+.range{
    margin-top: 0;
}

.sift-type-label{
    padding: 15px;
}

.sift-type-items{
    padding: 15px 0;
}

.sift-type-label > p+p,
.sift-type-items > ul+ul{
    margin-top: 15px;
}

.sift-type-label > p,
.sift-type-items > ul li{
    font-size: 14px;
    color: #777777;
    line-height: 36px;
}

.sift-type-items > ul li{
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.25s linear;
    cursor: pointer;
}

.sift-type-items > ul li+li{
    margin-left: 5px;
}

.sift-type-items > ul .active,
.sift-type-items > ul li:hover{
    color: #D7A16A;
    border: 1px solid #D7A16A;
}

.country-list{
    margin: 10px 0;
    padding: 20px 0;
    background-color: #ffffff;
}

.country-list > ul >li{
    padding: 30px 0;
    border: 1px solid #E6E6E6;
}

.country-list > ul >li+li{
    margin-top: 20px;
}

/* 新增：三列网格布局 */
.country-grid-layout > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.country-card-item {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    padding: 0 10px;
    box-sizing: border-box;
}

.country-card-item .country-card-inner {
    padding: 20px;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.country-card-item .country-card-left {
    text-align: center;
    margin-bottom: 15px;
}

.country-card-item .country-card-left > img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.country-card-item .country-card-middle {
    flex: 1;
}

.country-card-item .country-name {
    display: block;
    margin-bottom: 10px;
}

.country-card-item .country-name span+span{
    margin-left: 10px;
}

.country-card-item .country-middle .cn-name{
    font-size: 18px;
    color: #000;
}

.country-card-item .country-middle .en-name{
    font-size: 14px;
    color: #B1B1B1;
    font-weight: lighter;
}

.country-card-item .country-middle .country-introduction{
    margin-top: 10px;
    font-size: 12px;
    color: #333333;
    height: 60px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

.country-card-item .country-middle .country-projects{
    margin-top: 10px;
}

.country-card-item .country-middle .country-project{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 4px 12px;
    background: #EFF1F8;
    border: 1px solid #E6E6E6;
    border-radius: 100px;
    font-size: 12px;
}

.country-card-item .country-middle .country-project a{
    color: #798597;
}

.country-card-item .country-card-right {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #E6E6E6;
}

.country-card-item .star-metrics {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.country-card-item .star-metric-item {
    font-size: 12px;
    color: #333333;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.country-card-item .star-metric-item span {
    margin-right: 8px;
    white-space: nowrap;
}

.country-card-item .star-metric-item i {
    color: #DDDDDD;
    font-size: 12px;
}

.country-card-item .star-metric-item .orange{
    color: #FFA700;
}

.country-card-item .country-detail-button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
}

/*details*/
.country-detail-head,
.country-detail-body{
    width: 100%;
    background-color: #ffffff;
}

.country-detail-body .shell-cover > .range+.range{
    margin-top: 0;
}

.country-flag-and-name{
    float: left;
}

.country-flag-and-name > *{
    display: inline-block;
    margin-right: 35px;
    vertical-align: middle;
}

.country-flag-and-name > img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.country-detail-head .country-name .cn-name{
    font-size: 26px;
    color: #1A5BB8;
}
.country-detail-head .country-name .en-name{
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.country-detail-head-btn-group{
    float: right;
}

.country-detail-head-btn-group > a{
    margin-top: 15px;
}

.country-detail-head-btn-group > a+a{
    margin-left: 10px;
}


.openMEIQIA{
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0 15px;
    width: 150px;
    height: 48px;
    background-image: linear-gradient(-180deg, #F8F8F8 0%, #EEEEEE 100%);
    border-radius: 0 0 6px 6px;
    cursor: pointer;
}

.openMEIQIA:before{
    content: "";
    position: absolute;
    left: -7px;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #D8D8D8;
    border-left: 7px solid transparent;
}

.openMEIQIA > *{
    float: left;
}

.openMEIQIA img+p{
    margin-top: 10px;
}

.openMEIQIA > p{
    margin-left: 10px;
    font-size: 18px;
    color: #000000;
    /*line-height: 48px;*/
}


.country-detail-body{
    margin-top: 10px;
    padding: 30px 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.country-detail-aside .country-detail-aside-items,
.country-detail-content .country-detail-content-items{
    padding-left: 20px;
    border: 1px solid #E6E6E6;
}

.country-detail-aside .country-detail-aside-items+.country-detail-aside-items,
.country-detail-content .country-detail-content-items+.country-detail-content-items{
    margin-top: 20px;
}


.country-detail-aside .country-detail-aside-items .aside-title,
.country-detail-content .country-detail-content-items .content-title{
    font-size: 16px;
    color: #777777;
    line-height: 44px;
    border-bottom: 1px solid #E6E6E6;
}

.aside-dictionary-nav li,
.aside-project-nav li{
    padding: 9px 15px;
    font-size: 18px;
    color: #333333;
    /*text-align: center;*/
    border-bottom: 1px solid #E6E6E6;
    transition: 0.25s linear;
    cursor: pointer;
}

/*.country-detail-aside li:first-child:before{*/
/*content: '';*/
/*display: inline-block;*/
/*margin-right: 10px;*/
/*width: 20px;*/
/*height: 20px;*/
/*background: url("/home/img/b_policy_on.png") no-repeat;*/
/*background-size: 100%;*/
/*vertical-align: middle;*/
/*}*/

.aside-dictionary-nav li:before{
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transition: 0.25s linear;
}

.aside-dictionary-nav li:first-child:before{
    background: url("/home/img/b_policy.png") no-repeat;
    background-size: 100%;
}

.aside-dictionary-nav li:first-child:hover:before,
.aside-dictionary-nav .active:first-child:before{
    background: url("/home/img/b_policy_on.png") no-repeat;
    background-size: 100%;
}

.aside-dictionary-nav li:nth-child(2):before{
    background: url("/home/img/b_strategy.png") no-repeat;
    background-size: 100%;
}

.country-detail-aside li:nth-child(2):hover:before,
.country-detail-aside .active:nth-child(2):before{
    background: url("/home/img/b_strategy_on.png") no-repeat;
    background-size: 100%;
}

.aside-dictionary-nav li:nth-child(3):before{
    background: url("/home/img/b_case.png") no-repeat;
    background-size: 100%;
}

.aside-dictionary-nav li:nth-child(3):hover:before,
.aside-dictionary-nav .active:nth-child(3):before{
    background: url("/home/img/b_case_on.png") no-repeat;
    background-size: 100%;
}

.aside-dictionary-nav li:nth-child(4):before{
    background: url("/home/img/b_life.png") no-repeat;
    background-size: 100%;
}

.aside-dictionary-nav li:nth-child(4):hover:before,
.aside-dictionary-nav .active:nth-child(4):before{
    background: url("/home/img/b_life_on.png") no-repeat;
    background-size: 100%;
}

.aside-dictionary-nav li:hover,
.aside-dictionary-nav .active,
.aside-project-nav li:hover,
.aside-project-nav .active{
    color: #1A5BB8;
}

.country-detail-aside li:last-child{
    border-bottom: none;
}

.aside-hot-country li{
    padding: 15px 0;
    border-bottom: 1px solid #E6E6E6;
}

.aside-hot-country li > *{
    display: inline-block;
    vertical-align: middle;
}

.aside-hot-country li > *+*{
    margin-left: 15px;
}

.aside-hot-country li > img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.aside-hot-country li .cn-name{
    font-size: 18px;
    color: #000000;
}

.aside-hot-country li .en-name{
    font-size: 16px;
    color: #B1B1B1;
    font-weight: lighter;
}

.aside-hot-country li:last-child{
    border-bottom: none;
}

.aside-qc-code{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
}

.aside-qc-code > img{
    width: 110px;
    height: 110px;
}

.aside-qc-code > *{
    float: left;
}

.qc-code-txt{
    padding-top: 10px;
    width: 115px;
    color: #000000;
}

.qc-code-txt p:first-child{
    font-size: 18px;
}
.qc-code-txt p:last-child{
    font-size: 12px;
    line-height: 1.4;
}

.qc-code-txt p+p{
    margin-top: 10px;
}

.aside-qc-code > *+*{
    margin-left: 15px;
}

.aside-pro{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    color: #000000;
    text-align: center;
}

.aside-pro > img{
    width: 115px;
    height: 115px;
    border-radius: 100%;
}

.aside-pro .pro-name{
    margin-bottom: 10px;
    font-size: 18px;
}

.aside-pro .pro-job{
    font-size: 14px;
}

.aside-pro .pro-tips{
    font-size: 12px;
}

.country-detail-body .range .country-detail-content{
    padding-right: 20px;
}

.country-detail-content .content-body{
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.country-detail-content .content-body .content-body-title{
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
}

.country-detail-content .content-body ul > li{
    font-size: 14px;
    color: #333333;
}

.country-detail-content .content-body ul > li+li{
    margin-top: 15px;
}

.country-detail-content .content-list > li{
    border-bottom: 1px solid #E6E6E6;
}

.country-detail-content .content-list > li:last-child{
    border-bottom: none;
}

.country-detail-content .content-list li .content-project{
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 15px;
}

.content-project .project-name{
    font-size: 20px;
    color: #1A5BB8;
}

.content-project .project-tips{
    margin-top: 15px;
}

.project-tips li{
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #000000;
    vertical-align: middle;
}

.project-tips li:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    width: 20px;
    height: 20px;
    background-image: url(/home/img/safe.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.content-project  .project-condition{
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
}

.content-project  .project-condition thead{
    background: #EFF1F8;
}

.content-project  .project-condition thead td{
    color: #777777;
}

.content-project  .project-condition td{
    padding: 10px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.content-project *+.range{
    margin-top: 25px;
}

.content-project  .content-project-btn-group{
    position: absolute;
    right: 0;
    bottom: 0;
}

.content-project  .content-project-btn-group a+a{
    margin-left: 5px;
}

.content-navs{
    border-bottom: 1px solid #E6E6E6;
}

.content-navs > *{
    display: inline-block;
    vertical-align: middle;
}


.content-navs > p{
    font-size: 16px;
    color: #777777;
    line-height: 44px;
}

.content-navs > p+li{
    margin-left: 20px;
    border-left: 1px solid #E6E6E6;
}

.content-nav > li{
    padding: 0 10px 0 20px;
    font-size: 16px;
    color: #E6E6E6;
    cursor: pointer;
    transition: 0.25s linear;
}

.content-nav > li:hover,
.content-nav > .active{
    color: #3F3F3F;
}

.countey-detail-road{
    position: relative;
    height: 190px;
    background: url("/home/img/bg.jpg") no-repeat;
    background-size: 100%;
    text-align: center;
}

.countey-detail-road .road-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.content-article-list .content-article-items:last-child{
    border-bottom: none;
}

.content-article-items{
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}

.countey-detail-road .road-txt p:first-child{
    font-size: 18px;
    color: #333333;
    font-weight: lighter;
}

.countey-detail-road .road-txt p:nth-child(2){
    margin-top: 10px;
    font-size: 20px;
    color: #1A5BB8;
}

.content-article-title{
    font-size: 18px;
    color: #1A5BB8;
}

.content-article-subs{
    margin: 15px 0;
}

.content-article-subs > *{
    display: inline-block;
    font-size: 14px;
    color: #777777;
    vertical-align: middle;
}

.content-article-subs > p+p{
    margin-left: 20px;
}

.content-article-subs > p:before{
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.content-article-date:before{
    background: url("/home/img/bc_time.png") no-repeat;
    background-size: 100%;
}

.content-article-browse:before{
    background: url("/home/img/bc_read.png") no-repeat;
    background-size: 100%;
}

.content-article-msg:before{
    background: url("/home/img/bc_commit.png") no-repeat;
    background-size: 100%;
}

.content-article-box{
    font-size: 14px;
    color: #333333;
    height: 68px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article-tips-group{
    margin-top: 20px;
}

.article-tips{
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 10px;
    padding: 5px 25px;
    color: #798597;
    background: #EFF1F8;
    border: 1px solid #E6E6E6;
    border-radius: 100px;
}

[class*='dictionary-type-']{
    margin-top: 0 !important;
}


.qw-center {
    width: 1140px;
    margin: 0 auto;
}
.project-item .item{
    width: 350px;
    float: left;
    margin-right: 15px;
    margin-top:15px;
    padding-bottom: 20px;
    background: #fff;
    position: relative;
}
.project-item .item:last-child{
    margin-right:0;
}
.project-item .item .name{
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    background: #fff;
    color: #555;
}
.project-item .item .desc{
    height:72px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
    color: #848484;
}
.project-item .item .price{
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px;
    color: #666666;
}
.project-item .item .price span{
    color: #cc0000;
}
.item .heart{
    line-height: 26px;
    padding: 0 5px;
    background: rgba(0,0,0,0.7);
    color: #aeaeae;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
}
.project-consult div.btn {
    width: 130px;
    height: 36px;
    background: #cc0000;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
    float: left;
    margin: 10px 22px;
    cursor: pointer;
}
/*移民国家 S*/
.qw-country{
    width:1140px;
    margin:0 auto;
    padding-top: 15px;
    padding-bottom: 50px;
}
.qw-country .item{
    width: 350px;
    height: 250px;
    float: left;
    margin-right: 25px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.qw-country .item:nth-child(3n){
    margin-right: 0;
}
.qw-country .item .text-box{
    width: 350px;
    height: 355px;
    background: rgba(0,0,0,0.5);
    padding-top: 95px;
    text-align: center;
    position: absolute;top: 0;
    left: 0;
}
.qw-country .text-box .name{
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
}
.qw-country .text-box .tag{
    font-size: 16px;
    color: #fff;
    line-height: 60px;

}
.qw-country .desc-box{
    height: 120px;
    position: absolute;
    bottom: -250px;
    left: 0;
    color: #fff;
    background: rgba(31,45,64,0.85);
    padding: 10px;
    width:350px;
}
.qw-country .desc-box .name{
    font-size: 26px;
    line-height: 40px;
}
.qw-country .desc-box .name span{
    font-size: 16px;
}
.qw-country .desc-box .desc{
    /*font-size: 14px;*/
    /*line-height: 24px;*/
}
.qw-country .desc-box div.a-link{
    width: 78px;
    height: 29px;
    border-radius: 3px;
    background: #c2000e;
    text-align: center;
    color: #fff;
    line-height: 29px;
    font-size: 14px;
    position: absolute;
    top:20px;
    right: 20px;
}
.qw-country .country-add{
    width: 230px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #e60012;
    color: #e60012;
    font-size: 20px;
    line-height: 60px;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    padding-left: 120px;
    position: relative;
}
.qw-country .country-add i{
    width: 21px;
    height: 16px;
    background: url(/home/img/icon.png) -74px -124px no-repeat;
    position: absolute;
    left: 80px;
    top: 23px;
}
/*移民国家 E*/

/* 响应式布局 */
@media (max-width: 1200px) {
    .country-card-item {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .country-grid-layout > ul {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .country-card-item {
        flex: 0 0 calc(100% - 10px);
        max-width: calc(100% - 10px);
        padding: 0 5px;
    }
    
    .sift-title {
        padding-left: 10px;
    }
}
