/* ----- 移民公告----- */
.noticeBox {
    margin-top: 20px;
    width: 1140px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
}

.country-title {
    display: flex;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-left: 0;
}

.noticeBlue{
    display: flex;
    flex-shrink: 0;
    width: 180px;
    height: 90px;
    background: #00B1FB;
}
.notice-left {
    width: 62px;
    height: 62px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 14px 0 14px 22px;
}

.notice-left img {
    width: 62px;
    height: 62px;
}

.noticeText {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 19px;
    margin-left: 9px;
}

.noticeText p {
    margin-bottom: 6px;
}

.stick {
    width: 2px;
    height: 54px;
    background: #FFFFFF;
    margin: 27px 36px 27px 38px;
}

.noticeMain{
    margin-top: 14px;
    width: 748px;
    margin-left: 30px;
}

.noticeTop {
    display: inline-block;
    width: 742px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.noticeTop:hover {
    color:#00b1fb;
}

.noticeDown {
    display: inline-block;
    width: 748px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.noticeDown:hover {
    color: #999999;
}

.noticeMore {
    margin: 17px 0 0 59px;
    width: 93px;
}

.fullText {
    width: 93px;
    height: 24px;
    line-height: 24px;
    background: #00B1FB;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

.textSpan {
    font-size: 12px;
    padding-left: 18px;
    color: #FFFFFF;
}

.fullText img {
    margin-top: 8px;
    margin-left: 4px;
    width: 4px;
    height: 8px;
}

.pastText {
    width: 93px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    border: 1px solid #00B1FB;
    border-radius: 12px;
}

.pastSpan {
    font-size: 12px;
    padding-left: 18px;
    color: #00B1FB;
}

/* ----- 首页主体内容区域----- */
.pastText img {
    margin-top: 8px;
    margin-left: 4px;
    width: 4px;
    height: 8px;
}

.mainBox {
    margin-top: 32px;
    display: flex;
}

.mainBox-left {
    width: 840px;
}

/* ----- 内参推荐区域----- */
.recommend {
    padding-bottom: 50px;
}

.recommendTop {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 8px;
    border-bottom: 1px solid #E6E6E6;
}

.recommendImg {
    height: 320px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.recommendImg-left {
    width: 560px;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.recommendImg-left:hover .recommendImg-leftText {
    position: absolute;
    bottom: 0;
    transition: .3s;
}

.recommendImg-left img {
    width: 560px;
    height: 320px;
}

.recommendImg-leftText {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 517px;
    padding: 0 21px;
    height: 50px;
    background: #000000;
    opacity: 0.7;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    transition: .3s;
}

.recommendImg-leftText a {
    color: #fff;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommendImg-leftText a:hover {
    color: #fff;
}

.recommendImg-right {
    width: 270px;
    height: 320px;
}

.recommendImg-rightIndex {
    width: 270px;
    height: 154px;
    position: relative;
    overflow: hidden;
}

.recommendImg-rightIndex:hover .recommendImg-rightText {
    position: absolute;
    bottom: 0;
    transition: .3s;
}

.recommendImg-rightIndex img {
    width: 270px;
    height: 154px;
}

.recommendImg-rightText {
    position: absolute;
    bottom: -58px;
    left: 0;
    background: #000000;
    opacity: 0.7;
    transition: .3s;
}

.recommendImg-rightText a {
    margin: 10px 22px;
    width: 227px;
    font-size: 14px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommendImg-rightIndex:nth-child(2) {
    margin-top: 12px;
}

.mainBox-right {
    margin-left: 40px;
    width: 260px;
    background: #FFFFFF;
}

/* ----- 移民资讯区域----- */

.common-index {
    width: 100%;
    font-size: 24px;
    color: #333333;
    padding-bottom: 8px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

/* ----- 新闻简介区域（可复用）----- */

.newBox{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
}
.newBox-left{
    width: 120px;
    height: 120px;
}
.newBox-left img{
    width: 120px;
    height: 120px;
}
.newBox-right{
    width: 699px;
    height: 120px;

}
.newBox-rightTitle{
    display: inline-block;
    padding-bottom: 13px;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 692px;
}
.newBox-rightTitle:hover{
    color:  #00B1FB;;
}

.newBox-rightContent{
    width: 699px;
    height: 43px;
    line-height: 22px;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 22px;
}
.newBox-rightIcon{
    display: flex;
}
.rightIcon-time{
    font-size: 14px;
    color: #999999;
    margin-right: 30px;
}
.rightIcon-time .iconshijian{
    font-size: 15px;
    margin-right: 10px;
    color: #CCCCCC;
}
.rightIcon-see img{
    width: 21px;
    height: 15px;
    margin-right: 9px;
}
.rightIcon-see{
    font-size: 14px;
    color: #999999;
}


/* ----- 项目解读----- */
.projectGroup{
    padding-bottom: 24px;
}
.projectBox{
    width: 100%;
    height: 129px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}
.projectBox-left{
    width: 230px;
    height: 129px;

}
.projectBox-left img{
    width: 230px;
    height: 129px;
}

.projectBox-right{
    width: 587px;
    height: 129px;
}

.projectBox-rightContent{
    width: 587px;
    height: 41px;
    line-height: 22px;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 22px;
}

.projectBox-rightTitle{
    display: inline-block;
    padding-bottom: 13px;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 587px;
}
.projectBox-rightTitle:hover{
    color:  #00B1FB;;
}

.projectBox-rightIcon-time{
    font-size: 14px;
    color: #999999;
    margin-right: 60px;
}


/* ----- 新闻组区域（可复用）----- */

.newList{
    margin: 37px 0 49px 0;
    height: 149px;
    display: flex;
}

.newList-ul{
    width: 375px;
}
.newList-border{
    width: 1px;
    height: 149px;
    background: #E6E6E6;
    margin: 0 39px;
}

.newList-li{
    display: flex;
    margin-bottom: 13px;
}
.newList-li:hover .newList-circle{
    background: #00B1FB;
}

.newList-li:hover .newList-text{
    color:  #00B1FB;
}

.newList-circle{
    margin: 5px 10px 0 0;
    width: 8px;
    height: 8px;
    background: #CCCCCC;
    border-radius: 50%;
}
.newList-text{
    display: inline-block;
    width: 260px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newList-time{
    margin-left: auto;
    font-size: 14px;
    color: #999999;
}


.overseasLife{
    padding-bottom: 20px;
}

.iconyuedushu {
    font-size: 14px !important;
    color: #ccc;
    margin-right: 10px;
}

.live-box-right{
    width: 270px;
    height: 250px;
    flex-shrink: 0;
    position: relative;
}

.live-box-right:before,
.live-box-right:after {
    content: "";
    display: block;
    border-width: 10px;
    position: absolute;
    left: -20px;
    top: 40px;
    transform: translateY(-50%);
    border-style: solid dashed dashed;
    border-color: transparent #F5F7FC transparent transparent;
    font-size: 0;
    line-height: 0;
}
