.substance {
    width: 1220px;
    overflow: hidden;
    margin: -50px auto 0 auto;
    padding: 0;
	margin-bottom: 60px;
}
.substance .container-newest{
	
}
.substance .container-zxdtbox{
	width: 100%;
}
.substance .container-zxdtbox .swiper-container{
	/* padding: 0 10px 20px 10px; */
	padding: 15px 10px 10px 10px;
}
.container-zxdtbox .swiper-slide .wrap {
	cursor: pointer;
/* 	border: 1px solid #ececec; */
	padding: 13px 10px;
	position: relative;
   /* box-shadow: 1px 4px 10px 2px rgba(0,0,0,0.05); */
   box-shadow: -5px 0px 14px 4px rgb(0 0 0 / 4%);
}

.container-zxdtbox .wrap p {
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	font-size: 20px;
	color: #666666;
	font-weight: 700;
	text-align: center;
}

.container-zxdtbox .swiper-slide.active .wrap {
	background: #1B79F8;
	box-shadow: 1px 4px 10px 2px rgba(1,103,255,0.25);
	border: 1px solid #1B79F8;
}

.container-zxdtbox .swiper-slide.active p {
	color: #fff !important;
}

.container-newest .ssxwitem-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	
}

.container-newest .ssxwitem-wrap .ssxwitem {
	/* width: calc(100% - 20px); */
	height: 630px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	margin: 5px 0;
}
.container-newest .ssxwitem-wrap .ssxwitem .messagebox{
	width: 100%;
	/* height: 189px; */
	display: flex;
	margin-bottom: 20px;
}
  
.ssxwitem .messagebox .cardinfo{
	width: calc(100% / 3 - 20px);
	height: 189px;
	margin: 0 10px;
	display: flex;
	align-items: center;
	text-align: center;
	/* border: 1px solid #dcdee0; */
}
.ssxwitem .messagebox .cardinfo-one{
	display: flex;
	height: 189px;
	margin: 0 0 0 10px;
	width: calc(100% / 2 + 373px);
	border: 1px solid #dcdee0;
	align-items: center;
	text-align: center;
}
.ssxwitem .messagebox .mesnews{
	margin: 0 10px 0 0;
	border: 1px solid #dcdee0;
	border-left: none;
	padding: 20px 30px;
}
.ssxwitem .messagebox .mesnews>div{
	width: 100%;
	height: 100%;
	
	
}
.ssxwitem .messagebox .mesnews h2{
	font-size: 22px;
	color: #1f1f1f;
	font-weight: 700;
	line-height: 26px;
}
.ssxwitem .messagebox .mesnews span{
	display: block;
	text-align: center;
	width: 74px;
	background: #ececec;
	line-height: 26px;
	margin-left: 6px;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}
.ssxwitem .messagebox .mesnews p{
	margin-top: 16px;
	font-size: 15px;
	color: #1f1f1f;
	line-height: 26px;
	font-weight: 400;
	height: 78px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ssxwitem .messagebox  .iconimg{
	width: 100%;
	
}
.ssxwitem .messagebox .iconimg img{
	
}
.ssxwitem .messagebox .cardinfo .iconimg img{
	width: 100%;
}
/* 了解更多弹窗样式开始 */
.ljgd {
    width: 100%;
    height: 35px;
    text-align: right;
    position: absolute;
    bottom: 0px;
}

    .ljgd > div {
        width: 126px;
        height: 35px;
        line-height: 35px;
        background: #1B79F8;
        color: #fff;
        border-radius: 18px;
        text-align: center;
        float: right;
    }

.ljgdAll {
    width: 80%;
    margin: 0 auto;
    margin-top: 65px;
}

    .ljgdAll > form {
        width: 100%;
        height: 100%;
    }

    .ljgdAll .listinput {
        width: calc(50% - 20px);
        margin: 10px 10px 0 10px;
        border: 1px solid #E4E4E4 !important;
        display: flex;
    }

    .ljgdAll .pull-left {
        float: left !important;
    }

    .ljgdAll .pull-right {
        float: right !important;
    }

    .ljgdAll .listinput label {
        width: 115px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        color: #393939;
        position: relative;
    }

        .ljgdAll .listinput label .required {
            color: red;
            width: 15px;
            height: 100%;
            display: flex;
            align-items: center;
            position: absolute;
            left: 5px;
            justify-content: center;
        }

    .ljgdAll .listinput input {
        width: calc(100% - 115px);
        padding-left: 14px;
        height: 50px;
        color: #393939;
        font-size: 14px;
        border-style: none;
        font-weight: 100;
    }

    .ljgdAll .lastInput {
        margin-bottom: 10px;
    }

    .ljgdAll .word {
        width: calc(100% - 20px);
        float: left;
        padding: 10px 20px;
        border: 1px solid #E4E4E4 !important;
        display: flex;
        margin: 0px 10px 20px;
    }

        .ljgdAll .word label {
            width: 100px;
            align-items: center;
            color: #393939;
        }

        .ljgdAll .word textarea {
            font-size: 14px;
            width: calc(100% - 100px);
            height: 150px;
            color: #393939;
            vertical-align: top;
            border-style: none;
            font-weight: 100;
            padding-left: 10px;
        }

    .ljgdAll form .btn {
        display: block;
        border: none;
        font-size: 18px;
        line-height: 51px;
        width: 231px;
        height: 51px;
        color: white;
        background-color: #1B79F8;
        margin: 0px auto;
        /*margin-top: 100px;
        margin-bottom: 100px;*/
        margin-bottom: 50px;
        cursor: pointer;
        outline: none;
    }

.layui-layer-dialog {
    height: auto !important;
}

    .layui-layer-dialog #okBtn {
        height: 70px !important;
        line-height: 70px !important;
        text-align: center !important;
        padding: 0 !important;
    }

.layui-layer-btn-c {
    text-align: center !important;
    width: 100% !important;
    padding: 12px 15px 30px 15px !important;
}

.layui-layer-btn0 {
    border-color: #1B79F8 !important;
    background-color: #1B79F8 !important;
    color: #fff !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border-radius: 5px !important;
}
/* 了解更多弹窗样式结束 */

/*手机端css样式*/
@media screen and (max-width: 1360px) {
    
.substance{
	width: 100%;
}
       


   

  

    /* 了解更多弹窗样式开始 */
    .ljxqTableAll {
        max-width: 90% !important;
        left: 5% !important;
        height: 80% !important;
        top: 10% !important;
    }

    #ljxqTable {
        height: calc( 100% - 42px) !important;
        margin: auto 0;
    }

    .ljgdAll {
        margin-top: 5px !important;
    }

        .ljgdAll .listinput {
            width: calc(100% - 20px) !important;
        }

    .ljgdAll {
        width: 100% !important;
    }

        .ljgdAll .listinput input {
            padding: 0px 5px 0 14px !important;
            height: 40px !important;
        }

        .ljgdAll .word textarea {
            height: 90px !important;
        }

        .ljgdAll .word {
            padding: 10px 5px 10px 20px;
        }

            .ljgdAll .word textarea {
                resize: none;
            }

        .ljgdAll form .btn {
            margin-bottom: 20px !important;
            width: 55% !important;
            min-width: 200px !important;
        }
    /* 了解更多弹窗样式结束 */
}
@media screen and (max-width: 680px) {
	.mian-title h3 {
		line-height: 30px;
		font-size: 17px;
		padding-bottom: 10px;
	}
	.mian-title .addtext{
		line-height: 22px;
		    font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	
	
	.container-newest .ssxwitem-wrap .ssxwitem .messagebox{
		display: block;
		padding: 0 10px;
	}
	.ssxwitem .messagebox .cardinfo-one{
		width: 100%;
		margin: 0 0 10px 0;
		height: 189px;
	}
	.ssxwitem .messagebox .cardinfo{
		width: 100%;
		margin: 0;
	}
	.ssxwitem .messagebox .mesnews{
		width: 100%;
		margin: 0;
		border-left: 1px solid #dcdee0;
	}
	.container-newest .ssxwitem-wrap .ssxwitem .messagebox:nth-child(1){
		height: 378px;
	}
}