

/*我的故事*/
.pstory{
	background: #ffffff;
}
.pstory .photo {
	width: 210px;
	height: 210px;
}

.pstory .storybox {
	flex: 1;
	position: relative;
	padding: 14px 15px;
}
.pstory .title span{
	display: inline-block;
	width: 90px;
	line-height: 34px;
	background: var(--themeColors);
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.pstory .intro{
	padding: 10px 0;
	line-height: 30px;
	border-bottom: 1px solid #F8F8F8;
	color: #333333;
	font-size: 14px;
	height: 50px;
}
.pstory .intro span{
	margin-right: 7%;
}
.pstory .text{
	padding: 15px 0 0 0;
	line-height: 20px;
	color: #666666;
	font-size: 14px;
}

.pstory .storybox a{
	color: var(--themeColors);
	font-size: 14px;
}

.pstory .title-more{
	margin-left: 15px;
}
.pstory .title-more a{
	font-size: 14px;
	color: #666666;
	line-height: 46px;
}
.pstory .title-more a:hover{
	color: var(--themeColors);
}
.pstory .title-more img{
	width: 16px;
	margin-left: 4px;
}
.pstory .triangle{
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #ffffff;
}











/*行业动态/公司动态*/
.ptrends .tab{
	margin-right: 20px;
	width: 90px;
}
.ptrends .tab li{
	width: 100%;
	height: 90px;
	background: #FFFFFF;
	border-radius: 3px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	border-radius: 3px;
	margin-bottom:20px;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.ptrends .tab li>div{
	width: 100%;
}
.ptrends .tab img{
	width: 24px;
	margin-bottom: 12px;
}
.ptrends .tab .img2{
	display: none;
}
.ptrends .tab li.active{

	color: var(--themeColors);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.ptrends .tab li.active .img1{
	display: none;
}
.ptrends .tab li.active .img2{
	display: inline-block;
}
.ptrends .list{
	flex: 1;
	font-size: 14px;
	display: none;
}
.ptrends .list li{
	padding: 16px 17px;
	background: #FFFFFF;
	border-bottom: 1px solid #F8F8F8;
}
.ptrends .list .title{
	color: #333333;
	font-weight: bold;
}
.ptrends .list .text{
	color: #666666;
	margin: 10px 0;
}
.ptrends .list a{
	color: var(--themeColors);
}

















@media screen and (max-width: 768px){
/*我的故事*/
.pstory {
    background: #ffffff;
    display: block;
}
.pstory .photo {
    width: 100%;
    height: 210px;
}




/*行业动态/公司动态*/
.ptrends{
	display: block;
}
.ptrends .tab {
    margin-right: 0;
    width: 100%;
}
.ptrends .tab ul{
    margin: 0 -2%;
}
.ptrends .tab li {
    width: 46%;
    margin: 0 2% 15px;
    float: left;
}
}