.danPianIntrocontent img:first-child{margin:0px 25px 0px 0px;width:318px;height:262px;float:left;max-width:100%;}

.departmenttable .items .item{width:100%;border-left:1px solid #b8bfc9;border-right:1px solid #b8bfc9;border-bottom:1px solid #b8bfc9;display:table;}
.departmenttable .items .item:first-child{border-top:1px solid #b8bfc9;}
.departmenttable .items .item .title{display:table-cell;width:20%;background: #DDE0E5;color: #0d3a6f;font-size: 17px;text-align: center;vertical-align:middle;}
.departmenttable .items .item .info{display:table-cell;width:80%;vertical-align:middle;}
.departmenttable .items .item .title .box,
.departmenttable .items .item .info .box{padding:15px;}
.departmenttable .items .item .title .box i{display:block;}

.glyphicon-play::before,
.glyphicon-pause::before{content: "▶︎"!important;}
#willesPlay .playContent .playTip{text-indent:10px;}
.glyphicon-volume-down::before,
.glyphicon-volume-up::before{content: "🔈︎"!important;}
.glyphicon-fullscreen::before{content: "☩"!important;}

@media screen and (max-width: 767px) {
    #willesPlay {
        width: 100% !important;
    }
    .departmenttable .items .item .title{width:150px;}
    .departmenttable .items .item .info{width:calc(100% - 150px);}
}


.gload{
    width: 500px;
    height: 500px;
    text-align: center;
    font-size: 30px;
    line-height: 500px;
    letter-spacing: 10px;
    margin: 0 auto;                                 
}

#willesPlay{
    margin: 40px auto;
    box-shadow: 0px 0px 15px #333333;
    position: relative;
    
    left: 0%;
    width: 640px;
    
    
    bottom: 7%;
}
/*播放器头部*/
#willesPlay .playHeader{
	width: 100%;
	height: 48px;
	border-radius: 3px 3px 0px 0px;
}
#willesPlay .playHeader .videoName{
	font-size: 16px;
	width: 400px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin: 0 auto;
	color: #7a7f82;

}
#willesPlay .playContent{
	position: relative;
	height: auto;
	overflow: hidden;
	background:#000;
	cursor: pointer;
}
#willesPlay .playContent .turnoff{
	position: absolute;
	z-index: 10;
	right: -40px;
	top: 50%;
	margin-top: -90px;
}
#willesPlay .playContent .turnoff li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: rgba(0,0,0,.5);
}
#willesPlay .playContent .turnoff li a:hover{
	color: #666;
}
#willesPlay .playContent .playTip{
	position: absolute;
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 110px;
	top: 50%;
	left: 50%;
	margin-left: -55px;
	margin-top: -55px;
	background: #abc6f4;
	font-size: 60px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}
#willesPlay .playControll{
	position: relative;
	z-index: 2147483650;
	width: 100%;
	height: 48px;
	bottom: 0;
      background: url(/shiping/images/playheader.jpg) repeat-x;
	border-radius: 0px 0px 3px 3px;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
#willesPlay .fullControll{
	background:rgba(0,0,0,.5);
}
#willesPlay .fullControll .timebar span{
	color: #FFFFFF;
}
#willesPlay .playControll .playPause{
	float: left;
	width: 20px;
	height: 25px;
      background: url(/shiping/images/control_01.png) 0px 0px no-repeat;
	margin: 11px 0px 0px 12px;
	cursor: pointer;
}
#willesPlay .playControll .playIcon{
	background-position: 0px -32px;
}
/*进度条*/
#willesPlay .playControll .timebar{
float: left;
width: calc(100% - 145px);
line-height: 48px;
overflow: hidden;
margin: 0 auto;
margin: 0px 0px 0px 20px;
}
#willesPlay .playControll .timebar .progress{
	float: left;
	width: 60%;
	margin: 19px 5px;
	height: 10px;
	cursor: pointer;
	margin-left: 35px;
}
#willesPlay .playControll .timebar span{
	float: left;
	width: 8%;
	text-align: center;
}
#willesPlay .otherControl{
	float: right;
	position: relative;
}

#willesPlay .otherControl span{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	font-size: 20px;
	margin: 9px  7px;
	/*background: url(../images/control_01.png) no-repeat;*/
	cursor: pointer;
}
#willesPlay .otherControl span:nth-child(1){
	font-size: 28px;
	color: #abc6f4;
}
/*#willesPlay .otherControl span:nth-child(2){
	background-position: -171px 0px;
}*/
#willesPlay .otherControl span:nth-child(2){
	color: #919597;
}
/*音量*/
#willesPlay .otherControl .volumeBar{
	display: none;
	position: absolute;
	top: -110px;
	left:4px;
	width: 26px;
	height: 100px;
	background:#f1f2f2;
	border-radius: 4px;
	cursor: pointer;
}
#willesPlay .otherControl .volumeBar:after{
	content:"";
	display: block;
	position:absolute;
	bottom: -7px;
	left: 5px;
	width: 0;
    height: 0;
    border-left:8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f1f2f2;
}
#willesPlay .otherControl .volumeBar .volumewrap{
	background: #a2a7aa;
	width: 8px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	left: 9px;
	border-radius: 4px;
}

#willesPlay .otherControl .volumeBar .progress{
	background: none;
}
#willesPlay .otherControl .volumeBar .progress-bar{
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-radius: 4px;
}
/*
.close{
	position:absolute;
	right: 10px;
	top: 10px;
	color:#fff;
	z-index: 10;
	opacity: 1;
	font-size: 14px;
}
.close:hover{
	color:#fff;
}
video::-webkit-media-controls-enclosure {
    display: none !important;
}
:-webkit-full-screen{}
*/

.IntrocontentPictureList{padding:0 10px;}
.IntrocontentPictureList ul li{margin-top:25px;}
.IntrocontentPictureList ul li:first-child{margin-top:0;}
.IntrocontentPictureList ul li .box .pic{width:38%;float:left;}
.IntrocontentPictureList ul li .box .pic a{display:block;}
.IntrocontentPictureList ul li .box .pic a img{display:block;width:100%;height:220px;object-fit:cover;border-radius:8px;}
.IntrocontentPictureList ul li .box .Right{width:58%;float:right;padding-top:5%;}
.IntrocontentPictureList ul li .box .Right h3{font-size:18px;display:block;white-space:nowrap;max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;}
.IntrocontentPictureList ul li .box .Right .summary{font-size:14px;margin:15px 0;line-height:24px;display:-webkit-box;-ms-line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.IntrocontentPictureList ul li .box .Right .view a{display:inline-block;font-size:14px;color:#4b6aaa;}


.creditList .list{margin-top:20px;}
.creditList .list .ul li{margin-left:18px;float:left;width:180px;margin-bottom:20px;}
.creditList .list .ul li img{width:100%;overflow:hidden;height: 100%;object-fit: cover;}
.creditList .list .ul li .report_box{border-radius:4px;overflow:hidden;position: relative;border:1px solid #dbdeec;transition:all ease 0.5s;}
.creditList .list .ul li .report_box a{display:block;}
.creditList .list .ul li p{color: #070b2d;font-size:14px;margin-top:10px;}
.creditList .list .ul li .downLoad{width:100%;background:rgba(0,0,0,0.2);text-align:center;position: absolute;bottom:-34px;transition: all ease 0.5s;}
.creditList .list .ul li .downLoad img{width:22px;height:22px;}
.creditList .list .ul li .downLoad a{padding:6px 0;}
.creditList .list .ul li:hover .downLoad{bottom:0;}
.creditList .list .ul li:hover .report_box{box-shadow: 0 0 3px rgb(0 0 0 / 10%);}

.userServer{width:270px;background:#ddeafb;}
.userServer .navTitle{background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAIBAQEBAQIBAQECAgICAgQDAgICAgUEBAMEBgUGBgYFBgYGBwkIBgcJBwYGCAsICQoKCgoKBggLDAsKDAkKCgr/2wBDAQICAgICAgUDAwUKBwYHCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgr/wgARCAABANwDAREAAhEBAxEB/8QAGAABAQEBAQAAAAAAAAAAAAAABgUEBwn/xAAZAQEBAAMBAAAAAAAAAAAAAAAEAwECBgD/2gAMAwEAAhADEAAAAPWrs+WAKMIQMCkXP0m580wFIwaCCrmK3OcqeVSef2mjS1LGb2iEh7qY3aSu2MlsZTuCm5UuDpaHUqjdTO9k6P/EACcQAAECBAUDBQAAAAAAAAAAAAABBgUxMnECQoHB0QMzUQQ1kbLw/9oACAEBAAE/AHv7x6i2D6kb7Y4845qcd+RzU478jmz/ALyOGnEOOnHqRuWIi01Ihudeank6GXQh1fxuQqenBBJpbkgNeg3tkG9l0G5NNBuSSyDZrSyDbmpAppZCB7IQao6fbQ//xAAaEQADAQEBAQAAAAAAAAAAAAAAAjEBEEEg/9oACAECAQE/AFgggkFgswQQyCwyGT52jGm0b3j0YY95tP/EAB0RAAICAgMBAAAAAAAAAAAAAAACATEQMkFR8EL/2gAIAQMBAT8Afkax9pJ2n3Y3Iw9k7DE1Pu8fWIoi5FoSiNRKEFoQXUWoEFIoWj//2Q==) no-repeat bottom center;background-size:99.8% auto;}
.userServer .navTitle .text{display:block;font-size:25px;color:#063464;text-align:center;padding:20px 0;}
.userServer .oneUl .oneLi .oneLi_a{background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAIBAQEBAQIBAQECAgICAgQDAgICAgUEBAMEBgUGBgYFBgYGBwkIBgcJBwYGCAsICQoKCgoKBggLDAsKDAkKCgr/2wBDAQICAgICAgUDAwUKBwYHCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgr/wgARCAABANwDAREAAhEBAxEB/8QAGAABAQEBAQAAAAAAAAAAAAAABgUEBwn/xAAZAQEBAAMBAAAAAAAAAAAAAAAEAwECBgD/2gAMAwEAAhADEAAAAPWrs+WAKMIQMCkXP0m580wFIwaCCrmK3OcqeVSef2mjS1LGb2iEh7qY3aSu2MlsZTuCm5UuDpaHUqjdTO9k6P/EACcQAAECBAUDBQAAAAAAAAAAAAABBgUxMnECQoHB0QMzUQQ1kbLw/9oACAEBAAE/AHv7x6i2D6kb7Y4845qcd+RzU478jmz/ALyOGnEOOnHqRuWIi01Ihudeank6GXQh1fxuQqenBBJpbkgNeg3tkG9l0G5NNBuSSyDZrSyDbmpAppZCB7IQao6fbQ//xAAaEQADAQEBAQAAAAAAAAAAAAAAAjEBEEEg/9oACAECAQE/AFgggkFgswQQyCwyGT52jGm0b3j0YY95tP/EAB0RAAICAgMBAAAAAAAAAAAAAAACATEQMkFR8EL/2gAIAQMBAT8Afkax9pJ2n3Y3Iw9k7DE1Pu8fWIoi5FoSiNRKEFoQXUWoEFIoWj//2Q==) no-repeat bottom center;background-size:99.8% auto;}
.userServer .oneUl .oneLi .oneLi_a a{display:block;font-size:18px;color:#003366;text-align:left;padding:20px;padding-left:60px;transition:all 0.3s linear 0s;}
.userServer .oneUl .oneLi.col .oneLi_a a{text-shadow: 0 0 1px #2e4e8f;font-weight: lighter;}
.userServer .oneUl .oneLi .oneLi_a a:hover{padding-left:70px;}

.credit .list ul li a,
.credit .list ul li span{font-size:16px;line-height:38px;color:#404040;float:left;}
.credit .list ul li a{max-width:85%;}
.credit .list ul li span{float:right;}


@media only screen and (max-width:768px){
.IntrocontentPictureList ul li .box .pic a img{height:185px;}
}

@media only screen and (max-width:560px){
.IntrocontentPictureList ul li .box .pic{width:40%;}
.IntrocontentPictureList ul li .box .pic a img{height:126px;border-radius:4px;}
.IntrocontentPictureList ul li .box .Right .summary{-ms-line-clamp:2;-webkit-line-clamp:2;}
.IntrocontentPictureList ul li .box .Right{width:56%;padding-top:0;}
.IntrocontentPictureList ul li .box .Right .summary{margin:10px 0;}
}