.yin_xin_title {
	width: 705px;
	height: 76px;
	background: url(../images/yin/bg3.png) no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yin_xin_title p {
	width: 242px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: url(../images/yin/yin_xin_title.png) no-repeat;
}


.cheng_bg{
	width: 705px;
	height: 494px;
	background: url(../images/cheng/cheng_bg.png) no-repeat;
	margin: 0 auto;
	padding: 20px 10px 20px 26px;
}

.kuang_nei {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-right: 20px;
}

.kuang_nei::-webkit-scrollbar{
	/*整个滚动条*/
	border-radius: 10px;
	width: 20px;
	height: 20px;
}

.kuang_nei::-webkit-scrollbar-track{
	/*滚动条的滚动区域（轨道）*/
	border-radius: 20px;
}

.kuang_nei::-webkit-scrollbar-thumb{
	/*滚动条的可拖拽部分（滑块）*/
	background-image: linear-gradient(#3fe0ff, #327bff);
	border-radius: 10px;
}


.fuwufft{
	border-left: 10px solid #00f0ff;
	font-weight: bold;
	color: #00f0ff;
	padding-left: 20px;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.fuwufff a{
	color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 36px;
}

.fuwufff a .fuwufffl{
	    width: 468px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cheng_shim {
	width: 705px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cheng_shim a {
    width: 340px;
    background-color: #0132ad;
    margin-bottom: 37px;
    border: 1px solid #6c82c7;
}

.cheng_shim img {
    display: block;
    width: 340px;
    height: 198px;
}

.cheng_shim p {
	width: 340px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
   padding: 0px 30px;
}

.cheng_fan{
	display: inline-block;
	height: 70px;
	text-align: center;
	line-height: 70px;
	width: 100px;
	color: #fff;
	font-size: 22px;
	background-color: #0132ad;
	margin-bottom: 60px;
	border-radius: 20px;
}

.cheng_mt{
	margin-top: 50px;
}
