a{
    text-decoration: none;
    list-style: none;
}
a:hover{
    text-decoration: none;
    list-style: none;
}
.xqye-box{
    /* background-color: #fff; */
   
    box-sizing: border-box;
    width: 1400px;
    margin: 0 auto;
    margin-top: 70px;
}
.xqye-box h1.biaoti{
    font-size: 28px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    text-align: center;
    line-height: 28px;
}

.xqye-box .fenx{
    overflow: hidden;
    margin-top: 50px;
}
.xqye-box .fenx .fenx_left{
    float: left;
}
.xqye-box .fenx .fenx_left .diyik{
    float: left;
    margin-right: 40px;
}
.xqye-box .fenx .fenx_left .diyik span{
    font-size:14px;
font-weight:400;
color:rgba(153,153,153,1);
}
.xqye-box .fenx .fenx_right{
    float: right;
    font-size:14px;
font-weight:400;
}
.xqye-box .line{
    width:100%;
height:1px;
background:rgba(237,237,237,1);
margin-top: 20px;
margin-bottom: 40px;
}
.xqye-box .neirong{
    font-size:16px;
font-weight:400;
color:rgba(153,153,153,1);
line-height:32px;
/* text-indent: 2em; */
}
.xqye-box .neirong img{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 50%;
    height: auto;

}
.xqye-box .fenye{
    overflow: hidden;
    margin-bottom: 50px;
}
.xqye-box .fenye a{
    font-size:16px;
font-weight:400;
color:rgba(153,153,153,1);
line-height:32px
}
.xqye-box .fenye a.syp{
    float: left;
}
.xqye-box .fenye a.xyp{
    float: right;
}
.xqye-box .fenye a:hover{
    color:#125DF1;
}


@media screen and (max-width:1500px){
	
	.xqye-box {
		/* background-color: #fff; */
		box-sizing: border-box;
		width: 1200px;
		margin: 0 auto;
		margin-top: 70px;
	}
}

@media screen and (max-width:1465px){
    .xqye-box{width:1200px;}
}

@media screen and (max-width:1230px){
    .xqye-box{width:1000px;}
}

@media screen and (max-width:768px){
    .xqye-box {
        /* background-color: #fff; */
        box-sizing: border-box;
        width: 96%;
        margin: 0 auto;
        margin-top: 30px;
        
    }
    .xqye-box h1.biaoti {
        font-size: 18px;
        font-weight: 400;
        color: rgba(51,51,51,1);
        text-align: center;
        line-height: 28px;
        overflow:hidden; 

text-overflow:ellipsis;

display:-webkit-box; 

-webkit-box-orient:vertical;

-webkit-line-clamp:2
    }
    .xqye-box .fenx {
        overflow: hidden;
        margin-top: 25px;
    }
    .xqye-box .fenx .fenx_left {
        float: left;
        width: 100%;
    }
    .xqye-box .fenx .fenx_right {
        float: left;
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        margin-top: 5px;
    }
    .xqye-box .line {
        width: 100%;
        height: 1px;
        background: rgba(237,237,237,1);
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .xqye-box .neirong {
        font-size: 13px;
        font-weight: 400;
        color: rgba(153,153,153,1);
        line-height: 27px;
        /* text-indent: 2em; */
    }
    .xqye-box .neirong img {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 80%;
        height: auto;
    }
    .xqye-box .fenye a {
        font-size: 14px;
        font-weight: 400;
        color: rgba(153,153,153,1);
        line-height: 28px;
        width: 100%;
    }
}