body{background-color: #F7F8FA;}
div {
    display: block;
}
/*团队列表*/
.tuandui_all{ width:1300px;  margin:50px auto 0px auto;}

.tuandui_all * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.leftContent {
    width: 904px;
    height: auto;
    overflow: hidden;
    min-height: 500px;
	float:left;
	background-color:#FFFFFF;
	padding:30px;
	border-radius: 5px;
	margin-bottom:20px;
}
#teamList
{width:904px; height: auto; overflow: hidden; padding-bottom:40px; }
#teamList .item
{width:534px; height: auto; overflow: hidden; position: relative; padding-left:192px; padding-right:198px; min-height:209px; padding-bottom:15px;
 border-bottom:1px solid #F1F1F1;}
#teamList .item *
{transition: all 300ms;}
#teamList .item .img
{width:170px; height:170px; overflow: hidden; position: absolute; left:2px; top:33px;
 border-radius:170px;}
#teamList .item .img img
{width:170px; height:170px;}
#teamList .item .nickname
{padding-top:44px; line-height:32px; font-size:22px; font-weight: bold; color:#333333;}
#teamList .item .num
{padding-top:6px; line-height:26px; font-size:14px; color:#343434;}
#teamList .item .num span
{font-weight: bold; color:#f9a821;}
#teamList .item .des
{font-size:12px; color: rgba(52, 52, 52, .8); line-height:24px; max-height:72px;}
#teamList .item .tabs
{padding-top:16px;}
#teamList .item .tabs span
{width: auto; height:30px; overflow: hidden; display: block; float: left; margin-right:4px; margin-bottom:4px; padding:0px 14px;
 background:#EDEDED; border-radius:3px; border:1px solid #EDEDED;
 line-height:32px; font-size:14px; color:#333333;}
#teamList .item .btn
{width:130px; height:45px; overflow: hidden; position: absolute; left:772px; top:92px;}
#teamList .item .btn
{width:130px; height:45px; overflow: hidden; display: block;
 background: url(/img/zhuanjiatuandui/bgn26.png) no-repeat;
 line-height:45px; text-indent:50px; font-size:15px; color: rgba(52, 52, 52, .8);}
 
#teamList .item:hover .img img{transform: scale(1.05);}
#teamList .item:hover .nickname{color:#004893;}
#teamList .item:hover .tabs span{color:#004893; border-color:#004893; background:#ffffff;}
#teamList .item:hover .btn{background: url(/img/zhuanjiatuandui/bgn27.png) no-repeat; color:#ffffff;}



/*右侧推荐开始*/
.detail-txt-r{width:280px;background-color:#FFFFFF; padding:20px;border-radius:5px; float:right; height:100%}

.detail-txt-r-header{display:flex;justify-content:space-between;align-items:center;border-bottom: 1px solid #e4e4e4;}
.detail-txt-r-header h3{font-size:20px;color:#222;line-height:1;display:flex;align-items:center}
.detail-txt-r-header a{display:block;padding:2px 5px;transition:all .4s ease;border-radius:30px}
/*.detail-txt-r-header a:hover{background: linear-gradient(90deg, rgba(3, 110, 183, 0.2) 0%, rgba(56, 142, 228, 0) 100%)}*/
.detail-txt-r-header.blue h3{color: #036eb8}
.detail-txt-r-header h3 i{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:#4e4e4e;border-radius:50%;margin-right:8px}
.detail-txt-r-header.blue h3 i{background:#036eb8}
.detail-txt-r-header.blue h3 a{ color:#036eb8}
.detail-txt-side{margin-top:20px;}
.detail-txt-side a{display:flex;justify-content:space-between}
.detail-txt-side a+a{margin-top:20px}
.detail-txt-side a:hover .detail-txt-side-pic{border-color:#c1d6e5}
.detail-txt-side-pic img{width:100%;object-fit:cover;border-radius:3px;}
.detail-txt-side-info{padding-left:14px;display:flex;flex-direction:column;justify-content:space-between}
.detail-txt-side-info h4{font-size:14px;line-height:20px;color:#777;overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;height:40px;transition:all .4s ease; padding:0px; margin:0px;font-weight: normal;}
.detail-txt-side a:hover h4,.detail-txt-side.style3-side a:hover h4{color:#036eb8}

.detail-txt-side.news-side .detail-txt-side-pic{border:0}
.detail-txt-side.news-side .detail-txt-side-pic{width:40%}
.detail-txt-side.news-side .detail-txt-side-info{width:60%; }
.detail-txt-side.news-side .detail-txt-side-info .time{padding-bottom:0px;border:0;font-size:12px;color:#999;}
.detail-txt-side.news-side a,.detail-txt-side.style3-side a{padding-bottom:12px;border-bottom:1px solid #e4e4e4}
/*右侧推荐结束*/