@charset "UTF-8";
@import url("pager.css");


body {
  background: #fff url(/_/img/bg_service.jpg) center 124px repeat-x;
}

section {
  position: relative;
  padding-top: 0;
  background-position: center top;
  background-image: url(/_/img/banner_service_detail.png);
}

h2 {
  width: 940px;
  margin: 0 auto;
  padding: 30px 0 10px;
  color: #00B5CB;
  font-size: 28px;
  height: 56px;
  line-height: 56px;
}

h2#epaper_title {
  width: 940px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  padding: 30px 0 10px;
  color: #00B5CB;
  font-size: 20px;
}

#epaper_menu {
  position: absolute;
  z-index: 10;
  right: 25px;
  top: 38px;
  width: 200px;
  height: 36px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

#epaper_menu p {
  line-height: 36px;
  padding: 0;
  letter-spacing: 1;
}

#epaper_menu div {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 128px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}

#epaper_menu div:hover {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

#epaper_menu h3 {
  cursor: hand;
  cursor: pointer;
  color: #00B5CB;
  width: 88px;
  height: 26px;
  line-height: 26px;
  padding: 0 30px 0 10px;
  font-weight: normal;
  background: transparent url(/_/img/pic_faq_arrow.png) 110px 10px no-repeat;
}

#epaper_menu_ul {
  display: block;
  padding: 5px 10px;
}

#epaper_menu_ul li {
  display: block;
  padding-bottom: 3px;
}

#epaper_menu_ul li a {
  display: block;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}

#epaper_menu_ul li a:hover {
  background: #00B5CB;
  color: #fff;
}

article {
  padding: 0 0 50px;
}

article p {
  padding: 0;
}

ul#epaper {
  display: block;
  width: 940px;
  margin: 0 auto;
}

#epaper li {
  display: block;
  padding-bottom: 10px;
}

#epaper li a {
  position: relative;
  display: block;
  width: 938px;
  height: 120px;
  border: 1px solid #fff;
  background: #F5F5F5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

#epaper li a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,143,202,.75);
  -moz-box-shadow: 0 0 10px rgba(0,143,202,.75);
  box-shadow: 0 0 10px rgba(0,143,202,.75);
  border: solid 1px #fff;
  background: #fff;
}

#epaper .epaper_overview_img {
  width: 260px;
  height: 120px;
  float: left;
  background: #ccc;
}

#epaper .epaper_overview_img img {
  width: 260px;
  height: 120px;
}

#epaper .epaper_overview {
  padding: 15px 15px 15px 280px;
}

#epaper .epaper_overview_date {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  background: #00B5CB;
  color: #fff;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  letter-spacing: 1px;
}

#epaper h4.epaper_overview_title {
  width: 642px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
}

#epaper .epaper_overview_text {
  width: 642px;
  height: 44px;
  overflow: hidden;
  line-height: 22px;
  color: #444;
}

ul#epaper_index {
  display: block;
  width: 400px;
  height: 700px;
  margin: 0 auto;
  float: right;
  margin-right: 25px;
  padding-bottom: 50px;
}

#epaper_index li {
  display: block;
  padding-bottom: 10px;
}

#epaper_index li a {
  position: relative;
  display: block;
  width: 400px;
  height: 400px;
  border: 1px solid #fff;
  background: #F5F5F5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

#epaper_index li a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,143,202,.75);
  -moz-box-shadow: 0 0 10px rgba(0,143,202,.75);
  box-shadow: 0 0 10px rgba(0,143,202,.75);
  border: solid 1px #fff;
  background: #fff;
}

#epaper_index .epaper_overview_img {
  width: 400px;
  height: 185px;
  background: #ccc;
  padding-top: 30px;
}

#epaper_index .epaper_overview_img img {
  width: 400px;
  height: 185px;
}

#epaper_index .epaper_overview {
  padding: 15px 30px;
}

#epaper_index .epaper_overview_date {
  position: absolute;
  width: 380px;
  height: 30px;
  line-height: 30px;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 10px;
  background: #00B5CB;
  color: #fff;
  letter-spacing: 1px;
  text-align: right;
}

#epaper_index h4.epaper_overview_title {
  width: 340px;
  line-height: 30px;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
}

#epaper_index .epaper_overview_text {
  /*width: 642px;*/
  width: 340px;
  height: 320px;
  overflow: hidden;
  line-height: 22px;
  color: #444;
}



.pager {
  width: 940px;
  margin: 0 auto;
}

#epaper_nav {
  color: #444;
}

#epaper_date {
  color: #868686;
}

#epaper_detail {
  position: relative;
  background: #fff url(/_/img/bg_service_detail.jpg) left top repeat-x;
  width: 858px;
  height: auto;
  margin: 0 11px 90px;
  padding: 30px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.1);
  box-shadow: 1px 2px 5px rgba(0,0,0,.1);
  border: solid 1px #d3d3d3;
  box-shadow: 1px 2px 5px #ddd\0/;
  position:relative\0/;
  z-index: 1\0/;
  behavior: url(/_/js/PIE/PIE.htc)\0/;
}

#epaper_detail p {
  line-height: 1.8;
  padding-bottom: 10px;
}

a.backto {
  position: absolute;
  display: block;
  color: #fff;
  text-align: center;
  width: 98px;
  height: 32px;
  line-height: 32px;
  right: 0;
  bottom: -50px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #acacac;
  background-image: -webkit-linear-gradient(bottom, #9e9e9e, #c1c1c1);
  background-image: -moz-linear-gradient(bottom, #9e9e9e, #c1c1c1);
  background-image: -o-linear-gradient(bottom, #9e9e9e, #c1c1c1);
  background-image: -ms-linear-gradient(bottom, #9e9e9e, #c1c1c1);
  background-image: linear-gradient(to top, #9e9e9e, #c1c1c1);
  behavior: url(/_/js/PIE/PIE.htc)\0/;
}

a.backto:hover,
a.backto:active,
a.backto:focus {
  background-image: -webkit-linear-gradient(top, #9e9e9e, #c1c1c1);
  background-image: -moz-linear-gradient(top, #9e9e9e, #c1c1c1);
  background-image: -o-linear-gradient(top, #9e9e9e, #c1c1c1);
  background-image: -ms-linear-gradient(top, #9e9e9e, #c1c1c1);
  background-image: linear-gradient(to bottom, #9e9e9e, #c1c1c1);
  behavior: url(/_/js/PIE/PIE.htc)\0/;
}

.epaper_footer {
  position: relative;
  height: 50px;
}

a#backto {
  position: absolute;
  display: block;
  right: 28px;
  top: 15px;
  color: #fff;
  text-align: center;
  width: 120px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #acacac;
  background-image: -webkit-linear-gradient(bottom, #9e9e9e, #c1c1c1);
  background-image: -moz-linear-gradient(bottom, #9e9e9e, #c1c1c1);
  background-image: -o-linear-gradient(bottom, #9e9e9e, #c1c1c1);
  background-image: -ms-linear-gradient(bottom, #9e9e9e, #c1c1c1);
  background-image: linear-gradient(to top, #9e9e9e, #c1c1c1);
  behavior: url(/_/js/PIE/PIE.htc)\0/;
}

a#backto:hover,
a#backto:active,
a#backto:focus {
  background-image: -webkit-linear-gradient(top, #9e9e9e, #c1c1c1);
  background-image: -moz-linear-gradient(top, #9e9e9e, #c1c1c1);
  background-image: -o-linear-gradient(top, #9e9e9e, #c1c1c1);
  background-image: -ms-linear-gradient(top, #9e9e9e, #c1c1c1);
  background-image: linear-gradient(to bottom, #9e9e9e, #c1c1c1);
  behavior: url(/_/js/PIE/PIE.htc)\0/;
}

#epaper_detail h3 {
  font-size: 28px;
  color: #00B5CB;
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 40px;
  padding-bottom: 12px;
  height: 30px;
  line-height: 30px;
}


#subscribe {
  float: left;
  margin-left: 25px;
  width: 430px;
  height: 320px;
  padding: 40px;
  background: #fff url(/_/img/bg_service_detail.jpg) left top repeat-x;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.1);
  box-shadow: 1px 2px 5px rgba(0,0,0,.1);
  border: solid 1px #d3d3d3;
  box-shadow: 1px 2px 5px #ddd\0/;
  behavior: url(/_/js/PIE/PIE.htc)\0/;
}

#subscribe fieldset {
  width: 264px;
  margin: 60px auto;
}

#subscribe legend {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}

#subscribe p {
  padding: 5px 0;
}

#subscribe input[type=text] {
  width: 262px;
  padding: 8px;
  -webkit-box-shadow: inset 0 0 5px rgba(6,0,1,.2);
  -moz-box-shadow: inset 0 0 5px rgba(6,0,1,.2);
  box-shadow: inset 0 0 5px rgba(6,0,1,.2);
  border: solid 1px #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  color: #868686;
}

#subscribe input[type=text]:focus {
  outline: none;
  color: #444;
  background: #fff;
  border: solid 1px #00B5CB;
}

#epaper_detail {
  position: relative;
  background: #fff url(/_/img/bg_service_detail.jpg) left top repeat-x;
  width: 858px;
  height: auto;
  margin: 0 11px 90px;
  padding: 30px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.1);
  box-shadow: 1px 2px 5px rgba(0,0,0,.1);
  border: solid 1px #d3d3d3;
  box-shadow: 1px 2px 5px #ddd\0/;
  position:relative\0/;
  z-index: 1\0/;
  behavior: url(/_/js/PIE/PIE.htc)\0/;
}

#epaper_detail p {
  line-height: 1.8;
  padding-bottom: 10px;
}

a.backto {
  position: absolute;
  display: block;
  color: #fff;
  text-align: center;
  width: 98px;
  height: 32px;
  line-height: 32px;
  right: 0;
  bottom: -50px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #acacac;
  background-image: -webkit-linear-gradient(bottom, #9e9e9e, #c1c1c1);
  background-image: -moz-linear-gradient(bottom, #9e9e9e, #c1c1c1);
  background-image: -o-linear-gradient(bottom, #9e9e9e, #c1c1c1);
  background-image: -ms-linear-gradient(bottom, #9e9e9e, #c1c1c1);
  background-image: linear-gradient(to top, #9e9e9e, #c1c1c1);
  behavior: url(/_/js/PIE/PIE.htc)\0/;
}

a.backto:hover,
a.backto:active,
a.backto:focus {
  background-image: -webkit-linear-gradient(top, #9e9e9e, #c1c1c1);
  background-image: -moz-linear-gradient(top, #9e9e9e, #c1c1c1);
  background-image: -o-linear-gradient(top, #9e9e9e, #c1c1c1);
  background-image: -ms-linear-gradient(top, #9e9e9e, #c1c1c1);
  background-image: linear-gradient(to bottom, #9e9e9e, #c1c1c1);
  behavior: url(/_/js/PIE/PIE.htc)\0/;
}

#epaper_detail h3 {
  font-size: 28px;
  color: #00B5CB;
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 40px;
  padding-bottom: 12px;
  height: 30px;
  line-height: 30px;
}