.bgmain {
    width: 100%;
    background: url(/Content/img/background.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.column {
    overflow: hidden;
    width: 68.3%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.column1 {
    background-color: #fff;
    display: flex;
    padding: 20px;
}
/* 滚动图片 */
.column2 {
    float: left;
    overflow: hidden;
    width: 100%;
}
.column3 {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.column3 .columnList {
    height: auto;
}
.m-flash {
    flex: 1;
    flex-shrink: 0;
}
.d-flex {
    flex: 2;
    display: flex;
    justify-content: space-between;
}
.d-flex .d-flexList {
    margin-left: 20px;
}

.column4 img {
    width: 100%;
}

.column5 {
    background-color: #fff;
}

/* 滚动图片 */
.m-thumb_news .owl-item img {
    min-height: 120px;
    max-height: 120px;
    transition: 0.5s;
    min-width: 100%;
    max-width: 100%;
}

/*列表块 */
.columnList {
    width: 400px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

/* 列表头 */
.columnList .headerLsit {
    display: flex;
    justify-content: space-between;
    height: 35px;
    border-bottom: 1px solid #026cb1;
    background: url(/Content/img/pulic/headerGround.png) no-repeat;
    background-size: 100% 40%;
    background-position: left bottom;
}
.columnList .headerLsit .headerTitle {
    width: 123px;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #026cb1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.headerLsit .headerTitle img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.columnList .headerLsit a {
    color: #026cb1;
    font-size: 14px;
}
/* 列表体 */

.columnList .bodyLsit ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 33px;
}
.columnList .bodyLsit ul .top1 a {
    overflow: visible;
    white-space: normal;
    text-overflow: auto;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    margin-top: 5px;
    display: inline-block;
}
.columnList .bodyLsit ul .top1 .top1Body {
    width: 100%;
    height: 30px;
}

.columnList .bodyLsit ul .top2 {
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
}
.columnList .bodyLsit ul .top2:last-child {
    border-bottom: 0;
}
.columnList .bodyLsit .fires {
    margin-bottom: 10px;
}
.columnList .bodyLsit ul .top3 {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.columnList .bodyLsit ul .top3 a {
    overflow: visible;
    white-space: normal;
    text-overflow: auto;
    line-height: 24px;
    font-size: 15px;
    color: #2b2b2b;
}
.columnList .bodyLsit ul .top3 .data {
    background-color: yellow;
    color: #fff;
    margin-right: 15px;
    text-align: center;
}
.columnList .bodyLsit ul .top3 .data .data1 {
    line-height: 24px;
    background-color: #ed9f4d;
    border-bottom: 1px solid #fff;
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold;
}
.columnList .bodyLsit ul .top3 .data .data2 {
    background-color: #1d4e92;
    line-height: 24px;
    padding: 0 5px;
    font-size: 24px;
}
/* 列表圆点为火 */
.columnList .bodyLsit .fire {
    background: url(/Content/img/pulic/fire.png) 5px center/20px no-repeat;
    padding-left: 30px;
    font-weight: bold;
    font-size: 18px;
    color: #026cb1;
}
.columnList .bodyLsit .fire a {
    color: #026cb1;
}
/* 列表圆点 */
.columnList .bodyLsit .dots {
    padding-left: 24px;
    background: url(/Content/media/images/home/circle.png) 10px center/7px
        no-repeat;
    font-size: 15px;
    color: black;
}

/* 集团风采 */
.column5 .headerLsit {
    display: flex;
    justify-content: space-between;
    background: url(/Content/img/pulic/headerGround1.png) no-repeat;
    background-size: 102% 60%;
    background-position: left center;
    padding: 12px;
}
.column5 .headerLsit .headerTitle {
    background-color: #fff;
    font-size: 24px;
    line-height: 33px;
    color: #323232;
    font-weight: bold;
    padding-right: 10px;
}
.column5 .headerLsit .title-right {
    width: 72px;
    height: 28px;
    padding-top: 2px;
    background-color: #efeff1;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
}
.column5 .headerLsit .headerTitle img {
    width: 40px;
    height: 40px;
}
.m-ztzl {
    margin: 20px 20px;
}
.m-ztzl .owl-ztzl {
    margin: 0;
}
.m-ztzl .owl-item {
    height: 170px;
}
@media (max-width: 1647px) {
    .column {
        width: 90%;
    }
}
@media (max-width: 1355px) {
    .column1 {
        display: block;
    }
    .m-thumb_news .owl-item img {
        min-height: 100px;
        max-height: 100px;
    }
    .column3 {
        flex-wrap: wrap;
    }
    .m-flash {
        width: 100%;
    }
    .d-flex {
        display: flex;
        justify-content: space-between;
    }
    .columnList {
        margin-bottom: 20px;
    }
    .column3 .columnList,
    .d-flex .d-flexList {
        margin-left: 0;
        width: 49%;
    }
}

@media (max-width: 930px) {
    .column {
        width: 95%;
    }
    .d-flex {
        display: block;
    }

    .m-flash,
    .d-flex .columnList,
    .column3 .columnList {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 600px) {
    .m-flash,
    .d-flex .columnList {
        width: 100%;
        height: auto;
    }
	.m-flash .owl-item img{
		max-height:auto!important;
		min-height:auto!important;
	}
}
