/* case */
.case {
	margin: 20px 0 80px;
}

.case .person {
	/*width: 370px;*/
	/*height: 370px;*/
	width: 100%;
	max-height: 480px;
	object-fit: cover;
	float: right;
}

.ml60 {
	margin-left: 60px;
}
.case .name{
    line-height: 30px;
}
.case .name>.mc {
	font-size: 36px;
	font-weight: 400;
	color: #1A2F6A;
}


.case .name>zy {
	font-size: 22px;
	font-weight: 300;
	color: #1A2F6A;
	line-height: 44px;
}

.case .line {
	width: 100%;
	height: 12px;
	background: #1A2F6A;
	margin-top: 29px;
}

.case .xueli {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A2F6A;
	line-height: 32px;
	margin-top: 28px;
	margin-bottom: 28px;
	/* color: #fff; */
}

.case .laili {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 32px;
	margin-top: 28px;
	margin-bottom: 28px;
}

.case .tag>.tag-item {
	height: 28px;
	padding: 5px 10px;
	background: #1A2F6A;
	border-radius: 14px;
	font-size: 14px;
	color: #fff;
	margin-right: 3px;
}

.case .btn {
	width: 240px;
	height: 48px;
	background: #FFFFFF;
	border: 3px solid #416EAC;
	border-radius: 4px;
	font-size: 18px;
	color: #416EAC;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 48px;
	margin-bottom: 48px;
	cursor: pointer;
}

.ad {
	margin-top: 80px;
	margin-bottom: 67px;
}

.ad .block {
	width: 100%;
	height: 170px;
	position: relative;
	box-shadow: 0 0 #5fa4fd;
	box-shadow: 10px 10px 1px rgb(95, 164, 253, 0.5);
	background: #416EAC;
}

.ad .block {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 40px 30px;
	box-sizing: border-box;
}

.ad .block .big {
	font-size: 100px;
	color: #fff;
}

.ad .block .txt {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 44px;
}

/* section */
.section>.layui-container>.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 67px 0;
}

.section>.layui-container>.title span {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A2F6A;
	line-height: 44px;
}

.section>.layui-container>.title a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A2F6A;
	line-height: 44px;
}

.section article .list .pic{
	/*width: 480px;*/
	/*height: 360px;*/
	width: 100%;
	background: #1A2F6A;
}

.section article .list .tag .icon1{
	width: 80px;
	height: 30px;
}
.section article .list .tag .icon2{
	width: 30px;
	height: 30px;
	margin-left: 16px;
}
.section article .list .info{
	margin-top: 41px;
	margin-bottom: 41px;
}
.section article .list .info .icon{
	width: 18px;
	height: 18px;
	margin-right: 14px;
}
.section article .list .info span{
	margin-right: 14px;
}
.section article .list .title{
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 44px;
	 word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1; /* 这里是超出几行省略 */
    overflow: hidden;
}
.section article .list .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	margin-top: 40px;
	 word-break: break-all;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp:2; /* 这里是超出几行省略 */

    overflow: hidden;
}
.section article .list  .layui-row{
	margin-bottom: 60px;
}

.edge-block{
    display: inline-block;
    padding: 5px 8px;
    background: #1A2F6A;
    font-size: 12px;
    color: #fff;
}

.crumbs{
    margin: 20px 0 40px;
}
.crumbs a{
   display: inline-block;
   margin-right: 10px;
}
.crumbs span{
   display: inline-block;
   margin: 10px;
}
.layui-breadcrumb a:hover{
    color: #3b5998!important;
}
/* ////////////////////////////////// */


@media screen and (max-width: 767.98px) {
    .crumbs{
        margin: 10px 0 10px;
    }
    .btn{
		height: 32px;
		margin-left: 15px;
		margin-right: 15px;
		border: 2px solid #416EAC;
		color: #416EAC;
		line-height:32px;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.layui-container {
		width: 100%;
	}
	
	.ml60{
		margin-left: 0;
	}
	.ml60.bg{
	    background-image: url(/static/douhao.png);
        background-size: 35px;
        background-repeat: no-repeat;
        background-position: 100% 100%;
	}
	.mt60{
		/* margin-top: 60px; */
		margin-left: 16px;
	}
	.section article .list .pic{
		width: 100%;
		height: 229px;
	}
	.case .btn{
		margin:48px auto;
		margin-bottom: 0px;
		width: 100%;
	}
	.case .person-box{
		/* text-align: center; */
	}
	.case .person{
		float: none;
		width: 120px;
		height: 120px;
		margin: 20px 0;
		/* box-shadow: 10px 10px 1px rgb(95 164 253 / 50%); */
		
	}
	.case{
		margin: 30px 0 0;
		background: #416EAD;
		color: #fff;
		margin-top: 0;
	}
	.case .name>.mc{
		font-size: 18px;
		color: #fff;
	}
	.case .xueli,.case .laili{
		font-size: 11px;
		color: #fff;
	}
	.case .name{
		text-align: left;
		padding-left: 20px;
		margin-top: 15px;
	}
	.ad .block{
		display: block;
		padding: 22px;
	}
	.ad .block .big{
		font-size: 30px;
		display: block;
	}
	.ad .block .txt{
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 22px;
		text-align: center;
		display: block;
	}
	.ad .block .big:last-child{
		float: right;
	}
	.section article .list .pic{
		width: 100%;
		height: auto!important;
		max-height: 180px;
		background: #1A2F6A;
	}
	.section article .list .info{
		margin-top: 0%;
		margin-bottom: 0;
	}
	.section article .list .info .icon{
		width: 9px;
		height: 9px;
		margin-right: 2px;
		vertical-align: baseline;
	}
	.section article .list .title{
		font-size: 14px;
		color: #333333;
		line-height: 43px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.section article .list .info span{
		font-size: 10px;
	}
	.section article .list .des{
		margin-top: 0;
		font-size: 11px;
		color: #999999;
		line-height: 18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.section article .list .layui-row{
		margin-bottom: 20px;
	}
	.section>.layui-container>.title span{
		font-size: 18px;
	}
	.section>.layui-container>.title a{
		font-size: 11px;
	}
	.section>.layui-container>.title{
		margin: 20px 0;
	}
	
}

@media screen and (min-width: 992px) {

	/* .service .layout .form{
					margin: 3% 0;
				} */
	.service .layout .form .txt {
		margin-bottom: 8px;
	}

}
@media screen and (max-width: 1200px) {
	
	.section article .list .pic{
		width: 100%;
		height: 229px;
	}
	

}
@media screen and (min-width: 1200px) {
	



	.service .layout .form .txt {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1439.98px) {
	.section article .list .pic{
		width: 100%;
		height: auto;
	}
	
}
@media screen and (min-width: 1440px) {
	.layui-container {
		/*width: 1440px;*/
	}
}