body {
  background-color: #fafafa;
}

header {
  background-color: #fff;
}

.banner {
  background: url("../img/partner/us.png") no-repeat;
  background-size: cover;
  height: 260px;
}

.banner .banner-width {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 70px;
}

.banner-nav ul {
  margin-left: -40px;
}

.banner-nav li {
  list-style: none;
  float: left;
}

.banner-nav li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  margin: 0 5px;
}

/*@media (min-width: 1200px) {*/
/*.banner .title, .banner .banner-nav {*/
/*width: 1200px;*/
/*position: absolute;*/
/*left: 360px;*/
/*}*/
/*}*/

/*@media (min-width: 1200px) {*/
/*.banner .banner-nav {*/
/*top: 210px;*/
/*}*/
/*}*/

/*@media (min-width: 1200px) {*/
/*.main {*/
/*width: 1200px;*/
/*position: absolute;*/
/*left: 360px;*/
/*}*/
/*}*/

.banner .title {
  color: #fff;
  font-size: 36px;
}

.banner .title .span-left {
  margin-left: 10px;
}

.banner .banner-nav {
  color: #fff;
  font-size: 14px;
  margin: 5px 0 0 3px;
}

.main {
  background-color: #fff;
  width: 1200px;
  margin: -95px auto 0;
  position: relative;
}

.nav-tabs {
  border-bottom: 1px solid #ebebeb;
  height: 64px;
  margin: 0 26px;
}

.nav-tabs > li {
  cursor: pointer;
  margin-right: 70px;
  height: 64px;
}

.nav > li > a {
  padding: 5px 0 0 0;

}

.nav-tabs > li > a {
  color: #4d4d4d;
  font-size: 16px;
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 45px !important;
  height: 64px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  border: 1px solid transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  cursor: pointer !important;
  color: #0082ff!important;
  background-color: transparent!important;
  border: 1px solid transparent!important;
  border-radius: 0!important;
  border-bottom: 4px solid!important;
}
.tab-content {
  margin: 0 26px;
}

.tab-content ul {
  padding: 0;
}

.tab-content li {
  list-style: none;
  /* margin: 0 55px 0 -40px; */
  /* padding: 20px 0; */
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}

.img-show {
  padding: 25px 20px 25px 0;
}

.img-show img {
  width: 206px;
  height: 88px;
}

.con-show {
  /*cursor: pointer;*/
  position: relative;
  /*left: 20px;*/
  /* padding-right: 10px; */
  width: 83%;
  float: right;
}
.con-show .font-show .title {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  margin: 20px 0 16px 0;
  color: rgba(77, 77, 77, 1);
}
.con-show .font-show .content {
    height:36px;
    font-size:14px;
    margin-bottom: 0;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(117,117,117,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-item {
    display: flex;
    height: 137px;
    overflow: hidden;
}
.title-hint {
    display: flex;
    align-items: center;
}
.font-show {
  /* margin-bottom: 30px; */
}

.font-show .title {
  color: #4d4d4d;
  font-size: 22px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.font-show .content {
  color: #808080;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.font-show .content p {
  text-align: justify;
}

/*.hint {*/
/*position: relative;*/
/*top: 15px;*/
/*}*/

.hint .not-btn {
  color: #ff0000;
  background-color: #fff;
  border: 1px solid #ff0000;
  outline: none;
  margin-left: 6px;
}

.news-item .date {
    margin-top: 20px;
    color: #b3b3b3;
    font-size: 12px;
    text-align: right;
    position: relative;
    right: -50px;
}

.details .d-head {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0 10px;
  margin: 0 50px;
}

.details .d-head .headline {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: bold;
}

.details .d-head .subtitle {
  font-size: 12px;
  color: #808080;
}

.details .d-head .subtitle span {
  margin-right: 10px;
}

/*.subtitle .tag-type-name, .subtitle .cut-line {*/
/*    display: none;*/
/*}*/

.details .d-head .subtitle .cut-line {
  color: #ccc;
}

.details .explain {
  padding-bottom: 30px;
  margin: 0 50px;
  font-size: 16px;
}

.details .explain p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 32px;
  /*text-indent: 32px;*/
  /*text-align: center;*/
  margin: 0;
}

.details .d-img {
  width: 640px;
  /*height: 354px;*/
  /*height: 20px;*/
  margin: 20px auto 30px;
}

.details .d-img img {
  width: 100%;
  /*height: 100%;*/
}

.details .explain .d-img img {
  width: 100%;
  /*height: 100%;*/
}

.paginate {
  padding-bottom: 50px;
}
