.banner {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.banner-inner {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  text-align: center;
}
.banner-inner-img {
  height: 250px;
}
.content {
  background-color: #f3f6fb;
  padding-bottom: 40px;
  font-size: 0;
}
.content-box {
  width: 960px;
  margin-left: 240px;
  padding-top: 10px;
}
.page-content {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.breadcrumb {
  line-height: 1;
  padding: 20px 0 10px 25px;
}
.breadcrumb li {
  display: inline;
  font-size: 12px;
  color: #999;
}
.breadcrumb a {
  color: #999;
  margin: 0 5px;
}
.breadcrumb .active {
  color: #4c4c4c;
}
.gsjj {
  padding: 30px;
}
.gsjj-header {
  height: 300px;
}
.gsjj .book-box {
  -webkit-box-shadow: 0 5px 20px rgba(9, 30, 48, 0.1);
          box-shadow: 0 5px 20px rgba(9, 30, 48, 0.1);
}
.gsjj .book-box img {
  width: 228px;
  height: 300px;
}
.gsjj .info-box {
  margin-left: 30px;
}
.gsjj .info-box .info-list {
  padding-top: 20px;
}
.gsjj .info-box .info-list li {
  font-size: 14px;
  color: #999;
  line-height: 1;
  margin-bottom: 24px;
}
.gsjj .info-box .info-list span {
  font-size: 16px;
  color: #333;
}
.gsjj .info-box .info-list .phone {
  font-weight: bold;
  font-style: italic;
}
.gsjj .info-box .detail-btn {
  width: 104px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  background-color: #ee3423;
  color: #fff;
  font-size: 14px;
  margin-top: 18px;
  cursor: pointer;
}
.gsjj .code-list li {
  font-size: 14px;
  color: #666;
  width: 120px;
  height: 140px;
  background-color: #fafbfd;
  border: 1px solid #f3f6fb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  line-height: 1;
  padding-top: 10px;
}
.gsjj .code-list .code-box {
  margin-top: 15px;
}
.gsjj .code-list .code-box img {
  width: 90px;
  height: 90px;
}
.gsjj .code-list .li-border {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #e3eaf7;
}
.gsjj .code-list .li-border-tl,
.gsjj .code-list .li-border-tr {
  border-bottom: none;
  top: -1px;
}
.gsjj .code-list .li-border-bl,
.gsjj .code-list .li-border-br {
  border-top: none;
  bottom: -1px;
}
.gsjj .code-list .li-border-bl,
.gsjj .code-list .li-border-tl {
  border-right: none;
  left: -1px;
}
.gsjj .code-list .li-border-br,
.gsjj .code-list .li-border-tr {
  border-left: none;
  right: -1px;
}
.gsjj .code-list li + li {
  margin-top: 20px;
}
.gsjj-content {
  margin-top: 50px;
}
.gsjj-content h2 {
  font-size: 24px;
  color: #2f3f53;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}
.gsjj-content p {
  font-size: 16px;
  color: #666;
  text-indent: 2em;
  line-height: 30px;
  text-align: justify;
}
.gsjj-content p span {
  font-weight: bold;
  color: #ff532b;
}
.gsjj-content .imgdiv {
    text-align: center;
}
.gsjj-content .imgdiv img {
    width: 650px;
}

.gsjj-content .subtit {
  font-size: 22px;
  color: #2f3f53;
  line-height: 48px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: bold;
}
.gsjj-content .subtit:after {
  content: "";
  display: block;
  height: 2px;
  width: 47px;
  background-color: #ff3c1c;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.gsjj-content .business {
  margin-top: 20px;
}
.gsjj-content .business-tit:before {
  font-family: "iconfont";
  content: "\e62c";
  color: #ff3c1c;
  font-size: 22px;
}
.gsjj-content .advantage-tit:before {
  font-family: "iconfont";
  content: "\e62b";
  color: #ff3c1c;
  font-size: 22px;
}
.gsjj-content .advantage-list {
  margin-left: -40px;
  font-size: 0;
  margin-bottom: 30px;
}
.gsjj-content .advantage-list .li-tit {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 12px;
}
.gsjj-content .advantage-list .li-tit:before {
  font-family: "iconfont";
  display: inline-block;
  vertical-align: 0px;
  font-size: 14px;
  color: #ff532b;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #ff532b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 22px;
  margin-right: 5px;
}
.gsjj-content .advantage-list .zhengce:before {
  content: " \e62e";
}
.gsjj-content .advantage-list .pinpai:before {
  content: " \e630";
}
.gsjj-content .advantage-list .rencai:before {
  content: " \e632";
}
.gsjj-content .advantage-list .wangluo:before {
  content: " \e631";
  font-size: 12px;
}
.gsjj-content .advantage-list .fuwu:before {
  content: " \e62f";
}
.gsjj-content .advantage-list .jishu:before {
  content: " \e633";
}
.gsjj-content .advantage-list li {
  width: 50%;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gsjj-content .strategy-tit:before {
  font-family: "iconfont";
  content: "\e62a";
  color: #ff3c1c;
  font-size: 22px;
}
.gsjj-content .strategy-list {
  line-height: 36px;
  margin-top: 20px;
}
.gsjj-content .strategy-list dt {
  color: #ff532b;
  font-size: 16px;
}
.gsjj-content .strategy-list dt:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  vertical-align: middle;
  margin-right: 5px;
  background-color: #ff532b;
}
.gsjj-content .strategy-list dd {
  font-size: 16px;
  color: #666;
  text-indent: 2em;
}
.gsjj-content .accountability-tit:before {
  font-family: "iconfont";
  content: "\e629";
  color: #ff3c1c;
  font-size: 22px;
}
.gsjj-content .accountability-list {
  line-height: 30px;
  margin-left: -120px;
  margin-top: 20px;
}
.gsjj-content .accountability-list .li-tit {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.gsjj-content .accountability-list .li-tit:before {
  font-family: "iconfont";
  display: inline-block;
  vertical-align: 3px;
  font-size: 14px;
  color: #ff532b;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #ff532b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 22px;
  margin-right: 10px;
}
.gsjj-content .accountability-list .shehui:before {
  content: " \e637";
}
.gsjj-content .accountability-list .kehu:before {
  content: " \e638";
}
.gsjj-content .accountability-list .gudong:before {
  content: " \e635";
}
.gsjj-content .accountability-list .huoban:before {
  content: " \e634";
}
.gsjj-content .accountability-list .yuangong:before {
  content: " \e636";
}
.gsjj-content .accountability-list .huanjing:before {
  content: " \e639";
}
.gsjj-content .accountability-list span {
  padding-left: 34px;

    display: block;
}
.gsjj-content .accountability-list li {
  font-size: 14px;
  color: #999;
  display: inline-block;
  vertical-align: top;
  margin-left: 120px;
}
.gsjj .gsjj-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 998;
}
.gsjj .lay_bookbox {
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -646px;
  top: 50%;
  margin-top: -300px;
  height: 600px;
  width: 1292px;
  border-radius: 5px;
  z-index: 999;
}
.gsjj .membrane {
  position: absolute;
  left: 50%;
  margin-left: -639px;
  top: 50%;
  margin-top: -290px;
  width: 1278px;
  height: 580px;
  background: url(gsjj-membrane.png) center center no-repeat;
  z-index: -1;
}
.gsjj .box_content {
  position: absolute;
  left: 50%;
  margin-left: -627px;
  top: 50%;
  margin-top: -290px;
  width: 1254px;
  height: 580px;
  overflow-x: hidden;
}
.gsjj .page-num {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 98;
}
.gsjj .page-num p {
  color: #ccc;
  width: 130px;
}
.gsjj .page-num p.fl {
  text-align: right;
}
.gsjj .page-num p.fr {
  text-align: left;
}
.gsjj .page-num_int {
  display: none;
  vertical-align: middle;
  width: 48px;
  color: #fff;
  height: 28px;
  background-color: transparent;
  border: 1px solid #fff;
  text-align: center;
}
.gsjj .page-num p span,
.gsjj .page-num p b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 2px;
}
.gsjj .page-box {
  position: absolute;
  width: 434px;
  left: 50%;
  bottom: -40px;
  height: 74px;
  background: url(gsjj-turnpage_drop.png) center center no-repeat;
  margin-left: -217px;
  line-height: 74px;
  text-align: center;
  z-index: 99;
}
.gsjj .box_content > li {
  height: 100%;
  width: 100%;
  display: none;
  overflow: hidden;
  background-color: #fff;
}
.gsjj .box_content > li.active {
  display: block;
}
.gsjj .page-home,
.gsjj .page-previous,
.gsjj .page-next,
.gsjj .page-back,
.gsjj .shutdown {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 24px;
  height: 24px;
  background-image: url(gsjj-turnpage_icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
}
.gsjj .page-home {
  background-position: 0 center;
}
.gsjj .page-previous {
  background-position: -40px center;
}
.gsjj .page-next {
  background-position: -84px center;
}
.gsjj .page-back {
  background-position: -124px center;
}
.gsjj .shutdown {
  background-position: -168px center;
}
.gsjj .li_shell {
  width: 1254px;
  height: 580px;
  font-size: 0;
  position: relative;
  padding-top: 1px;
  z-index: 1;
}
.gsjj .li_shell:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(gsjj-membrane02.png) center center no-repeat;
  z-index: 1;
}
.gsjj .page-num_tip {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  color: #fff;
  font-size: 16px;
}
.gsjj .book_logo {
  padding-top: 35px;
}
.gsjj .book_logo_en {
  padding-left: 40px;
}
.gsjj .fixed_title {
  font-size: 30px;
  color: #393536;
  line-height: 32px;
  padding: 30px 0;
  font-weight: bold;
}
.gsjj .book_left,
.gsjj .book_right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 627px;
  vertical-align: top;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  height: 580px;
}
.gsjj .book_left {
  text-align: left;
}
.gsjj .book_right {
  text-align: right;
}
.gsjj .p01 {
  color: #393536;
  font-size: 14px;
  line-height: 24px;
  width: 510px;
  margin: 0 auto;
}
.gsjj .border_box {
  margin-left: 12px;
  width: 550px;
  padding-top: 9px;
  border: 1px solid #f57c13;
  text-align: left;
}
.gsjj .book_right .border_box {
  margin-right: 0;
  margin-left: auto;
}
.gsjj .book_lg {
  padding: 0 40px;
}
.gsjj .border_th {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  left: -12px;
  background-color: #f57c13;
  margin-bottom: 25px;
  padding-right: 25px;
}
.gsjj .border_th.border_th_red {
  background-color: #e8380d;
}
.gsjj .border_th.border_th_yellow {
  background-color: #fcc80e;
}
.gsjj .border_th:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-right: 11px solid #b55a24;
}
.gsjj .border_th_red:after {
  border-right-color: #aa2100;
}
.gsjj .border_th.border_th_yellow:after {
  border-right-color: #fcc80e;
}
.gsjj .border_th.border_th_lyellow {
  background-color: #f6ac22;
}
.gsjj .border_th.border_th_lyellow:after {
  border-right-color: #bd800f;
}
.gsjj .pr10 {
  display: inline-block;
  padding-right: 10px;
}
.gsjj .column_title {
  margin-bottom: 25px;
  margin-top: 20px;
}
.gsjj .img_box {
  width: 511px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.gsjj .img_box.img_box01 {
  background-image: url(gsjj-img01.png);
  height: 180px;
}
.gsjj .img_p {
  position: absolute;
  width: 460px;
  bottom: 5px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  left: 25px;
}
.gsjj .record_box {
  border-top: 1px dashed #d46b11;
  width: 510px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 30px;
  margin-top: 35px;
}
.gsjj .record_box h5 {
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -50px;
  color: #666;
  background-color: #fff;
  font-size: 18px;
  line-height: 24px;
  width: 100px;
  text-align: center;
  z-index: 1;
}
.gsjj .record_box p {
  display: inline-block;
  width: 258px;
  line-height: 34px;
  position: relative;
  height: 85px;
}
.gsjj .record_box p + p {
  border-left: 1px dashed #d46b11;
  padding-left: 50px;
  width: 200px;
}
.gsjj .record_box .prl {
  position: absolute;
  bottom: -12px;
  left: 0;
}
.gsjj .record_box p + p .prl {
  left: 50px;
}
.gsjj .record_box p b {
  color: #f57c13;
  font-size: 32px;
  line-height: 32px;
}
.gsjj .record_box p span {
  color: #999;
  font-size: 14px;
}
.gsjj .lg_box {
  padding: 50px 10px 0;
}
.gsjj .ul01 {
  padding-left: 10px;
  padding-top: 45px;
}
.gsjj .ul01 li {
  width: 200px;
  padding-left: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
}
.gsjj .ul01.ul01_02 li {
  width: 250px;
}
.gsjj .bordr_desh_gray {
  border-right: 1px dashed #bebfc8;
}
.gsjj .img02 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 60px;
  height: 60px;
  background-image: url(gsjj-img02.png);
  background-repeat: no-repeat;
}
.gsjj .img02.img02_1 {
  background-position: 0 bottom;
}
.gsjj .img02.img02_2 {
  background-position: -118px bottom;
}
.gsjj .img02.img02_3 {
  background-position: -248px bottom;
}
.gsjj .img02.img02_4 {
  background-position: -368px bottom;
}
.gsjj .img02.img02_5 {
  background-position: -488px bottom;
}
.gsjj .img03 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 60px;
  height: 60px;
  background-image: url(gsjj-img05.png);
  background-repeat: no-repeat;
}
.gsjj .img03.img03_1 {
  background-position: 0 bottom;
}
.gsjj .img03.img03_2 {
  background-position: -118px bottom;
}
.gsjj .img03.img03_3 {
  background-position: -228px bottom;
}
.gsjj .img03.img03_4 {
  background-position: -348px bottom;
}
.gsjj .img03.img03_5 {
  background-position: -478px bottom;
}
.gsjj .img04 {
  margin-top: 42px;
}
.gsjj .img05 {
  position: absolute;
  top: 260px;
  left: 565px;
}
.gsjj .img06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 60px;
  height: 60px;
  background-image: url(icon13.png);
  background-repeat: no-repeat;
}
.gsjj .img06.img06_1 {
  background-position: 0 bottom;
}
.gsjj .img06.img06_2 {
  background-position: -118px bottom;
}
.gsjj .img06.img06_3 {
  background-position: -248px bottom;
}
.gsjj .img06.img06_4 {
  background-position: -368px bottom;
}
.gsjj .img07 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.gsjj .img08 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.gsjj .img09 {
  position: relative;
  z-index: 1;
  top: 140px;
  right: 50px;
  z-index: -1;
}
.gsjj .img10 {
  margin-top: 42px;
}
.gsjj .img11 {
  position: absolute;
  top: 0;
  left: 0;
}
.gsjj .img12 {
  position: absolute;
  right: 0;
  top: 1px;
}
.gsjj .ul01 .l {
  width: 75px;
  border-top: 1px dashed #bebfc8;
  display: block;
  margin-top: 12px;
  padding-bottom: 8px;
}
.gsjj .ul01 span {
  color: #999;
  font-size: 14px;
  line-height: 16px;
}
.gsjj .ul01 b {
  color: #333;
  font-size: 36px;
  line-height: 38px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 8px;
}
.gsjj .ul02 {
  padding-top: 80px;
}
.gsjj .ul02 li {
  float: left;
  width: 205px;
  position: relative;
  padding-left: 25px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.gsjj .ul02 p {
  color: #333;
  font-size: 14px;
  line-height: 16px;
  width: 185px;
  height: 32px;
  padding-bottom: 20px;
}
.gsjj .ul02 b {
  color: #fcc80e;
  font-size: 36px;
  vertical-align: bottom;
}
.gsjj .ul02 span {
  color: #999;
  font-size: 14px;
  vertical-align: bottom;
}
.gsjj .ul02 i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 90px;
  position: absolute;
  right: 0;
  top: 0;
  border-right: 1px dashed #bebfc8;
}
.gsjj .ul03 {
  padding-top: 80px;
}
.gsjj .ul03 li {
  float: left;
  width: 150px;
  position: relative;
  padding-left: 25px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.gsjj .ul03 p {
  color: #333;
  font-size: 14px;
  line-height: 16px;
  width: 185px;
  height: 32px;
  padding-bottom: 20px;
}
.gsjj .ul03 li.wa,
.gsjj .ul03 p.wa {
  width: auto;
}
.gsjj .ul03 b {
  color: #fcc80e;
  font-size: 36px;
  vertical-align: bottom;
}
.gsjj .ul03 span {
  color: #999;
  font-size: 14px;
  vertical-align: bottom;
}
.gsjj .ul03 i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 90px;
  position: absolute;
  right: 0;
  top: 0;
  border-right: 1px dashed #bebfc8;
}
.gsjj .ul04 {
  position: relative;
  width: 100%;
}
.gsjj .ul04 li {
  width: 160px;
  position: absolute;
}
.gsjj .ul04 li span {
  color: #999;
  font-size: 12px;
}
.gsjj .ul04 li h5 {
  color: #ed2622;
  font-size: 16px;
  padding-top: 10px;
}
.gsjj .ul04 li hr {
  background-color: #bebfc8;
  height: 1px;
  border-width: 0;
  margin: 8px 0;
}
.gsjj .ul04 li p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.gsjj .ul04 .ul04_01 {
  top: 50px;
  left: 50px;
}
.gsjj .ul04 .ul04_02 {
  top: 30px;
  left: 240px;
  width: 164px;
}
.gsjj .ul04 .ul04_03 {
  top: 10px;
  left: 430px;
}
.gsjj .ul04 .ul04_04 {
  top: 10px;
  left: 670px;
}
.gsjj .ul04 .ul04_05 {
  top: 30px;
  left: 860px;
}
.gsjj .ul04 .ul04_06 {
  top: 50px;
  left: 1050px;
}
.gsjj .ul05 {
  position: relative;
  width: 100%;
}
.gsjj .ul05 li {
  width: 160px;
  position: absolute;
}
.gsjj .ul05 li p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.gsjj .ul05 .ul05_01 {
  top: 255px;
  left: 65px;
}
.gsjj .ul05 .ul05_02 {
  top: 255px;
  left: 255px;
}
.gsjj .ul05 .ul05_03 {
  top: 255px;
  left: 445px;
}
.gsjj .ul05 .ul05_04 {
  top: 255px;
  left: 685px;
}
.gsjj .ul05 .ul05_05 {
  top: 255px;
  left: 875px;
}
.gsjj .ul05 .ul05_06 {
  top: 255px;
  left: 1065px;
}
.gsjj .ul06 {
  padding-top: 54px;
}
.gsjj .ul06 li {
  float: left;
  padding: 0 30px;
  text-align: center;
  width: 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gsjj .ul06 li + li {
  border-left: 1px dashed #bebfc8;
}
.gsjj .ul06 li img {
  margin-bottom: 18px;
}
.gsjj .ul06 li p {
  color: #999;
  font-size: 14px;
  line-height: 18px;
  height: 50px;
  text-align: left;
}
.gsjj .ul06 li b {
  color: #ed2622;
  font-size: 20px;
}
.gsjj .ul06 li span {
  color: #999;
  font-size: 14px;
}
.gsjj .ul07 {
  position: relative;
}
.gsjj .ul07 li {
  position: absolute;
  width: 230px;
  text-align: left;
}
.gsjj .ul07 b {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.gsjj .ul07 p {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
.gsjj .ul07 .ul07_01 {
  right: 310px;
  top: 175px;
}
.gsjj .ul07 .ul07_02 {
  right: 310px;
  top: 292px;
}
.gsjj .ul07 .ul07_03 {
  right: 310px;
  top: 407px;
}
.gsjj .ul07 .ul07_04 {
  right: -40px;
  top: 233px;
}
.gsjj .ul07 .ul07_05 {
  right: -40px;
  top: 349px;
}
.gsjj .ul07 .ul07_06 {
  right: -40px;
  top: 466px;
}
.gsjj .ul08 {
  padding-top: 60px;
  padding-left: 26px;
}
.gsjj .ul08 li {
  float: left;
  text-align: center;
  padding: 0 20px;
}
.gsjj .ul08 li + li {
  border-left: 1px dashed #bebfc8;
}
.gsjj .ul08 p {
  color: #666;
  font-size: 14px;
  padding: 12px 0;
}
.gsjj .ul08 b {
  color: #eb2622;
  font-size: 20px;
  font-weight: bold;
}
.gsjj .ul08 span {
  color: #999;
  font-size: 12px;
}
.gsjj .book_right.rl {
  padding-left: 40px;
  width: 547px;
}
.gsjj .black_title {
  color: #393536;
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
}
.gsjj .border_dash01 {
  padding-left: 22px;
  margin-top: 45px;
  border: 1px dashed #bebfc8;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 533px;
  position: relative;
  padding-bottom: 14px;
  text-align: left;
}
.gsjj .border_dash01 .h7 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  top: -22px;
  left: 22px;
  width: 70px;
  height: 48px;
  background: url(gsjj-drop01.png) center center no-repeat;
  color: #f18d00;
}
.gsjj .border_dash01 .h7.h7_02 {
  background-image: url(gsjj-drop04.png);
  color: #e8380d;
}
.gsjj .border_dash01 .h7.h7_03 {
  background-image: url(gsjj-drop06.png);
  color: #fcc80e;
}
.gsjj .border_dash01 .pi01 {
  position: absolute;
  right: 90px;
  top: -50px;
}
.gsjj .border_dash01 .pi02 {
  position: absolute;
  right: -35px;
  top: -70px;
}
.gsjj .b {
  font-weight: bold;
}
.gsjj .cor_orange {
  color: #f18d00;
}
.gsjj .cor_gray {
  color: #595757;
}
.gsjj .cor_undertint {
  color: #333;
  width: 550px;
}
.gsjj .cor_red {
  color: #e8380d;
}
.gsjj .cor_green {
  color: #009e9f;
}
.gsjj .cor_yellow {
  color: #f6ac22;
}
.gsjj .cor_lgreen {
  color: #64c0ab;
}
.gsjj .font36 {
  font-size: 36px;
  line-height: 38px;
  text-align: left;
}
.gsjj .font18 {
  font-size: 18px;
  line-height: 20px;
  text-align: left;
}
.gsjj .font14 {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.gsjj .font20 {
  font-size: 20px;
  line-height: 22px;
  text-align: left;
}
.gsjj .font46 {
  font-size: 46px;
  line-height: 48px;
  text-align: left;
}
.gsjj .lh26 {
  line-height: 26px;
}
.gsjj .pd30 {
  padding-top: 30px;
  padding-bottom: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gsjj .pd40 {
  padding-top: 40px;
  padding-bottom: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gsjj .pb52 {
  padding-bottom: 52px;
}
.gsjj .pt20 {
  padding-top: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gsjj .pt22 {
  padding-top: 22px;
  width: 545px;
  line-height: 26px;
}
.gsjj .pt14 {
  padding-top: 14px;
}
.gsjj .pt40 {
  padding-top: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 26px;
  width: 550px;
}
.gsjj .pl40 {
  padding-left: 40px;
}
.gsjj .pl90 {
  padding-left: 90px;
  display: block;
}
.gsjj .pw310 {
  width: 310px;
  padding-top: 40px;
  line-height: 16px;
}
.gsjj .img_box.img_box02.pw310_img {
  margin-top: 6px;
}
.gsjj .border_dash01 .l {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-top: 1px dashed #bebfc8;
  width: 165px;
  margin: 8px 0;
}
.gsjj .border_dash01.border_dash01_right {
  margin-top: 178px;
  margin-right: 0;
  margin-left: auto;
}
.gsjj .img_box.img_box02 {
  width: 310px;
  height: 229px;
  background: url(gsjj-img03.png) center center no-repeat;
  float: right;
  margin-top: 30px;
  margin-right: 14px;
}
.gsjj .img_box02 .img_p {
  width: 260px;
  line-height: 20px;
}
.gsjj .img_box02.img_box02_2 {
  background-image: url(gsjj-img42.png);
}
.gsjj .dl_01 dd,
.gsjj .dl_01 dd div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gsjj .border_dash01 .dl_01 .l {
  border-width: 0;
  border-right: 1px dashed #bebfc8;
  padding: 0;
  padding-left: 30px;
  margin-right: 40px;
  height: 35px;
  width: 0;
  vertical-align: middle;
  position: relative;
  top: -20px;
}
.gsjj .p_02 {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 500px;
}
.gsjj .p_03 {
  padding-bottom: 16px;
}
.gsjj .p_04 {
  padding: 45px 0;
}
.gsjj .p_05 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.gsjj .p_06 {
  width: 500px;
}
.gsjj .p_07 {
  font-size: 14px;
  width: 500px;
  line-height: 26px;
  padding-top: 40px;
  padding-bottom: 65px;
}
.gsjj .p_08 {
  font-size: 16px;
  width: 500px;
  line-height: 30px;
  padding-top: 40px;
}
.gsjj .p_08 b {
  color: #e8380d;
  font-size: 24px;
}
.gsjj .p_09 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  width: 280px;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 100px;
}
.gsjj .p_09 b {
  color: #e8380d;
  font-size: 24px;
}
.gsjj .p_10 {
  margin-left: 120px;
  margin-top: 20px;
  width: 407px;
  height: 147px;
  padding: 20px 35px 0 50px;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  background: url(gsjj-drop03.png) center center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.gsjj .p_11 {
  overflow: hidden;
  padding-top: 130px;
}
.gsjj .p_11 span {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.gsjj .p_11 b {
  color: #e8380d;
  font-size: 26px;
}
.gsjj .p_11 .fl {
  margin-right: 12px;
}
.gsjj .p_11 .p001 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 2px;
  padding-bottom: 8px;
}
.gsjj .p_12 {
  padding-top: 10px;
  width: 500px;
}
.gsjj .p_13 {
  padding-top: 16px;
}
.gsjj .p_14 {
  color: #595757;
  font-size: 14px;
  padding-left: 16px;
  padding-top: 42px;
  padding-bottom: 24px;
}
.gsjj .p_15 {
  color: #333;
  line-height: 26px;
  font-size: 14px;
  width: 500px;
  padding-left: 50px;
  text-align: left;
}
.gsjj .p_16 {
  color: #333;
  font-size: 14px;
  line-height: 26px;
  padding-top: 40px;
  width: 550px;
}
.gsjj .p_17 {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  width: 500px;
  text-indent: 2em;
  margin-top: 120px;
}
.gsjj .p_18 {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  width: 500px;
  text-indent: 2em;
  margin-top: 82px;
}
.gsjj .p_19 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 20px 0;
}
.gsjj .p_20 {
  text-align: left;
  color: #666;
  line-height: 20px;
  font-size: 14px;
  width: 550px;
}
.gsjj .p_21 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  width: 440px;
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 20px;
}
.gsjj .dl_02 {
  padding-left: 124px;
}
.gsjj .dl_02 i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 70px;
  border-right: 1px dashed #bebfc8;
  padding-left: 50px;
  margin-right: 50px;
  vertical-align: middle;
}
.gsjj .h365 {
  height: 345px;
}
.gsjj .img_box03 {
  width: 496px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-right: auto;
  height: 306px;
  background-image: url(gsjj-img04.png);
  margin-top: 25px;
}
.gsjj .img_box03 .img_p {
  bottom: 12px;
  line-height: 18px;
}
.gsjj .img_box04 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 247px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: auto;
  height: 330px;
  background-image: url(gsjj-img07.png);
  margin-top: 10px;
}
.gsjj .img_box04 .img_p {
  position: absolute;
  bottom: 40px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  width: 200px;
}
.gsjj .img_box04 .img_p span {
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  font-weight: bold;
  padding-bottom: 8px;
}
.gsjj .img_box05 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 247px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-right: auto;
  height: 330px;
  background-image: url(gsjj-img08.png);
  margin-top: 10px;
}
.gsjj .img_box05 .img_p {
  position: absolute;
  bottom: 4px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  width: 200px;
}
.gsjj .img_box05 .img_p span {
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  font-weight: bold;
  padding-bottom: 8px;
}
.gsjj .img_box06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 517px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-right: auto;
  height: 168px;
  background-image: url(gsjj-img09.png);
  margin-top: 0;
  margin-bottom: 24px;
}
.gsjj .img_box06 .img_p {
  position: absolute;
  bottom: 10px;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  width: 230px;
  left: 270px;
}
.gsjj .img_box07,
.gsjj .img_box08 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 230px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: auto;
  height: 249px;
  margin-top: 0;
  margin-bottom: 26px;
}
.gsjj .img_box07 .img_p,
.gsjj .img_box08 .img_p {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  width: 200px;
}
.gsjj .img_box07 {
  background-image: url(gsjj-img10.png);
}
.gsjj .img_box08 {
  background-image: url(gsjj-img11.png);
  margin-left: 20px;
}
.gsjj .img_box09 {
  display: block;
  width: 490px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 249px;
  background-image: url(gsjj-img12.png);
  margin-top: 40px;
  margin-bottom: 24px;
}
.gsjj .img_box09 .img_p {
  position: absolute;
  bottom: 20px;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  width: 400px;
  left: 20px;
}
.gsjj .img_box10 {
  display: block;
  width: 542px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 314px;
  background-image: url(gsjj-img18.png);
  margin-top: 40px;
}
.gsjj .img_box10 .img_p {
  position: absolute;
  width: 500px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  bottom: 15px;
  left: 25px;
}
.gsjj .img_box10.img_box10_02 {
  background-image: url(gsjj-img19.png);
}
.gsjj .img_box10.img_box10_03 {
  background-image: url(gsjj-img20.png);
}
.gsjj .img_box10.img_box10_04 {
  background-image: url(gsjj-img21.png);
}
.gsjj .img_box10.img_box10_04 .img_p {
  bottom: 8px;
}
.gsjj .img_box11 {
  display: block;
  width: 1173px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  background-image: url(gsjj-img22.png);
  margin-top: 40px;
}
.gsjj .img_box11 .img_p {
  position: absolute;
  width: 470px;
  color: #333;
  font-size: 14px;
  line-height: 26px;
  bottom: 12px;
  left: 25px;
}
.gsjj .img_box12 {
  display: block;
  width: 517px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  background-image: url(gsjj-img23.png);
  margin-top: 40px;
}
.gsjj .img_box12 .img_p {
  color: #333;
  line-height: 26px;
  font-size: 14px;
  bottom: 22px;
  text-align: left;
}
.gsjj .img_box13 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 296px;
  height: 336px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: 20px;
  background-image: url(gsjj-img24.png);
  margin-top: 12px;
}
.gsjj .img_box13 .img_p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  left: 35px;
  bottom: 25px;
}
.gsjj .img_box14 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 197px;
  height: 336px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(gsjj-img25.png);
  margin-top: 12px;
}
.gsjj .img_box14 .img_p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  width: 170px;
  text-align: left;
  left: 15px;
  bottom: 18px;
}
.gsjj .img_box15 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 510px;
  height: 213px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(gsjj-img26.png);
  margin-top: 12px;
}
.gsjj .img_box15 .img_p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  width: 470px;
  text-align: left;
  left: 15px;
  bottom: 12px;
}
.gsjj .img_box16 {
  position: absolute;
  right: 0;
  top: 0;
  height: 293px;
  width: 260px;
  background: url(gsjj-img27.png) center center no-repeat;
}
.gsjj .img_box16 .img_p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  width: 240px;
  text-align: left;
  left: 10px;
  bottom: 11px;
}
.gsjj .img_box16.img_box16_02 {
  background-image: url(gsjj-img29.png);
}
.gsjj .img_box16.img_box16_02 .img_p {
  bottom: 15px;
}
.gsjj .img_box17 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 213px;
  width: 510px;
  background: url(gsjj-img28.png) center center no-repeat;
}
.gsjj .img_box17 .img_p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  width: 490px;
  text-align: left;
  left: 10px;
  bottom: 8px;
}
.gsjj .img_box18 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 254px;
  width: 240px;
  background: url(gsjj-img30.png) center center no-repeat;
  vertical-align: bottom;
  margin-right: 26px;
  position: relative;
}
.gsjj .img_box18 .img_p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  width: 220px;
  text-align: left;
  left: 10px;
  bottom: 8px;
}
.gsjj .img_box18.img_box18_02 {
  background-image: url(gsjj-img31.png);
}
.gsjj .img_box19 {
  display: block;
  width: 554px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  background-image: url(gsjj-img32.png);
}
.gsjj .img_box19 .img_p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  width: 505px;
  text-align: left;
  left: 20px;
  bottom: 4px;
}
.gsjj .img_box20 {
  display: block;
  width: 554px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 153px;
  background-image: url(gsjj-img33.png);
  margin-top: 10px;
}
.gsjj .img_box20 .img_p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  width: 500px;
  text-align: left;
  left: 20px;
  bottom: 8px;
}
.gsjj .img_box21 {
  display: block;
  width: 526px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: auto;
  height: 267px;
  background-image: url(gsjj-img35.png);
  margin-top: 10px;
}
.gsjj .img_box21.img_box21_2 {
  background-image: url(gsjj-img36.png);
}
.gsjj .img_box21 .img_p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  width: 500px;
  text-align: left;
  left: 20px;
  bottom: 8px;
}
.gsjj .img_box22 {
  display: block;
  width: 625px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -40px;
  margin-right: auto;
  height: 580px;
  background-image: url(gsjj-img38.png);
  margin-top: 0;
}
.gsjj .img_box22 .img_p {
  bottom: 90px;
  left: 35px;
  width: 625px;
}
.gsjj .img_box22 .img_p span {
  font-size: 12px;
  color: #999;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 36px;
  line-height: 36px;
}
.gsjj .img_box22 .img_p span.rl {
  padding-right: 21px;
  background: url(gsjj-icon21.png) right center no-repeat;
}
.gsjj .img_box22 .img_p b {
  color: #ed2622;
  font-size: 20px;
  font-weight: bold;
  height: 36px;
}
.gsjj .img_box23 {
  position: relative;
  background: url(gsjj-drop03.png) center center;
  width: 407px;
  height: 147px;
  left: 115px;
  top: 22px;
}
.gsjj .img_box23 .img_p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  left: 40px;
  top: 20px;
  width: 340px;
  text-align: left;
}
.gsjj .h4_blue {
  text-align: left;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #00a0e9;
  padding-left: 50px;
  padding-top: 40px;
  padding-bottom: 24px;
}
.gsjj .border_dash01.border_dash01_right.mt30 {
  margin-top: 30px;
  padding-top: 45px;
}
.gsjj .box01 {
  padding-top: 20px;
}
.gsjj .box02 {
  padding-top: 30px;
}
.gsjj .box02 p {
  color: #595757;
  font-size: 14px;
  line-height: 26px;
  width: 260px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
  vertical-align: top;
  text-align: left;
}
.gsjj .box03 {
  text-align: left;
  padding-left: 160px;
  padding-top: 50px;
}
.gsjj .box03 h5 {
  color: #e8380d;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  padding-bottom: 20px;
}
.gsjj .box03 p {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding-bottom: 12px;
}
.gsjj .box03 b {
  color: #e8380d;
  font-size: 36px;
  font-weight: bold;
  vertical-align: bottom;
}
.gsjj .box03 span {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
}
.gsjj .box04 {
  height: 356px;
  margin-top: 40px;
}
.gsjj .box04 h4 {
  margin-bottom: 30px;
}
.gsjj .box04 p {
  color: #595757;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.gsjj .box05 {
  height: 356px;
  margin-top: 15px;
}
.gsjj .box06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-left: 25px;
}
.gsjj .box06 h6 {
  color: #fcc80e;
  font-weight: bold;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 12px;
}
.gsjj .box06 p {
  color: #595757;
  font-size: 14px;
  width: 280px;
  line-height: 18px;
}
.gsjj .box07 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 250px;
  padding-top: 20px;
}
.gsjj .box07 h6 {
  color: #fcc80e;
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 6px;
}
.gsjj .box07 p {
  color: #595757;
  font-size: 14px;
  width: 250px;
  line-height: 16px;
}
.gsjj .box08 {
  padding-top: 70px;
}
.gsjj .box08 p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  padding-top: 10px;
  width: 550px;
}
.gsjj .box09 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 200px;
  padding-left: 30px;
  padding-bottom: 58px;
  position: relative;
}
.gsjj .box09.le40 {
  margin-left: 40px;
}
.gsjj .box09 .vl {
  display: block;
  width: 75px;
  border-top: 1px dashed #bebfc8;
  margin-top: 12px;
  margin-bottom: 10px;
}
.gsjj .box09 .tl {
  height: 140px;
  position: absolute;
  right: 0;
  top: 10px;
  border-right: 1px dashed #bebfc8;
}
.gsjj .box09 span {
  color: #999;
  font-size: 14px;
  line-height: 16px;
}
.gsjj .box09 b {
  color: #333;
  font-size: 36px;
  font-weight: bold;
}
.gsjj .box10 {
  padding-left: 18px;
  padding-top: 15px;
  text-align: left;
}
.gsjj .box10 img {
  vertical-align: top;
}
.gsjj .box10 i {
  display: inline-block;
  height: 50px;
  border-left: 1px dashed #bebfc8;
  padding-right: 12px;
  margin-left: 12px;
}
.gsjj .box10 span {
  color: #999;
  font-size: 14px;
  line-height: 18px;
}
.gsjj .box10 b {
  font-size: 36px;
  color: #333;
  line-height: 38px;
}
.gsjj .box10 div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 50px;
}
.gsjj .box10_01.box10 {
  padding-bottom: 30px;
  padding-top: 20px;
  padding-left: 50px;
}
.gsjj .ml-18 {
  margin-left: -18px;
}
.gsjj .box11 {
  padding-left: 30px;
  padding-top: 36px;
}
.gsjj .box11 p {
  color: #333;
  font-size: 14px;
}
.gsjj .box11 b {
  color: #009e9f;
  font-size: 36px;
}
.gsjj .box11 span {
  color: #999;
  font-size: 14px;
}
.gsjj .box11 i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 135px;
  border-top: 1px dashed #bebfc8;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gsjj .box12 {
  position: absolute;
  top: 10px;
  left: 200px;
}
.gsjj .box12 div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
}
.gsjj .box12 p {
  color: #333;
  font-size: 14px;
}
.gsjj .box12 b {
  color: #009e9f;
  font-size: 36px;
}
.gsjj .box12 span {
  color: #999;
  font-size: 14px;
}
.gsjj .box12 i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 60px;
  border-left: 1px dashed #bebfc8;
  margin-right: 20px;
  margin-left: 30px;
  vertical-align: bottom;
}
.gsjj .box13 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 270px;
  padding-left: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gsjj .box13 i {
  display: block;
  border-top: 1px dashed #bebfc8;
  width: 75px;
  margin: 6px 0;
}
.gsjj .box13 span {
  color: #999;
  font-size: 14px;
  vertical-align: bottom;
  line-height: 18px;
}
.gsjj .box13 b {
  color: #00a95f;
  font-size: 36px;
  vertical-align: bottom;
  line-height: 40px;
}
.gsjj .box13 .gray {
  color: #333;
}
.gsjj .imgdrop01 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 102px;
  width: 102px;
  font-size: 24px;
  font-weight: bold;
  line-height: 102px;
  text-align: center;
  background: url(gsjj-drop02.png) center center no-repeat;
  color: #e8380d;
  vertical-align: middle;
}
.gsjj .box14 {
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 255px;
  border-right: 1px dashed #eee;
  margin-top: 80px;
}
.gsjj .box14 li {
  padding-bottom: 28px;
  vertical-align: top;
}
.gsjj .box14 i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 59px;
  height: 59px;
  background-image: url(gsjj-icon22.png);
  background-repeat: no-repeat;
}
.gsjj .box14 i.img07_01 {
  background-position: 0 0;
}
.gsjj .box14 i.img07_02 {
  background-position: 0 -86px;
}
.gsjj .box14 i.img07_03 {
  background-position: 0 -174px;
}
.gsjj .box14 i.img07_04 {
  background-position: 0 -263px;
}
.gsjj .box14 i.img07_05 {
  background-position: 0 -354px;
}
.gsjj .box14 div {
  display: inline-block;
  vertical-align: top;
  padding-left: 28px;
}
.gsjj .box14 p {
  color: #666;
  font-size: 14px;
  padding-bottom: 10px;
}
.gsjj .box14 b {
  color: #ed2622;
  font-size: 22px;
}
.gsjj .box14 span {
  color: #999;
  font-size: 12px;
}
.gsjj .box15 {
  width: 280px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 80px;
  text-align: left;
  vertical-align: top;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gsjj .box15 h4 {
  color: #999;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
.gsjj .box15 h5 {
  color: #ed2622;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
.gsjj .box15 p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  padding-top: 70px;
  width: 257px;
}
.gsjj .box16 {
  width: 375px;
  margin: 40px auto 0;
  text-align: center;
}
.gsjj .box16 dl dd {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  float: left;
  width: 124px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 35px;
  padding-top: 10px;
}
.gsjj .box16 ul {
  padding-top: 44px;
}
.gsjj .box16 ul li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  width: 170px;
  text-align: left;
  position: relative;
}
.gsjj .box16 ul li + li {
  padding-left: 50px;
  width: 200px;
}
.gsjj .box16 ul p {
  color: #666;
  font-size: 14px;
  padding-bottom: 12px;
}
.gsjj .box16 ul b {
  color: #eb2622;
  font-size: 20px;
  font-weight: bold;
}
.gsjj .box16 ul span {
  color: #999;
  font-size: 12px;
}
.gsjj .box16 ul i {
  position: absolute;
  top: 0;
  border-right: 1px dashed #bebfc8;
  height: 64px;
  right: 0;
}
.gsjj .box17 {
  padding-top: 106px;
  padding-left: 46px;
  position: relative;
  z-index: 1;
}
.gsjj .box18 {
  text-align: center;
}
.gsjj .box19 > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.gsjj .box19 div div {
  width: 270px;
  text-align: left;
  padding-top: 20px;
}
.gsjj .box19 p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #666;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
}
.gsjj .box19 p b {
  color: #ed221d;
  font-size: 20px;
}
.gsjj .box20 {
  text-align: center;
  padding-top: 30px;
}
.gsjj .box20 p {
  display: block;
  padding-top: 10px;
}
.gsjj .box21 {
  padding-top: 70px;
  padding-left: 160px;
  text-align: left;
}
.gsjj .box21 p {
  padding-bottom: 18px;
}
.gsjj .w250 {
  width: 250px;
}
.gsjj .w110 {
  width: 110px;
}
.gsjj .w500 {
  width: 500px;
}
.gsjj .w200 {
  width: 200px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gsjj .w180 {
  width: 180px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gsjj .w170 {
  width: 170px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gsjj .w130 {
  width: 135px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gsjj .pt18 {
  margin-top: 18px;
  margin-bottom: 0;
}
.gsjj .mt70 {
  margin-top: 70px;
}
.gsjj .mt40 {
  margin-top: 40px;
}
.gsjj .mt20 {
  margin-top: 20px;
}
.gsjj .mt24 {
  margin-top: 24px;
  padding-bottom: 10px;
}
.gsjj .ml80 {
  margin-left: 80px;
}
.gsjj .ml12 {
  margin-left: 12px;
}
.gsjj .h7.h7_04 {
  background-image: url(gsjj-drop07.png);
  color: #009e9f;
}
.gsjj .h7.h7_05 {
  background-image: url(gsjj-drop08.png);
  color: #64c0ab;
}
.gsjj .border_box.border_box_blue {
  border-color: #008dcd;
}
.gsjj .border_box.border_box_blue .border_th {
  background-color: #008dcd;
}
.gsjj .border_box.border_box_blue .border_th:after {
  border-right-color: #005c85;
}
.gsjj .dl_03 {
  padding: 30px 0;
}
.gsjj .dl_03 dd,
.gsjj .dl_04 dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.gsjj .dl_03 i {
  position: absolute;
  height: 90px;
  border-right: 1px dashed #bebfc8;
  right: 0;
  top: 0;
}
.gsjj .dl_03 p,
.gsjj .dl_04 p {
  color: #333;
  font-size: 14px;
  height: 50px;
  line-height: 20px;
}
.gsjj .dl_03 .w170 p {
  height: 34px;
  width: 155px;
  line-height: 16px;
}
.gsjj .dl_03 .w170 i {
  height: 74px;
}
.gsjj .dl_03 b {
  color: #009e9f;
  font-size: 36px;
  font-weight: bold;
}
.gsjj .dl_03 span,
.gsjj .dl_04 span {
  color: #999;
  font-size: 14px;
}
.gsjj .dl_04 {
  text-align: left;
}
.gsjj .dl_04 b {
  color: #009e9f;
  font-size: 36px;
  font-weight: bold;
}
.gsjj .dl_04 i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 90px;
  border-right: 1px dashed #bebfc8;
  margin-left: 190px;
  margin-right: 45px;
}
.gsjj .border_dash01_right .border_box.border_box_sm.border_box_green {
  width: 512px;
  margin-top: 50px;
  margin-right: 20px;
}
.gsjj .border_th.border_th_sm {
  padding-right: 6px;
}
.gsjj .border_box.border_box_sm {
  width: 490px;
  position: relative;
  height: 293px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-right-radius: 30px;
}
.gsjj .border_box.border_box_green {
  border-color: #009e9f;
}
.gsjj .border_box.lgreen {
  border-color: #63c0ab;
}
.gsjj .border_th.lgreen {
  background-color: #63c0ab;
}
.gsjj .border_th.lgreen:after {
  border-right-color: #40927f;
}
.gsjj .border_th.green {
  background-color: #009e9f;
}
.gsjj .border_th.green:after {
  border-right-color: #00797a;
}
.gsjj .border_box.border_box_dgreen {
  border-color: #00a95f;
}
.gsjj .border_th.dgreen {
  background-color: #00a95f;
  vertical-align: top;
}
.gsjj .border_th.dgreen:after {
  border-right-color: #008249;
}
.gsjj .border_dash01.border_dash02 {
  margin-top: 15px;
}
.gsjj .border_box.border_box_yellow {
  border-color: #fcc80e;
}
.gsjj .border_box.border_box_02 {
  height: auto;
  text-align: center;
  margin-top: 55px;
  padding-top: 42px;
}
.gsjj .mt140 {
  margin-top: 140px;
}
.gsjj .mt42 {
  margin-top: 42px;
  margin-bottom: 0;
}
.gsjj .ml10 {
  margin-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gsjj .mb24 {
  margin-bottom: 24px;
}
.gsjj .table_01 {
  border: 1px solid transparent;
  margin: 10px;
  margin-bottom: 30px;
}
.gsjj .table_01 td {
  border: 1px dashed #63c0ab;
  text-align: center;
  padding: 8px 0;
}
.gsjj .table_01 td p {
  text-align: left;
  margin-left: 10px;
  line-height: 24px;
  padding: 10px;
}
.gsjj .table_01 td b {
  color: #63c0ab;
}
.gsjj .table_01 td .bot {
  border-top: 1px dashed #63c0ab;
}
.gsjj .table_02 {
  border: 1px solid transparent;
  text-align: left;
  width: 90%;
  margin-left: 5%;
}
.gsjj .table_02 td {
  border: 1px dashed #bebfc8;
}
.gsjj .table_02 td.pt {
  padding-top: 50px;
}
.gsjj .table_02 td.pl {
  padding-left: 40px;
}
.gsjj .table_02 td.pb {
  padding-bottom: 40px;
}
.gsjj .table_02 p {
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.gsjj .table_02 b {
  color: #74c6b5;
  font-size: 36px;
  line-height: 38px;
}
.gsjj .table_02 span {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 30px;
}
.gsjj .head_tie {
  height: 76px;
  border-left: 20px solid #bdbbbc;
  margin-left: 0;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.gsjj .book_left .head_tie,
.gsjj .book_lg .head_tie {
  margin-left: -40px;
}
.gsjj .head_tie h2 {
  height: 76px;
  border-left: 10px solid #ed2622;
  padding-left: 24px;
}
.gsjj .head_tie h2 p {
  color: #999;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.gsjj .head_tie h2 span {
  font-size: 18px;
  color: #ed2622;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 24px;
}
.gsjj .column_title.mr0 {
  margin-right: -30px;
  margin-top: 0;
  margin-bottom: 0;
}
.gsjj .table_03 {
  text-align: center;
  padding-top: 20px;
  width: 560px;
}
.gsjj .table_03.pt22 {
  padding-top: 22px;
}
.gsjj .book_right .table_03 {
  margin-right: 0;
  margin-left: auto;
}
.gsjj .table_03 table {
  width: 100%;
}
.gsjj .table_03 th {
  color: #fff;
  background-color: #ed2622;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
}
.gsjj .table_03 td {
  color: #333;
  font-size: 14px;
  height: 30px;
}
.gsjj .table_03 td + td {
  border-left: 1px solid #888;
}
.gsjj .table_03 tr:nth-child(odd) td {
  background-color: #bdbbbc;
}
.gsjj .content_info .content img {
  width: auto;
}
.zzjg {
  padding: 30px;
  text-align: center;
}
.zzjg img {
  width: 870px;
  margin: 10px 0;
}
.shzrbg {
  background-color: #f3f6fb;
}
.shzrbg-list {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 10px 0;
}
.shzrbg-list li {
  font-size: 16px;
  line-height: 54px;
}
.shzrbg-list a {
  display: table;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shzrbg-list a:hover {
  -webkit-box-shadow: 0 1px 24px rgba(102, 102, 102, 0.3);
          box-shadow: 0 1px 24px rgba(102, 102, 102, 0.3);
}
.shzrbg-list a:hover .tit {
  color: #ff3c1c;
}
.shzrbg-list a:hover .time {
  color: #666;
}
.shzrbg-list .tit {
  color: #333;
  display: table-cell;
}
.shzrbg-list .time {
  color: #999;
  display: table-cell;
  text-align: right;
}
.shzrbg-list .content {
  display: table-row;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.shzrbg .pageCode {
  padding: 0 30px;
  text-align: right;
}
.gyhd {
  background-color: #ffffff;
  min-height: 500px;
}
.gyhd-list {
  background-color: #fff;
  padding: 10px 0;
}
.gyhd-list a {
  display: block;
  position: relative;
  padding: 20px;
}
.gyhd-list .list-item a:hover {
  -webkit-box-shadow: 0 1px 24px rgba(102, 102, 102, 0.3);
          box-shadow: 0 1px 24px rgba(102, 102, 102, 0.3);
}
.gyhd-list .list-item a:hover .tit {
  color: #ff3c1c;
}
.gyhd-list .list-item a:hover .time {
  color: #666;
}
.gyhd-list .tit {
  font-size: 16px;
  color: #333;
  line-height: 1;
  line-height: 20px;
  text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    max-width: 760px;
}
.gyhd-list .time {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 30px;
  top: 20px;
}
.gyhd-list .list-content {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 12px;
}
.gyhd .pageCode {
  padding: 0 30px;
  text-align: right;
  margin: 20px 0;
}
.jzys {
  padding: 20px;
  position: relative;
}
.jzys-con-01 {
  background: #fff url(gywm-jzys-01.jpg) right bottom no-repeat;
}
.jzys-con-02 {
  background: #fff url(gywm-jzys-02.jpg) right bottom no-repeat;
}
.jzys-con-03 {
  background: #fff url(gywm-jzys-03.jpg) right bottom no-repeat;
}
.jzys-con-04 {
  background: #fff url(gywm-jzys-04.jpg) right bottom no-repeat;
}
.jzys-con-05 {
  background: #fff url(gywm-jzys-05.jpg) right bottom no-repeat;
}
.jzys-tab-tit {
  width: 220px;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.jzys-tab-tit li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px;
  font-size: 16px;
  color: #666;
  line-height: 1;
  cursor: pointer;
}
.jzys-tab-tit li + li {
  border-top: 1px solid #eee;
}
.jzys-tab-tit li.current {
  color: #ff532b;
}
.jzys-tab-tit li.current i {
  border-color: #ff532b;
}
.jzys-tab-tit li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.jzys-tab-tit li i {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #d7d7d7;
  font-size: 22px;
  margin: 0 15px 0 19px;
  vertical-align: middle;
}
.jzys-tab-tit li span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  word-wrap: break-word;
  width: 115px;
}
.jzys-tab-con {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.jzys-tab-con li {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 270px;
  padding-top: 30px;
}
.jzys-tab-con li p {
  width: 370px;
  line-height: 32px;
}
.jzys-tab-con li p span {
  color: #ff532b;
  font-weight: bold;
}
.jzys-tab-con li.current {
  display: block;
}
.whln {
  position: relative;
}
.whln-tab-tit {
  position: absolute;
  right: 40px;
  top: 85px;
  z-index: 3;
}
.whln-tab-con {
  position: relative;
  height: 480px;
}
.whln .tab-tit-item {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  border: 6px solid #ebf0f7;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  color: #999;
  margin-bottom: 40px;
  cursor: pointer;
  line-height: 1;
}
.whln .tab-tit-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.whln .tab-tit-item span {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.whln .tab-tit-item span:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}
.whln .tab-tit-item.current {
  color: #fff;
  background-color: #e8340c;
  border-color: #ebf0f7;
  box-shadow: 0 0 7px rgba(0, 0, 0, .33);
}
.whln .tab-tit-item.current span:after {
  background-color: #ff532b;
}
.whln .tab-con-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 480px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.whln .tab-con-item.current {
  opacity: 1;
}
.whln .tab-con-item img {
  width: 100%;
  height: 480px;
}
.dmtzx {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dmtzx .play-box {
  height: 490px;
  background: url(gywm-dmtzx-bg.jpg) center center no-repeat;
  border-radius: 4px;
  overflow: hidden;
}
.dmtzx .play-list-box {
  width: 120px;
  height: 100%;
  background-color: rgba(69, 70, 76, 0.8);
  padding: 20px 0;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dmtzx .play-content {
  height: 100%;
  margin-left: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px 30px;
}
.dmtzx .play-tit {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: right;
}
.dmtzx .play-tit .sub-tit {
  font-size: 14px;
}
.dmtzx .video-box {
  height: 404px;
  background-color: rgba(102, 102, 102, 0.3);
}
.dmtzx .video-box video {
  width: 100%;
  height: 100%;
}
.dmtzx .name {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
}
.dmtzx .cd-box {
  width: 80px;
  height: 80px;
  position: relative;
}
.dmtzx .cd-box:after {
  content: "";
  display: block;
  position: absolute;
  width: 74px;
  height: 74px;
  background: url(gywm-dmtzx-cd.png) center center no-repeat;
  top: 3px;
  left: 16px;
  z-index: 1;
}
.dmtzx .cd-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #f3f6fb;
  left: 0;
  top: 0;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.dmtzx .cd-box img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.dmtzx .cd-box:hover:after {
  left: 26px;
}
.dmtzx .cd-box.current:after {
  left: 43px;
}
.dmtzx .cd-box.current:before {
  left: 40px;
}
.dmtzx .cd-box.current .play-list {
  left: 120px;
  visibility: visible;
  opacity: 1;
}
.dmtzx .cd-box .play-list {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 5;
  font-size: 14px;
  color: #666;
  padding: 10px 20px;
  background-color: #f3f6fb;
  position: absolute;
  border-radius: 4px;
  border-top-left-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
}
.dmtzx .cd-box .play-list li {
  line-height: 30px;
  word-break: keep-all;
}
.dmtzx .cd-box .play-list li.current {
  color: #333;
}
.dmtzx .cd-box .play-list li.current span:before {
  border-color: transparent transparent transparent #ff532b;
}
.dmtzx .cd-box .play-list span {
  cursor: pointer;
}
.dmtzx .cd-box .play-list span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #e4e4e4;
  margin-right: 5px;
}
.dmtzx .cd-box .play-list span:hover:before {
  border-color: transparent transparent transparent #ff532b;
}
.gsry {
  padding: 30px;
  position: relative;
}
.gsry .year-list {
  margin-left: 10px;
}
.gsry .year-item {
  font-size: 18px;
  color: #2f3f53;
  font-weight: bold;
  line-height: 37px;
  padding-left: 20px;
  position: relative;
}
.gsry .year-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #e7e7e7;
  left: 0;
  top: 40px;
}
.gsry .month-list {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  border-left: 1px dashed #e7e7e7;
  margin-left: -4px;
}
.gsry .month-item {
  font-size: 16px;
  color: #333;
  margin-left: -7px;
  padding-top: 15px;
}
.gsry .month-item:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #e7e7e7;
  margin-right: 15px;
}
.gsry .month-item.current {
  margin-left: -11px;
}
.gsry .month-item.current:before {
  background-color: #fff;
  border: 2px solid #ff3c1c;
}
.gsry .item-list {
  display: inline-block;
  vertical-align: top;
  margin-top: -15px;
}
.gsry .item {
  font-weight: normal;
  border: 1px solid #d7d7d7;
  line-height: 25px;
  border-radius: 4px;
  margin: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 620px;
}
.gsry .item a {
  display: block;
  padding: 12px 20px;
  height: 100%;
  color: #333;
}
.gsry .item a:hover {
  color: #ff3c1c;
}
.gsry-nav {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #fff;
  padding: 5px 15px;
  z-index: 0;
}
.gsry-nav.active {
  position: fixed;
  top: 200px;
  right: 50%;
  margin-right: -580px;
}
.gsry-nav li {
  position: relative;
  list-style: none;
  line-height: 30px;
}
.gsry-nav li.arrow i {
  position: relative;
  height: 8px;
  background-color: #999;
}
.gsry-nav li.arrow i:before {
  content: '';
  position: absolute;
  border-width: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #999;
  top: 0;
  left: -8px;
}
.gsry-nav li.arrow i:after {
  content: '';
  position: absolute;
  border-width: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: #999;
  top: 0;
  right: -8px;
}
.gsry-nav li.arrow span {
  color: #666;
  font-weight: bold;
}
.gsry-nav li + li:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background-color: #f1f1f1;
  top: -14px;
  left: 7px;
  z-index: -1;
}
.gsry-nav li i {
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #d7d7d7;
  vertical-align: middle;
  margin-right: 15px;
}
.gsry-nav li span {
  font-size: 14px;
  color: #999;
  vertical-align: middle;
  cursor: pointer;
}
.gsry-nav li span:hover {
  color: #2795ed;
}
.gsryxq {
  padding: 0 30px;
}
.gsryxq hr {
  background-color: #f5f5f5;
  height: 1px;
  border: none;
}
.gsryxq .title {
  padding-top: 20px;
  color: #2f3f53;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}
.gsryxq .control {
  color: #999;
  font-size: 14px;
  padding: 20px 0;
  line-height: 1;
}
.gsryxq .control .font {
  float: right;
  width: 210px;
}
.gsryxq .control .font dd,
.gsryxq .control .font dt {
  display: inline-block;
}
.gsryxq .control .font dd {
  cursor: pointer;
}
.gsryxq .control .font dd:hover {
  color: #2795ed;
}
.gsryxq .control .font dd.active {
  color: #333;
}
.gsryxq .control .date {
  text-align: center;
  padding-left: 200px;
}
.gsryxq .textview {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.gsryxq .textview.md p {
  font-size: 16px;
  line-height: 26px;
}
.gsryxq .textview.sm p {
  font-size: 14px;
  line-height: 24px;
}
.gsryxq .textview.lg p {
  font-size: 20px;
  line-height: 36px;
}
.gsryxq .textview p {
  text-align: left;
  color: #666;
  text-indent: 2em;
  margin-top: 5px;
}
.gsryxq .textview img {
  margin-top: 20px;
}
.gsryxq .pageturn {
  padding: 20px 0;
}
.gsryxq .pageturn li a {
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
.gsryxq .pageturn li a:hover {
  color: #ff532b;
  cursor: pointer;
}

.bottomAc{
  bottom: 0px;
  top: auto;
}
.noyau-cr-pages{
  padding-right: 30px;
  padding-bottom: 30px;
}
.bookLay-box{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow:auto;
  z-index: 6;
}
.bookLay-shell{
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 900px;
  min-width: 1400px;
}
.ov-view{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gsjj-content p.sub-p{
  text-indent:0;
  color:#666;
  font-weight:bold;
}
.gsjj-content p.mt30{
  margin-top: 30px;
}

.gsjj-content p.sub-text{
  text-indent:0;
}
.mt24{
  margin-top:24px;
}
.sub-ul i.SpriteIcon191101{
  display:inline-block;
  width:18px;
  height:18px;
  background-image: url(/images/gsjj-icon38.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: top;
}
.sub-ul i.SpriteIcon191101.icon1{
  background-position: 0 4px;
}
.sub-ul i.SpriteIcon191101.icon2{
  background-position:-23px 2px;
}
.sub-ul i.SpriteIcon191101.icon3{
  background-position:-48px 2px;
}
.sub-ul i.SpriteIcon191101.icon4{
  background-position:0 -27px;
}
.sub-ul i.SpriteIcon191101.icon5{
  background-position: -25px -27px;
}
.sub-ul li{
  padding:5px 0;
  line-height:18px;
  font-size:16px;
  display:inline-block;
  width:300px;
  color:#666;
}
.sub-ul li span{
  color:#333;
}

.sub-ul .longSpan{
  padding:5px 0;
  line-height:18px;
  font-size:16px;
  display:inline-block;
  width:350px;
  color:#666;
}
#page1Box{
  text-align: right;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 29px;

}
.nothing{
    margin-top: 50px;
    text-align: center;
}
.nothing p{
    font-size: 14px;
    margin-top: 10px;
    color: #999;
}