@charset "utf-8";
/* CSS Document */
/* ==========================================================================
   列表页-通用样式
   ========================================================================== */
/* pathWrap */
.pathWrap{overflow: hidden; margin: 16px auto 0; padding-bottom: 8px; height: 36px; line-height: 36px; text-align: center;}
.path{width: 1170px; margin: 0 auto; padding-left: 30px; text-align: left; font-size: 14px; color: #555; background:  url(/content/djw/ztgovjd06/img/pathicon.png) 5px center no-repeat;}
.path a, .path span{ margin:0 3px;  color: #555;}

#content{width: 1160px; padding: 20px;}


/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    overflow: hidden;
}
.page a,
.page span {
    display: inline-block;
    *display: inline;
    font-size: 14px;
    zoom: 1;
    border: 1px solid #E1E1E1;
    padding: 0px 12px;
    margin: 0 3px 5px 0;
    line-height: 30px;
    height: 30px;
}
.page a:hover,
.page span:hover {
    border: 1px solid #666;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
.page .current {
    background: #666;
    border: 1px solid #666;
    color: #fff !important;
    font-weight: bold;
}
.page select,
.page input {
    margin: 0 4px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}
.page input {
    text-align: center;
    padding: 0 4px;
    outline: none;
}
.page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* ==========================================================================
   文章-列表页
   ========================================================================== */
.newsList{ overflow:hidden; padding-bottom:20px; display:block;}
.newsList li{height:40px; line-height:40px; overflow:hidden; padding: 9px 0; font-size: 16px; border-bottom: 1px dotted #d4d4d4;}
.newsList li font{font-size:16px;}
.newsList li a{padding-left: 20px; background:  url(/content/djw/ztgovjd06/img/dot01.png) left center no-repeat;}
.newsList li .date,
.newsList li .datetime{float:right; color:#999;}
.newsList li.noData{border-bottom: none; color:#999;}


/* ==========================================================================
   文章-列表页-图片式
   ========================================================================== */
.picList{ overflow:hidden; padding-bottom:20px; display:block; margin: -30px -10px 0 0;}
.picList li{position: relative; z-index: 1; width: 380px; height: 285px; float: left; margin: 30px 10px 0 0;}
.picList li .pic{display: block; overflow: hidden;}
.picList li .pic img{width: 380px; height: 285px;}
.picList li .title{position: absolute; z-index: 2; left: 0; bottom: 0; display: block; width: 90%; height: 48px; line-height: 48px; float: left; overflow: hidden; padding: 0 5%; font-size: 16px; color: white;}
.picList li .title a{color: white;}
.picList li .titleBg{position: absolute; z-index: 1; left: 0; bottom: 0; display: block; width: 100%; height: 48px; line-height: 48px; float: left; overflow: hidden; background-color: #000; opacity: 0.6; filter: alpha(opacity=60);}

/* ==========================================================================
   文章-列表页-视频式
   ========================================================================== */
.videoList{ overflow:hidden; padding-bottom:20px; display:block; margin: -30px -10px 0 0;}
.videoList li{position: relative; z-index: 1; width: 380px; height: 285px; float: left; margin: 30px 10px 0 0;}
.videoList li .pic{display: block; overflow: hidden;}
.videoList li .pic img{width: 380px; height: 285px;}
.videoList li .title{position: absolute; z-index: 2; left: 0; bottom: 0; display: block; width: 300px; height: 48px; line-height: 48px; float: left; overflow: hidden; padding: 0 70px 0 10px; font-size: 16px; color: white; 
-webkit-transition:all 0.6s;
-moz-transition:all 0.6s;
-ms-transition:all  0.6s;
-o-transition:all 0.6s;
transition:all 0.6s;
}
.videoList li .title a{color: white;}
.videoList li .titleBg{position: absolute; z-index: 1; left: 0; bottom: 0; display: block; width: 100%; height: 48px; line-height: 48px; float: left; overflow: hidden; background-color: #000; opacity: 0.6; filter: alpha(opacity=60);}
.videoList li .title::before{position: absolute; z-index: 1; right: 20px; bottom: 10px; content: ""; width: 28px; height: 28px; float: left; overflow: hidden; background:  url(/content/djw/ztgovjd06/img/videoicon.png) center center no-repeat;

}
.videoList li:hover .title{width: 90%; height: 100px; line-height: 30px; padding: 185px 5% 0; text-align: center;}
.videoList li:hover .titleBg{height: 285px;}
.videoList li:hover .title::before{display: none;}
.videoList li:hover .title::after{position: absolute; z-index: 1; right: 50%; top: 108px; content: ""; width: 50px; height: 50px; float: left; overflow: hidden; margin-right: -25px; background-image: url(/content/djw/ztgovjd06/img/videoicon-hover.png);}

/* ==========================================================================
   文章-内容页
   ========================================================================== */
.subheading {
    font-size: 16px;
}
.noSideContent .printArea .conTxt {
    padding: 0 30px;
}
.articleCon {
    text-align: left;
    padding: 20px;
}
.printArea .title {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
    word-wrap: break-word;
}
.printArea .subTitle {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.printArea .property {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 6px 10px;
    text-align: center;
    color: #777;
    border: 1px solid #ddd;
    background: #F8F8F8;
}
.printArea .property span {
    padding: 0 5px;
}
.printArea .conTxt {
    color: #333;
    font-size: 16px;
    line-height: 2;
    padding: 0 0 20px 0;
    overflow: hidden;
}
.printArea .conTxt img {
    max-width: 800px;
    height: auto !important;
}
.printArea .conTxt p {
    margin-bottom: 20px;
    word-wrap: break-word;
}
.printArea .conTxt table p {
    margin: 0px
}
.printArea .conTxt a {
    color: blue;
    text-decoration: underline;
}
.printArea .conTxt em {
    font-style: italic;
}
.printArea .conTxt ul {
    padding-left: 2em;
    list-style: inherit;
}
.printArea .conTxt ol {
    padding-left: 2em;
    list-style: decimal;
}
.printArea .conTxt ul li {
    zoom: normal;
    list-style: inherit;
    text-indent: 0 !important;
}
.printArea .conTxt ol li {
    zoom: normal;
    list-style: inherit;
    text-indent: 0 !important;
}
.printArea .conTxt h1 {
    font-size: 2em;
    margin: .67em 0;
}
.printArea .conTxt h2 {
    font-size: 1.5em;
    margin: .75em 0;
}
.printArea .conTxt h3 {
    font-size: 1.17em;
    margin: .83em 0;
}
.printArea .conTxt h5 {
    font-size: .83em;
    margin: 1.5em 0;
}
.printArea .conTxt h6 {
    font-size: .75em;
    margin: 1.67em 0;
}
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong {
    font-weight: bolder;
}
.printArea .videoPlayer {
    position: relative;
    z-index: 1500;
    /*background: #000;*/
    width: 800px;
    text-align: center;
    margin: 20px auto;
    height: 480px;
}
.articleCon .userControl {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    padding: 10px 0;
}
.articleCon .userControl .a {
    color: #777;
    margin: 10px 10px 0 0;
    float: left;
}
.articleCon .userControl .bdsharebuttonbox {
    float: right;
}
.articleCon .page {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.articleCon .others {
    margin-bottom: 15px;
}
.articleCon .others .prev,
.articleCon .others .next {
    padding: 5px 0;
    word-wrap: break-word
}
/* 相关信息 */
#relativeInfo {
    margin-bottom: 10px;
}
#relativeInfo .hd h3 {
    font-size: 18px;
    font-weight: bold;
    color: #666
}
#relativeInfo .bd {
    margin-top: 10px;
    padding: 20px 25px;
    background: #F8F8F8;
}
#relativeInfo .infoList li {
    height: auto;
}
