/*slide*/
.slide{width: 1000px;height: 570px;margin-top: 10px;}
.phdnews_slide_w{position:relative;height:570px;overflow:hidden;}
.phdnews_slide_item{width:1000px;height:570px;position:relative;}
/*.phdnews_slide_item .bg{position: absolute;bottom: 0;left: 0;width: 100%;background: #000;height: 60px;
    filter:alpha(opacity=60);-moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;}*/
.phdnews_slide_item img{display:block;width:100%;height:100%;}
.phdnews_slide_item p{position:absolute;left:0;bottom:0;right:0;font-size:26px;line-height:60px;text-indent:15px;background: url(http://n3.sinaimg.cn/products/base/latest/images/gradient_a.png) repeat;}
.phdnews_slide_item p span{display:block;margin-right:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.phdnews_slide_item a{color:#fff;}
.phdnews_slide_dots{position:absolute;font-size:0;padding-right:10px;right:0;bottom:20px;}
.phdnews_slide_dots span{margin-left:15px;display:inline-block;width:15px;height:15px;border-radius:50%;background:#c0c0c0;cursor:pointer;}
.phdnews_slide_dots .selected{background:#f0bc1f;}
.phdnews_slide_dots span:first-child{margin-left:0;}
.phdnews_slide_prev,.phdnews_slide_next{position:absolute;width: 60px;
    height: 100px;text-indent: -999px;top:50%;margin-top:-25px;background-repeat:no-repeat;}
.phdnews_slide_prev{left: 0}
.phdnews_slide_next{right: 0}
.ico{display: block;width: 60px;height: 100px;}
.phdnews_slide_prev .ico{background: url(http://n3.sinaimg.cn/products/base/latest/images/prev_a.png) no-repeat 0 0;}
.phdnews_slide_next .ico{background: url(http://n3.sinaimg.cn/products/base/latest/images/next_a.png) no-repeat 0 0;}
.phdnews_slide_next:hover,.phdnews_slide_prev:hover{background: rgba(0,0,0, 0.5);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7f000000', EndColorStr='#7f000000');}