/* 公共 */
body,html {
    margin: 0;
    padding: 0;
    height: 100%;
}
form {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: '微软雅黑';
}
img {
    border: 0;
}
ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
.w1040 {
    width: 1040px;
    margin: 0 auto;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: 'xxxx';
    overflow: hidden;
}
/* ie圆角阴影 */
.pie {
    background: #FFF;
    position: relative;
    box-shadow: 3px 3px 8px #888888;
    border-radius: 5px;
    behavior: url(pie.htc);
    /* filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#000000'); */
}
/* 顶部和返回 */
.toolbar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}
.toolbar .tool{
    opacity: 0.5;
    filter:alpha(opacity=50);
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 7px;
    text-decoration: none;
    /* background-color: #bababa; */
    color: #f0f0f0;
    border-radius: 3px;
    text-indent: -999999px;
}
.toolbar .tool-top {
    background: url(../images/tool-top.png) no-repeat 0 0;
}
.toolbar .tool:hover{
    filter:alpha(opacity=100);
    opacity: 1;
    color: #fff;
    /* background-color: #7d7d7d; */
}

/* 导航 */
.logo-zjrb {
    width: 200px;
    height: 35px;
    background: url(../images/logo-zjrb.png) no-repeat 0 0;
    z-index: 10;
    display: block;
}
.container-shadow {
    box-shadow: 6px 6px 10px #bbb;
    border: 1px #ddd solid;
    margin-top: 30px;
    margin-bottom: 30px;
}
.container-shadow .logo-zjrb {
    position: absolute;
    left: 50px;
    top:10px;
}
/*  新媒体矩阵 */
.newmedia-container {
    width: 1040px;
    position: relative;
    background: url(../images/newmedia-bg.png) no-repeat 0 0;
    height: 640px;
}

/* 旗下媒体 */
.legacymedia-container {
    position: relative;
    background: url(../images/legacymedia-bg.jpg) no-repeat 0 0;
}
.legacymedia-banner {
    height: 245px;
    /* border: 1px solid #ddd; */
}
.legacymedia-link-list {
    margin-left: 217px;
    width: 810px;
    letter-spacing: -3px;
    font-size: 0;
}
.legacymedia-link {
    display: inline-block;
    width: 89px;
    height: 89px;
}
.legacymedia-link:hover {
    background: #000 ;
    opacity: 0.3;
    filter:alpha(opacity=30);
}
.newmedia-gear {
    display: block;
    margin: 0;
    padding:0;
    width: 172px;
    height: 172px;
    position: absolute;
}
.newmedia-gear-newspaper{
    left: 283px;
    top:310px;
}
.newmedia-gear-website{
    left: 435px;
    top:206px;
}
.newmedia-gear-webapp{
    left: 516px;
    top:354px;
}
.newmedia-gear-weibo{
    left: 593px;
    top:163px;
}
.newmedia-gear-weixin{
    left: 678px;
    top:310px;
}
.dDfootUl {
    margin: 0 auto;
}