@charset "UTF-8";

html {
  color: #000;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html * {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  font-size: 100%;
}

/* 去掉各 Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 去除默认边框 */
fieldset,
img {
  border: 0;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}

/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: '';
}

/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 正常链接 未访问 */
/* 鼠标悬停 */
a:hover {
  text-decoration: underline;
}

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}

ins:hover,
a:hover {
  text-decoration: none;
}

/*整体部分*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/*滑动轨道*/
::-webkit-scrollbar-track {
  border-radius: 5px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
  height: 40px;
  border-radius: 5px;
  background: #d7d7d7;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:active {
  background: #949494;
}

.fz-12 {
  font-size: 6px;
}

[data-dpr="2"] .fz-12 {
  font-size: 12px;
}

[data-dpr="3"] .fz-12 {
  font-size: 18px;
}

[data-dpr="4"] .fz-12 {
  font-size: 24px;
}

.fz-14 {
  font-size: 7px;
}

[data-dpr="2"] .fz-14 {
  font-size: 14px;
}

[data-dpr="3"] .fz-14 {
  font-size: 21px;
}

[data-dpr="4"] .fz-14 {
  font-size: 28px;
}

.fz-16 {
  font-size: 8px;
}

[data-dpr="2"] .fz-16 {
  font-size: 16px;
}

[data-dpr="3"] .fz-16 {
  font-size: 24px;
}

[data-dpr="4"] .fz-16 {
  font-size: 32px;
}

.fz-18 {
  font-size: 9px;
}

[data-dpr="2"] .fz-18 {
  font-size: 18px;
}

[data-dpr="3"] .fz-18 {
  font-size: 27px;
}

[data-dpr="4"] .fz-18 {
  font-size: 36px;
}

.fz-20 {
  font-size: 10px;
}

[data-dpr="2"] .fz-20 {
  font-size: 20px;
}

[data-dpr="3"] .fz-20 {
  font-size: 30px;
}

[data-dpr="4"] .fz-20 {
  font-size: 40px;
}

.fz-22 {
  font-size: 11px;
}

[data-dpr="2"] .fz-22 {
  font-size: 22px;
}

[data-dpr="3"] .fz-22 {
  font-size: 33px;
}

[data-dpr="4"] .fz-22 {
  font-size: 44px;
}

.fz-24 {
  font-size: 12px;
}

[data-dpr="2"] .fz-24 {
  font-size: 24px;
}

[data-dpr="3"] .fz-24 {
  font-size: 36px;
}

[data-dpr="4"] .fz-24 {
  font-size: 48px;
}

.fz-26 {
  font-size: 13px;
}

[data-dpr="2"] .fz-26 {
  font-size: 26px;
}

[data-dpr="3"] .fz-26 {
  font-size: 39px;
}

[data-dpr="4"] .fz-26 {
  font-size: 52px;
}

.fz-28 {
  font-size: 14px;
}

[data-dpr="2"] .fz-28 {
  font-size: 28px;
}

[data-dpr="3"] .fz-28 {
  font-size: 42px;
}

[data-dpr="4"] .fz-28 {
  font-size: 56px;
}

.fz-30 {
  font-size: 15px;
}

[data-dpr="2"] .fz-30 {
  font-size: 30px;
}

[data-dpr="3"] .fz-30 {
  font-size: 45px;
}

[data-dpr="4"] .fz-30 {
  font-size: 60px;
}

.fz-32 {
  font-size: 16px;
}

[data-dpr="2"] .fz-32 {
  font-size: 32px;
}

[data-dpr="3"] .fz-32 {
  font-size: 48px;
}

[data-dpr="4"] .fz-32 {
  font-size: 64px;
}

.fz-34 {
  font-size: 17px;
}

[data-dpr="2"] .fz-34 {
  font-size: 34px;
}

[data-dpr="3"] .fz-34 {
  font-size: 51px;
}

[data-dpr="4"] .fz-34 {
  font-size: 68px;
}

.fz-36 {
  font-size: 18px;
}

[data-dpr="2"] .fz-36 {
  font-size: 36px;
}

[data-dpr="3"] .fz-36 {
  font-size: 54px;
}

[data-dpr="4"] .fz-36 {
  font-size: 72px;
}

.fz-38 {
  font-size: 19px;
}

[data-dpr="2"] .fz-38 {
  font-size: 38px;
}

[data-dpr="3"] .fz-38 {
  font-size: 57px;
}

[data-dpr="4"] .fz-38 {
  font-size: 76px;
}

body {
  font-family: "Microsoft Yahei";
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.fl,
.left {
  float: left;
}

.fr,
.right {
  float: right;
}

.hide {
  display: none !important;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.fb {
  font-weight: 700;
}

.ta_l {
  text-align: left;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.none {
  display: none;
}

/*文字超出省略*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*光标*/
.cursor {
  cursor: pointer;
}

input {
  outline: 0 none;
}

html,
body {
  min-width: 1300px;
  background-color: #671e2e;
  box-sizing: content-box;
}

a:hover {
  cursor: pointer;
}



.navlist {
  position: relative;
  height: 62px;
  left: 8px;
  /* width: 1000px; */
  margin: 0 auto;
  text-align: center;
}

.navlist .nav {
  position: relative;
  display: inline-block;
  height: 46px;
  width: 143px;
  margin: 0 2px;
  cursor: pointer;
}

.navlist .nav0 {
  width: 177px;
  background: url(../images/workdisplay/y8_yywhbtn.png) no-repeat center;
}
.navlist .nav1 {
  background: url(../images/workdisplay/y8_tjbtn.png) no-repeat center;
}

.navlist .nav2 {
  background: url(../images/workdisplay/y8_jmbtn.png) no-repeat center;
}

.navlist .nav3 {
  background: url(../images/workdisplay/y8_zcrbtn.png) no-repeat center;
}

.navlist .nav4 {
  background: url(../images/workdisplay/y8_phbtn.png) no-repeat center;
}

.navlist .nav5 {
  background: url(../images/workdisplay/y8_whbtn.png) no-repeat center;
}

/*.navlist .nav6 {
      background-position: -1062px -82px; }*/
.navlist .nav0.on,
.navlist .nav0:hover {
  width: 177px;
  background: url(../images/workdisplay/y8_yywhxfbtn.png) no-repeat center;
}
.navlist .nav1.on,
.navlist .nav1:hover {
  background: url(../images/workdisplay/y8_tjxfbtn.png) no-repeat center;
}

.navlist .nav2.on,
.navlist .nav2:hover {
  background: url(../images/workdisplay/y8_jmxfbtn.png) no-repeat center;
}

.navlist .nav3.on,
.navlist .nav3:hover {
  background: url(../images/workdisplay/y8_zcrxfbtn.png) no-repeat center;
}

.navlist .nav4.on,
.navlist .nav4:hover {
  background: url(../images/workdisplay/y8_phxfbtn.png) no-repeat center;
}

.navlist .nav5.on,
.navlist .nav5:hover {
  background: url(../images/workdisplay/y8_whxfbtn.png) no-repeat center;
}

/*.navlist .nav6.on, .navlist .nav6:hover {
      background-position: -1065px -245px; }*/
.navlist .nav.on:after,
.navlist .nav.on .navafter {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  position: relative;
  top: 52px;
  border: 12px solid;
  border-color: transparent transparent #fff6db transparent;
}

div.box {
  /* width: 930px; */
  /* margin: 0 auto; */
  padding: 10px 25px;
  /* border-radius: 3px; */
  /* background-color: #fff6db; */
}

div.box .summary {
  height: 42px;
  padding: 0 10px;
  margin: 10px 0 10px;
  background-color: #fcdfb2;
}

div.box .summary .total {
  display: inline-block;
  font-size: 18px;
  line-height: 42px;
  color: #ad6024;
}

div.box .summary .total em {
  padding: 0 5px;
  font-weight: bolder;
  color: #db5c28;
}

div.box .summary .sortby {
  display: block;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  color: #ad6024;
  float: right;
}

div.box .summary .sortby a {
  padding: 0 10px;
  cursor: pointer;
  user-select: none;
}

div.box .summary .sortby a.on {
  color: #d74723;
  font-weight: bolder;
}

div.box #pagerbox1,
div.box #pagerbox1 {
  margin-bottom: 10px;
}

div.box p.pager {
  height: 28px;
  text-align: center;
}

div.box p.pager span,
div.box p.pager i,
div.box p.pager a,
div.box p.pager label {
  display: inline-block;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #7c461e;
  text-align: center;
}

div.box p.pager a {
  cursor: pointer;
}

div.box p.pager .pg-summary {
  padding: 0 10px;
}

div.box p.pager .pg-totle {
  padding: 0 5px;
  font-style: normal;
}

div.box span.pg-linkbox .pg-pre,
div.box span.pg-linkbox .pg-next {
  width: 50px;
  user-select: none;
}

div.box span.pg-linkbox .pg-pre:hover {
  background-position: -40px -86px;
}

div.box span.pg-linkbox .pg-next:hover {
  background-position: -62px -86px;
}

div.box p.pager .pg-idx {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 2px;
  transition: 0.2s;
}

div.box p.pager .pg-idx.on,
div.box p.pager .pg-idx:hover {
  color: #fff;
  background-color: #ed3b06;
}

div.box p.pager .pg-elips {
  padding: 0 5px;
}

div.box p.pager label {
  margin-left: 10px;
}

div.box input.pg-skipto {
  width: 30px;
  height: 18px;
  padding: 0 2px;
  margin: 0 5px;
  outline: none;
  border: 1px solid #7c461e;
  background-color: transparent;
}

div.box p.pager .pg-btn-skip {
  margin-left: 5px;
  height: 24px;
  width: 40px;
  user-select: none;
  transition: 0.2s;
}

div.box p.pager .pg-btn-skip:hover {
  background-color: #ed3b06;
  color: #fff;
}


.box.box1 .filter1 {
  padding: 10px;
  height: 28px;
  border-bottom: 1px solid #f7e8b7;
}

.box.box1 .filter2 {
  padding: 10px;
  position: relative;
}

.box.box1 .cond-box {
  display: inline-block;
  width: 830px;
  padding-right: 20px;
}

.box.box1 .cond-box.limit {
  max-height: 52px;
  overflow: hidden;
}

.box.box1 .f-name {
  display: inline-block;
  height: 24px;
  margin: 2px 0;
  font-size: 16px;
  line-height: 24px;
  color: #7f3413;
  vertical-align: top;
}

.box.box1 .f-val {
  display: inline-block;
  height: 24px;
  padding: 0 8px;
  margin: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #7f3413;
  cursor: pointer;
}

.box.box1 .f-val.on {
  background-color: #ed4708;
  color: #fdf4d6;
}

.box.box1 .btn-more {
  display: inline-block;
  height: 22px;
  padding: 0 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 1px solid #eac686;
  font-size: 14px;
  line-height: 22px;
  color: #be6928;
}

.box.box1 .btn-more.hide {
  display: none;
}

.box.box1 .btn-more:hover {
  color: #7f3413;
  cursor: pointer;
  background-color: #eac686;
}

.box.box1 .listbox {
  position: relative;
  width: 100%;
  padding-top: 15px;
  overflow: hidden;
}

.box.box1 .v-list {
  position: relative;
  width: 100%;
  /* float: left; */
  /* overflow: hidden; */
}


.box.box1 .v-list .v-item .covery {
  position: relative;
  width: 100%;
  display: block;
  height: 140px;
  cursor: pointer;
}

.box.box1 .v-list .v-item .covery img {
  position: relative;
  width: 100%;
  height: 100%;
}

.box.box1 .v-list .v-item .vtitleandzhuanqu
{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.vtitle {
  position: relative;
  height: 30px;
  margin-top: 10px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.vtitle a {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 30px;
  color: #dd2300;
}
.vtitlea {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 30px;
  color: #dd2300;
}

.zhuanqu {
  position: relative;
  height: 24px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 24px;
  color: #7f3413;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zhuanqu a {
  position: absolute;
  padding-left: 13px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #8a2e00;
}
.zhuanqua {
  position: absolute;
  padding-left: 13px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #8a2e00;
}

.box.box2 .infobox {
  height: 130px;
  padding: 5px;
  background-color: #ee4833;
}

.box.box2 .infobox .leftbox {
  width: 450px;
  padding-left: 15px;
  float: left;
}

.box.box2 .infobox .info-title {
  font-size: 20px;
  line-height: 40px;
  color: #fff476;
  font-weight: bolder;
}

.box.box2 .infobox .detail {
  font-size: 18px;
  line-height: 28px;
  color: #fdf4d6;
}

.box.box2 .infobox .rightbox {
  width: 340px;
  position: relative;
  float: right;
}

.box.box2 .infobox .btn-download {
  display: inline-block;
  position: absolute;
  left: 0;
  height: 62px;
  width: 150px;
  margin: 34px;
  font-size: 18px;
  line-height: 50px;
  color: #d32c25;
  text-align: center;
  background: url("../images/workdisplay/btnbg.png") no-repeat center -75px;
  user-select: none;
  -ms-user-select: none;
}

.box.box2 .infobox .btn-download:hover {
  cursor: pointer;
  background-position: center -150px;
}

.box.box2 .infobox .qrbox {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 110px;
  vertical-align: middle;
  overflow: hidden;
}

.box.box2 .infobox .qrtip {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}

.box.box2 .subbox6 {
  margin-top: 10px;
}

.box.box2 .subbox6 .article {
  height: 110px;
  padding: 15px;
  margin: 20px 0;
  background-color: #fff;
  position: relative;
}

.box.box2 .subbox6 .article .covery {
  display: inline-block;
  height: 110px;
  width: 165px;
  cursor: pointer;
}

.box.box2 .subbox6 .article .covery img {
  width: 100%;
  height: 100%;
}

.box.box2 .subbox6 .article .info {
  display: inline-block;
  height: 110px;
  width: 720px;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
}

.box.box2 .subbox6 .article .title {
  display: block;
  line-height: 30px;
  font-size: 18px;
  color: #363636;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.box.box2 .subbox6 .article .info-desc {
  line-height: 24px;
  font-size: 14px;
  color: #696969;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.box.box2 .subbox6 .article .infofoot {
  position: absolute;
  bottom: 15px;
  height: 24px;
  width: 100%;
  margin-top: 10px;
  line-height: 24px;
}

.box.box2 .subbox6 .article .userimg {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  overflow: hidden;
  *vertical-align: middle;
}

.box.box2 .subbox6 .article .userimg img {
  width: 100%;
  height: 100%;
}

.box.box2 .subbox6 .article .nick {
  display: inline-block;
  width: 200px;
  height: 24px;
  padding-left: 5px;
  line-height: 24px;
  color: #696969;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box.box2 .subbox6 .article .viewinfo {
  display: block;
  height: 24px;
  width: 280px;
  position: absolute;
  right: 15px;
  bottom: 0;
}

.box.box2 .subbox6 p.viewinfo .item {
  display: inline-block;
  width: 40px;
  padding-left: 25px;
  color: #666;
  font-size: 12px;
  line-height: 24px;
  background: url("../images/workdisplay/icon_info.png") no-repeat;
}

.box.box2 .subbox6 p.viewinfo .item.item1 {
  background-position: 0 5px;
}

.box.box2 .subbox6 p.viewinfo .item.item2 {
  background-position: 0 -22px;
}

.box.box2 .subbox6 p.viewinfo .item.item3 {
  background-position: 0 -52px;
}

.box.box2 .subbox6 p.viewinfo .item.item4 {
  background-position: 0 -79px;
}

#loginBoxCnt {
  box-sizing: content-box;
}

p.logo {
  width: 209px;
  height: 88px;
  margin: 40px auto 0;
  background: url("../images/index/gehk_dblogo.png") no-repeat center;
}

#footer_link_info p,
#footer_link_info a,
#footer_link_info span {
  color: #fff;
}


.allbox_bg {
  position: absolute;
  width: 100%;
  min-width: 1300px;
}

.allbox_bg_top1 {
  position: relative;
  width: 100%;
  height: 175px;
  background: url(../images/workdisplay/y8_jmztop1.jpg) no-repeat center;
}

.allbox_bg_top2 {
  position: relative;
  width: 100%;
  height: 175px;
  background: url(../images/workdisplay/y8_jmztop2.jpg) no-repeat center;
}

.allbox_bg_top3 {
  position: relative;
  width: 100%;
  height: 175px;
  background: url(../images/workdisplay/y8_jmztop3.jpg) no-repeat center;
}

.allbox_bg_top4 {
  position: relative;
  width: 100%;
  height: 175px;
  background: url(../images/workdisplay/y8_jmztop4.jpg) no-repeat center;
}
.jmltop1
{
  position: relative;
  width: 1169px;
  height: 112px;
  background: url(../images/workdisplay/y8jml_top1.png) no-repeat center;
}
.jmltop2
{
  position: relative;
  width: 1169px;
  background: url(../images/workdisplay/y8jml_top2.png) repeat-y center;
}
.jmltop3
{
  position: relative;
  width: 1169px;
  height: 112px;
  background: url(../images/workdisplay/y8jml_top3.png) no-repeat center;
}
div.head2 {
  position: relative;
  margin: auto;
  width: 1169px;
}
#box1 {
  position: relative;
  left: 8px;
  margin: auto;
  width: 966px;
  background: url(../images/workdisplay/y8_jmznrtop2.jpg) repeat-y center;
}
.titleTop {
  position: relative; 
  left: 8px;
  margin: auto;
  margin-top: 14px;
  width: 966px;
  height: 14px;
  background: url(../images/workdisplay/y8_jmznrtop1.jpg) no-repeat center;
}

.titleBottom {
  position: relative; 
  left: 8px;
  margin: auto;
  width: 966px;
  height: 14px;
  background: url(../images/workdisplay/y8_jmznrtop3.jpg) no-repeat center;
}
.head1
{
  position: relative;
  width: 100%;
  height: 450px;
}
div.footlogo {
	height: 120px;
	width: 322px;
	margin: 0 auto;
	background: url('../images/index/y8_bottom-logo.png') no-repeat center;
}
.v-list_vv
{
  position: relative;
  width: 100%;
  height: 88px;
}
.v-list_vvname
{
  position: absolute;
  text-align: left;
  font-size: 20px;
  color: #dd2300;
  left: 40px;
  top: 20px;
  height: 20px;
}
.v-list_vvzqname
{
  position: absolute;
  font-size: 16px;
  color: #8a2e00;
  text-align: left;
  left: 40px;
  top: 50px;
  height: 20px;
}
.v-list_vvckbtn
{
  position: absolute;
  right: 40px;
  top: 28px;
  width: 102px;
  height: 34px;
	background: url('../images/workdisplay/y8_djckbtn.jpg') no-repeat center;
}
.v-list_bootomborder
{
  position: absolute;
  width: 888px;
  height: 1px;
  bottom: 0px;
  left: 39px;
  background-color: #eedebf;
}
.box.box1 .v-list .v-item {
  position: relative;
  height: 240px;
  width: 455px;
  overflow: hidden;
  margin: 0px 5px 15px 16px;
  float: left;
  /* display: inline; */
  /* background: #000; */
}