a{
	color: #000000;
	text-decoration: none;
}
/*设计师详情页*/
#sjsxq_Content{
	width: 100%;
	margin-top: 4rem;
}

#sjsxq_Content .stxqc_top{
	color: #fff;
	height: 20rem;
	background: url(/static/phome/img/xqy/sjsxq_topbj.jpg) no-repeat;
    background-size: auto auto;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}
#sjsxq_Content .stxqc_top .headpic {
    width: 7rem;
    height: 7rem;
    margin: 1rem auto 0;
    border-radius: 50%;
    /* overflow: hidden;/ */
}
#sjsxq_Content .stxqc_top .headpic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f5f5f5;
}
#sjsxq_Content .stxqc_top p{
	width: 90%;
	/* padding: 0 5%; */
}
#sjsxq_Content .stxqc_top .name {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
}
#sjsxq_Content .stxqc_top .zhiwei {
    font-size: 1.2rem;
    line-height: 2rem;
    width: 100%;
    text-align: center;
}
#sjsxq_Content .stxqc_top .linian {
    margin-top:0.5rem;
    font-size: 1.2rem;
    line-height: 2rem;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    width: 100%;
    text-align: center;
}
#sjsxq_Content .stxqc_top .btn {
    font-size: 1.2rem;
    display: block;
    margin: 0 auto;
    width: 7.5rem;
    height: 2.5rem;
    /* line-height: 2.5rem; */
    border: 1px solid #e60122;
    color: #e60122;
    margin-top: 0.5rem;
}

/*下*/
#sjsxq_Content .stxqc_xia{
	background: #fff;
	position: relative;
}
.stxqc_xia .stxqc_xdh{
	top: 0;
	width: 100%;
	box-shadow: 0 1px 5px #dedede;
	height: 4rem;
	line-height: 4rem;
	background: #fff;
	font-size: 1.2rem;
}
.stxqc_xia .stxqc_xdh a.active{
	border-bottom: 1px solid #e60122;
}
.stxqc_xia .stxqc_xdh .stxqc_xdh_a {
	display: inline-block;
	text-align: center;
    height: 4rem;
    border-bottom: 1px solid #fff;
    border-bottom-color: rgb(255, 255, 255);
    width: 10rem;
    box-sizing: border-box;
}

.stxqc_xia .stxqc_xia_box{
	display: none;
}

/*第一个盒子*/
.xList_item{
	width: 49%;
	float: left;
	margin-right: 2%;
}
.xList_item:nth-child(2n){
	margin-right: 0%;
}

.clear{
	 clear:both;
}
.xList_item .xList_it_lazy{
	width: 100%;
	height: 16rem;
}
.xList_item .xList_it_lazy img{
	width: 100%;
	height: 100%;
}
.xList_item .info{
	padding: 0.5rem 0.5rem 0.5rem;
}
.xList_item p {
    line-height: 2rem;
}
.xList_item .info .name {
    font-size: 1.3rem;
}
.xList_item .info .tag {
    font-size: 1.0rem;
}
.xList_item .info .tag a {
    vertical-align: middle;
    font-size: 1.1rem;
    color: #666;
}
.xList_item .info .tag font {
    margin: 0 0.3rem;
	color: #d6d6d6;
	height: 0.18rem;
	vertical-align: middle;
}

/*分页*/
#sjsxq_Content .stxqc_page{
	width: 100%;
	margin: 0 auto;
	height: 3rem;
	line-height: 3rem;
}
.stxqc_a_box{
	width: 100%;
	float: left;
	text-align: center;
}
#sjsxq_Content .stxqc_page a.stxqc_page_show{
	float: right;
	margin-right: 1rem;
}

.stxqc_a_box ul.pagination{
	display: inline-block;
}
.stxqc_a_box ul.pagination li{
	float: left;
	min-width: 1.5rem;
	 display: inline;
	 text-align: center;
}
.stxqc_a_box ul.pagination li a{
	color: #000000;
}

.stxqc_a_box ul.pagination li.active {
	color: red;
}




/*第二个盒子*/
.stxqc_xia_box .stxqc_infoList{
	width: 96%;
	padding: 0 2%;
}

.stxqc_xia_box .stxqc_infoList dl dt{
	font-size: 1.3rem;
	line-height: 2rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid #e3e3e3;
}

.stxqc_xia_box .stxqc_infoList dl dd {
    padding: 0.5rem 0;
    line-height: 2rem;
	font-size: 1.1rem;
}

.stxqc_xia_box .stxqc_infoList dl dd p .color_red{
	color: #e60122;
}

.stxqc_xia_box .stxqc_infoList dl dd p.huojiang{
	text-indent:4em
}






















<!--耗时1784898306.4717秒-->