.btn_div1 .btn11{
    background: #a233c6 ;
}
.btn_div2 .btn11{
    background: #67C23A 

}
.btn_div3 .btn11{
    background: #E6A23C ;

}
.btn_div4  .btn11{
    background: #ff5722 ;
}
.btn_div5  .btn11{
    background: #3533c6 ;
}
.btn_div6  .btn11{
    background: #bb595d ;
}
.divaaa{
    text-align: center;
}



@media (min-width:200px) and (max-width: 899px) { 
    .divaaa{
    text-align: center;
}
.btn_div1{
    padding: 5px !important;
}
    .btn11 {
        font-size: 10px !important;
        line-height: 10px !important;

    }
 }

 .guanggao3img {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
}

body {
    font-family: '微软雅黑' !important;

}

.show-content-img span {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: '微软雅黑' !important;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1.2px;
}

.show-content-img {
    font-family: '微软雅黑' !important;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1.2px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.show-content-img p {
    margin-top: 10px;
}

.tags {
    color: #999;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 30px;
}

.btn_div1 {
    padding: 10px;
    text-align: center;
    display: inline-block;
 
}

.btn11 {
    /* width: 190px; */
    /* height: 50px; */
    padding: 7px;
    /* background-color: #1E9FFF; */
    color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rbga(0, 0, 0, 0.6);
    border: none;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;

}

.btn11:hover {
    background-color: #1e9fff;
}

.btn11:active {
    background-color: #16b777;
}

		.tuijian_main{
			width: 100%;
			overflow: hidden;
		}


        
	.tuijian_box {
		background-color: #fff;
		width: 100%;
		box-shadow: 0px 3px 15px rgba(204, 204, 204, 0.4);
		border-radius: 5px;
	}

	.tuijian_icon {
		background: #39b54a;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		display: inline-block;
		position: relative;
		top: -2px;
		margin-right: 5px;
	}

	.tuijian_title {
		color: #333;
		font-size: 20px;
		font-weight: bold;
		padding: 10px;
		padding-left: 20px;
		margin-top: 10px;
	}


	.tuijian_list {
		width: calc(100%/4 - 5px);
		display: inline-block;
		/* background-color: #999; */
		padding-bottom: 10px;
	}

	.tuijian_listb {
		width: calc(100% - 10px);
		margin: 5px;
		text-align: center;
		cursor: pointer;
	}

	.tuijian_listb:hover {
		transform: scale(1.05);
		transition: 0.5s;
	}

	.tuijian_listb:hover .xq_img {
		box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
	}

	.tuijian_title2 {
		width: calc(100% - 30px);
		white-space: nowrap;
		overflow: hidden;
		padding-left: 15px;
		padding-right: 15px;
		text-overflow: ellipsis;
	}

    .xq_div0 {
        display: flex;
        margin: 0 !important;
    }

    .xq_div1 {
        flex: 1;
        margin: 0 !important;
    }

    .xq_div2 {
        border-radius: 5px;
        margin: 0 !important;
        padding: 5px;
        position: relative;
    }

    .xq_img {
        width: 100%;
    }

    .xq_title {
        /* margin: 10px 0 0 0  !important */
        margin: 0 !important;
        height: 36px;
        /* background-color: rgba(0, 0, 0, 0.6); */
        color: #fff;
        line-height: 36px;
        position: absolute;
        bottom: 0px;
        left: 5px;
        width: calc(100% - 15px);
        padding-left: 5px;

        cursor: pointer;


        white-space: nowrap;
        /* 禁止文本换行 */
        overflow: hidden;
        /* 隐藏超出范围的内容 */
        text-overflow: ellipsis;
        /* 使用省略号 */


    }

    .xq_title:hover {
        color: #f1f1f1;
    }

    .xq_title:active {
        color: #f1f1f1;
    }


@media (min-width:200px) and (max-width: 1000px) {
.img_box {
display: none
}

.img_boxb{
display: block;
}

.tuijian_list {
width: calc(100%/2 - 5px);
}
.tuijian_main{
display: none;
}
}

