@charset "UTF-8";

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "12px " 宋体 ", " SimSun ",sans-serif;", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

a {
  text-decoration: none;
}

.cmpt-tab {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  padding-left: 8px;
}
.cmpt-tab .cmpt-tab-more {
  float: right;
}
.cmpt-tab a {
  font-size: 14px;
  color: #777;
}

.cmpt-newest-info-tab {
  border-bottom: 2px solid #fe6a06;
  color: #fe6a06;
}
.cmpt-newest-info-tab .cmpt-tab-icon {
  padding: 0 25px;
  background-image: url("../images/news-illustration.jpg");
  background-position: -330px -43px;
}

.cmpt-newest-info-date {
  color: #fe6a06;
}


.cmpt-section-newslist {
  position: relative;
}

.cmpt-section-newslist a {
  padding: 4px 0px;
  line-height: 36px;
}

.cmpt-section-newslist-con {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}


.cmpt-details-main-header small span {
  overflow: hidden;
}

.cmpt-details-muted, .cmpt-details-relevant {
  margin: 30px 0;
}

.cmpt-details-muted {
  font-size: 12px;
  color: #777;
}

.cmpt-details-relevant {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.cmpt-details-relevant a {
  color: #333;
  font-size: 12px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.news-global-marginTop20{
  margin-top: 20px;
}

.news-global-marginTop8, .cmpt-newest-info-con, .cmpt-message{
  margin-top: 8px;
}

a#go-top {
  background-image: url("../images/news-gotop.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  color: #999;
  text-indent: -9999em;
}

a#go-top:hover {
  background-position: -40px -0px;
}





/*后加*/
.reserve-bg-muted{
  background-color: #dcdcdc;
}
.reserve-sale-table > tbody > tr > td{
  line-height: 36px;
  padding: 4px 8px;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.reserve-sale-table td,.reserve-sale-table th{
  text-align: center;
}


.cmpt-newest-info-con a {
  border-left: 1px solid #ccc;
  padding: 4px 15px;
  position: relative;
}
.cmpt-newest-info-con a.list-group-item{
  border-bottom: none;
}
.cmpt-newest-info-con a div {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
}
.cmpt-newest-info-con .cmpt-newest-info-con-icon {
  background-color: #fe6a06;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -3px;
  top: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}









/*bottom\\\\\\\\\\bottom*/
.cmpt-bottom-box {
  background-color: #2c3e50;
  color: #5e768e;
}
.cmpt-bottom-box a {
  color: #5e768e;
}
.cmpt-bottom-box .news-global-box {
  padding-top: 40px;
}
.cmpt-bottom-box .cmpt-bottom-mostbottom {
  background-color: #263646;
}

.cmpt-bottom-logo {
  background-image: url("../images/news-illustration.jpg");
  height: 110px;
  width: 170px;
  background-position: -13px -210px;
  background-repeat: no-repeat;
}
.cmpt-bottom-emailbox{
  border-right: 1px solid #5e768e;
  border-left: 1px solid #5e768e;
  min-height: 160px;
}

.cmpt-bottom-email {
  font-size: 16px;
  width: 280px;
  margin: 0 auto;
}
.cmpt-bottom-email p {
  padding: 6px 0;
}

.cmpt-bottom-2twocode img {
  width: 90px;
  height: 90px;
}
.cmpt-bottom-2twocode .cmpt-bottom-tel {
  text-align: right;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .cmpt-bottom-2twocode .cmpt-bottom-tel div {
    background-image: url("../images/news-illustration.jpg");
  }
  .cmpt-bottom-2twocode .cmpt-bottom-tel div:first-child {
    background-position: -220px -242px;
  }
  .cmpt-bottom-2twocode .cmpt-bottom-tel .cmpt-bottom-tel-last {
    background-position: -220px -303px;
  }
}

.news-global-box {
  margin: 0 auto;
  padding-bottom: 40px;
}



.reserve-nav .breadcrumb > li + li:before {
  content: "> ";
}



/*详情页*/
.reserve-details-box>p{
  font-size: 18px;
  line-height: 36px;
}
.reserve-details-box table,.reserve-details-box img{
  margin: 0 auto;
  width: 100%;
}

body{
  position: relative;
  min-height: 100vh;
}
.cmpt-bottom-box{
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 992px) {
  body{
    padding-bottom: 210px;
  }
}
@media (min-width: 992px) {
  body{
    padding-bottom: 410px;
  }
}