@CHARSET "UTF-8";
.newVisionPort.widget{
	top:75px;
	left:30px;
	width:378px;
	background-color:#fff;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.3);
    display:none;
}
.newVisionPort.widget .widgetTitle{
	cursor:move;
}
.newVisionPort .portInfoScroll{
	width:100%;
	font-family:'微软雅黑';
	padding: 0 10px;
    box-sizing: border-box;
    position:relative;
}
.newVisionPort .currentPortWeather{
	width:100%;
	height:100px;
}
.newVisionPort .currentPortWeather:after{
	display:block;
	content:'';
	clear:both;
	width:100%;
	height:1px;
	background-color:rgba(0,0,0,0.25);
	/*-webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px); */
}
.newVisionPort .currentPortWeather>div{
	width:25%;
	height:100%;
	float:left;
	padding:20px 5px 10px 5px;
	box-sizing:border-box;
}
.newVisionPort .currentPortWeather>div:nth-child(4){
	width:30%;
}
.newVisionPort .currentPortWeather>div:first-child,.newVisionPort .currentPortWeather>div:last-child{
	width:60px;
}
.newVisionPort .currentPortWeather>div:last-child{
	position:absolute;
	right:0;
	height:40px;
	overflow: hidden;
    padding: 0;
    top: 20px;
    display:none;
}
.newVisionPort .currentPortWeather>div.special{
	width:90px;
}
.newVisionPort .currentPortWeather>div>img{
	max-width:80%;
	display:block;
	margin:0 auto;
}
.newVisionPort .currentPortWeather>div>p{
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.newVisionPort .currentPortWeather>div>p label,.newVisionPort .currentPortWeather>div>p a{
	font-weight:normal;
	color:#666;
	text-decoration:none;
}
.newVisionPort .currentPortWeatherLoadAnimate{
	width:100%;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	
}
.newVisionPort .currentPortWeatherLoadAnimate img{
	display:block;
	margin:32px auto 0 auto;
}
.newVisionPort .currentPortWeatherWithOutData{
	width:100%;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	display:none;
}
.newVisionPort .currentPortWeatherWithOutData img{
	width:100px;
	height:100px;
	margin:0 auto;
	display:block;
}
.newVisionPort .currentPortWeatherWithOutData span{
	position:absolute;
	top: 50px;
    right: 60px;
    font-size: 14px;
    color:#41ccf6;
}
.newVisionPort .portInfoColumn{
	width:100%;
	padding: 2px 0;
    border-bottom: 1px dashed #ccc;
}
.newVisionPort .portInfoColumn:last-child{
	border:none;
	margin-bottom:10px;
}
.newVisionPort .portInfoColumn h1{
	width:100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    position:relative;
    text-indent:30px;
}
.newVisionPort .portInfoColumn h1:before{
	width:20px;
	height:20px;
	content:'';
	display:block;
	position:absolute;
	top:5px;
	left:5px;
	background-image:url(../imgFolder/indexSprite.png);
}
.portInfoColumn:nth-child(4) h1:before{
	background-position:-90px -550px;
}
.portInfoColumn:nth-child(5) h1:before{
	background-position:-120px -550px;
}
.portInfoColumn:nth-child(6) h1:before{
	background-position:-150px -550px;
}
.portInfoColumn:nth-child(7) h1:before{
	background-position:-180px -550px;
}
.newVisionPort .portInfoColumn h1:after{
	display:block;
	content:'';
	background-image:url(../imgFolder/shipinfonavarrow.png);
	width:13px;
	height:7px;
	background-size:cover;
	position:absolute;
	right:5px;
	top:13px;
}
.newVisionPort .portInfoColumn h1.open:after{
	transform:rotate(180deg);
	right:4px;
}
.newVisionPort .portInfoColumn .portInfoHidePart{
	width:100%;
	min-height:205px;
	display:none;
}
/**港口气象**/
.portInfoHidePart.portFutureWeatherScroll{
	width:100%;
	height:205px;
	position:relative;
}
.portFutureWeatherScroll .portWeatherArrow{
	display:block;
	float:left;
	width:20px;
	height:100%;
	background-image:url(../imgFolder/portWeatherArrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	cursor:pointer;
	user-select: none;
}
.portFutureWeatherScroll .portWeatherArrow.nextPortWeatherPage{
	transform:rotate(180deg);
	background-position:0 center;
}

.portFutureWeatherScroll .portFutureWeatherFullBox{
	display:block;
	float:left;
	width:calc(100% - 40px);
	height:100%;
	overflow:hidden;
}
.portFutureWeatherScroll .portFutureWeatherContainer{
	display:block;
	float:left;
	width:100%;
	height:calc(100% + 20px);
	overflow-y:hidden;
	overflow-x:auto;
}

.portFutureWeatherFullBox .portFutureWeatherFull{
	height:100%;
	transition: .5s;
}
.portFutureWeatherFullBox .portFutureWeatherFull .portFutureColumn{
	min-width:105px;
	height:100%;
	float:left;
	box-sizing:border-box;
	padding:0 5px;
}
.portFutureWeatherFullBox .portFutureWeatherFull .portFutureColumn:last-child{
}
.portFutureWeatherFull .portFutureColumn p{
	width:100%;
	line-height:25px;
}
.portFutureColumn p img{
	height:30px;
}
.portFutureColumn p a,.portFutureColumn p label{
	line-height:20px;
	display:inline-block;
	height:20px;
	font-size:12px;
	text-decoration:none;
}
.portFutureColumn p a:hover{
	color:#000;
}
.portWeatherWeek,.portWeatherDescript,.portWeatherTemp{
	line-height:25px;
	font-size:12px;
}
.portWeatherWeek{
	font-weight:bold;
	color:#000;
}
/**航行警告样式列表**/
.portInfoWarnBox,.portInfoWarnList{
	width:100%;
}
.portInfoWarnBox{
	position:relative;
}
.portInfoWarnBox .portInfoWarnLoading{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
}
.portInfoWarnBox .portInfoWarnLoading img{
	display:block;
	margin:60px auto;
}
.portInfoWarnBox .portInfoWarnNoData{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	display:none;
}
.portInfoWarnBox .portInfoWarnNoData img{
	display:block;
	margin:20px auto 0 auto;
}
.portInfoWarnBox .portInfoWarnNoData span{
	display:block;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#41ccf6;
}
.portInfoWarnList{
	padding:10px 0 4px 0;
	border-bottom:1px dashed #ccc;
	cursor:pointer;
}
.portInfoWarnList:after{
	content:'';
	display:block;
	clear:both;
}
.portInfoWarnList:hover .portInfoWarnContent{
	color:#41ccf6;
}
.portInfoWarnList:last-child{
	border:none;
}
.portInfoWarnList .portInfoWarnContent{
	width:calc(100% - 40px);
	line-height:18px;
	color:#333;
	float:left;
}
.portInfoWarnList .portInfoWarnTips{
	width:40px;
	height:20px;
	line-height:20px;
	float:right;
}
.portInfoWarnList .portInfoWarnTips:after{
	content:'';
	display:block;
	clear:both;
	
}
.portInfoWarnTips .portInfoWarnPublisher{
	float:left;
	color:#999;
}
.portInfoWarnTips .portInfoWarnTime{
	float:right;
	color:#999;
	text-align:right;
}
.warnDataFliter{
	width:100%;
	height:30px;
	text-align:center;	
}
.warnDataFliter a{
	display:inline-block;
	border: #e7ecf0 solid 1px;
    padding: 5px 6px 3px;
    margin: 3px;
    cursor:pointer;
}
.warnDataFliter a:hover{
	background: #f5f5f5;
	color:#00699a;
	text-decoration:none;
}
#Porttraffic{
	height:300px;
}
.portFutureWeatherScroll .portFutureLoading{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
}
.portFutureWeatherScroll .portFutureLoading img{
	display:block;
	margin:100px auto;
}
.portFutureWeatherScroll .portFutureWithoutData{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	display:none;
}
.portFutureWeatherScroll .portFutureWithoutData img{
	display:block;
	margin:10px auto;
}
.portFutureWeatherScroll .portFutureWithoutData span{
	display: block;
    text-align: center;
    color:#41ccf6;
}
.portShippingWarnDialog.widget{
	width:300px;
	top:75px;
	left:395px;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.3);
	display:none;
}
.portShippingWarnDialog.widget .widgetTitle{
	cursor:move;
	user-select: none;
}
.portShippingWarnDialog.widget .portShippingWarn{
	background-color:#fff;
	padding-bottom:10px;
}
.portWarnDialogContent{
	width:100%;
	height:100%;
	padding:0 10px;
	box-sizing:border-box;
	font-size:12px;
	font-family:'微软雅黑';
}
.portWarnDialogContent .portWarnDialogHeader{
	width:100%;
	height:30px;
	line-height:30px;
}
.portWarnDialogContent .portWarnDialogHeader span{
	display:block;
	float:left;
	width:50%;
	color:#000;
	
}
.portWarnDialogContent .portWarnDialogHeader span:last-child{
	text-align:right;
}
.portWarnDialogContent .portWarnDialogText{
	width:100%;
	text-indent:2em;
	color:#666;
	line-height:15px;
	text-align: justify;
}