body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #bd1a2d;
}
i,
b {
  font-style: normal;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 18px;
  color: #cbcbcb;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 18px;
  color: #cbcbcb;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 18px;
  color: #cbcbcb;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 41px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.oHid {
  overflow: hidden;
}
.header .warpBox {
  width: 1200px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -600px;
  z-index: 9;
}
.header .mask {
	width: 100%;
	height: 503px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.header .mask img {
	width: 100%;
	height: 100%;
}
.warpBox .taImg {
  width: 1200px;
  margin: 0 auto;
  background: url("../images/pic_ta.png") no-repeat 50px;
  height: 469px;
  position: absolute;
  bottom: -110px;
}
.warpBox h2 {
	width: 840px;
	font-size: 50px;
	color: #d8191e;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 120px;
	z-index: 9;
	margin-left: -420px;
	text-align: center;
}
.warpBox h2 a {
	font-size: 50px;
	color: #d8191e;
	font-weight: bold;
}
.warp {
  width: 1200px;
  margin: 0 auto;
}
/* topBox */
.topBox {
  width: 100%;
  overflow: hidden;
}
.topBox .logo_hd {
  width: 100%;
  position: absolute;
  top: 110px;
  color: #c53027;
  z-index: 9;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
.topBox .logo_bj {
  width: 54px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9;
}
.topBox .topList {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 9;
}
.topBox .topList li {
  float: left;
  height: 12px;
  line-height: 12px;
  margin: 0 10px 20px 0;
}
.topBox .topList li a {
  font-size: 14px;
  color: #b02c2f;
}
.topBox .topList li a span {
  margin-left: 10px;
}
.topBox .fourList {
  position: absolute;
  left: 60px;
  top: 30px;
  z-index: 9;
}
.topBox .fourList li {
  float: left;
  height: 12px;
  line-height: 12px;
  margin: 0 10px 20px 0;
}
.topBox .fourList li a {
  font-size: 12px;
  color: #fff;
}
.topBox .fourList li a span {
  margin-left: 10px;
}
.topBox .searchBox {
  width: 703px;
  height: 58px;
  position: absolute;
  left: 50%;
  top: 200px;
  margin-left: -420px;
  z-index: 99;
  background-color: #fff;
  border: solid 1px #dcdcdc;
  border-radius: 10px;
  padding-right: 135px;
}
.topBox .searchBox .searchBtn {
  width: 134px;
  height: 60px;
  background: url(../images/search.png) no-repeat;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 99;
  border: none;
  cursor: pointer;
}
.topBox .searchBox .searchTxt {
  width: 685px;
  height: 58px;
  line-height: 58px;
  padding-left: 10px;
  float: right;
}
.topBox .searchBox .layui-form-item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100px;
  height: 58px;
  margin-bottom: 0;
}
.topBox .searchBox .layui-form-item .layui-form-select .layui-input {
  height: 58px;
  border: none;
  border-right: solid 1px #e6e6e6;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.topBox .searchBox .layui-form-item .layui-form-select dl {
  top: 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.topBox .searchBox .layui-form-item .layui-form-select dl dd {
  line-height: 30px;
}
.topBox .searchBox .layui-form-item .layui-form-select dl dd.layui-this {
  background-color: #bd1a2d;
}
.topBox .searchWord {
  width: 840px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 275px;
  margin-left: -420px;
  z-index: 9;
}
.topBox .searchWord h3 {
  width: 80px;
  font-size: 16px;
  float: left;
  text-align: right;
}
.topBox .searchWord a {
  color: #000;
  margin-right: 20px;
}
.topBox .searchWord a:hover {
	color: #d8191e;
}
.indexBox {
  position: relative;
  height: 503px;
}
.indexBox .headerBottom {
  background: url("../images/red_line.png") no-repeat center bottom;
  height: 137px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 9;
}
.indexClear::after {
  content: "";
  zoom: 1;
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.jdtBox {
  height: 400px;
  background: #bf1627;
  padding-top: 20px;
}
.jdtBox .jdtImg {
  width: 580px;
  height: 320px;
  margin-left: 15px;
  float: left;
  position: relative;
}
.jdtBox .jdtImg .bd {
  width: 580px;
  height: 320px;
  overflow: hidden;
  position: relative;
}
.jdtBox .jdtImg .bd li {
  width: 580px;
  height: 320px;
  overflow: hidden;
  position: relative;
}
.jdtBox .jdtImg .bd li a {
  display: block;
  width: 580px;
  height: 320px;
  overflow: hidden;
}
.jdtBox .jdtImg .bd li a img {
  display: block;
  width: 580px;
  height: 320px;
}
.jdtBox .jdtImg .hd {
  position: absolute;
  right: 0;
  bottom: -12px;
  width: auto;
  height: 6px;
  z-index: 9;
}
.jdtBox .jdtImg .hd li {
  width: 7px;
  height: 6px;
  float: left;
  margin-right: 10px;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.jdtBox .jdtImg .hd li.on {
  background: #e8c380;
}
.jdtBox .jdtText {
  width: 550px;
  margin-right: 15px;
  float: right;
}
.jdtBox .jdtText .jdtTitleBox {
	width: 100%;
	height: 74px;
	overflow: hidden;
	position: relative;
}
.jdtBox .jdtText .jdtTitle {
  display: block;
  background: url("../images/pic_jdt.png") no-repeat left;
  width: 182px;
  height: 74px;
}
.jdtBox .jdtText .more {
	line-height: 74px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	color: #FFF;
}
.jdtBox .jdtText h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  margin: 15px 0px 5px 0px;
}
.jdtBox .jdtText h2 a {
  font-size: 26px;
  font-weight: bold;
  color: #FFF;
}
.jdtBox .jdtText ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
}
.jdtBox .jdtText ul li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #FFF;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.jdtBox .jdtText ul li a {
  font-size: 18px;
  color: #fff;
  line-height: 35px;
}
.jdtBox .jdtText a:hover {
	color: #facf9c;
}
.jdtBox .jdtText p {
	line-height: 1.8;
	color: #FFF;
	border-bottom: solid 1px #DDD;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.jyzj {
  height: 82px;
  clear: both;
  margin: 30px auto;
}
.jyzj a {
  width: 590px;
  height: 82px;
}
.jyzj a img {
  width: 590px;
  height: 82px;
}
.jyzj a:first-child {
  float: left;
}
.jyzj a:last-child {
  float: right;
}
.dbllzBox {
  height: 520px;
  overflow: hidden;
}
.dbllzBox .dbllzTitle {
  background: url("../images/title_rmdbllz.png") no-repeat center top;
  height: 72px;
}
.dbllzBox .dbllzSlider .llzHD {
  margin: 25px 0px 40px 0px;
  height: 58px;
}
.dbllzBox .dbllzSlider .llzHD ul li {
  width: 235px;
  height: 58px;
  font-size: 24px;
  color: #fff;
  background: #bd1a2d;
  float: left;
  margin: 0px 32px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
}
.dbllzBox .dbllzSlider .llzBD .item {
  height: 325px;
}
.dbllzBox .dbllzSlider .llzBD .item .llzInfo {
  width: 325px;
  height: 260px;
  padding: 30px;
  background: #f5f5f5;
  float: left;
}
.dbllzBox .dbllzSlider .llzBD .item .llzInfo h2 {
  font-size: 24px;
  color: #bd1a2d;
  font-weight: bold;
  display: inline-flex;
}
.dbllzBox .dbllzSlider .llzBD .item .llzInfo h2 i {
  float: left;
  width: 4px;
  height: 24px;
  background: #bd1a2d;
  display: inline-block;
  margin: 7px 7px 7px 0px;
}
.dbllzBox .dbllzSlider .llzBD .item .llzInfo .line {
  line-height: 45px;
  font-size: 18px;
  color: #333333;
}
.dbllzBox .dbllzSlider .llzBD .item .llzInfo .line span {
  font-weight: bold;
}
.dbllzBox .dbllzSlider .llzBD .item .llzInfo .line p {
  display: inline;
}
.dbllzBox .dbllzSlider .llzBD .item .llzList {
  width: 760px;
  float: right;
  margin-right: 15px;
}
.dbllzBox .dbllzSlider .llzBD .item .llzList ul li {
  width: 170px;
  float: left;
  margin-right: 20px;
}
.dbllzBox .dbllzSlider .llzBD .item .llzList ul li .pic {
  width: 170px;
  height: 217px;
}
.dbllzBox .dbllzSlider .llzBD .item .llzList ul li .pic img {
  width: 170px;
  height: 217px;
}
.dbllzBox .dbllzSlider .llzBD .item .llzList ul li .txt {
  margin-top: 5px;
}
.dbllzBox .dbllzSlider .llzBD .item .llzList ul li .txt p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.dbllzBox .dbllzSlider .llzBD .item .llzList ul li .txt p span {
  font-weight: bold;
  color: #333;
}
.dbllzBox .dbllzSlider .llzBD .item .llzList ul li .txt p.over {
  color: #999999 !important;
}
.dbllzBox .dbllzSlider .llzBD .item .llzList ul li .txt p:nth-child(2) {
  color: #bd1a2d;
}
.dbllzBox .dbllzSlider .llzBD .item .llzList ul li .txt a {
  height: 28px;
  line-height: 28px;
  padding-left: 80px;
  border: 1px solid #bd1a2d;
  border-radius: 15px;
  color: #bd1a2d;
  display: block;
  background: url("../images/icon_zx.png") no-repeat 50px;
  margin-top: 10px;
  cursor: pointer;
}
.zzjgcx {
  background: url("../images/zxjgcx.png") no-repeat center;
  height: 67px;
  margin: 30px auto 40px auto;
}
.zzjgcx .searchTxt {
  line-height: 48px;
  background: #fff;
  margin: 10px 0px 7px 250px;
  width: 800px;
  height: 48px;
}
.zzjgcx .searchBtn {
  height: 50px;
  width: 135px;
  cursor: pointer;
  background: transparent;
}
.red_line {
  border-bottom: 1px dashed #e2667c;
  border-top: 1px dashed #e2667c;
  height: 2px;
  width: 1050px;
  margin: 20px 0px 20px 85px;
}
.dbzj_box {
  width: 1200px;
  margin: 0 auto;
  background: url("../images/kuang.png") no-repeat left top;
}
.dbzj_box .info {
  font-size: 18px;
  color: #c01628;
  padding: 70px 0px 0px 175px;
}
.dbzj_box .sdb_box {
  background: #f5f5f5;
  width: 1050px;
  margin: 50px 0px 0px 85px;
}
.dbzj_box .sdb_box .sdb_title {
  border-bottom: 1px solid #f8f8f8;
  line-height: 25px;
  padding: 10px;
}
.dbzj_box .sdb_box .sdb_title h2 {
  font-size: 24px;
  color: #ce0024;
  font-weight: bold;
  display: inline;
}
.dbzj_box .sdb_box .sdb_title h2::before {
  content: "";
  background: #ce0024;
  width: 5px;
  height: 20px;
  display: inline-block;
  border-radius: 2px;
  margin: 0px 15px;
}
.dbzj_box .sdb_box .sdb_title span {
  background: url("../images/icon_down.png") no-repeat;
  width: 19px;
  height: 19px;
  float: right;
  margin: 5px 10px;
  cursor: pointer;
}
.dbzj_box .sdb_box .sdb_title span.on {
  background: url("../images/icon_up.png") no-repeat;
}
.dbzj_box .sdb_box .sdb_list {
  display: none;
}
.dbzj_box .sdb_box .sdb_list ul {
  padding: 5px;
}
.dbzj_box .sdb_box .sdb_list ul::after {
  content: "";
  height: 0px;
  width: 100%;
  clear: both;
  display: block;
}
.dbzj_box .sdb_box .sdb_list ul li {
  width: 170px;
  margin: 15px 10px 0;
  float: left;
}
.dbzj_box .sdb_box .sdb_list ul li a {
  width: 170px;
  height: 238px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333;
  background: #fff;
}
.dbzj_box .sdb_box .sdb_list ul li img {
  width: 170px;
  height: 238px;
}
.dbzj_box .sdb_box .sdb_list ul li span {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 40px;
  display: block;
}
.dbzj_box .qqd_box {
  margin-left: 85px;
  height: 250px;
}
.dbzj_box .qqd_box .qqb_title {
  width: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #ce0024;
  background: #f5f5f5;
  float: left;
  padding: 80px 10px;
  text-align: center;
}
.dbzj_box .qqd_box .qqb_list {
  width: 1025px;
  float: left;
  position: relative;
  height: 250px;
  margin-left: 20px;
}
.dbzj_box .qqd_box .qqb_list .icon {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
}
.dbzj_box .qqd_box .qqb_list .prev {
  background: url("../images/icon_left.jpg") no-repeat;
  left: 0px;
}
.dbzj_box .qqd_box .qqb_list .next {
  background: url("../images/icon_right.jpg") no-repeat;
  right: 0px;
}
.dbzj_box .qqd_box .qqb_list .bd {
  margin: 0px 40px !important;
  width: 950px;
  overflow: hidden;
}
.dbzj_box .qqd_box .qqb_list .bd ul li {
  width: 170px;
  float: left;
  margin: 0px 10px;
}
.dbzj_box .qqd_box .qqb_list .bd ul li a,
.dbzj_box .qqd_box .qqb_list .bd ul li img {
  width: 170px;
  height: 238px;
}
.dbzj_box .qqd_box .qqb_list .bd ul li span {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 45px;
  display: block;
}
.dbzj_box .llz_list {
  background: url("../images/red_line_small.png") no-repeat top center;
  width: 1050px;
  margin-top: 30px;
  margin-left: 85px;
  overflow: hidden;
}
.dbzj_box .llz_list::before {
  content: "";
  width: 100%;
  height: 0px;
  display: inline-block;
}
.dbzj_box .llz_list ul {
  padding-top: 25px;
  width: 1070px;
}
.dbzj_box .llz_list ul li {
  margin: 0px 20px 15px 0px;
  float: left;
}
.dbzj_box .llz_list ul li a {
  width: 325px;
  height: 60px;
  line-height: 60px;
  background: #ce0024;
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0 5px;
}
/* second */
.secBG {
  background-color: #f8fafb;
}
.location {
  padding: 0 25px 10px;
  width: 1150px;
  height: 60px;
  line-height: 60px;
  background: url(../images/second_location_btm_line.png) repeat-x left bottom #ffffff;
  font-size: 16px;
}
.location a:hover {
	color: #ce0024;
}
.page {
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 30px;
}
.page span {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  border-radius: 5px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
}
.page span.on {
  border: 1px solid #c32331;
  background: #c32331;
  color: #fff;
}
.page a {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
}
.page a:hover {
  border: 1px solid #c32331;
  background: #c32331;
  color: #fff;
}
.page a.back:hover {
  border: 1px solid #EDEDED;
  color: #333;
  background: #fff;
}
.txtList {
  background-color: #FFF;
  padding: 0 25px 30px;
  width: 1150px;
}
.txtList li {
  overflow: hidden;
  line-height: 50px;
}
.txtList li a {
  display: block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.txtList li a:hover {
	color: #d8191e;
}
.txtList li a::before {
  content: '';
  width: 4px;
  height: 16px;
  background-color: #DDD;
  border-radius: 2px;
  margin: -3px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.txtList li .date {
  float: right;
  color: #999;
}
.txtList li.line {
  border-bottom: dashed 1px #999;
  height: 20px;
  margin-bottom: 20px;
}
.contentBox {
  background-color: #FFF;
  padding: 0 50px 30px;
  width: 1100px;
}
.contentBox .title {
  background: url(../images/second_location_btm_line.png) repeat-x left bottom #ffffff;
  padding-bottom: 10px;
}
.contentBox .title h1 {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}
.contentBox .title .resources {
  text-align: center;
  line-height: 1.6;
  margin: 20px 0;
}
.contentBox .title .resources span:last-child {
  margin-left: 20px;
}
.contentBox .content {
  line-height: 2;
}
.contentBox .content img {
  max-width: 100%;
}
.contentBox .content .xza {
  border-bottom: solid 4px #ededed;
  padding-bottom: 10px;
}
.contentBox .content .xza a {
  color: #c32331;
}
.titleBox {
  height: 40px;
  background-color: #c32331;
  line-height: 40px;
  position: relative;
}
.titleBox h2 {
  font-size: 16px;
  color: #FFF;
  padding-left: 10px;
}
.titleBox a {
  font-size: 14px;
  color: #FFF;
  position: absolute;
  right: 20px;
  top: 0;
}
.address,
.time {
  font-size: 16px;
  padding: 0 10px;
  line-height: 22px;
  color: #c32331;
}
.time {
  border-bottom: solid 3px #efc3c7;
}
.llzList p {
  line-height: 1.4;
  text-indent: 2em;
  font-size: 14px;
}
.llzList h3 {
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
}
.llzList h3::before {
  content: '';
  background: url(../images/icon_home.png) no-repeat;
  width: 17px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.footer {
  height: 160px;
  width: 100%;
  overflow: hidden;
  background-color: #c32331;
  position: relative;
}
.footer a {
  color: #FFF;
  margin-left: 10px;
}
.footer .btmTxt {
  line-height: 30px;
  height: 30px;
  color: #FFF;
  width: 520px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -180px;
}
.footer .bottom_con_top {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -260px;
}
.msgList {
	background-color: #FFF;
	padding: 20px 25px 30px;
	width: 1150px;
}
.msgList li {
	height: 40px;
	overflow: hidden;
}
.msgList li h3 {
	font-size: 18px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
}
.msgList li p {
	line-height: 2;
	border-bottom: dashed 1px #EDEDED;
	padding: 0 0 10px 30px;
	margin-bottom: 10px;
	position: relative;
}
.msgList li .qContent::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	background: url(../images/icon_question_unit.png) no-repeat;
	width: 21px;
	height: 23px;
}
.msgList li .aContent::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	background: url(../images/icon_answer_unit.png) no-repeat;
	width: 23px;
	height: 22px;
}
.layer_checkPhone {
	width: 460px !important;
}

.layer_checkPhone .layui-form-item .input-phone {
	width: 230px;
}

.layer_checkPhone .layui-form-item .input-yzm {
	width: 230px;
}

.layer_checkPhone .layui-form-item .layui-input {
	font-weight: 400;
	font-size: 14px;
}

.layer_checkPhone .layui-input-block {
	margin-left: 120px;
}

.layer_checkPhone .layui-input-block .form_btn {
	display: block;
	height: 36px;
	line-height: 36px;
	background: url(../images/icon_submit.png) no-repeat 15px #c01627;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 100px;
	padding-left: 20px;
	margin: 15px auto;
}
.common_list {
  background: #f6f6f6;
}
.crumbsBox {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.crumbs {
  width: 1000px;
  height: 77px;
  margin: 0 auto;
  line-height: 67px;
  color: #757575;
  font-size: 16px;
}
.crumbs a {
  color: #757575;
  font-size: 16px;
}
.crumbs a:hover {
	color: #d8191e;
}
.repeatX {
  width: 100%;
  background: url(../images/second_location_btm_line.png) 0 0 repeat-x;
  height: 10px;
  position: relative;
  z-index: 9;
}
.listBox {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
.listBox .list {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.listBox .list li {
  position: relative;
  font-size: 16px;
  line-height: 45px;
  color: #404040;
  height:45px;
  clear: both;
}
.listBox .list li:before {
  content: "";
  width: 4px;
  height: 10px;
  background: #dcdcdc;
  display: inline-block;
  margin-right: 10px;
  border-radius: 4px;
  float: left;
  margin: 17px 10px;
}
.listBox .list li a {
  color: #404040;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 626px;
}
.listBox .list li .replyTime {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 150px;
  text-align: center;
}
.listBox .list li .qTime {
  position: absolute;
  right: 150px;
  bottom: 0;
  display: inline-block;
  width: 200px;
  text-align: center;
}
.titleLine {
	width: 1000px;
	margin: 20px auto 0;
	height: 45px;
	overflow: hidden;
	position: relative;
}
.titleLine span {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.titleLine span:nth-child(1){
	width: 625px;
	text-align: left;
	padding-left: 25px;
}
.titleLine span:nth-child(2){
	position: absolute;
	top: 0;
	right: 150px;
	width: 200px;
}
.titleLine span:nth-child(3){
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}
.listBox .list li.line {
  border-bottom: 2px solid #dcdcdc;
  padding-top: 15px;
  margin-bottom: 15px;
}
.listBox .list li.line:before {
  display: none;
}
.containerBox {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.container {
  width: 1000px;
  margin: -15px auto 0px auto;
  color: #404040;
  font-size: 16px;
}
.thirdBox {padding-bottom:50px;}
.thirdBox h1 {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  padding: 20px 0;
}
.thirdBox .resouceBox {
  color: #666;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.thirdBox .resouceBox span {
  margin-right: 10px;
}
.thirdBox .thirdTxt {
  line-height: 2;
  font-size: 16px;
}
.thirdBox .thirdTxt a {
  font-size: 16px;
}
.thirdBox .thirdTxt img {
  max-width: 1080px;
}
.letterTab {
  width: 100%;
}
.letterTab td {
  border: solid 1px #f2ced5;
  border-collapse: collapse;
  padding: 10px;
  word-wrap: break-word;
  word-break: break-all;
}
.letterTab td.title {
  background: #fdf6f7;
  font-size: 18px;
  color: #bd1a2d;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}align: middle;
  width: 120px;
}