﻿@charset "UTF-8";
[v-cloak] {
  display: none;
}

/* 初始化CSS */
* {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
img {
  display: block;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  outline: none;
  color: #2d2d2d;
  font-family: 'microsoft yahei';
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
button {
  outline: none;
  font-family: 'microsoft yahei';
}
.gt {
  font-family: '宋体';
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  outline: none;
  resize: none;
  font-family: 'microsoft yahei';
}
table {
  border-collapse: collapse;
}
body {
  /*color: #2d2d2d;*/
  font-size: 12px;
  line-height: 20px;
  background: #e5e7eb;
  min-height: 320px;
  font-family: 'microsoft yahei';
  color: #333;
  font-family: '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53';
  font-size: 14px;
  line-height: 22px;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearit {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
a {
  color: #2d2d2d;
  text-decoration: none !important;
  cursor: pointer;
}
i {
  font-style: normal;
}
a:hover {
  text-decoration: none;
}
em {
  font-style: normal;
}
.color_r {
  color: #f00;
}
.color_b {
  color: #4c8cd9 !important;
}
.color_y {
  color: #f6a200 !important;
}
.color_g {
  color: #2cc327 !important;
}
.color_h {
  color: #919191 !important;
}
.color_d {
  color: #2d2d2d !important;
}
.font_bold {
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .container, .container_main  {
    width: 100% !important;
  }

  /*新闻列表 */
  .container_main .new_list a {
    font-size: 13px !important;
  }

  .container_main .new_list li .new_text {
    width: 60% !important;
  }
}

.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* header */

.new_header {
  height: 40px;
  background: #f0f0f0;
  line-height: 40px;
  font-size: 14px;
}
.new_header .header_nav_list li {
  float: left;
  margin: 0 8px;
  position: relative;
}
.new_header .header_nav_list li .must_down_list {
  position: absolute;
  width: 100%;
  background: #fff;
  right: 0;
  top: 40px;
  z-index: 999915;
  border: 1px solid #dcdcdc;
  display: none;
}
.new_header .header_nav_list li .must_down_list a {
  display: block;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}
.new_header .header_nav_list li .must_down_list a:last-child {
  border: none;
}
.new_header .header_nav_list li a {
  padding: 0 10px 0 0;
  position: relative;
  display: block;
}
.new_header .header_nav_list li a:hover {
  color: #0a78d7;
}
.new_header .header_nav_list li .menu_icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.new_header .header_nav_list li .menu_icon_padding {
  padding-left: 26px;
}
.new_header .header_nav_list li .user_icon {
  background: url(/images/login_icon.png) no-repeat;
}
.new_header .header_nav_list li .reg_icon {
  background: url(/images/reg_icon.png) no-repeat;
}
.new_header .header_nav_list li .pay_box .rmb {
  color: #ff7d11;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.new_header .header_nav_list li .must_box {
  padding: 0 24px 0 0;
}
.new_header .header_nav_list li .must_box .must_icon {
  width: 15px;
  height: 11px;
  position: absolute;
  background: url(/images/down_icon.png) no-repeat;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.login_end {
  position: relative;
  padding-left: 20px;
}
.new_header .header_nav_list li .log_off {
  display: inline;
  color: #3366cc;
}

/* 公告信息 */
.new_notice {
  position: fixed;
  bottom: 1%;
  left: 50%;
  margin-left: -600px;
  width: 1100px;
  overflow: hidden;
  height: 53px;
  padding: 30px 0 0 100px;
  background: url(/images/notice_bg.png) no-repeat;
  color: #fff;
  font-size: 16px;
  z-index: 100001;
}
.new_notice li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/**
** 手机导航
*/

.mobile_nav {
  display: flex !important;
  align-items: center;
  height: 60px;
  background: url(/images/menu_icon.png) repeat-x;
}

.mobile_nav .logo {
  height: 40px;
}

.menu_list {
  flex: 1;
  display: flex;
}

.menu_list a {
  color: #fff;
}

.menu_list li {
  flex: 1;
  text-align: center;
}

.menu_list .active a {
  color: #FFF000
}

/**手机固定悬浮*/
.aside_affix_mobile {
  position: fixed;
  right: 10px;
  bottom: 20%;
  transform: translateY(-50%);
  z-index: 999;
}

.aside_affix_mobile img {
  width: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.aside_affix_mobile .item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  opacity: .85;
}

/* 导航 */
.new_nav_bar {
  height: 106px;
  min-width: 1200px;
  width: 100%;
  background: url(/images/menu_icon.png) repeat-x;
}
.new_nav_bar .logo {
  width: 260px;
  height: 100px;
}
.new_nav_bar .nav_bar_in {
  width: 930px;
}
.new_nav_bar .nav_bar_in_list li {
  float: left;
  text-align: center;
  margin: 0 0 0 20px;
}
.new_nav_bar .nav_bar_in_list li a {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  height: 100px;
}
.new_nav_bar .nav_bar_in_list li a:hover {
  color: #fff000;
  text-decoration: underline;
}
.new_nav_bar .nav_bar_in_list li a .zh {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.new_nav_bar .nav_bar_in_list li a .en {
  font-size: 14px;
}
.new_nav_bar .nav_bar_in_list li.active .zh,
.new_nav_bar .nav_bar_in_list li.active .en {
  color: #fff000;
}
.index_download {
  height: 235px;
  padding-top: 48px;
  width: 100%;
  min-width: 1200px;
  background: url(/images/index_down_bg.png) repeat-x;
}
.index_download .download_dl {
  width: 386px;
  float: left;
  padding-left: 14px;
}
.index_download .download_dl dt {
  padding-left: 55px;
  color: #c1c1c1;
  position: relative;
  margin-bottom: 30px;
}
.index_download .download_dl dt:before {
  content: '';
  width: 48px;
  height: 41px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}
.index_download .download_dl dt.wx_dt:before {
  background: url(/images/wx_icon2.png) no-repeat;
}
.index_download .download_dl dt.down_dt:before {
  background: url(/images/download_icon.png) no-repeat;
}
.index_download .download_dl dt.contact_dt:before {
  background: url(/images/server_icon.png) no-repeat;
}
.index_download .download_dl dt p {
  font-size: 20px;
  color: #eefcff;
}
.index_download .download_dd_code {
  width: 124px;
}
.index_download .download_dd_code p {
  color: #fff;
  text-align: center;
  line-height: 26px;
}
.index_download .download_dd_line {
  padding-left: 10px;
  float: left;
}
.index_download .download_dd_line a {
  display: block;
  margin: 5px 0;
}

.index_download .download_dd_line img {
  width: 158px;
  height: 64px;
}

.index_download .webcat_dec {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
}

.index_download .contact_line {
  color: #fff;
}
.index_download .contact_line .contact_item {
  display: block;
  line-height: 28px;
  background: #00011a;
  color: #fff;
  border-radius: 30px;
  padding: 0 0 0 50px;
  position: relative;
  font-size: 14px;
}
.index_download .contact_line .contact_item:before {
  content: '';
  width: 19px;
  height: 19px;
  background: url(/images/kf_icon4.png) no-repeat;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -10px;
}
/* 底部 */
.footer {
  min-height: 128px;
  width: 100%;
  min-width: 1200px;
  background: #1b4bbb;
  padding-bottom: 80px;
}
.footer a {
  color: #fff;
}
.footer .logo {
  width: 162px;
  margin-top: 18px;
}
.footer .footer_other {
  line-height: 22px;
  color: #fff;
  padding-top: 10px;
  font-size: 14px;
}

/* 右侧固定导航 */
.fixed_nav {
  position: fixed;
  width: 90px;
  z-index: 1;
  height: 330px;
  right: 70px;
  top: 50%;
  padding: 120px 10px 0;
  margin-top: -225px;
  background: url(/images/fixed_nav.png) no-repeat;
}

.fixed_nav .nav_item {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  z-index: 100;
}
.fixed_nav .nav_item.active,
.fixed_nav .nav_item:hover {
  background: #006796;
}
.fixed_nav .scroll_top {
  position: absolute;
  width: 55px;
  height: 23px;
  background: url(/images/top.png) no-repeat;
  left: 50%;
  margin-left: -27px;
  bottom: 10px;
  cursor: pointer;
}
/**hui gai**/
.fixed_nav .down_big_pannel {
  width: 350px;
  height: 193px;
  position: relative;
  left: -260px;
  top: -110px;
  z-index: 99;
}
.fixed_nav .down_big_pannel .down_type {
  position: absolute;
  right: 90px;
  bottom: 16%;
  width: 350px;
  height: 193px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 36px 0;
}
.fixed_nav .down_big_pannel .down_type .code_pic {
  float: left;
  width: 163px;
  height: 163px;
}
.fixed_nav .down_big_pannel .down_type .down_type_list {
  float: left;
  margin-left: 20px;
}
.fixed_nav .down_big_pannel .down_type .down_type_list a {
  display: block;
  margin: 10px 0;
}
/**hui gai  end**/
.official_code {
  position: absolute;
  left: -180px;
  top: 50%;
  margin-top: -70px;
  width: 120px;
  height: 103px;
  padding: 20px 30px 20px 10px;
  background: url(/images/hover_code_bg.png) no-repeat;
  display: none;
}
.official_code img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.fixed_nav .nav_item:hover .official_code {
  display: block;
}

.login_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100001;
  display: none;
}
.login_modal .login_box {
  width: 746px;
  height: 362px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -373px;
  margin-top: -261px;
  background: url(/images/login_bg.png) no-repeat;
  padding: 160px 0 0 0;
}
.login_modal .login_box .close_btn {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 6px;
  top: 55px;
  cursor: pointer;
}
.login_modal .login_box .form_item {
  width: 223px;
  height: 40px;
  line-height: 40px;
  background: url(/images/input_bg.png) no-repeat;
  margin: 15px auto 0;
  padding-left: 70px;
  position: relative;
}
.login_modal .login_box .form_item .input_defult {
  width: 220px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: none;
  font-size: 16px;
  color: #fff;
}
.login_modal .login_box .form_item .form_icon {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
  background: url(/images/user_icon.png) no-repeat;
  background-size: contain;
}
.login_modal .login_box .form_item .form_icon_pass {
  background: url(/images/pass_icon.png) no-repeat;
  background-size: contain;
}
.login_modal .login_box .handle_line {
  width: 270px;
  margin: 0 auto;
  line-height: 40px;
}
.login_modal .login_box .handle_line a {
  color: #fff;
  font-size: 14px;
}
.login_modal .login_box .form_submit {
  width: 288px;
  height: 70px;
  background: url(/images/login_btn.png) no-repeat;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}
.other_login {
  text-align: center;
  margin-top: 22px;
}
.other_login a {
  display: inline-block;
  width: 61px;
  height: 61px;
  margin: 0 10px;
  background: url(/images/qq.png) no-repeat;
}
.other_login .login_wx {
  background: url(/images/wx_login.png) no-repeat;
}

/* 内页banner */
.page_banner {
  height: 127px;
  width: 100%;
  min-width: 1200px;
  padding: 46px 0 0 0;
  background: url(/images/title_bg.png) center top no-repeat;
}
.page_banner .page_banner_tit {
  color: #fff;
}
.page_banner .page_banner_tit h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.page_banner .page_banner_tit p {
  font-size: 28px;
  font-weight: bold;
}

.video_show {
  position: relative;
  width: 546px;
  height: 365px;
  border: 2px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .video_show {
    width: calc(100vw - 30px);
    margin-left: 15px;
    margin-right: 14px;
  }
}

.video_show img {
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video_show:hover img {
  opacity: 0.8;
}
.video_show .video_icon {
  width: 61px;
  height: 61px;
  position: absolute;
  background: url(/images/video_icon.png) no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.video_show ul {
  padding: 15px;
}
.video_modal_box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: none;
}
.video_modal_box .video_modal {
  position: absolute;
  width: 700px;
  height: 360px;
  left: 50%;
  top: 50%;
  margin-left: -350px;
  margin-top: -180px;
}
.video_modal_box .video_modal .close_video {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 30px;
  top: 0;
  background: url(/images/dl-close.png) no-repeat;
  z-index: 99999;
  cursor: pointer;
  transition: all 0.5s;
}
.video_modal_box .video_modal .close_video:hover {
  transform: rotate(360deg);
}

/* 分页 */
.page_box {
  padding: 40px 0;
  text-align: center;
}
.page_box a,
.page_box span {
  display: inline-block;
  padding: 0 16px;
  line-height: 34px;
  text-align: center;
  background: #f0f3f5;
  margin: 0 5px;
}
.page_box a.cur,
.page_box span.cur,
.page_box a:hover {
  background: #19ceed;
  color: #fff;
}
/* 改版 */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot'); /* IE9 兼容模式 */
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff') format('woff'),
    url('fonts/icomoon.ttf') format('truetype'),
    url('fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.layout_new_list_g {
  color: #666666;
  margin-right: 3px;
  float: left;
  font-size: 16px;
}
.layout_new_list_text {
  font-size: 16px;
  width: 75%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .layout_new_list_text {
    font-size: 14px;
    width: 72%;
  }

  .layout_new_list_text ul a {
    font-size: 14px;
  }

  .layout_new_list_g {
    font-size: 14px;
  }
}


.layout_new_list ul a {
  font-size: 16px;
  line-height: 42px;
  color: #333333;
  width: 100%;
  display: inline-block;
}
.layout_new_list_time {
  font-size: 16px;
  color: #666666;
  float: right;
}
.video_show a {
  display: block;
  height: 42px;
  padding-left: 40px;
  background: url('news.jpg') no-repeat;
  line-height: 42px;
}

@media screen and (max-width: 1200px) {
  .video_show a {
    padding-left: 0;
    background: none;
  }
}


.footer_left {
  clear: both;
  text-align: center;
}
.footer_left img {
  display: inline;
}
.sub_banner {
  width: 100%;
  height: 300px;
  background: url(/images/sub_banner.jpg) center center/cover no-repeat;
  margin-top: -8px;
}

@media screen and (max-width: 1200px) {
  .sub_banner {
    height: 120px;
  }
}

.contentPannel {
  margin-top: 10px;
}
.container_main {
  width: 1200px;
  margin: 0 auto;
}
.clearfloat {
  zoom: 1;
}
.layout_left {
  width: 282px;
  float: left;
}
.layout_right {
  width: 906px;
  float: right;
}
.layout_left_div {
  background: #ffffff;
  margin-bottom: 5px;
  padding: 16px 30px 0;
}
.layout_weixin i {
  display: inline-block;
  margin-right: 6px;
  vertical-align: -8px;
  font-size: 28px;
  color: #20c938;
}
.icon_font {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.layout_weixin p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 8px 0 20px;
}
.layout_weixin h4 {
  line-height: 50px;
}
h4 {
  font-size: 1.3em;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
s,
i {
  font-weight: normal;
  text-decoration: none;
}
.icon {
  display: inline-block;
  background: url('icon.png') no-repeat;
}
.layout_weixin p strong {
  color: #00bd82;
}
.layout_cs img {
  display: inline;
  vertical-align: top;
  width: 20px;
  height: 20px;
}
.layout_cs li {
  height: 26px;
  line-height: 26px;
}
.layout_new_list_title h2 {
  margin: 0 30px 0 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bolder;
}
.layout_new_list_title h2 a {
  font-size: 24px;
  color: #00bd82;
  line-height: 32px;
}
.layout_title {
  background: #ffffff;
  margin-bottom: 10px;
  padding-top: 25px;
}
.layout_title h1 {
  margin: 0 30px 0;
  line-height: 50px;
  border-bottom: 1px solid #00bd82;
  color: #00bd82;
  font-size: 2.3em;
}

.new_list {
  padding: 0 64px 0;
}

@media screen and (max-width: 1200px) {
  .layout_title h1 {
    margin: 0 10px 0;
    line-height: 40px;
    font-size: 20px;
  }

  .new_list {
    padding: 0 10px 0;
  }
}

.new_list li {
  font-size: 16px;
  color: #272828;
  line-height: 66px;
  border-bottom: 1px dashed #c2c3c4;
  height: 66px;
}
.new_list li .new_type {
  color: #00bd82;
  float: left;
}
.new_list li span {
  display: inline-block;
}
.new_list li a {
  color: #272828;
  display: block;
  height: 66px;
}
.new_list li .new_text {
  width: 78%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.new_list li .new_date {
  text-align: right;
  float: right;
}
.new_context_title {
  padding: 10px 0;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
  line-height: 36px;
}
.new_context_title h2 {
  font-weight: bold;
  color: #00bd82;
}
.new_context_title p {
  line-height: 36px;
  font-size: 14px;
}
.new_context_text {
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  padding: 20px;
}
.new_context_text p {
  text-indent: 2em;
}
.layout_info {
  font-size: 16px;
  color: #5d5e61;
  padding: 10px 30px 20px;
  min-height: 740px;
}
.new_context_text img {
  text-align: center;
  margin: 0px auto;
}
.download_border {
  padding: 30px 0 60px 76px;
}
.download_div {
  padding: 23px 32px 30px;
  background: #f1f5fb;
  width: 260px;
  float: left;
  margin-left: 30px;
  border-radius: 8px;
}
.download_div h3 {
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
  color: #333;
  text-align: center;
}
.download_div h3 i {
  padding-right: 5px;
}
.download_div ul {
  padding: 20px 25px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  overflow: hidden;
}
a.download_btn {
  width: 210px;
  font-size: 18px;
  line-height: 50px;
  background: #00bd82;
  text-align: center;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.download_ewm {
  margin: 0 30px;
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.user_left {
  width: 21%;
  float: left;
  background: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
}
.setting_left_btn,
.user_left {
  -moz-transition: border-color 0.5s ease, left 0.5s ease;
  -webkit-transition: border-color 0.5s ease, left 0.5s ease;
  -o-transition: border-color 0.5s ease, left 0.5s ease;
  transition: border-color 0.5s ease, left 0.5s ease;
}
.user_right {
  width: 78%;
  background: #ffffff;
  min-height: 730px;
  margin-top: 10px;
  float: right;
}
.user_left dl {
  padding: 15px 0 25px 30px;
  font-size: 16px;
  line-height: 48px;
}
.user_left dt {
  font-weight: bold;
  color: #333333;
}
dd.active_node {
  background: #00bd82;
}
.user_left dd {
  margin-left: 8px;
  padding: 0 25px 0 12px;
}
.user_left dd a {
  display: block;
  line-height: 48px;
  color: #5d5e61;
}
dd.active_node a {
  color: #fff;
  border-bottom: 1px solid #00bd82;
}
.user_left dt i {
  width: 3px;
  height: 15px;
  display: inline-block;
  background: #00bd82;
  margin-right: 8px;
  vertical-align: -2px;
}
.cs_right_txt {
  padding: 0px 5% 30px 5%;
  line-height: 24px;
  color: #7e7e7e;
  background: #fff;
  width: 90%;
  font-size: 12px;
}
.cs_right_txt p {
  text-indent: 2em;
}
.new_type_list {
  width: 100%;
  margin: 20px 0 25px;
  text-align: center;
}
.new_type_list span {
  display: inline-block;
  padding: 0 30px;
  line-height: 32px;
  font-size: 16px;
  background: #e5e7eb;
  color: #2e2c2c;
  cursor: pointer;
}
.new_type_list span.active {
  background: #00bd82;
  color: #ffffff;
  padding: 0 30px;
}
.new_type_list span.active a {
  color: #ffffff;
}
.new_type_list a:visited {
  color: #2d2d2d;
}
.game_ddz_top {
  background: url(/images/games/ddz_back.jpg) #ce2508 no-repeat;
}
.layout_game_top {
  padding: 30px 45px;
  color: #ffffff;
  position: relative;
  min-height: 190px;
  margin-bottom: 10px;
}
.layout_game_top h2 {
  line-height: 60px;
  font-size: 30px;
}
.layout_game_top p {
  line-height: 24px;
  font-size: 14px;
  width: 60%;
  margin-top: 8px;
}
.layout_game_main {
  border: 1px solid #e5e7eb;
  padding: 10px 18px;
}
.layout_game_title {
  line-height: 25px;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #e5e7eb;
  height: 36px;
}
.layout_game_introduce.active {
  display: block;
}
.game_rule {
  padding: 0 15px;
}
.layout_game_title span.active {
  border-bottom: 3px solid #00bd82;
}
.game_info {
  padding: 0 30px 30px;
}
.game_lj_top {
  background: url(/images/games/longjiang_back.jpg) #176ec7 no-repeat;
}
.game_tdk_top {
  background: url(Images/Game/tdk_back.jpg) #861576 no-repeat;
}
.colorRed {
  color: red;
}
.fontTitle {
  font-weight: bold;
}
.outLinkPannel {
  font-size: 14px; /*background: #3f4145;*/
  padding: 0 15px;
  line-height: 30px;
  display: block;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.outLinkPannel a {
  color: white;
  text-decoration: none;
}
