.conbox{
	background: #f2f7fb;
	padding: 0;
}
.conbox .con{
	position: relative;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.con .Title{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 25px 0 10px 0;
}
.con .Title a{
	color: #000000;
	margin: 0 5px;
}
.introduce{
	display: table;
	width: 961px;
	padding-top: 15px;
	margin-bottom: 25px;
}
.introduce .bt{
	margin: 0 50px 15px 20px;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
}
.introduce .bt a{
	background: #ffb520;
	color: #FFFFFF;
	padding: 3px 12px;
	margin-right: 5px;
	font-size: 14px;
}
.introduce .bt b{
	font-size: 18px;
	font-weight: bold;
	color: #ffb520;
	margin: 0 5px;
}
    .introduce .box .box-a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #FFFFFF;
        padding: 20px 50px 20px 20px;
        padding-bottom: 30px;
        margin-bottom: 15px;
        border-bottom: 1px solid #f2f7fb;
        min-height: 218px;
    }
        .introduce .box .box-a:last-child {
            border-bottom: 0;
        }
.introduce .box a h2{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
    .introduce .box a p {
        word-wrap: break-word;
        font-size: 15px;
        margin-bottom: 15px;
        width: 100%;
 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.introduce .box a img{
	width: 312px;
	height: 175px;
}
    .introduce .box a div {
        width: 62%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }
.introduce .box a div b:nth-child(2){
	font-size: 15px;
	opacity: 0.5;
	padding-right: 25px;
	margin-right: 15px;
	border-right:1px solid #666666 ;
        line-height:25px;
        font-weight: normal;

}
        .introduce .box a div b:nth-child(3) {
            font-size: 15px;
            opacity: 0.5;
            /* background: #ffb520; */
            /* color: #FFFFFF; */
            padding: 3px 12px;
            line-height: 20px;
            font-weight: normal;

        }
.recommend{
	width: 225px;
}
.recommend div{
	background: #FFFFFF;
}
.recommend img{
	width: 100%;
}
.recommend-top{
	border-bottom: 25px solid #f2f7fb;
}
.recommend .bt{
	font-size: 18px;
	font-weight: 600;
	padding: 15px 15px;
	border-bottom: 1px solid #d2d6d9;
}
.recommend-top div{
	width: 80%;
	margin: 10px auto 25px auto;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
.recommend-top a{
	color: #666666;
	margin-top: 5px;
	font-size: 15px;
	
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.recommend-anli{
	border-bottom: 25px solid #f2f7fb;
}
.recommend-anli div{
	width: 80%;
	margin: 25px auto;
}
.recommend-anli p{
	word-wrap:break-word;
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	
}
.recommend-bq{
	border-bottom: 25px solid #f2f7fb;
}
.recommend-bq div{
	width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-around;
}
.recommend-bq a{
	color: #000000;
	text-align: center;
	border: 1px solid  #d2d6d9;
	border-radius: 5px;
	padding: 5px 0;
	width: 45%;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
}