* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden !important;
}
body {
  width: 100%;
  font-size: 12px;
  font-family: '微软雅黑';
  background: #f4f4f4;
  overflow-x: hidden !important;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
input {
  outline: none;
}
textarea {
  outline: none;
}
img {
  max-width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  width: 0px;
  height: 0px;
  clear: both;
}
.center {
  width: 1200px;
  margin: 0 auto;
}

/* 头部 */
.top {
  width: 100%;
  height: 28px;
  border-bottom: solid 1px #d5d5d5;
}
.top_left {
  width: 200px;
  height: 13px;
  margin-top: 11px;
}
.top_left a {
  font-size: 12px;
  border-right: 1px #000 solid;
  color: #000;
  padding: 0px 7px 0px 7px;
  display: block;
  height: 13px;
  float: left;
  line-height: 13px;
}
.top_left a:first-child {
  padding-left: 0px;
}
.top_left a:last-child {
  border: none;
}
.top_right {
  width: 266px;
  height: 28px;
  line-height: 28px;
}
.top_right a {
  padding-left: 18px;
  font-size: 12px;
  color: #000;
}
.top_right a img {
  padding: 0px 3px 0px 0px;
}
.top2 {
  height: 135px;
}
.top2 img {
  margin-top: 38px;
}
.top2_right {
  width: 668px;
  height: 64px;
  margin-top: 38px;
}
.input {
  width: 322px;
  height: 64px;
}
.login {
  width: 335px;
  height: 64px;
}
.input input {
  width: 265px;
  height: 40px;
  border: solid 1px #156bc2;
  border-right: none;
  display: block;
  float: left;
  margin-left: 2px;
  padding-left: 10px;
  background: #f4f4f4;
}
.input a {
  display: block;
  width: 44px;
  height: 42px;
  background: #db493a;
  float: right;
}
.input a img {
  margin: 0 auto;
  display: block;
  padding-top: 10px;
}
.input p {
  font-size: 11px;
  line-height: 33px;
  letter-spacing: 1px;
}
.select {
  width: 61px;
  height: 20px;
  position: relative;
  float: left;
  margin-left: 20px;
  background: #f4f4f4;
}
.select select {
  border: none;
  outline: none;
  width: 100%;
  height: 20px;
  line-height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #959595;
  background: #f4f4f4;
}
.select:after {
  content: '';
  width: 5px;
  height: 3px;
  background: url(../img/select_03.png) no-repeat center;
  position: absolute;
  top: 10px;
  left: 50px;
  pointer-events: none;
}
.user {
  width: 118px;
  height: 16px;
  float: left;
  margin-top: 3px;
  border-top: solid 1px #a7a7a7;
  border-left: solid 1px #a7a7a7;
  border-bottom: solid 1px #ececec;
  border-right: solid 1px #ececec;
  background: #f4f4f4;
}
.form {
  width: 183px;
  height: 18px;
  margin: 10px 0px 0px 20px;
  float: left;
}
.form p {
  width: 56px;
  height: 18px;
  line-height: 18px;
  color: #959595;
  float: left;
  margin-left: 5px;
}
.pwd {
  width: 118px;
  height: 16px;
  float: left;
  border-top: solid 1px #a7a7a7;
  border-left: solid 1px #a7a7a7;
  border-bottom: solid 1px #ececec;
  border-right: solid 1px #ececec;
  background: #f4f4f4;
}
.submit {
  width: 60px;
  height: 42px;
  background: #156bc2;
  margin-left: 4px;
  font-size: 10px;
  color: #fff;
  border: none;
  display: block;
  position: relative;
  margin-top: -17px;
}
.form a {
  padding-left: 8px;
  color: #156bc2;
}
.register {
  display: block;
  width: 58px;
  height: 40px;
  border: solid 1px #156bc2;
  color: #156bc2;
  text-align: center;
  line-height: 40px;
  position: relative;
  margin-top: -17px;
}
.welcome p {
  width: 200px;
  color: #156bc2;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  float: left;
  margin-left: 40px;
}
.welcome a {
  display: block;
  width: 90px;
  height: 42px;
  background: #156bc2;
  font-size: 13px;
  color: #fff;
  float: left;
  text-align: center;
  line-height: 42px;
}

/* 导航 */
.nav {
  width: 100%;
  height: 94px;
  background: #156bc2;
  position: relative;
  z-index: 999;
}
.nav ul li {
  float: left;
}
.nav ul li a {
  display: block;
  width: 109px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  color: #fff;
  font-size: 16px;
}
.nav ul li a.icur {
  background: #db493a;
}
.nav ul li a:hover {
  background: #db493a;
}

/* banner */
.banner {
  width: 100%;
  height: 430px;
}

/* 左侧固定导航+弹出页面 */
.nav_left {
  display: none;
  width: 104px;
  height: 310px;
  background: #156bc2;
  position: fixed;
  left: 0px;
  top: 200px;
  z-index: 999;
  border-radius: 0px 3px 3px 0px;
}
.nav_left > ul > li a {
  display: block;
  width: 104px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 0px 3px 3px 0px;
}
.nav_left ul li a:hover {
  background: #ff984c;
  transform: scale(1.2);
}
.message {
  width: 104px;
  height: 110px;
  background: #ffb54c;
}
.message img {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}
.message_zhe {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1299;
  display: none;
}
.message_con {
  width: 800px;
  height: 500px;
  background: #ffb54c;
  margin: 60px auto 0px;
  border-radius: 18px;
}
.close {
  margin: 22px 20px 0px 0px;
}
.message_logo {
  margin: 48px 0px 0px 67px;
}
.message_con form {
  display: block;
  margin: 20px auto 0px;
  background: #fff;
  width: 740px;
  height: 320px;
  padding-top: 30px;
}
.message_con form p {
  width: 450px;
  height: 66px;
  margin-left: 32px;
  line-height: 66px;
  font-size: 18px;
  border-bottom: solid 1px #cfcfcf;
}
.message_con form hr {
  border: none;
  width: 64px;
  height: 2px;
  background: #000;
  margin: -2px 0px 0px 32px;
}
.message_con form textarea {
  width: 400px;
  height: 150px;
  float: right;
  background: #f4f4f4;
  margin: 40px 30px 0px 0px;
  border-radius: 4px;
  padding: 10px 0px 0px 20px;
  border: solid 1px #ccc;
  line-height: 22px;
  resize: none;
}
.message_con form .user {
  width: 220px;
  height: 40px;
  float: left;
  background: #f4f4f4;
  margin: 40px 0px 0px 30px;
  border-radius: 4px;
  padding-left: 20px;
  border: solid 1px #ccc;
}
.message_con form .pho {
  width: 220px;
  height: 40px;
  float: left;
  background: #f4f4f4;
  margin: 15px 0px 0px 30px;
  border-radius: 4px;
  padding-left: 20px;
  border: solid 1px #ccc;
}
.message_con form .sub {
  width: 240px;
  height: 42px;
  float: left;
  background: #146bc2;
  margin: 20px 0px 0px 30px;
  border-radius: 4px;
  border: none;
  color: #fff;
}

/* 底部 */
.footer {
  width: 100%;
  height: 330px;
  background: #156bc2;
}
.foot {
  width: 100%;
  height: 60px;
  background: #0f0f0f;
  color: #fff;
  letter-spacing: 5px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
}
.footer .footer_left {
  width: 450px;
  height: 230px;
  float: left;
  margin-top: 40px;
}
.footer .footer_right {
  width: 500px;
  height: 230px;
  float: right;
  margin-top: 40px;
  margin-left: 85px;
}
.footer .footer_right p {
  color: #fff;
  font-size: 23px;
  line-height: 23px;
  letter-spacing: 3px;
}
.footer .footer_left h1 {
  height: 110px;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}
.footer .footer_left h1 font {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 12px;
  line-height: 20px;
  padding-left: 60px;
}
.footer .footer_right h1 {
  height: 110px;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}
.footer .footer_right h1 font {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 12px;
  line-height: 20px;
  padding-left: 60px;
}
.footer .p4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
  color: #fff;
  letter-spacing: 3px;
}
.footer .p5 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  color: #fff;
  letter-spacing: 3px;
}
.footer .footer_right div font {
  display: block;
  width: 120px;
  height: 14px;
  background-size: 120px 120px;
  float: left;
  margin-right: 60px;
  text-align: center;
  color: #fff;
}

/* 面包屑 */
.mbx {
  color: #156bc2;
  letter-spacing: 4px;
  padding: 23px 0px 0px 20px;
}
.mbx a {
  color: #156bc2;
}
.title {
  padding: 53px 0px 20px 0px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  width: 1160px;
  margin: 0 auto 30px;
  border-bottom: solid 1px #e5e5e5;
}
.title_tiwem {
  padding: 53px 0px 20px 0px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  width: 1160px;
  margin: 0 auto 30px;
  border-bottom: solid 1px #c0c0c0;
  color: #146bc2;
}

/* 首页 */
.con1 {
  /*height: 505px;*/
}
.con1 h1 {
  line-height: 140px;
  text-align: center;
  font-size: 46px;
  letter-spacing: 16px;
  color: #156bc2;
}
.con1_left {
  width: 560px;
  height: 366px;
}
.slider div img {
  width: 560px;
  height: 350px;
}
.con1_right {
  width: 597px;
  height: 366px;
}
.con1_right p {
  font-size: 35px;
  letter-spacing: 13px;
  line-height: 35px;
  color: #de1f26;
}
.con1_right p a {
  font-size: 16px;
  letter-spacing: 5px;
  color: #156bc2;
}
.con1_right ul {
  width: 100%;
  height: 315px;
  margin-top: 0px;
}
.con1_right ul li a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.con1_right ul li a:hover {
  color: #de1f26;
}
.con2 {
  height: 250px;
  margin-top: 30px;
}
.con2 ul {
  width: 100%;
  height: 100px;
  margin-top: 25px;
}
.con2 ul li {
  float: left;
  margin-left: 48px;
  width: 65px;
  margin-top: 8px;
}
.con2 ul li:first-child {
  margin-left: 0px;
}
.con2 ul li a {
  font-size: 16px;
  color: #585858;
  display: block;
  text-align: center;
}
.con2 ul li a:hover {
  color: #de1f26;
}
.con2 ul li a img {
  max-width: 65px;
  display: block;
  margin: 0 auto;
}
.con3 {
  height: 970px;
}
.con3 h1 {
  height: 110px;
  padding-top: 50px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
.con3 h1 font {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 12px;
  line-height: 20px;
  padding-left: 275px;
}
.con3_con {
  height: 600px;
  width: 100%;
}
.con3_con > div {
  width: 380px;
  height: 600px;
  float: left;
  margin-left: 30px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.con3_con div:first-child {
  margin-left: 0px;
}
.con3_con > div > img {
  width: 380px;
  height: 214px;
}
.con3 > img {
  margin-top: 43px;
  width: 1200px;
}
.con3_con div p {
  display: block;
  width: 100%;
  height: 53px;
  text-align: center;
  line-height: 53px;
  margin-top: 25px;
  letter-spacing: 3px;
  font-size: 23px;
  background: url(../img/p_bg_03.png) no-repeat bottom center;
}
.con3_con div ul {
  width: 380px;
  height: 180px;
  margin: 15px auto 0px;
}
.con3_con div ul li a {
  display: block;
  width: 90%;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
  position: relative;
  z-index: 9;
  margin: 0px auto;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.con3_con div ul li a font {
  float: right;
}
.con3_con div ul li a:hover {
  color: #de1f26;
}
.con3_con div > a {
  width: 102px;
  height: 32px;
  display: block;
  margin: 50px auto 0px;
  text-align: center;
  line-height: 32px;
  border: solid 2px #b4b4b3;
  color: #828280;
  position: relative;
  z-index: 9;
}
.con3_con div div {
  position: absolute;
  width: 380px;
  height: 600px;
  background: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
  display: none;
}
.con3_con div:hover div {
  display: block;
}
.con3_con div:hover > a {
  border: solid 1px #f2f2f2;
  color: #f2f2f2;
}
.logo img {
  position: relative;
  width: 120px;
  left: 972px;
  top: -126px;
  cursor: pointer;
}
.con4 {
  height: 650px;
}
.con4 h1 {
  height: 110px;
  padding-top: 60px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
.con4 h1 font {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 12px;
  line-height: 20px;
  padding-left: 140px;
}
.con4_left {
  width: 580px;
  height: 500px;
  float: left;
}
.con4_left > img {
  width: 580px;
  cursor: pointer;
}
.con4_right {
  width: 552px;
  height: 500px;
  float: right;
}
.con4_right ul {
  width: 100%;
  height: 426px;
}
.con4_right ul li {
  width: 100%;
  height: 51px;
  border-bottom: dashed 1px #8b8b8b;
  cursor: pointer;
}
.con4_right ul li:first-child {
  margin-top: -17px;
}
.con4_right ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.con4_right ul li a:hover {
  color: #de1f26;
}
.con4_right > a {
  float: right;
  margin-top: 25px;
  font-size: 18px;
  color: #3176c5;
  letter-spacing: 5px;
}
.con5 {
  height: 770px;
}
.con5 h1 {
  height: 110px;
  padding-top: 40px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
.con5 h1 font {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 12px;
  line-height: 20px;
  padding-left: 200px;
}
.con5_left {
  width: 580px;
  height: 500px;
  background: #fff;
  border-radius: 20px;
  float: left;
  padding-top: 30px;
}
.con5_right {
  width: 570px;
  height: 530px;
  background: #fff;
  border-radius: 20px;
  float: right;
}
.con5_left span {
  padding: 0px 0px 33px 42px;
  letter-spacing: 13px;
  color: #146bc2;
  line-height: 80px;
  font-size: 22px;
  font-weight: bold;
}
.con5_left .tiwen {
  float: right;
  margin-right: 40px;
  color: #fff;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-top: 25px;
  font-size: 18px;
  font-family: 微软雅黑;
  background: #156bc2;
  border: none;
  border-radius: 4px;
}
.con5_left ul {
  width: 510px;
  height: 326px;
  margin-left: 42px;
  margin-top: 10px;
}
.con5_left ul li a {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  letter-spacing: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.con5_left ul li a:hover {
  color: #de1f26;
}
.con5_left > a {
  padding: 30px 40px 0px 0px;
  float: right;
  font-size: 18px;
  letter-spacing: 6px;
  color: #156bc2;
}
.con5_right p {
  padding: 60px 0px 36px 42px;
  font-size: 22px;
  letter-spacing: 13px;
  color: #146bc2;
  font-weight: bold;
}
.con5_right form font {
  width: 60px;
  height: 30px;
  line-height: 30px;
  margin-left: 43px;
  display: block;
  float: left;
  font-size: 18px;
  color: #5e5e5e;
  margin-top: 36px;
}
.con5_right form font:first-child {
  margin-top: 0px;
}
.con5_right .name {
  width: 410px;
  height: 30px;
  background: #efefef;
  border: none;
  border-radius: 2px;
  float: left;
  font-size: 18px;
}
.con5_right .tel {
  width: 410px;
  height: 30px;
  background: #efefef;
  border: none;
  border-radius: 2px;
  float: left;
  font-size: 18px;
  margin-top: 36px;
}
.con5_right form textarea {
  width: 410px;
  height: 154px;
  background: #efefef;
  border: none;
  border-radius: 2px;
  float: left;
  font-size: 18px;
  margin-top: 36px;
  line-height: 30px;
  resize: none;
}
.con5_right .submit2 {
  display: block;
  margin: 36px auto 0px;
  background: #156bc2;
  color: #fff;
  border: none;
  width: 120px;
  height: 40px;
  font-size: 18px;
  font-family: 微软雅黑;
  background: #156bc2;
  border-radius: 4px;
}

/* 文件归档 */
.wenjiantab {
  width: 1200px;
  height: 80px;
  margin: 30px auto 0px;
}
.wenjiantab li {
  height: 50px;
  float: left;
  margin-left: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  padding: 0px 35px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  box-shadow: #777 5px 5px 5px 0px;
  cursor: pointer;
}
.wenjiantab li:first-child {
  margin-left: 15px;
}
.wenjiantab li.icur {
  background: #146bc2;
}
.wenjiantabcon ul {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  display: none;
  padding-bottom: 30px;
  overflow: auto;
}
.wenjiantabcon ul.icur {
  display: block;
}
.wenjiantabcon li {
  width: 110px;
  height: 30px;
  float: left;
  margin: 10px 0px 0px 30px;
  background: #b3b3b3;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  color: #333;
  box-shadow: #555 3px 3px 3px 0px;
  cursor: pointer;
}
.wenjiantabcon li.icur {
  background: #fff;
  color: #146bc2;
  font-weight: 600;
}
.wenjiansearch {
  width: 1200px;
  height: 50px;
  box-shadow: 0px 0px 5px 0px #a7a7a7;
  margin: 5px auto 30px;
  border-radius: 8px;
}
.wenjiansearch input {
  width: 1000px;
  padding-left: 30px;
  height: 50px;
  border: none;
  background: url(../images/search2_03.png) no-repeat 20px center;
  font-size: 20px;
  float: left;
}
.wenjiansearch a {
  display: block;
  width: 80px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #156bc2;
  color: #fff;
  font-size: 20px;
  margin: -1px -1px 0px 0px;
  border-radius: 0px 8px 8px 0px;
  float: right;
}
.wenjiancon_1 {
  width: 1160px;
  margin: 0 auto 60px;
}
.wenjiancon_1 li {
  width: 100%;
  height: 50px;
}
.wenjiancon_1 li:first-child {
  background: #156bc2;
  text-align: center;
  margin-bottom: 30px;
}
.wenjiancon_1 li a {
  display: block;
  width: 58%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  float: left;
  padding-left: 2%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wenjiancon_1 li span {
  display: block;
  width: 20%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  float: left;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wenjiancon_1 li font {
  display: block;
  width: 20%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  float: left;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wenjiancon_1 li:first-child a {
  color: #fff;
  font-size: 18px;
}
.wenjiancon_1 li:first-child span {
  color: #fff;
  font-size: 18px;
}
.wenjiancon_1 li:first-child font {
  color: #fff;
  font-size: 18px;
}
.wenjiancon_1 li:hover a {
  color: #de1f26;
}
.wenjiancon_1 li:hover span {
  color: #de1f26;
}
.wenjiancon_1 li:hover font {
  color: #de1f26;
}
.wenjiancon_1 li:first-child:hover a {
  color: #fff;
  font-size: 18px;
}
.wenjiancon_1 li:first-child:hover span {
  color: #fff;
  font-size: 18px;
}
.wenjiancon_1 li:first-child:hover font {
  color: #fff;
  font-size: 18px;
}
.wenjiancon_2 {
  width: 1100px;
  margin: 0 auto;
  display: none;
}
.wjqtitle {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
}
.wjqzhushi {
  font-size: 14px;
  color: #de1f26;
  padding: 0px 0px 5px 40px;
}
.wjqask {
  font-size: 14px;
  color: #de1f26;
  line-height: 30px;
  text-align: justify;
}
.wjpage {
  width: 410px;
  height: 31px;
  margin: 50px auto;
  clear: both;
}
.wjpage ul li {
  float: left;
  padding: 5px;
  margin-left: 10px;
  font-size: 16px;
  cursor: pointer;
}
.wjpage ul li:hover {
  text-shadow: #333 1px 1px 1px;
}
.wjpage .mjjtactive {
  text-shadow: #333 1px 1px 1px;
}

/* 名家讲堂 */
.mingjiatab {
  width: 1200px;
  height: 80px;
  margin: 30px auto 0px;
}
.mingjiatab li {
  height: 30px;
  float: left;
  margin-left: 25px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 7px;
  padding: 0px 15px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  box-shadow: #777 5px 5px 5px 0px;
  cursor: pointer;
}
.mingjiatab li:first-child {
}
.mingjiatab li.icur {
  background: #146bc2;
}
.mingjiacon {
  padding-bottom: 50px;
  clear: both;
  overflow: hidden;
}
.mingjiacon li {
  width: 45%;
  float: left;
  margin-bottom: 30px;
  margin-left: 3%;
  cursor: pointer;
}
.mingjiacon li img {
  width: 250px;
  height: 160px;
  display: block;
  float: left;
}
.mingjiacon li p {
  float: right;
  margin-top: 20px;
  width: 270px;
  font-size: 16px;
  line-height: 30px;
}
.mingjiacon li:hover p {
  color: #de1f26;
}
.pagination {
  height: 31px;
  margin: 100px auto 100px;
}
.pagination li {
  width: 40px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  float: left;
  color: #000;
}
.pagination li {
  width: 40px !important;
}

/* 财税新闻 */
.content {
  width: 1160px;
  height: 845px;
  margin: 0 auto;
}
.content li {
  width: 100%;
  height: 183px;
  margin-top: 38px;
}
.content li:first-child {
  margin-top: 0px;
}
.content li a {
  display: block;
  width: 100%;
  height: 100%;
}
.content li a img {
  float: left;
  width: 289px;
  height: 183px;
}
.content li a h1 {
  float: left;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  letter-spacing: 5px;
  width: 787px;
  margin-left: 26px;
}
.content li a h3 {
  float: left;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  letter-spacing: 4px;
  width: 787px;
  margin: 20px 0px 0px 26px;
}
.content li a p {
  float: left;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  letter-spacing: 4px;
  width: 787px;
  margin: 20px 0px 0px 26px;
}
.content li a font {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 20px;
  color: #cdcdcd;
  letter-spacing: 2px;
  width: 800px;
  margin: 20px 0px 0px 26px;
  padding-left: 40px;
  background: url(../img/time_03.png) no-repeat left center;
}
.content li a:hover p {
  color: #fa3843;
}
.pages {
  width: 540px;
  height: 31px;
  margin: 150px auto 100px;
}
.pages .disable {
  width: 90px;
  height: 31px;
  background: #5e5e5e;
  color: #fff;
  text-align: center;
  line-height: 31px;
  border-radius: 13px;
  display: block;
  float: left;
  font-size: 16px;
  letter-spacing: 3px;
}
.pages .change {
  width: 90px;
  height: 31px;
  background: #156bc2;
  color: #fff;
  text-align: center;
  line-height: 31px;
  border-radius: 13px;
  display: block;
  float: left;
  font-size: 16px;
  letter-spacing: 3px;
}
.pages .page {
  width: 40px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  float: left;
  color: #000;
}
.pages .active {
  color: #156bc2;
}

/* 财税新闻详情页 */
.content {
  width: 1160px;
  height: auto;
  margin: 0 auto;
}
.content > h1 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 12px;
  text-align: center;
  padding-top: 30px;
}
.content > h2 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 8px;
  text-align: center;
  margin-top: 43px;
}
.content > h3 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 8px;
  text-align: center;
  margin-top: 43px;
}
.content > h3 font {
  letter-spacing: 1px;
  font-weight: 400;
  padding-left: 80px;
  background: url(../img/time_con_03.png) no-repeat 40px center;
}
.content > p {
  font-size: 20px;
  line-height: 44px;
  margin-top: 40px;
  letter-spacing: 6px;
}
.content > p:last-child {
  padding-bottom: 100px;
}

/* 关于我们 */
.about_title_2 {
  text-align: center;
  padding-top: 80px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 8px;
  font-weight: 600;
}
.about_content {
  padding: 58px 20px 0px 20px;
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 7px;
  height: 580px;
}

/* 立即注册 */
.sub_register br {
  clear: both;
}
.sub_register {
  width: 1180px;
  height: 714px;
  margin: 20px auto 0px;
  border-radius: 16px;
  background: #f2f2f2;
}
.sub_register h1 {
  height: 43px;
  line-height: 43px;
  color: #156bc2;
  font-size: 24px;
  padding: 3px 0px 20px 55px;
  border-bottom: solid 1px #c0c0c0;
  font-weight: normal;
}
.sub_register p {
  font-size: 22px;
  padding: 10px 0px 0px 55px;
  color: #8a8a8a;
  letter-spacing: 1px;
}
.sub_register h1 a {
  float: right;
  height: 47px;
  line-height: 47px;
  font-size: 14px;
  color: #146bc2;
  margin-right: 40px;
}
.sub_register font {
  display: block;
  width: 260px;
  height: 47px;
  float: left;
  text-align: right;
  line-height: 47px;
  font-size: 18px;
  color: #595959;
  margin-top: 30px;
}
.sub_register font span {
  color: red;
  margin-right: 3px;
}
.sub_register input {
  width: 760px;
  float: left;
  height: 45px;
  border: solid 1px #eaeaea;
  margin-top: 30px;
  margin-left: 10px;
  padding-left: 18px;
  font-size: 14px;
  border-radius: 4px;
}
.sub_register textarea {
  width: 760px;
  float: left;
  height: 205px;
  border: solid 1px #eaeaea;
  margin-top: 30px;
  margin-left: 10px;
  padding-left: 18px;
  font-size: 14px;
  border-radius: 4px;
  resize: none;
  line-height: 50px;
}
.sub_register div {
  width: 160px;
  height: 65px;
  float: left;
  margin-left: 10px;
  margin-top: 30px;
  text-align: center;
}
.sub_register div img {
  width: 160px;
  height: 47px;
  padding-bottom: 10px;
}
.sub_register div a {
  color: #156bc2;
  letter-spacing: 2px;
}
.sub_register .checkbox {
  width: 18px;
  height: 18px;
  float: left;
  margin-left: 270px;
}
.sub_register .ty {
  font-size: 16px;
  float: left;
  margin: 28px 0px 0px 10px;
  padding: 0;
}
.sub_register .ty a {
  color: #156bc2;
}
.sub_register .submit2 {
  margin-left: 270px;
  background: #156bc2;
  color: #fff;
  width: 778px;
  margin-top: 60px;
  letter-spacing: 12px;
}
.sub_register a {
  margin-top: 44px;
  margin-left: 5px;
  float: left;
  cursor: pointer;
}

/* 模拟稽查 */
.content_moni {
  font-size: 24px;
  line-height: 40px;
  padding: 0px 20px 0px 20px;
  text-align: justify;
}
.sub br {
  clear: both;
}
.sub {
  width: 1180px;
  height: 770px;
  margin: 70px auto 160px;
  border-radius: 16px;
  background: #f2f2f2;
}
.sub h1 {
  height: 43px;
  line-height: 43px;
  color: #156bc2;
  font-size: 34px;
  padding: 23px 0px 20px 55px;
  border-bottom: solid 1px #c0c0c0;
  font-weight: normal;
}
.sub p {
  font-size: 22px;
  padding: 10px 0px 0px 55px;
  color: #8a8a8a;
  letter-spacing: 1px;
}
.sub h1 a {
  float: right;
  height: 47px;
  line-height: 47px;
  font-size: 14px;
  color: #146bc2;
  margin-right: 40px;
}
.sub font {
  display: block;
  width: 260px;
  height: 47px;
  float: left;
  text-align: right;
  line-height: 47px;
  font-size: 18px;
  color: #595959;
  margin-top: 30px;
}
.sub font span {
  color: red;
  margin-right: 3px;
}
.sub input {
  width: 760px;
  float: left;
  height: 45px;
  border: solid 1px #eaeaea;
  margin-top: 30px;
  margin-left: 10px;
  padding-left: 18px;
  font-size: 14px;
  border-radius: 4px;
}
.sub textarea {
  width: 760px;
  float: left;
  height: 205px;
  border: solid 1px #eaeaea;
  margin-top: 30px;
  margin-left: 10px;
  padding-left: 18px;
  font-size: 14px;
  border-radius: 4px;
  resize: none;
  line-height: 50px;
}
.sub div {
  width: 160px;
  height: 65px;
  float: left;
  margin-left: 10px;
  margin-top: 30px;
  text-align: center;
}
.sub div img {
  width: 160px;
  height: 47px;
  padding-bottom: 10px;
}
.sub div a {
  color: #156bc2;
  letter-spacing: 2px;
}
.sub .checkbox {
  width: 18px;
  height: 18px;
  float: left;
  margin-left: 270px;
}
.sub .ty {
  font-size: 16px;
  float: left;
  margin: 28px 0px 0px 10px;
  padding: 0;
}
.sub .ty a {
  color: #156bc2;
}
.sub .submit2 {
  margin-left: 270px;
  background: #156bc2;
  color: #fff;
  width: 778px;
  margin-top: 60px;
  letter-spacing: 12px;
}

/* 文章摘选列表 */
.container {
  width: 1000px;
  margin: 0 auto;
  padding: 1px;
}
.containerimg {
  width: 1000px;
  height: 1878px;
  margin: 0 auto;
  padding: 1px;
}
.container title {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  color: #000000;
  font-family: '微软雅黑';
  font-weight: bold;
  letter-spacing: 12px;
  margin-top: 30px;
}
.essayList {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.essayList ul li {
  display: block;
  line-height: 60px;
  height: 60px;
  box-shadow: 0 0 5px #999999;
  margin-top: 35px;
  padding: 0 20px 0 20px;
}
.essayList ul li a {
  color: #000000;
  font-size: 16px;
  font-family: 'microsoft yahei';
}
.essayList ul li span {
  float: right;
}
.essayContent {
  position: absolute;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  top: 310px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #000000;
  padding: 30px 0 50px 0;
  display: none;
  z-index: 100;
}
.essayContent .title {
  text-align: center;
  margin-bottom: 30px;
}
.essayContent .title span {
  font-size: 16px;
  font-family: 'microsoft yahei';
  color: #000000;
}
.essayContent .con {
  width: 95%;
  margin: 0 auto;
}
.essayContent .con span {
  line-height: 40px;
  font-size: 18px;
}
.containerimg .container_img {
  display: block;
  width: 49%;
  height: 288px;
  margin-top: 25px;
}
.containerimg .container_img:nth-child(2n) {
  float: right;
}
.containerimg .container_img:nth-child(2n-1) {
  float: left;
}
.containerimg .container_img img {
  width: 100%;
  height: 100%;
}

/* 政策法规 */
.showListLeft {
  width: 20%;
  height: auto;
  float: left;
  margin: 10px 0px 0px 20px;
  background: #e1dddd;
  margin-bottom: 100px;
}
.showListLeft span {
  display: block;
  width: 100%;
  height: 70px;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  background: #156bc2;
  color: #fff;
}
.showListLeft > ul {
  margin-top: 10px;
  margin-bottom: 50px;
}
.showListLeft > ul > li {
  width: 80%;
  margin-left: 10%;
  line-height: 50px;
}
.showListLeft > ul > li > a {
  color: #000000;
  font-size: 24px;
}
.showListLeft > ul > li > ul {
  margin-left: 15px;
}
.showListLeft > ul > li > ul a {
  color: #000000;
  font-size: 16px;
}
.showListLeft > ul > li > ul .active {
  font-weight: bold;
}
.showListLeft > ul > li:nth-child(2n + 1) > ul,
.showListLeft > ul > li:nth-child(2n) > ul {
  display: none;
}
.showListLeft > ul > li:nth-child(2) > ul {
  display: block;
}
.con_right {
  width: 70%;
  float: right;
  margin: 10px 20px 0px 0px;
}
.con_right p {
  line-height: 70px;
  color: #156bc2;
  font-size: 28px;
}
.con_right ul {
  width: 100%;
}
.con_right ul li {
  width: 100%;
  height: 50px;
}
.con_right ul li:first-child {
  background: #156bc2;
  text-align: center;
  margin-bottom: 30px;
}
.con_right ul li a {
  display: block;
  width: 58%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  float: left;
  padding-left: 2%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.con_right ul li span {
  display: block;
  width: 20%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  float: left;
  text-align: center;
}
.con_right ul li font {
  display: block;
  width: 20%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  float: left;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.con_right ul li:first-child a {
  color: #fff;
  font-size: 18px;
}
.con_right ul li:first-child span {
  color: #fff;
  font-size: 18px;
}
.con_right ul li:first-child font {
  color: #fff;
  font-size: 18px;
}
.con_right ul li:hover a {
  color: #de1f26;
}
.con_right ul li:hover span {
  color: #de1f26;
}
.con_right ul li:hover font {
  color: #de1f26;
}
.con_right ul li:first-child:hover a {
  color: #fff;
  font-size: 18px;
}
.con_right ul li:first-child:hover span {
  color: #fff;
  font-size: 18px;
}
.con_right ul li:first-child:hover font {
  color: #fff;
  font-size: 18px;
}

/* 休闲一刻 */
.picture {
  width: 1160px;
  height: 1034px;
  margin: 0 auto;
}
.picture > p,
.article > p,
.celebrity > p {
  font-size: 36px;
  letter-spacing: 3px;
}
.picture ul {
  width: 1200px;
  height: 902px;
  margin-left: -40px;
}
.picture ul li {
  width: 360px;
  height: 263px;
  float: left;
  margin: 40px 0px 0px 40px;
  position: relative;
}
.picture ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.picture ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.picture ul li div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.picture ul li:hover div {
  display: block;
}
.picture ul li div p {
  width: 260px;
  height: 84px;
  background: #1d3752;
  margin: 90px 0px 0px 54px;
  float: left;
  font-size: 18px;
  text-align: center;
  line-height: 84px;
  color: #fff;
}
.picture > a {
  display: block;
  color: #156bc2;
  padding-top: 40px;
  letter-spacing: 5px;
  text-align: center;
  font-size: 18px;
}
.article {
  width: 1160px;
  height: 484px;
  margin: 0 auto;
}
.article ul {
  width: 100%;
  margin: 30px auto 0px;
  height: 324px;
}
.article ul li {
  float: left;
  width: 50%;
  height: 36px;
}
.article ul li a {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article ul li a:hover {
  color: #de1f26;
}
.article > a {
  display: block;
  color: #156bc2;
  padding-top: 32px;
  letter-spacing: 5px;
  text-align: center;
  font-size: 18px;
}
.celebrity {
  width: 1160px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.celebrity ul {
  width: 100%;
  margin: 36px auto 0px;
}
.celebrity ul li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 19px;
  color: #1d3752;
}
.celebrity ul li:hover {
  color: #de1f26;
}
.celebrity a {
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.celebrity > a {
  display: block;
  color: #156bc2;
  padding-top: 32px;
  letter-spacing: 5px;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 我的提问 */
.search2 {
  width: 498px;
  height: 58px;
  border: solid 1px #e0dfdf;
  border-radius: 8px;
}
.search2 input {
  width: 356px;
  padding-left: 60px;
  height: 58px;
  border: none;
  background: url(../img/search2_03.png) no-repeat 20px center;
  font-size: 20px;
  float: left;
}
.search2 a {
  display: block;
  width: 80px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #156bc2;
  color: #fff;
  font-size: 20px;
  margin: -1px -1px 0px 0px;
  border-radius: 0px 8px 8px 0px;
  float: right;
}
.list {
  width: 1160px;
  height: auto;
  margin: 40px auto 0px;
}
.list li {
  width: 100%;
  height: 36px;
}
.list li font {
  display: block;
  float: left;
  width: 112px;
  font-size: 20px;
  color: #656565;
  height: 36px;
  line-height: 36px;
}
.list li a {
  display: block;
  width: 1048px;
  height: 36px;
  line-height: 36px;
  color: #000;
  font-size: 20px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list li a:hover {
  color: #de1f26;
}
.list li a span {
  float: right;
  color: #656565;
}
.list li a:hover span {
  color: #de1f26;
}

/* 专家咨询 */
.content_zhuanjia {
  font-size: 24px;
  line-height: 40px;
  padding: 0px 20px 0px 20px;
  text-align: justify;
}
.title_zhuanjia {
  font-size: 28px;
  padding: 58px 0px 40px 20px;
}
.sub_zhuanjia br {
  clear: both;
}
.sub_zhuanjia {
  width: 1200px;
  height: 547px;
  margin: 70px auto 190px;
  border-radius: 16px;
  background: #f2f2f2;
}
.sub_zhuanjia h1 {
  height: 43px;
  line-height: 43px;
  color: #156bc2;
  font-size: 34px;
  padding: 23px 0px 20px 0px;
  border-bottom: solid 1px #c0c0c0;
  font-weight: normal;
}
.sub_zhuanjia p {
  font-size: 22px;
  padding: 10px 0px 0px 55px;
  color: #8a8a8a;
  letter-spacing: 1px;
}
.sub_zhuanjia h1 a {
  float: right;
  height: 47px;
  line-height: 47px;
  font-size: 14px;
  color: #146bc2;
  margin-right: 40px;
}
.sub_zhuanjia font {
  display: block;
  width: 260px;
  height: 47px;
  float: left;
  text-align: right;
  line-height: 47px;
  font-size: 18px;
  color: #595959;
  margin-top: 30px;
}
.sub_zhuanjia font span {
  color: red;
  margin-right: 3px;
}
.sub_zhuanjia input {
  width: 760px;
  float: left;
  height: 45px;
  border: solid 1px #eaeaea;
  margin-top: 30px;
  margin-left: 10px;
  padding-left: 18px;
  font-size: 14px;
  border-radius: 4px;
}
.sub_zhuanjia textarea {
  width: 760px;
  float: left;
  height: 205px;
  border: solid 1px #eaeaea;
  margin-top: 30px;
  margin-left: 10px;
  padding-left: 18px;
  font-size: 14px;
  border-radius: 4px;
  resize: none;
  line-height: 50px;
}
.sub_zhuanjia div {
  width: 160px;
  height: 65px;
  float: left;
  margin-left: 10px;
  margin-top: 30px;
  text-align: center;
}
.sub_zhuanjia div img {
  width: 160px;
  height: 47px;
  padding-bottom: 10px;
}
.sub_zhuanjia div a {
  color: #156bc2;
  letter-spacing: 2px;
}
.sub_zhuanjia .checkbox {
  width: 18px;
  height: 18px;
  float: left;
  margin-left: 270px;
}
.sub_zhuanjia .ty {
  font-size: 16px;
  float: left;
  margin: 28px 0px 0px 10px;
  padding: 0;
}
.sub_zhuanjia .ty a {
  color: #156bc2;
}
.sub_zhuanjia .submit2 {
  margin-left: 270px;
  background: #156bc2;
  color: #fff;
  width: 778px;
  margin-top: 40px;
  letter-spacing: 12px;
}

/* 修改密码 */
.sub_update br {
  clear: both;
}
.sub_update {
  width: 1180px;
  height: 514px;
  margin: 20px auto 0px;
  border-radius: 16px;
  background: #f2f2f2;
}
.sub_update h1 {
  height: 43px;
  line-height: 43px;
  color: #156bc2;
  font-size: 24px;
  padding: 3px 0px 20px 55px;
  border-bottom: solid 1px #c0c0c0;
  font-weight: normal;
}
.sub_update p {
  font-size: 22px;
  padding: 10px 0px 0px 55px;
  color: #8a8a8a;
  letter-spacing: 1px;
}
.sub_update h1 a {
  float: right;
  height: 47px;
  line-height: 47px;
  font-size: 14px;
  color: #146bc2;
  margin-right: 40px;
}
.sub_update font {
  display: block;
  width: 260px;
  height: 47px;
  float: left;
  text-align: right;
  line-height: 47px;
  font-size: 18px;
  color: #595959;
  margin-top: 30px;
}
.sub_update font span {
  color: red;
  margin-right: 3px;
}
.sub_update input {
  width: 760px;
  float: left;
  height: 45px;
  border: solid 1px #eaeaea;
  margin-top: 30px;
  margin-left: 10px;
  padding-left: 18px;
  font-size: 14px;
  border-radius: 4px;
}
.sub_update textarea {
  width: 760px;
  float: left;
  height: 205px;
  border: solid 1px #eaeaea;
  margin-top: 30px;
  margin-left: 10px;
  padding-left: 18px;
  font-size: 14px;
  border-radius: 4px;
  resize: none;
  line-height: 50px;
}
.sub_update div {
  width: 160px;
  height: 65px;
  float: left;
  margin-left: 10px;
  margin-top: 30px;
  text-align: center;
}
.sub_update div img {
  width: 160px;
  height: 47px;
  padding-bottom: 10px;
}
.sub_update div a {
  color: #156bc2;
  letter-spacing: 2px;
}
.sub_update .checkbox {
  width: 18px;
  height: 18px;
  float: left;
  margin-left: 270px;
}
.sub_update .ty {
  font-size: 16px;
  float: left;
  margin: 28px 0px 0px 10px;
  padding: 0;
}
.sub_update .ty a {
  color: #156bc2;
}
.sub_update .submit2 {
  margin-left: 270px;
  background: #156bc2;
  color: #fff;
  width: 778px;
  margin-top: 60px;
  letter-spacing: 12px;
}
.sub_update a {
  margin-top: 44px;
  margin-left: 5px;
  float: left;
}

/* 我的提问详情页 */
.tiwen_title {
  line-height: 90px;
  font-size: 24px;
  padding-left: 35px;
  letter-spacing: 3px;
}
.tiwen_ms {
  font-size: 18px;
  line-height: 18px;
  color: #ef2020;
  padding-left: 35px;
  letter-spacing: 1px;
}
.tiwen_con {
  line-height: 46px;
  font-size: 18px;
  padding-left: 35px;
  letter-spacing: 2px;
  color: #333;
}
.tiwen_time {
  font-size: 12px;
  line-height: 12px;
  color: #8d8d8d;
  padding-left: 35px;
}
.tiwen_zjtitle {
  line-height: 66px;
  font-size: 22px;
  padding-left: 35px;
  letter-spacing: 1px;
  color: #156bc2;
  font-weight: 600;
  margin-top: 15px;
}
.tiwen_zjcon {
  line-height: 44px;
  font-size: 22px;
  padding: 0px 35px;
  letter-spacing: 1px;
  color: #333;
  text-align: justify;
}
.tiwen_zjtime {
  font-size: 16px;
  line-height: 40px;
  color: #8d8d8d;
  padding-left: 35px;
}
.tiwen {
  height: auto;
  padding-bottom: 30px;
  border-bottom: solid 1px #e1e1e1;
}
.zhuiwen {
  height: auto;
  padding: 34px 0px 50px;
}
.zw_form {
  height: 630px;
  margin-bottom: 100px;
  background: #fff;
  border-radius: 16px;
}
.zw_form h1 {
  line-height: 140px;
  padding-left: 100px;
  color: #146bc2;
  font-weight: 600;
  letter-spacing: 2px;
}
.zw_form textarea {
  display: block;
  width: 985px;
  height: 300px;
  background: #f2f2f2;
  margin: 0 auto;
  line-height: 50px;
  padding-left: 15px;
  font-size: 18px;
  resize: none;
  border-radius: 8px;
}
.zw_form input {
  display: block;
  width: 700px;
  height: 50px;
  background: #146bc2;
  margin: 60px auto 0px;
  font-size: 18px;
  border-radius: 3px;
  border: none;
  letter-spacing: 3px;
  color: #fff;
}

/* toast */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#toast {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 10px;
  border-radius: 3px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9999;
}
.hide {
  display: none;
}
.fadeOut {
  animation: fadeOut 0.5s;
}
.fadeIn {
  animation: fadeIn 0.5s;
}

/* 手机端隐藏部分模块 */
.phone_con1,
.phone_con2,
.phone_con3,
.phone_footer,
.phone_foot,
.phone_banner,
.phone_page,
.phone_con,
.phone_title,
.phone_search2,
.phone_top,
.phone_nav,
.phone_timer,
.phone_name,
.phone_tab,
.phone_denglu,
.phone_zhuce,
.phone_moni,
.phone_zhuanjia,
.phone_yijian,
.zhui,
.phone_submit,
.phone_titlea,
.phone_cona,
.phone_tabsub,
.phone_tabxg,
.phone_xiugai,
.phone_conwj,
.phone_tabmn,
.phone_conmy,
.phone_titletw,
.phone_nametw,
.phone_contw,
.phone_submittw,
.Personal,
.phonetw,
.phonezj,
.phonehf,
.phonezw {
  display: none;
}

/* 手机端 */
@media screen and (min-width: 200px) and (max-width: 500px) {
  /* public */
  html,
  body {
    height: 100%;
    overflow-y: scroll;
  }
  * {
    -webkit-overflow-scrolling: touch;
  }
  body {
    font-size: 14px;
    background: #fff;
    position: fixed;
    overflow-x: hidden !important;
  }
  img {
    max-width: 100%;
  }
  .phone_con1,
  .phone_con2,
  .phone_con3,
  .phone_footer,
  .phone_foot,
  .phone_banner,
  .phone_page,
  .phone_con,
  .phone_title,
  .phone_search2,
  .phone_top,
  .phone_nav,
  .phone_timer,
  .phone_name,
  .phone_tab,
  .phone_denglu,
  .phone_zhuce,
  .phone_moni,
  .phone_zhuanjia,
  .phone_yijian,
  .zhui,
  .phone_submit,
  .phone_titlea,
  .phone_cona,
  .phone_tabsub,
  .phone_conwj,
  .phone_tabmn,
  .phone_conmy,
  .phone_titletw,
  .phone_nametw,
  .phone_contw,
  .phone_submittw,
  .Personal,
  .phonetw,
  .phonezj,
  .phonehf,
  .phone_tabxg,
  .phone_xiugai,
  .bbsM,
  .phonezw {
    display: block;
  }
  .top,
  .top2,
  .nav,
  .con1,
  .con2,
  .con3,
  .con4,
  .con5,
  .footer,
  .foot,
  .nav_left,
  .wenjiancon,
  .banner,
  .mbx,
  .title,
  .content,
  .list,
  .pages,
  .search2,
  .messCon,
  .sub,
  .sub_update,
  .sub_register,
  .content_moni,
  .title_tiwem,
  .tiwen,
  .zhuiwen,
  .bbsPC,
  .zw_form {
    display: none;
  }
  .center {
    width: 90%;
    margin: 0 auto;
  }
  .phone_top {
    width: 100%;
    height: 90px;
    background: #ebebeb;
    position: relative;
    z-index: 999;
  }
  .phone_logo {
    width: 240px;
    height: 42px;
    display: block;
    float: left;
    margin-top: 24px;
  }
  .phone_navicur {
    width: 32px;
    height: 22px;
    float: right;
    margin-top: 34px;
  }
  .phone_banner {
    width: 100%;
    height: 180px;
    font-size: 0px;
    line-height: 0px;
  }
  .phone_banner img {
    width: 100%;
    height: 100%;
  }
  .phone_con1 {
    width: 100%;
    height: 322px;
    background: #fff;
  }
  .phone_con2 {
    width: 100%;
    height: 495px;
    background: #315da5;
  }
  .phone_con3 {
    width: 90%;
    height: 365px;
    background: #fff;
    margin: -27px auto 35px;
    border-radius: 8px;
  }
  .phone_footer {
    width: 100%;
    height: 194px;
    background: #00244f;
  }
  .phone_foot {
    width: 100%;
    height: 30px;
    background: #0f0f0f;
  }
  .phone_con1 h1 {
    width: 80%;
    height: 47px;
    margin: 0 auto;
    line-height: 47px;
    font-size: 18px;
    letter-spacing: 5px;
    padding-left: 30px;
    background: url(../img/phone_erdian_03.png) no-repeat left center;
    background-size: 20px 25px;
    color: #de1f26;
  }
  .phone_con1 ul li {
    width: 100%;
    height: 60px;
    border-bottom: dashed 1px #cccccc;
  }
  .phone_con1 ul li p:first-child {
    font-size: 13px;
    line-height: 13px;
    padding: 15px 10% 0px 10%;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .phone_con1 ul li p:last-child {
    font-size: 10px;
    line-height: 10px;
    padding: 13px 0px 0px 10%;
    color: #aaa;
  }
  .phone_con1 ul li:first-child p:first-child {
    height: 18px;
    font-size: 18px;
    color: #146bc2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .phone_con1 ul li:first-child p:last-child {
    font-weight: 600;
  }
  .phone_con2 > p {
    line-height: 64px;
    padding-left: 10%;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .phone_con2 > p span {
    font-size: 10px;
    letter-spacing: 0px;
    padding-left: 3px;
    color: #cccccc;
  }
  .phone_con2 ul {
    width: 90%;
    margin: 0 auto;
  }
  .phone_con2 ul li {
    width: 45%;
    height: 175px;
    background: #fff;
    margin-top: 10px;
  }
  .phone_con2 ul li:nth-child(2n-1) {
    float: left;
  }
  .phone_con2 ul li:nth-child(2n) {
    float: right;
  }
  .phone_con2 ul li p {
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .phone_con2 ul li span {
    display: block;
    font-size: 10px;
    text-align: center;
    padding-top: 0px;
    color: #333;
  }
  .phone_con3 p {
    font-size: 18px;
    color: #156bc2;
    padding: 20px;
  }
  .phone_con3 .name,
  .phone_con3 .tel {
    width: 80%;
    height: 33px;
    border: none;
    background: #efefef;
    display: block;
    margin: 0 auto;
    padding-left: 15px;
  }
  .phone_con3 textarea {
    width: 80%;
    height: 110px;
    border: none;
    background: #efefef;
    display: block;
    margin: 0 auto;
    padding-left: 15px;
    line-height: 30px;
  }
  .phone_con3 .submit2 {
    width: 130px;
    height: 35px;
    background: #ba122b;
    display: block;
    margin: 8px auto;
    border-radius: 3px;
    border: none;
    color: #fff;
  }
  .phone_foot {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
  }
  .phone_footer .footer_left {
    float: left;
    margin-top: 30px;
  }
  .phone_footer .footer_right {
    float: right;
    margin-top: 50px;
  }
  .phone_footer .footer_left h1 {
    height: 70px;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
  }
  .phone_footer .footer_left h1 font {
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
  }
  .phone_footer .p4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 3px;
    color: #fff;
    letter-spacing: 3px;
  }
  .phone_footer .p5 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 6px;
    color: #fff;
    letter-spacing: 3px;
  }
  .phone_footer .footer_right div font {
    display: block;
    width: 80px;
    height: 14px;
    background-size: 80px 80px;
    float: left;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    font-size: 10px;
  }
  .phone_zhezhao {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 997;
    top: 0px;
    left: 0px;
    display: none;
    transition: 1s;
  }
  .phone_nav {
    width: 215px;
    height: 100%;
    background: #00244f;
    position: absolute;
    top: 0px;
    right: -215px;
    transition: 1s;
    z-index: 998;
    overflow-y: scroll;
  }
  .phone_nav ul {
    width: 184px;
    float: right;
    margin-top: 90px;
  }
  .phone_nav ul li {
    width: 100%;
    height: 58px;
    border-bottom: solid 1px #fff;
  }
  .phone_nav ul li a {
    display: block;
    width: 100%;
    height: 58px;
    font-size: 18px;
    line-height: 58px;
    color: #fff;
    text-align: center;
  }
  /* .phone_nav ul li:first-child a{ background: url(../img/phone_icur1_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(2) a{ background: url(../img/phone_icur2_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(3) a{ background: url(../img/phone_icur3_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(4) a{ background: url(../img/phone_icur4_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(5) a{ background: url(../img/phone_icur5_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(6) a{ background: url(../img/phone_icur6_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(7) a{ background: url(../img/phone_icur7_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(8) a{ background: url(../img/phone_icur8_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(9) a{ background: url(../img/phone_icur9_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(10) a{ background: url(../img/phone_icur2_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(11) a{ background: url(../img/phone_icur3_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(12) a{ background: url(../img/phone_icur4_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(13) a{ background: url(../img/phone_icur5_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(14) a{ background: url(../img/phone_icur6_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(15) a{ background: url(../img/phone_icur7_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(16) a{ background: url(../img/phone_icur8_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(17) a{ background: url(../img/phone_icur9_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(18) a{ background: url(../img/phone_icur5_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(19) a{ background: url(../img/phone_icur6_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(20) a{ background: url(../img/phone_icur7_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(21) a{ background: url(../img/phone_icur8_03.png) no-repeat 20px center; background-size: 22px 22px;}
	.phone_nav ul li:nth-child(22) a{ background: url(../img/phone_icur9_03.png) no-repeat 20px center; background-size: 22px 22px;}	 */

  /* index */
  .phone_title {
    height: 44px;
    border-bottom: solid 1px #e5e5e5;
    line-height: 44px;
    font-size: 18px;
    padding-left: 16px;
    letter-spacing: 3px;
    color: #156bc2;
  }
  .phone_title span {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .phone_title font {
    margin-right: 20px;
  }
  .phone_title font.icur {
    border-bottom: solid 2px #ba122b;
  }
  .phone_conwj {
    width: 90%;
    margin: 0 auto;
  }
  .phone_conwj li {
    width: 100%;
    border-bottom: dashed 1px #5c5c5c;
    height: 89px;
  }
  .phone_conwj li p {
    color: #000;
    padding: 15px 0px 0px 10px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .phone_conwj li span {
    display: block;
    color: #5c5c5c;
    padding: 3px 0px 0px 10px;
    font-size: 10px;
  }
  .phone_conwj li font {
    display: block;
    color: #146bc2;
    padding: 6px 0px 0px 10px;
    font-size: 14px;
    letter-spacing: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .phone_conmy {
    height: 480px;
    width: 90%;
    margin: 0 auto;
  }
  .phone_conmy li {
    width: 100%;
    border-bottom: dashed 1px #5c5c5c;
    height: 89px;
  }
  .phone_conmy li p {
    color: #000;
    padding: 15px 0px 0px 10px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .phone_conmy li span {
    display: block;
    color: #5c5c5c;
    padding: 3px 0px 0px 10px;
    font-size: 10px;
  }
  .phone_conmy li font {
    display: block;
    color: #146bc2;
    padding: 6px 0px 0px 10px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .phone_tab {
    width: 90%;
    margin: 20px auto;
    height: 26px;
  }
  .phone_tab li {
    padding: 0px 5px;
    background: #f2f2f2;
    float: left;
    margin-left: 3px;
    font-size: 10px;
  }
  .phone_page {
    width: 270px;
    height: 21px;
    margin: 30px auto;
    clear: both;
  }
  .phone_page li {
    float: left;
    font-size: 10px;
    line-height: 21px;
    width: 30px;
    text-align: center;
  }
  .phone_page .disable {
    width: 60px;
    height: 21px;
    color: #fff;
    background: #777777;
    text-align: center;
    line-height: 21px;
    letter-spacing: 2px;
    border-radius: 8px;
    padding: 0px;
  }
  .phone_page .change {
    width: 60px;
    height: 21px;
    color: #fff;
    background: #146bc2;
    text-align: center;
    line-height: 21px;
    letter-spacing: 2px;
    border-radius: 8px;
    padding: 0px;
  }
  .phone_page .active {
    color: #146bc2;
  }

  .phone_search2 {
    width: 90%;
    height: 40px;
    margin: 20px auto;
    border: solid 1px #e0dfdf;
    border-radius: 8px;
  }
  .phone_search2 input {
    width: 70%;
    padding-left: 40px;
    height: 40px;
    border: none;
    background: url(../img/search2_03.png) no-repeat 10px center;
    background-size: 20px 20px;
    font-size: 14px;
    float: left;
  }
  .phone_search2 a {
    display: block;
    width: 60px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #156bc2;
    color: #fff;
    font-size: 14px;
    margin: -1px -1px 0px 0px;
    border-radius: 0px 8px 8px 0px;
    float: right;
  }
  .phone_timer {
    width: 90%;
    font-size: 12px;
    color: #777777;
    line-height: 40px;
    margin: 0 auto;
  }
  .phone_name {
    width: 90%;
    font-size: 11px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
  }
  .phone_moni {
    width: 90%;
    height: 590px;
    margin: 0 auto 30px;
    background: #f2f2f2;
    border-radius: 10px;
  }
  .phone_zhuanjia {
    width: 90%;
    height: 430px;
    margin: 0 auto 30px;
    background: #f2f2f2;
    border-radius: 10px;
    display: none;
  }
  .phone_yijian {
    width: 90%;
    height: 430px;
    margin: 0 auto 30px;
    background: #f2f2f2;
    border-radius: 10px;
    display: none;
  }
  .phone_moni h1 {
    border-bottom: solid 1px #5c5c5c;
    color: #146bc2;
    padding: 24px 0px 9px 20px;
    font-size: 18px;
    font-weight: normal;
  }
  .phone_moni p {
    color: #5c5c5c;
    padding: 6px 0px 4px 20px;
    font-size: 11px;
  }
  .phone_moni div {
    width: 300px;
    margin: 0 auto;
    height: 33px;
    margin-top: 20px;
    line-height: 33px;
  }
  .phone_moni div font {
    width: 78px;
    display: block;
    float: left;
    text-align: right;
  }
  .phone_moni div input {
    background: #fff;
    border: solid 1px #eaeaea;
    height: 31px;
    padding-left: 8px;
    width: 180px;
    float: left;
  }
  .phone_moni textarea {
    background: #fff;
    border: solid 1px #eaeaea;
    height: 100px;
    padding-left: 8px;
    width: 180px;
    float: left;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .phone_moni .phone_submit {
    display: block;
    width: 150px;
    margin: 20px auto 10px;
    height: 33px;
    line-height: 33px;
    background: #ba122b;
    color: #fff;
    border: none;
    border-radius: 5px;
  }
  .phone_zhuanjia h1 {
    border-bottom: solid 1px #5c5c5c;
    color: #146bc2;
    padding: 24px 0px 9px 20px;
    font-size: 18px;
    font-weight: normal;
  }
  .phone_zhuanjia p {
    color: #5c5c5c;
    padding: 6px 0px 4px 20px;
    font-size: 11px;
  }
  .phone_zhuanjia div {
    width: 300px;
    margin: 0 auto;
    height: 33px;
    margin-top: 20px;
    line-height: 33px;
  }
  .phone_zhuanjia div font {
    width: 78px;
    display: block;
    float: left;
    text-align: right;
  }
  .phone_zhuanjia div input {
    background: #fff;
    border: solid 1px #eaeaea;
    height: 31px;
    padding-left: 8px;
    width: 180px;
    float: left;
  }
  .phone_zhuanjia textarea {
    background: #fff;
    border: solid 1px #eaeaea;
    height: 100px;
    padding-left: 8px;
    width: 180px;
    float: left;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .phone_zhuanjia .phone_submit {
    display: block;
    width: 150px;
    margin: 20px auto 10px;
    height: 33px;
    line-height: 33px;
    background: #ba122b;
    color: #fff;
    border: none;
    border-radius: 5px;
  }
  .phone_yijian h1 {
    border-bottom: solid 1px #5c5c5c;
    color: #146bc2;
    padding: 24px 0px 9px 20px;
    font-size: 18px;
    font-weight: normal;
  }
  .phone_yijian p {
    color: #5c5c5c;
    padding: 6px 0px 4px 20px;
    font-size: 11px;
  }
  .phone_yijian div {
    width: 300px;
    margin: 0 auto;
    height: 33px;
    margin-top: 20px;
    line-height: 33px;
  }
  .phone_yijian div font {
    width: 78px;
    display: block;
    float: left;
    text-align: right;
  }
  .phone_yijian div input {
    background: #fff;
    border: solid 1px #eaeaea;
    height: 31px;
    padding-left: 8px;
    width: 180px;
    float: left;
  }
  .phone_yijian textarea {
    background: #fff;
    border: solid 1px #eaeaea;
    height: 100px;
    padding-left: 8px;
    width: 180px;
    float: left;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .phone_yijian .phone_submit {
    display: block;
    width: 150px;
    margin: 20px auto 10px;
    height: 33px;
    line-height: 33px;
    background: #ba122b;
    color: #fff;
    border: none;
    border-radius: 5px;
  }
  .question {
    width: 82px;
    height: 19px;
    margin: 25px 20px 0px 0px;
  }
  .phone_denglu {
    width: 90%;
    height: 408px;
    margin: 0 auto 30px;
    background: #f2f2f2;
    border-radius: 10px;
  }
  .phone_zhuce {
    width: 90%;
    height: 450px;
    margin: 0 auto 30px;
    background: #f2f2f2;
    border-radius: 10px;
    display: none;
  }
  .phone_denglu h1 {
    border-bottom: solid 1px #5c5c5c;
    color: #146bc2;
    padding: 24px 0px 9px 20px;
    font-size: 18px;
    font-weight: normal;
  }
  .phone_denglu p {
    color: #5c5c5c;
    padding: 6px 0px 4px 20px;
    font-size: 11px;
  }
  .phone_denglu div {
    width: 225px;
    margin: 0 auto;
    height: 33px;
    margin-top: 20px;
    line-height: 33px;
  }
  .phone_denglu div input {
    background: #fff;
    border: solid 1px #eaeaea;
    height: 31px;
    padding-left: 8px;
    width: 168px;
  }
  .phone_denglu a {
    display: block;
    width: 225px;
    margin: 10px auto 10px;
    height: 33px;
    line-height: 33px;
    color: #146bc2;
  }
  .phone_denglu .phone_submit {
    display: block;
    width: 225px;
    margin: 20px auto 10px;
    height: 33px;
    line-height: 33px;
    background: #156bc2;
    color: #fff;
    border: none;
    border-radius: 15px;
  }
  .phone_denglu .wechat {
    display: block;
    width: 225px;
    margin: 30px auto 10px;
    height: 33px;
    line-height: 33px;
    background: #58bc46;
    color: #fff;
    border: none;
    border-radius: 15px;
  }
  .phone_zhuce h1 {
    border-bottom: solid 1px #5c5c5c;
    color: #146bc2;
    padding: 24px 0px 9px 20px;
    font-size: 18px;
    font-weight: normal;
  }
  .phone_zhuce p {
    color: #5c5c5c;
    padding: 6px 0px 4px 20px;
    font-size: 11px;
  }
  .phone_zhuce div {
    width: 225px;
    margin: 0 auto;
    height: 33px;
    margin-top: 20px;
    line-height: 33px;
  }
  .phone_zhuce div font {
    width: 78px;
    display: block;
    float: left;
    margin-left: -30px;
    text-align: right;
  }
  .phone_zhuce div input {
    background: #fff;
    border: solid 1px #eaeaea;
    height: 31px;
    padding-left: 8px;
    width: 160px;
    float: left;
  }
  .phone_zhuce div:nth-child(5) input {
    width: 90px;
  }
  .phone_zhuce div span {
    float: right;
  }
  .phone_zhuce .phone_submit {
    display: block;
    width: 225px;
    margin: 30px auto 10px;
    height: 33px;
    line-height: 33px;
    background: #156bc2;
    color: #fff;
    border: none;
    border-radius: 15px;
  }
  .zhui {
    background: #fff;
    border: solid 1px #eaeaea;
    height: 100px;
    padding-left: 8px;
    width: 90%;
    margin: 30px auto 0px;
    display: block;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .phone_tabxg {
    height: 70px;
  }
  .phone_tabxg ul {
    width: 90%;
    margin: 0 auto;
  }
  .phone_tabxg ul li {
    float: left;
    width: 80px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin: 26px 15px 0px 0px;
    font-size: 12px;
  }
  .phone_tabxg ul li.icur {
    font-size: 15px;
    font-weight: bold;
    background: url(../img/tab_bg_03.jpg) no-repeat bottom center;
    background-size: 80px 4px;
  }
  .phone_xiugai {
    width: 90%;
    height: 350px;
    margin: 0 auto 30px;
    background: #f2f2f2;
    border-radius: 10px;
  }
  .phone_xiugai h1 {
    border-bottom: solid 1px #5c5c5c;
    color: #146bc2;
    padding: 24px 0px 9px 20px;
    font-size: 18px;
    font-weight: normal;
  }
  .phone_xiugai p {
    color: #5c5c5c;
    padding: 6px 0px 4px 20px;
    font-size: 11px;
  }
  .phone_xiugai div {
    width: 225px;
    margin: 0 auto;
    height: 33px;
    margin-top: 20px;
    line-height: 33px;
  }
  .phone_xiugai div font {
    width: 78px;
    display: block;
    float: left;
    margin-left: -30px;
    text-align: right;
  }
  .phone_xiugai div input {
    background: #fff;
    border: solid 1px #eaeaea;
    height: 31px;
    padding-left: 8px;
    width: 160px;
    float: left;
  }
  .phone_xiugai div span {
    float: right;
  }
  .phone_xiugai .phone_submit {
    display: block;
    width: 225px;
    margin: 30px auto 10px;
    height: 33px;
    line-height: 33px;
    background: #156bc2;
    color: #fff;
    border: none;
    border-radius: 15px;
  }
  .phone_tabmn {
    height: 70px;
  }
  .phone_tabmn ul {
    width: 90%;
    margin: 0 auto;
  }
  .phone_tabmn ul li {
    float: left;
    width: 70px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin: 26px 0px 0px 0px;
    font-size: 12px;
  }
  .phone_tabmn ul li.icur {
    font-size: 15px;
    font-weight: bold;
    background: url(../img/tab_bg_03.jpg) no-repeat bottom center;
    background-size: 70px 4px;
  }
  .phone_tabsub {
    height: 70px;
  }
  .phone_tabsub ul {
    width: 90%;
    margin: 0 auto;
  }
  .phone_tabsub ul li {
    float: left;
    width: 40px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin: 26px 15px 0px 0px;
    font-size: 12px;
  }
  .phone_tabsub ul li.icur {
    font-size: 15px;
    font-weight: bold;
    background: url(../img/tab_bg_03.jpg) no-repeat bottom center;
    background-size: 40px 4px;
  }
  .phone_con {
    width: 90%;
    margin: 0 auto;
  }
  .phone_con li {
    width: 100%;
    height: 76px;
    margin-top: 20px;
    clear: both;
  }
  .phone_con li a {
    color: #000;
  }
  .phone_con li img {
    width: 40%;
    float: left;
  }
  .phone_con li span {
    color: #aaa;
    font-size: 10px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
  }
  .phone_con li p {
    width: 55%;
    font-size: 12px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    line-height: 20px;
    height: 40;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .phone_titletw {
    width: 90%;
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto;
  }
  .phone_nametw {
    width: 90%;
    font-size: 11px;
    line-height: 30px;
    margin: 0 auto;
    color: #de1f26;
  }
  .phone_contw {
    width: 90%;
    font-size: 14px;
    line-height: 26px;
    margin: 10px auto;
    text-align: justify;
  }
  .phone_submittw {
    display: block;
    width: 150px;
    margin: 20px auto 10px;
    height: 33px;
    line-height: 33px;
    background: #ba122b;
    color: #fff;
    border: none;
    border-radius: 5px;
  }
  .phone_cona {
    width: 90%;
    font-size: 14px;
    line-height: 26px;
    margin: 10px auto;
    text-align: justify;
  }
  .phone_cona:last-child {
    padding-bottom: 40px;
  }
  .phone_titlea {
    width: 90%;
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto;
  }
  .posi_foot {
    position: fixed;
    bottom: 0px;
  }
  .Personal h1 {
    text-align: center;
    font-size: 24px;
    padding-top: 100px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .Personal p {
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #999;
  }
  .Personal hr {
    width: 40px;
    height: 1px;
    border: none;
    background: #999;
    margin: -10px auto 0px;
  }
  .Personal a {
    display: block;
    width: 220px;
    height: 33px;
    background: #f6f7f9;
    border: solid 1px #839fc6;
    text-align: center;
    line-height: 33px;
    color: #146bc2;
    margin: 140px auto 0px;
    border-radius: 25px;
  }
  .Personal button {
    display: block;
    width: 220px;
    height: 33px;
    background: #ef6160;
    border: solid 1px #ef6160;
    text-align: center;
    line-height: 33px;
    color: #fff;
    margin: 20px auto 0px;
    border-radius: 25px;
  }
  .phonetw_time {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 12px;
    line-height: 33px;
    color: #999;
  }
  .phonetw_title {
    width: 90%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 5px;
    text-align: justify;
  }
  .phonetw_ques {
    width: 50%;
    margin: 12px 0px 0px 5%;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    height: 16px;
    background: url(../img/question_03.jpg) no-repeat left center;
    background-size: 20px 16px;
    padding-left: 25px;
    color: #ee6060;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .phonetw_con {
    width: 90%;
    margin: 8px auto 0px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: justify;
    font-weight: 600;
    color: #666;
  }
  .phonezj_time {
    width: 85%;
    margin: 12px 0px 0px 5%;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    height: 16px;
    background: url(../img/sak_03.jpg) no-repeat left center;
    background-size: 20px 18px;
    padding-left: 25px;
    color: #56d0e1;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .phonezj_time span {
    padding-left: 15px;
    font-size: 15px;
  }
  .phonezj_con {
    width: 90%;
    margin: 8px auto 0px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: justify;
    color: #333;
  }
  .phonehf_time {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 12px;
    line-height: 33px;
    color: #999;
  }
  .phonehf_title {
    width: 90%;
    margin: 20px auto 0px;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 5px;
    text-align: justify;
  }
  .phonezj {
    height: auto;
    padding-bottom: 30px;
    border-bottom: solid 1px #999;
  }
  .phonezw {
    height: 320px;
  }
  .phonezw h1 {
    width: 90%;
    margin: 0 auto;
    padding-top: 35px;
    font-size: 18px;
    line-height: 18px;
    color: #ff4f0a;
    letter-spacing: 2px;
  }
  .phonezw hr {
    width: 90%;
    margin: 5px auto 0px;
    height: 1px;
    border: none;
    background: #c0c0c0;
  }
  .phonezw p {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 22px;
    color: #8a8a8a;
    letter-spacing: 1px;
  }
  .phonezw font {
    display: block;
    width: 13%;
    margin: 20px 0px 0px 10%;
    float: left;
    line-height: 25px;
  }
  .phonezw textarea {
    display: block;
    width: 62%;
    margin: 20px 10% 0px 0px;
    float: left;
    line-height: 27px;
    height: 120px;
    border: solid 1px #c0c0c0;
    padding-left: 3%;
    border-radius: 4px;
    resize: none;
  }
  .phonezw div {
    width: 100%;
    height: 145px;
  }
  .phonezw input {
    display: block;
    width: 150px;
    height: 25px;
    background: #ba122b;
    border: none;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 2px;
    margin: 30px auto 0px;
  }
}

.videoed {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 99;
  border-radius: 100%;
}
.videos {
  display: none;
  border: 1px solid #080808;
  position: fixed;
  z-index: 100;
}
.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
}
.videos video {
  width: 100% !important;
}
.imgac {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.phoneabout_content,
.phoneessayList,
.phonecontainerimg,
#phonepicShow,
.phoneshowListLeft,
.phonecon_right,
.phonewjpage,
.phonemingjiacon,
.phonemingjiatab,
.phonepicture,
.phonearticle,
.phonecelebrity,
.mingjia,
.bbsM,
.phonemingjiatab1 {
  display: none;
}
@media screen and (min-width: 200px) and (max-width: 500px) {
  .phoneabout_content,
  .phoneessayList,
  .phonecontainerimg,
  #phonepicShow,
  .phoneshowListLeft,
  .phonecon_right,
  .phonewjpage,
  .phonemingjiacon,
  .phonemingjiatab,
  .phonepicture,
  .phonearticle,
  .phonecelebrity,
  .mingjia,
  .bbsM,
  .phonemingjiatab1 {
    display: block;
  }
  .about_content,
  .about_title_2,
  .essayList,
  .containerimg,
  #picShow,
  .imgac,
  .showListLeft,
  .con_right,
  .wjpage,
  .mingjiacon,
  .mingjiatab,
  .picture,
  .article,
  .celebrity {
    display: none;
  }
  .phoneabout_content {
    width: 80%;
    text-align: justify;
    margin: 20px auto 30px;
    line-height: 30px;
  }
  .phoneessayList {
    width: 90%;
    margin: 0 auto;
  }
  .phoneessayList ul li {
    display: block;
    line-height: 60px;
    height: 60px;
    box-shadow: 0 0 5px #999999;
    margin-top: 35px;
    padding: 0 20px 0 20px;
  }
  .phoneessayList ul li a {
    color: #000000;
    font-size: 16px;
    font-family: 'microsoft yahei';
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
  }
  .phoneessayList ul li span {
    float: right;
    width: 90px;
  }
  .phone_titlea.icur {
    text-align: center;
    padding-top: 20px;
  }
  .phonecontainerimg .container_img {
    display: block;
    width: 90%;
    height: 208px;
    margin: 25px auto 0px;
  }
  .phonecontainerimg .container_img img {
    width: 100%;
    height: 100%;
  }
  #phonepicShow {
    width: 90%;
    margin: 0px auto 30px;
    display: block;
  }
  .phoneshowListLeft {
    width: 20%;
    height: auto;
    float: left;
    margin: 10px 0px 0px 10px;
    background: #e1dddd;
  }
  .phoneshowListLeft span {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background: #156bc2;
    color: #fff;
  }
  .phoneshowListLeft > ul {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .phoneshowListLeft > ul > li {
    width: 80%;
    margin-left: 10%;
    line-height: 40px;
  }
  .phoneshowListLeft > ul > li > a {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
  }
  .phoneshowListLeft > ul > li > ul .active {
    font-weight: bold;
  }
  .phoneshowListLeft > ul > li > ul {
  }
  .phoneshowListLeft > ul > li > ul li {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .phoneshowListLeft > ul > li:nth-child(2n + 1) > ul,
  .phoneshowListLeft > ul > li:nth-child(2n) > ul {
    display: none;
  }
  .phoneshowListLeft > ul > li:nth-child(2) > ul {
    display: block;
  }
  .phonecon_right {
    width: 70%;
    float: right;
    margin: 10px 22px 0px 0px;
  }
  .phonecon_right p {
    line-height: 70px;
    color: #156bc2;
    font-size: 20px;
  }
  .phonecon_right ul:first-child {
    width: 100%;
  }
  .phonecon_right ul:first-child li {
    width: 100%;
    height: 40px;
  }
  .phonecon_right ul:first-child li:first-child {
    background: #156bc2;
    text-align: center;
  }
  .phonecon_right ul li a {
    display: block;
    width: 58%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #000;
    float: left;
    padding-left: 2%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .phonecon_right ul li span {
    display: block;
    width: 20%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #000;
    float: left;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .phonecon_right ul li font {
    display: block;
    width: 20%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #000;
    float: left;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .phonecon_right ul li:first-child a {
    color: #fff;
    font-size: 16px;
  }
  .phonecon_right ul li:first-child span {
    color: #fff;
    font-size: 16px;
  }
  .phonecon_right ul li:first-child font {
    color: #fff;
    font-size: 16px;
  }

  .phonemingjiatab {
    width: 90%;
    height: auto;
    margin: 10px auto 0px;
    overflow: hidden;
  }
  .phonemingjiatab li {
    height: 30px;
    float: left;
    margin: 0px 10px 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 7px;
    padding: 0px 10px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    box-shadow: #777 5px 5px 5px 0px;
    cursor: pointer;
  }
  .phonemingjiatab li:nth-child(3n) {
  }
  .phonemingjiatab li:nth-child(3n + 1) {
  }
  .phonemingjiatab li.icur {
    background: #146bc2;
  }
  .phonemingjiacon {
    padding-bottom: 50px;
    clear: both;
    width: 90%;
    margin: 0 auto;
  }
  .phonemingjiacon li {
    width: 45%;
    float: left;
    margin-bottom: 30px;
    margin-left: 3%;
    cursor: pointer;
  }
  .phonemingjiacon li img {
    width: 250px;
    height: 160px;
    display: block;
    float: left;
  }
  .phonemingjiacon li p {
    float: right;
    margin-top: 20px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    z-index: 1000;
    width: 90%;
    height: auto;
  }
  .phonewjpage {
    width: 300px;
    height: 31px;
    margin: 50px auto;
    clear: both;
    text-align: center;
  }
  .phonewjpage ul li {
    float: left;
    padding: 5px;
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
  }
  .phonewjpage ul li:hover {
    text-shadow: #333 1px 1px 1px;
  }
  .phonewjpage .mjjtactive {
    text-shadow: #333 1px 1px 1px;
  }
  .phonepicture {
    width: 90%;
    height: 934px;
    margin: 0 auto;
  }
  .phonepicture > p,
  .phonearticle > p,
  .phonecelebrity > p {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 3px;
  }
  .phonepicture ul {
    width: 100%;
    height: 812px;
  }
  .phonepicture ul li {
    width: 100%;
    height: 263px;
    float: left;
    position: relative;
    margin: 10px 0px;
  }
  .phonepicture ul li:first-child {
    margin-top: 0px;
  }
  .phonepicture ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .phonepicture ul li img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  .phonepicture ul li div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.8);
    display: none;
  }
  .phonepicture ul li:hover div {
    display: block;
  }
  .phonepicture ul li div p {
    width: 260px;
    height: 84px;
    background: #1d3752;
    margin: 90px 0px 0px 54px;
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: 84px;
    color: #fff;
  }
  .phonepicture > a {
    display: block;
    color: #156bc2;
    padding-top: 40px;
    letter-spacing: 5px;
    text-align: center;
    font-size: 18px;
  }
  .phonearticle {
    width: 90%;
    height: 754px;
    margin: 0 auto;
  }
  .phonearticle ul {
    width: 100%;
    margin: 0px auto 0px;
    height: 624px;
  }
  .phonearticle ul li {
    float: left;
    width: 100%;
    height: 36px;
  }
  .phonearticle ul li a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .phonearticle ul li a:hover {
    color: #de1f26;
  }
  .phonearticle > a {
    display: block;
    color: #156bc2;
    padding-top: 32px;
    letter-spacing: 5px;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
  }
  .phonecelebrity {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .phonecelebrity ul {
    width: 100%;
    margin: 0px auto 0px;
  }
  .phonecelebrity ul li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 19px;
    color: #1d3752;
  }
  .phonecelebrity ul li:hover {
    color: #de1f26;
  }
  .phonecelebrity ul li a {
    display: block;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .phonecelebrity > a {
    display: block;
    color: #156bc2;
    padding-top: 32px;
    letter-spacing: 5px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .phonemingjiatab1 {
    width: 90%;
    height: 80px;
    margin: 0 auto 10px;
    padding: 0px 5% 10px 5%;
    border-bottom: solid 1px #ccc;
  }
  .phonemingjiatab1 li {
    float: left;
    width: 33%;
    line-height: 40px;
    text-align: center;
    height: 40px;
  }
  .phonemingjiatab1 li.icur {
    border-bottom: solid 1px #333;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: bold;
  }
  .mingjia {
    padding-bottom: 40px;
  }
  .mingjia > div {
    display: none;
  }
  .mingjia > div.icur {
    display: block;
  }
  .wenjian_question {
    width: 90%;
    margin: 0 auto;
  }
}

/*留言功能*/
.liuyan {
  color: red;
}
.liu {
  color: green;
}
.bbsPC {
  width: 1200px;
  margin: 0 auto;
  padding: 1px;
}

.bbsPC input {
  width: 100%;
  height: 45px;
  border: solid 1px #eaeaea;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.bbsPcPage {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bbscontent {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bbsPCcontent_li {
  margin-bottom: 20px;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #c7c4c4;
  cursor: pointer;
}
.bbsPCcontent_li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bbsPCcontent_num {
  flex-basis: 50px;
}
.bbsPCcontent_num_border {
  background-color: #ececec;
  border: 1px solid #c7c4c4;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.bbsPCcontent_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.bbsPCcontent_cont {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.bbsPCcontent_title {
  font-size: 20px;
  flex-basis: 800px;
  overflow: hidden;
  color: #2d64b3;
  text-overflow: ellipsis;

  white-space: nowrap;
}
.bbsPCcontent_mobile {
  font-size: 16px;
  color: #999;
  text-decoration: none;
}
.bbsPCcontent_time {
  font-size: 16px;
  color: #999;
  text-decoration: none;
}
.bbsPCcontent_message {
  margin-top: 10px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.bbsPCcontent_submit {
  background: #156bc2;
  color: #fff;
  width: 100%;
  margin: 20px 0;
  height: 40px;
  letter-spacing: 12px;
  border: 0;
  cursor: pointer;
}
.bbsPCCommentTop {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bbsPCCommentTitle {
  font-size: 20px;
  flex-basis: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bbsPCCommentTop_AskBtn {
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #c7c4c4;
  width: 60px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bbsPCCommentContent {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #c7c4c4;
}
.bbsPCCommentContent_Left {
  flex-basis: 200px;
  position: relative;
  display: flex;
  justify-content: center;
}
.bbsPCCommentContent_Left_name {
  margin-top: 18px;
  font-size: 14px;
}
.louzhubiaoshi {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
  background: url(../img/louzhu_f37d453.png) no-repeat -44px 0;
  border: 0 solid red;
}

.bbsPCCommentContent_Right {
  flex: 1;
  background-color: #ffffff;
  padding: 0 0 8px 20px;
}
.bbsPCcontent_Cont {
  font-size: 14px;
  margin-top: 18px;
  line-height: 22px;
}
.bbsPCCommentContent_Right_bottom {
  text-align: right;
  margin-right: 13px;
  color: #999;
  font-size: 12px;
  margin-top: 10px;
}
.bbsPCCommentContent_Right_bottom_span {
  margin-left: 15px;
  height: 28px;
  line-height: 28px;
}
.bbsPCCommentContent_Right_bottom_btnask {
  color: #2d64b3;
  cursor: pointer;
}
.bbsPCCommentContent_Right_bottom_btnaskshow {
  color: #2d64b3;
  cursor: pointer;
  border: 1px solid #f0f1f2;
  border-bottom: 0;

  text-align: center;
  width: 80px;
  background: #f7f8fa;
  display: inline-block;
}
.bbsPCCommentContent_Right_bottom_ask {
  background: #f7f8fa;
  width: 100%;
  border: 1px solid #f0f1f2;
  margin-top: -1px;
  box-sizing: border-box;
  text-align: left;

  padding: 20px;
}
.bbsPCCommentContent_Right_bottom_btnask_input {
  resize: none;
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
  line-height: 22px;
  height: 40px;
  border: 2px solid #d6dffa;
  padding: 5px;
}
.bbsPCCommentContent_li {
  display: flex;
  border-bottom: 1px solid #c7c4c4;
}
.bbsPCCommentContent_li:last-child {
  border-bottom: 0;
}
.bbsPCaskcont {
  color: #000;
  line-height: 28px;
  font-size: 14px;
}
.bbsPCaskmobile {
  color: #2d64b3;
}
.bbsPCaskshandle {
  text-align: right;
  color: #000;
  margin: 5px 0 20px;
}
.bbsPCaskshandle_span {
  margin-left: 15px;
}
.bbsPCaskshandle_span:last-child {
  cursor: pointer;
}
.bbsPCaskssubmits {
  text-align: right;
  color: #000;
  margin: 5px 0;
}
.bbsPCaskssubmits_span {
  margin-left: 15px;
  cursor: pointer;
}
.bbsPCaskssubmits_span_fb {
  width: 51px;
  background-color: #156bc2;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  height: 22px;
  line-height: 22px;
}
.bbsPCaskssubmits_span_emoji {
  position: relative;
}
.bbsPCaskssubmits_span_emoji .emoji-mart-scroll {
  text-align: left;
}

.bbsPCaskMore {
  color: #156bc2;
  cursor: pointer;
}
.bbsM {
  padding: 0 20px;
}

.bbsM textarea {
  resize: none;
}
.bbsMList {
  cursor: pointer;
  margin-bottom: 20px;
  border-bottom: 1px solid #c7c4c4;
  padding-bottom: 20px;
}
.bbsMList:last-child {
  border-bottom: 0;
}
.bbsMListMobile {
  font-weight: bold;
  line-height: 24px;
}
.bbsMListTop {
  line-height: 24px;
}
.bbsMListTitle {
  color: #156bc2;
  margin-right: 10px;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.bbsMListTime {
  color: #c7c4c4;
  overflow: hidden;
  display: inline-block;
}
.bbsMListMessage {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.bbsMListMore {
  width: 100%;
  margin: 20px 0;
}
.bbsMCommentTitle {
  text-align: center;
  border-bottom: 2px solid #c7c4c4;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.bbsMCommentHandle {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bbsMCommentlou {
  margin-right: 10px;
}
.bbsMCommentTime {
  color: #c7c4c4;
}
.bbsMCommentChild {
  margin-bottom: 10px;
  margin-left: 10px;
}
