/*左侧内容*/
#leftContent
{background:#fff; border-radius:8px; padding:20px; margin-bottom:20px;}
#leftContent .title
{font-size:24px; color: rgb(26, 26, 26); font-weight:600;}
#leftContent .title::before
{width:36px; height:36px; overflow: hidden; display: inline-block; transform: translateY(8px); margin-right:10px;
 content:'\95ee'; background-color:rgb(230, 1, 70);
 color:#fff; line-height:36px; text-align:center;}
 
#leftContent .other
{font-size:14px; color: rgba(26, 26, 26,.6); padding:20px 0px;}
#leftContent .content
{font-size:16px; color:#666; line-height:180%;}
#leftContent .content a{color:rgb(230, 1, 70);}
#leftContent .content img{max-width:100%;}
#leftContent .content ul,#leftContent .content ol{list-style: none;}

#leftContent .preNext {display: flex; font-size:14px; color: rgb(26, 26, 26); margin-top:20px;}
#leftContent .preNext .one {width:50%; margin-right:20px;}
#leftContent .preNext .one:last-child {margin-right:0px;}
#leftContent .preNext .one a{color:rgb(230, 1, 70);}

/*左侧相关问题*/
#leftXgwt
{background:#fff; border-radius:8px; padding:20px; margin-bottom:20px;}
#leftXgwt .sortName
{font-size:18px; font-weight:500; color:rgb(26, 26, 26); display: flex; align-items:center; padding-bottom:10px;
 border-bottom:1px dashed #EFEFEF;}
#leftXgwt .list
{display: flex;}
#leftXgwt .list .item {margin-right:20px;width:33.33%;}
#leftXgwt .list .item:last-child{margin-right:0px;}
#leftXgwt .list .item .title
{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
 font-size:16px; line-height:20px; padding-top:10px; padding-bottom:5px;font-weight:normal;}
#leftXgwt .list .item .title a{color:#232323;}
#leftXgwt .list .item .title a:hover{color:rgb(230, 1, 70); text-decoration: none;}
#leftXgwt .list .item .des
{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
 font-size:14px; color:rgba(26, 26, 26, .8); line-height:26px;}
#leftXgwt .list .item .other
{padding-top:10px; color:rgba(26, 26, 26, .6); font-size:12px;}

/*右侧热门问题*/
#rightTmwt
{width: 300px; height: auto; overflow: hidden; margin-bottom:20px; padding:15px; padding-bottom:0px; box-sizing: border-box;
 border-radius:8px; background-color:#fff;}
#rightTmwt .sortName
{font-size:16px; font-weight:500; color:rgb(26, 26, 26); display: flex; align-items:center;}
#rightTmwt .sortName::before
{width:3px; height:16px; overflow: hidden; border-radius:3px; margin-right:10px; display: block;
 content:''; background-color:rgb(230, 1, 70);}
#rightTmwt .list
{width:270px; height: auto; overflow: hidden; padding-bottom:15px;}
#rightTmwt .list .item
{width:270px; height: auto; overflow: hidden; padding-left:10px; box-sizing: border-box; margin-top:15px;
 line-height:20px; font-size:14px;font-weight:normal;
 background: url(Tpl/Images/sjxwzb.png) 0px 5px no-repeat;}
#rightTmwt .list .item a{color:#232323;}
#rightTmwt .list .item a:hover{color:rgb(230, 1, 70); text-decoration: none;}

/*右侧随便看看*/
#rightXbkk
{width: 300px; height: auto; overflow: hidden; margin-bottom:20px; padding:15px; padding-bottom:0px; box-sizing: border-box;
 border-radius:8px; background-color:#fff;}
#rightXbkk .sortName
{font-size:16px; font-weight:500; color:rgb(26, 26, 26); display: flex; align-items:center;}
#rightXbkk .sortName::before
{width:3px; height:16px; overflow: hidden; border-radius:3px; margin-right:10px; display: block;
 content:''; background-color:rgb(230, 1, 70);}
 
#rightXbkk .list
{width:270px; height: auto; overflow: hidden;}

#rightXbkk .list .item
{width:270px; height:62px; overflow: hidden; padding:15px 0px; position: relative; display: flex;
 border-bottom:1px dashed #EFEFEF;}
#rightXbkk .list .item:last-child{border-bottom:none;}
 
#rightXbkk .list .item .picture
{width:100px; height:62px; overflow: hidden; border-radius:5px; position: relative;}
#rightXbkk .list .item .picture .pic
{width:100%; height:100%; overflow: hidden; display: block;
 background-repeat: no-repeat; background-position: center center; background-size: cover;
 transition:all 500ms;}
#rightXbkk .list .item:hover .picture .pic{transform: scale(1.05);}
#rightXbkk .list .item .picture .pic img {width:100%; height:100%; opacity:0;}
 
#rightXbkk .list .item .right
{flex: 1; margin-left:15px;}
#rightXbkk .list .item .right .title
{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
 font-size:14px; line-height:20px;font-weight:normal;}
#rightXbkk .list .item .right .title a{color:#232323;}
#rightXbkk .list .item .right .title a:hover{color:rgb(230, 1, 70); text-decoration: none;}
#rightXbkk .list .item .right .hits{font-size:12px; color: rgba(26, 26, 26, .6); margin-top: 5px;}

@media screen and (max-width: 1100px) {
	#faqList .faqRight{display: none;}
}

@media screen and (max-width: 850px) {
	#leftXgwt{display: none;}
	#leftContent .preNext{display: block;}
	#leftContent .preNext .one{width:100%; margin-right:0px;}
}

@media screen and (max-width: 736px) {
	#leftContent .title{font-size:18px;}
	#leftContent .title::before
	{width:25px; height:25px; overflow: hidden; display: inline-block; transform: translateY(5px); margin-right:10px;
	 content:'\95ee'; background-color:rgb(230, 1, 70);
	 color:#fff; line-height:25px; text-align:center;}
	#leftContent .content
	{font-size:14px;}
}