.spe_pink{
    color: #FD6A7E;
}

.baike_class{
	width: 100%;
	margin-bottom: 60px;
	float: left;
}
/* baike_list */
.baike_list{
	width:100%;
	float:left;
}
.baike_list .baike_line{
    border: 1px solid #EAEAEA;
    height: 44px;
    line-height: 42px;
    background-color: #F7F7F7;
	color: #000;
	font-size: 20px;
	width: 100%;
	float: left;
	text-align: center;
}

.baike_list .buwei{
	width: 175px;
	margin-right: 15px;
	float: left;
}

.baike_list .xiangmu{
	width: 113px;
    margin-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
	margin-left:20px;
}

.baike_list .fangfa{
	    width: 805px;
		float: left;
}

.baike_list .xmlist .xmyiji{
    width: 220px;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.baike_list .xmlist .xmyiji span{
	width:100%;
	float:left;
}
.baike_list .erji_name{
    width: 113px;
    margin-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color: #FD6A7E;
	float: left;
}
.baike_list .sanji_name{
    width: 805px;
	float: left;
}
.baike_list .xmlist{
    margin-bottom: 20px;
    border: 1px solid #EAEAEA;
	width: 100%;
	position: relative;
	float: left;
}
.baike_list .xmlist:last-child{
    margin-bottom: 0;
}
.baike_list .xmlist .xmyiji{
    left: 0;
}
.baike_list .xmlist .xmyiji .title{
    font-size: 25px;
    line-height: 35px;
	color: #000;
	width: 100%;
	float: left;
}
.baike_list .xmlist .xmyiji img{
    margin-bottom: 15px;
	display: inline-block;
}
.baike_list .xmlist .xmerji{
    width: 965px;
    min-height: 120px;
    border-left: 1px solid #EAEAEA;
	font-size: 16px;
	line-height: 32px;
	float: right;
}
.baike_list .xmlist .xmerji .erji_list{
    padding: 8px 15px;
    border-bottom: 1px solid #EAEAEA;
	width: 100%;
	float:left;
}

.baike_list .xmlist .xmerji .erji_list:last-child{
    border-bottom: 0;
}
.baike_list .xmlist .xmerji .sanji_name a{
    width: 20%;
    padding-right: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
}

/* special_other 
.other_rele{
	line-height: 40px;
	width: 100%;
	float: left;
}
.other_rele .rele_list{
    padding: 14px 0 10px;
    border-bottom: 1px solid #EAEAEA;
	width: 100%;
	float: left;
}
.other_rele .rele_list:last-child{
    border-bottom: 0;
}
.other_rele .rele_list .rele_title{
    font-size: 23px;
    width: 136px;
	color: #000;
	float: left;
}
.other_rele .rele_list .rele_right{
    width: 1040px;
	font-size: 16px;
	float: left;
}
.other_rele .rele_list .rele_right a{
    width: 20%;
    padding-right: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
}

*/
.slide-btn {
    width: 75px;
    background: #fff;
    left: 50%;
    bottom: 60px;
    z-index: 99;
    margin-left: -720px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #C5C5C5;
    display: none;
	position: fixed;
    text-align: center;
}
@media screen and (max-width: 1400px){
    .slide-btn {
        left: 5px;
        margin-left: 0;
    }
}

.slide-btn ul li {
    list-style: none;
    width: 100%;
    height: 30px;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.slide-btn ul li:hover {
    color: #FD6A7E;
}

.slide-btn ul li.active {
    background: #FD6A7E;
    color: #fff;
}

