#mainContent {
    width: 1200px;
    margin: 0 auto;
}

.news-main-leftChange {
    float: left;
    width: 71%;
}

.news-main-topPicLeft {
    float: left;
    width: 69%;
}

.news-main-topPicRight {
    float: right;
    width: 29%;
}

#mainContent .newsInformation-title1 {
    display: block;
    width: 100%;
    height: 325px;
    position: relative;
}
#mainContent .newsInformation-title1 > p,
#mainContent .newsInformation-title2 > p,
#mainContent .newsInformation-title3 > p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: rgba(50,50,50,0.7);
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding-left: 30px;
    box-sizing: border-box;
}
#mainContent .newsInformation-title2 > p {
    text-align: center;
    padding: 0;
}
#mainContent .newsInformation-title3 > p {
    text-align: center;
    padding: 0;
}

.news-main-topPicLeft p {
    position: relative;
}
#mainContent .newsInformation-title2 {
    display: block;
    width: 100%;
    height: 156px;
    position: relative;
    margin-bottom: 14px;
}
#mainContent .newsInformation-title3 {
    display: block;
    width: 100%;
    height: 156px;
    position: relative;
}


.news-main-topPic {
    margin-bottom: 7px;
}

.topPic-left {
    margin-right: 10px;
}

.bottomPic-left {
    margin-right: 10px;
}

.news-main-rightChange {
    float: right;
    width: 27%;
    background-color: #f7f7f7;
    font-size: 14px;
    color: #000;
    font-family:'微软雅黑';
    min-height: 325px;
}

.week {
    width: 89px;
    height: 34px;
    line-height: 34px;
    background: url('../images/foreignTradeInformation/week.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    color: #fff;
}
.weekContent {
    padding: 20px 10px;
}
.weekContent ul {
    list-style: square inside url('../images/foreignTradeInformation/eg_arrow.png');
}

.weekContent > ul li {
    line-height: 30px;
}

.news-main-left {
    float: left;
    width: 68%;
    min-height: 800px;
}

.tabTitle {
    position: relative;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #dbdbdb;
}

.tabTitle .headerTextColor {
    background-color: transparent;
    color: #326fbb;
    border-bottom: 2px solid #336eba;
}
.news-left-list {
    margin-bottom: 16px;
}
.portItem {
    padding: 22px 0;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}
.news-image {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.news-image-pic {
    float: left;
    width: 20%;
}
.news-image-cont {
    float: left;
    width: 80%;
    padding-left: 20px;
    box-sizing: border-box;
}
.news-left-title {
    display: block;
    height: 22px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: '微软雅黑';
    font-weight: 700;
}

.news-main-right {
    float: right;
    width: 27%;
    min-height: 800px;
}

.tabTitleText {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
}
.more {
    position: absolute;
    right: 12px;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    line-height: 20px;
    font-size: 14px;
    color: #838181;
}

.news-notice-rank {
    margin-top: 20px;
}

.news-rank-item {
    margin-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}
.rank_high-level {
    background-color: #f6f4f5;
    padding-bottom: 5px;
}

.rank-first {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff7c24;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.rank_high-level .rank-content {
    height: auto;
    line-height: initial;
    white-space: normal;
    padding-top: 5px;
}
.rank_high-level .news-rank-title {
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 16px;
    color: #222222;
}
.news-rank-title {
    font-size: 14px;
    color: #3e3e3e;
}
.news-rank-desc {
    font-size: 14px;
    color: #636363;
}
.rank-box {
    display: block;
    position: relative;
    padding-left: 38px;
    padding-right: 6px;
}
.rank-num {
    position: absolute;
    top: 8px;
    left: 4px;
    line-height: 10px;
    text-align: center;
    font-size: 16px;
    font-style: italic;
}
.rank-content {
    height: 30px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rank__low-level .rank-num {
    color: #626763;
}

.tabChange {
    display: none;
}

.changeMore {
    display: none;
}

.news-image-cont > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-rank-list > .news-rank-item:nth-child(1) .details {
    display: block;
}

.details {
    display: none;
}

.top3 {
    color: #ff6600;
}