body {
    background: #ECEEF5;
}

.index-carousel-image img{
    width: 100%;
    height: 100%;
}

/** 贸促动态 新**/

/**通用行 */
.container {
    width: 1280px;
    margin: 0px auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.junstfy-content-between {
    justify-content: space-between;
}

.junstfy-content-flex-start {
    justify-content: flex-start;
}

.junstfy-content-flex-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-flex-start {
    align-items: flex-start;
}

.align-items-flex-end {
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
}

.box-sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/**通用导航 左边文字 右边更多按钮 */
.nav-wrapper {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #114491;
}

/* 左边文字 */
.nav-wrapper .nav-text {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: var(--lyj-primary-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}

.nav-wrapper .nav-text i {
    background: var(--lyj-primary-color);
    width: 8px;
    height: 8px;
    margin-right: 5px;
}

/* 右边更多按钮 */
.nav-wrapper .nav-more {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    margin-left: 20px;
    cursor: pointer;
    color: var(--lyj-primary-color);
    padding-right: 15px;
}


/** 要闻 */
.yw-content-left {
    width: 633px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.yw-content-right {
    width: 633px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* 贸促动态新*/
.mcdt-content-left {
    box-shadow: 0px 4px 5px 0px rgba(28, 74, 144, 0.14);
    background: #fff;
    width: 633px;
    height: 415px;
    /*height: 435px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.mcdt-content-right {
    box-shadow: 0px 4px 5px 0px rgba(28, 74, 144, 0.14);
    background: #fff;
    width: 633px;
    height: 415px;
    /*height: 435px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/**资讯 */
ul.news-list {
    width: 100%;
    flex: 1;
    padding: 15px;
}

ul.news-list li {
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.news-list li .news-content-left-title {
    width: 450px;
    height: 35px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

ul.news-list li .news-content-left-title > a {
    width: 440px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    flex: 1;
}

ul.news-list li .news-content-left-title i {
    margin-right: 5px;
    width: 5px;
    height: 5px;
    background: var(--lyj-primary-color);
}

ul.news-list li a:hover {
    color: var(--lyj-primary-color);
}

ul.news-list li a.mcdt-content-left-time {
    width: 100px;
    height: 30px;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    line-height: 30px;
    color: rgba(96, 96, 96, 1);
    margin-left: 20px;
}

/**专栏 */
.zl-content-left {
    width: 633px;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 4px 5px 0px rgba(28, 74, 144, 0.14);
    background: #fff;
}

.zl-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
    flex: 1;
}

.zl-content a {
    width: 280px;
    height: 106px;
    margin-bottom: 15px;
}
.zl-content a.col2 {
    width: 100%;
    height: 106px;
}
.zl-content a img {
    width: 100%;
    height: 100%;
}

/*.zl-content  a 三四 不设置margin */
.zl-content a:nth-child(3n) {
    margin-bottom: 0px;
}

.zl-content-right {
    width: 633px;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 4px 5px 0px rgba(28, 74, 144, 0.14);
    background: #fff;
}

.zl-content-right .paihang {
    flex: 1;
    width: 100%;
    padding: 15px 0px 0px 15px;
}
.demo-tab-header .layui-btn {
    background: #fff;
    border-radius: 30px;
    border: 1px solid var(--lyj-primary-color);
    width: 80px;
    color: var(--lyj-primary-color);
}

.demo-tab-header .layui-btn.layui-this {
    background: var(--lyj-primary-color);
    color: #fff;
}

.demo-tab-body > div {
    display: none;
}