.my-news{
	width: 100%;
	border-top: 2px solid #F66D0A;
}
.my-news .vessel{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	padding-bottom: 176px;
}
.my-news .vessel .nav,
.my-news .vessel .data{
	float: left;
}
.my-news .vessel .data{
	width: 939px;
	margin-left: 30px;
	padding-top: 50px;
	/*overflow: hidden;*/
}
.my-news .vessel .data .nav{
	font-size: 18px;
	color: #333;
	/*margin: 50px 0 28px;*/
	width: 939px;
	display: block;
	/*margin-bottom: 28px;*/
}
.my-news .vessel .data .nav>b{
	color: #F66D0A;
}
.my-news .vessel .data .data-x{
	width: 939px;
	margin-top: 51px;
	/*height: 80px;*/
	border: 1px solid #e0e0e0;
	padding: 17px 26px;
	box-sizing: border-box;
}
.my-news .vessel .data .data-x>p:first-child{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.my-news .vessel .data .data-x>p:last-child{
	font-size: 12px;
	color: #333;
	margin-top: 12px;
}

.all{
	width: 938px;
	background-color: rgba(255, 255, 255, 1);
	border: solid 1px rgba(220, 220, 220, 1);
	padding: 38px 47px;
	margin: 58px 0 38px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.all h5{
	font-weight: bold;
	font-family: ﻿PingFang-SC-Bold;
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	color: #333333;
	padding: 0 0 10px 0;
}

.all p{
	font-family: ﻿PingFang-SC-Medium;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	color: #333333;
}

.all dl{
	width: 842px;
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid rgba(215, 215, 215, 1);
	/*background: url() no-repeat right 20px;*/
}


.all dl img{
	position: absolute;
	right:0;
	top: 28px;
}

.all dl dt{
	padding-bottom: 6px;
}

.all dl dd ol{
	margin: 19px 0;
	display: flex;
	width: 471px;
	height: 100px;
}

.all dl dd ol li{
	flex: 1;
	margin-right: 6px;
}

.all dl dd ol li img{
	width: 100%;
	height:100%;
}

.showH{
	position: absolute;
	right:130px;
	bottom: 103px;
	height: 14px;
	font-family: ﻿PingFang-SC-Medium;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #f66d0a;
	cursor: pointer;
}

.data .all .showH img{
	width: 14px;
	height: 8px;
	display: inline;
}

.all .buts{
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	width: 160px;
	height: 35px;
	display: inline-block;
}

.all .but_u{
	float: right;
	color: rgba(246, 109, 10, 1);
	box-sizing: border-box;
	border:1px solid rgba(246, 109, 10, 1);
	margin: 10px;
}

.all .but_b{
	float: right;
	text-align: center;
	background-color: rgba(246, 109, 10, 1);
	color: white;
	margin: 10px;
}