﻿* {
  margin: 0;
  padding: 0;
}
/*
html {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
*/
html, body{
  width: 100%;
  height: 893px;
}
html{
  position: relative;
  font-family: Microsoft YaHei;
}
body{
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  overflow-x: hidden;
  color: #333333;
  background-image: url("../images/main-bg.jpg");
}
a {
  text-decoration: none;
  color: #333;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.my-head-top { overflow:hidden; }
.my-head-top .head-wrap { position:relative; overflow:hidden; width:1380px; padding-top:50px; margin:0 auto; }
.my-head-top .head-wrap img {display:block;margin:0 auto;width: 1280px;}
.my-head-top .head-wrap .my-nav { position:absolute; right:120px; bottom:20px; z-index:9; height:32px; line-height:32px; color:#ab3257; }
.my-head-top .head-wrap .my-nav a { *color:#ab3257; *font-family:"customerFont"; font-size:16px; font-weight:bold; letter-spacing:2px; margin:0 5px; }
.main-container {
  width: 1180px;
  height: 760px;
  background:rgba(255,255,255,.8);
  margin: auto;
  position: relative;
  word-break: break-all;
  top:30px;
  padding: 30px 40px;
  border-radius:20px;
}
.container-left, .container-right{
  height: 100%;
}
.container-left{
  width: 508px;
  float:left;
}
.container-right{
  width: 560px;
  padding: 0 10px 0 30px;
  box-sizing: border-box;
  background-color:rgba(255,255,255,.1);
  position: relative;
  float:right;
}
.preview {
  margin: 30px 3px 0;
  width: 502px;
  height: 730px;
}
.right-box-top{
  height: 58px;
  border-bottom: 1px solid #DBDBDB;
  padding: 20px 5px 10px;
  box-sizing: border-box;
}
.paper-logo{
  width: 88px;
  height: 24px;
  margin: 0 5px 0 0;
}
.layout-name{
  font-size: 18px;
  height: 24px;
  line-height:24px;
}
.publish-time{
  font-size: 14px;
  height: 24px;
  line-height:24px;
}
.my-article-list { overflow:hidden; height:700px; overflow-y:auto; }
.article-list{
  margin: 5px 0;
  overflow: hidden;
}

.article-list a:hover{
  color:#e41919;
}

.article-list li{
  border-bottom: 1px dashed #dadada;
  padding: 15px 5px;
  color: #666666d6;
  font-size:12px;
  line-height:24px;
}
.article-title{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  background: url(../images/dot.png) no-repeat left 12px;
  padding-left:20px;
}
.article-des{
  font-size: 14px;
  line-height: 22px;
 /* text-indent:2em;*/
}
.change-layout-box{
  position: absolute;
  right: -35px;
  bottom: 88px;
}
.right-buttons{
  position: absolute;
  right: -41px;
  top: 20px;
}
.left-buttons{
  position: absolute;
  left: -35px;
  top: 20px;
}
.left-bottom-box{
  position: absolute;
  left: -35px;
  bottom: 88px;
}
.left-bottom-box .left-button-item{
  line-height: 1.2;
}
.next-layout, .pre-layout{
  background-color: #e50012;
  width: 35px;
  height: 94px;
  display: block;
  padding: 12px 8px;
  box-sizing: border-box;
  line-height: 1.3;
  text-align: center;
  border-radius: 0px 10px 10px 0px;
}
.pre-layout{
  padding-top: 10px;
}
.next-layout{
  padding-bottom: 10px;
}
.next-layout a, .pre-layout a{
  color: #FFF;
  font-size: 14px;
  display: inline-block;
}
.pre-layout + .next-layout{
  margin-top: 20px;
}
.next-layout img{
  margin-top: 5px;
}
/* .pre-layout img{
  margin-bottom: 5px;
} */
.right-button-item{
  width: 41px;
  height: 40px;
  border-radius: 0px 10px 10px 0px;
  background-color: #e50012;
  cursor: pointer;
  position: relative;

}
.right-button-item + .right-button-item, .left-button-item + .left-button-item{
  margin-top: 14px;
}
.right-button-item .btn-icon{
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.btn-icon-search{
  background-image: url("../images/search.png")
}
.btn-icon-calendar{
  background-image: url("../images/calendar.png")
}
.btn-icon-share{
  background-image: url("../images/back.png")
}
.btn-icon-catalog{
  background-image: url("../images/catalog.png")
}
.btn-icon-PDF{
  background-image: url("../images/PDF.png")
}
.btn-icon-code {
  background-image: url("../images/ic_code.png")
}
.btn-icon-app {
  background-image: url("../images/ic_app.png")
}
.left-bottom-box a{
  color: #FFF;
  font-size: 16px;
  display: inline-block;
}
.left-button-item{
  position: relative;
}
.left-button-item > span{
  width: 35px;
  min-height: 80px;
  background-color: #e50012;
  border-radius: 10px 0 0 10px;
  text-align: center;
  padding: 16px 11px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
  /* overflow: hidden; */
  cursor: pointer;
  display: inline-block;
}
.left-button-item:not(.tab-button){
  width: 45px;
  min-height: 80px;
  background: #FFFFFF;
  color: #D60D1A;
  padding: 10px 15px;
  position: relative;
  left: -10px;
  line-height: 1.2;;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
  border-radius: 4px 0 0 4px;
  box-shadow: inset -10px 0px 14px -10px #666;
}
.left-button-item:not(.tab-button)::before{
  content: '';
  width: 3px;
  height: 80%;
  background: #D60D1A;
  position: absolute;
  left: 0;
  top: 10%;
}
em.icon-box-arrow {
  width: 8px;
  height: 14px;
  display: block;
  position: absolute;
  left: -6px;
  top: 21px;
  background: url("../images/pic24.png") no-repeat
}
.data_table span.date.active {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  background-color: #f2f2f3;
}
.time-control{
  display: none;
  width: 308px;
  height: 271px;
  background: #FFF;
  position: absolute;
  left: 45px;
  top: 0;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 3px 6px #333;
  z-index: 100;
}
.time-control .data_box{
  border: none;
  box-shadow: none;
}
.time-control em.icon-box-arrow{
 left: -8px;
}
#datePickerBox{
  left: unset;
  right: 52px;
}
#year_box,  #year_boxLeft{
  margin-right: 15px;
}
.data_table, .data_box{
  color: #333;
}
.data_table td{
  background-color: #fff;
}
.layout-list-box{
  display: none;
  position: absolute;
  left: 45px;
  top: 0;
  z-index: 100;
}
#layoutBox{
  left: unset;
  right: 45px;
}
#layoutBox em.icon-box-arrow{
  background: url("../images/pic24-1.png") no-repeat;
  left: unset;
  right: -1px;
}
#datePickerBox em.icon-box-arrow{
  background: url("../images/pic24-1.png") no-repeat;
  left: unset;
  right: -8px;
}
#layoutBoxLeft{
  left: 45px;
}
.layout-list {
  width: 238px;
  padding: 10px 0 15px 19px;
  text-align: left;
  background: url("../images/pic23.png") repeat-y;
}
.layout-list-bg{
  float: left;
  width: 257px;
}
.layout-item{
  height: 34px;
  line-height: 34px;
  padding-right: 25px;
  overflow: hidden;
}
.layout-item a:last-child{
  display: block;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 4px;
  background: url("../images/09.png") no-repeat right center;
}
.share-box{
  display: none;
  width: 188px;
  height: 60px;
  position: absolute;
  z-index: 100;
  padding: 10px 0px 0 18px;
  background: url("../images/share-box.png") no-repeat;
}
.share-box.bdsharebuttonbox .bds_weixin{
  background: url("../images/pic29.png") no-repeat;
}
.share-box.bdsharebuttonbox .bds_tsina{
  background: url("../images/pic30.png") no-repeat;
}
.share-box.bdsharebuttonbox .bds_qzone{
  background: url("../images/pic31.png") no-repeat;
}
#shareBoxLeft{
  left: 36px;
  top: 0;
}
#shareBox{
  background: url("../images/share-box-1.png") no-repeat;
  right: 25px;
  top: 0;
}
.share-box.bdsharebuttonbox a {
  width: 34px;
  height: 34px;
  margin: 0 7px;
  padding: 0;
  display: inline-block;
}
#phoneCode img{
  width: 147px;
  height: 147px;
}
.codeshow {
  display: none;
  position: absolute;
  right: 40px;
  top: 0;
  width: 174px;
  height: 168px;
  padding: 8px 10px 15px 15px;
  box-sizing: border-box;
  z-index: 00;
  background: url(../images/qrcode-bg.png) no-repeat;
}
.news-right-content {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0px;
  z-index: 99;
  display: none;
}
.news-return{
  display: none;
  width: 62px;
  height: 39px;
  position: absolute;
  top: -5px;
  left: -2px;
  z-index: 99;
  background: url("../images/pic33.png") no-repeat;
  background-size: 50px;
}
.pdf-down { position:absolute; bottom:50px; left:50%; z-index:99; margin-left:-60px; }
.pdf-down .pdfimg { overflow:hidden; width:50px; height:50px; }
.pdf-down .pdftxt { overflow:hidden; height:24px; line-height:24px; color:#333; text-align:center; }
.md-popup { display:block; position:fixed; top:0; left:0; z-index:99; width:100%; height:100%; transform:translateY(-100%); transition:transform .5s linear; -webkit-transition:transform .5s linear; }
.md-popup.popshow { display:block; transform:translateY(0); }
.md-popup .pop-wrap { position:fixed; top:40%; left:50%; z-index:99; width:600px; height:60px; margin:-30px 0 0 -300px; }
.md-popup .pop-wrap .pop-cn { position:relative; width:600px; height:60px; }
.md-popup .pop-wrap .pop-cn .popsearch { width:1000px; height:60px; }
.md-popup .pop-wrap .pop-cn .closebtn { position:absolute; top:-50px; right:-50px; z-index:9; display:block; width:30px; height:30px; cursor:pointer; }

.cm-pop-bg { display:none; position:fixed; top:0; left:0; z-index:98; width:100%; height:2000px; background-color:rgba(230,230,230,.8); }

@media screen and (min-width: 1940px) {
  .main-container {
    height: 760px;
    padding:30px 40px;
  }
  .preview {
   margin:30px 3px 0;
    height: auto;
  }
  .my-article-list { overflow:hidden; height:700px; overflow-y:auto; }
  .pdf-down { bottom:50px; margin-left:-60px; }

}
