@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.breadcrumb {
  background: #fff;
  margin: 30px 0 20px 0;
}
.breadcrumb li {
  font-size: 16px;
}
.breadcrumb li a {
  color: #748594;
  text-decoration: none;
}
#article_top_carousel {
  margin-bottom: 20px;
  margin-top: 20px;
}
#article_top_carousel .carousel-inner .carousel-item img {
  height: 450px;
  object-fit: cover;
  background-size: cover;
}
@media (max-width: 575.98px) {
  #article_top_carousel {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #article_top_carousel .carousel-inner .carousel-item img {
    height: 220px;
    object-fit: cover;
    background-size: cover;
  }
}
.excerpt {
  background-color: #fff;
  padding: 20px 15px 20px 20px;
  margin-bottom: 20px;
}
.excerpt .content_box {
  display: flex;
  justify-content: space-between;
}
.excerpt .focus {
  margin: 0 20px 0 0;
  text-align: center;
}
.excerpt .focus a img {
  width: 280px !important;
  height: 166px !important;
  background-size: cover;
  object-fit: cover;
  transition: 0.5s all;
}
.excerpt .focus a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.excerpt .note {
  color: #777;
  line-height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.excerpt .note header {
  margin: 0 10px 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.excerpt .note header a {
  font-size: 20px;
  color: #48494d;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.4;
}
.excerpt .note .text_box {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.excerpt .note a {
  color: #748594;
  text-decoration: none;
}
.excerpt .auth-span {
  float: right;
  position: absolute;
  bottom: 0;
  display: flex;
}
.excerpt .auth-span span {
  margin-right: 10px;
}
.excerpt .auth-span span i {
  color: #00a67c;
}
 .excerpt .auth-span span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.excerpt .auth-span .yuedu {
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .excerpt {
    background-color: #fff;
    padding: 20px 15px 20px 20px;
    margin-bottom: 10px;
  }
  .excerpt header {
    margin: 0 10px 15px 0;
  }
  .excerpt header h2 {
    line-height: 14px;
  }
  .excerpt header h2 a {
    color: #748594;
    font-size: 16px;
  }
  .excerpt .content_box {
    display: flex;
    justify-content: space-between;
  }
  .excerpt .focus {
    margin: 0 20px 0 0;
    text-align: center;
  }
  .excerpt .focus a img {
    width: 110px !important;
    height: 74px !important;
    background-size: cover;
    object-fit: cover;
  }
  .excerpt .note {
    color: #777;
    line-height: 24px;
    margin-bottom: 0;
  }
  .excerpt .note .text_box {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .excerpt .note a {
    color: #00a67c;
  }
  .excerpt .auth-span {
    position: inherit;
    float: right;
  }
  .excerpt .auth-span .yuedu {
    display: none;
  }
  .excerpt .auth-span span {
    margin-right: 10px;
  }
  .excerpt .auth-span span:nth-child(2) {
    display: none;
  }
  .excerpt .auth-span span:nth-child(3) {
    display: none;
  }
  .excerpt .auth-span .time {
    display: none;
  }
  .excerpt .auth-span span:last-child {
    display: none;
  }
  .excerpt .auth-span .yuedu {
    margin-right: 10px;
  }
}
.input-group {
  margin: 30px 0 20px 0;
}
#carouselExample {
  margin-top: 15px;
  margin-bottom: 15px;
}
#carouselExample .carousel-inner .carousel-item img {
  height: 210px;
  obiect-fit:cover;
  background-size:cover;
}
.quan {
  margin: 30px 0;
}
.quan img {
  width: 100%;
}
.daily {
  padding: 35px 30px;
}
.daily h3 {
  margin-bottom: 25px;
  line-height: 1.5;
}
.daily h3 a {
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-decoration: none;
  position: relative;
}
.daily h3 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #282828;
  transition: transform .5s;
  transform: scaleX(0);
  z-index: 1;
}
.daily h3 a:hover::before {
  transform: scaleX(1);
}
.daily .card-img-top {
  height: 170px;
  object-fit: cover;
  background-size: cover;
  filter: brightness(1);
  transition: .5s all;
}
.daily .card-img-top:hover {
  filter: brightness(0.7);
}
.daily .card-body .media {
  margin-top: 20px;
  position: relative;
}
.daily .card-body .media img {
  width: 100px;
  height: 75px;
  object-fit: cover;
  background-size: cover;
  margin-right: 10px;
}
.daily .card-body .media .media-body {
  height: 100%;
}
.daily .card-body .media .media-body p {
  line-height: 1.5;
}
.daily .card-body .media .media-body p a {
  color: #748594;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s all;
}
.daily .card-body .media .media-body p a:hover {
  color: #dd3333;
}
.daily .card-body .media .media-body span {
  color: #9A9A9A;
  position: absolute;
  bottom: 0;
}
.daily .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0rem;
}
@media (max-width: 575.98px) {
  .daily {
    padding: 35px 30px;
  }
  .daily h3 {
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .daily h3 a {
    font-size: 18px;
    color: #282828;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 15px;
    text-decoration: none;
    position: relative;
  }
  .daily h3 a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #282828;
    transition: transform .5s;
    transform: scaleX(0);
    z-index: 1;
  }
  .daily h3 a:hover::before {
    transform: scaleX(1);
  }
  .daily .card-body .media {
    margin-top: 20px;
    position: relative;
  }
  .daily .card-body .media img {
    width: 100px;
    height: 75px;
    object-fit: cover;
    background-size: cover;
    margin-right: 10px;
  }
  .daily .card-body .media .media-body {
    height: 100%;
  }
  .daily .card-body .media .media-body p {
    line-height: 1.5;
  }
  .daily .card-body .media .media-body p a {
    color: #748594;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.5s all;
  }
  .daily .card-body .media .media-body p a:hover {
    color: #dd3333;
  }
  .daily .card-body .media .media-body span {
    color: #9A9A9A;
    position: absolute;
    bottom: 0;
  }
}
.page {
  margin: 20px 0;
}
.page .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #748594;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.cardHot {
  margin-top: 30px;
  padding: 35px 30px;
}
.cardHot h5 {
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.cardHot h5 a {
  padding-bottom: 10px;
  position: relative;
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5px;
}
.cardHot h5 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #282828;
  transition: transform .5s;
  transform: scaleX(0);
  z-index: 1;
}
.cardHot h5 a:hover::before {
  transform: scaleX(1);
}
.cardHot .but-icon .btn {
  font-size: 12px;
  margin: 0 8px 8px 0;
}
.cardHot .but-icon .btn:hover a {
  color: #FFf;
}
.cardHot .but-icon .btn a {
  text-decoration: none;
}
.cardHot .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0rem;
}
.subscribe {
  margin-top: 30px;
  padding: 35px 30px;
}
.subscribe h5 {
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.subscribe h5 a {
  padding-bottom: 10px;
  position: relative;
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5px;
}
.subscribe h5 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #282828;
  transition: transform .5s;
  transform: scaleX(0);
  z-index: 1;
}
.subscribe h5 a:hover::before {
  transform: scaleX(1);
}
.subscribe .card-text {
  line-height: 2;
  font-size: 14px;
  color: #748594;
}
.subscribe .input-group {
  margin-top: 20px;
}
.subscribe .btn-secondary {
  width: 100%;
}
.subscribe .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0rem;
}
.cardXOXO {
  padding: 35px 30px;
}
.cardXOXO h5 {
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.cardXOXO h5 a {
  padding-bottom: 10px;
  position: relative;
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5px;
}
.cardXOXO h5 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #282828;
  transition: transform .5s;
  transform: scaleX(0);
  z-index: 1;
}
.cardXOXO h5 a:hover::before {
  transform: scaleX(1);
}
.cardXOXO .input-group .form-control {
  text-align: left;
  color: #dc3545;
  border: 1px solid #dc3545;
}
.cardXOXO .input-group .input-group-append .btn {
  width: 106px;
}
.cardXOXO .input-group:nth-child(2) .form-control {
  text-align: left;
  color: #007bff;
  border: 1px solid #007bff;
}
.cardXOXO .input-group:nth-child(3) .form-control {
  text-align: left;
  color: #17a2b8;
  border: 1px solid #17a2b8;
}
.cardXOXO .input-group:nth-child(4) .form-control {
  text-align: left;
  color: #28a745;
  border: 1px solid #28a745;
}
.cardXOXO .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0rem;
}
.list-group {
  margin: 30px 0;
  border-color: #eaeaea;
  background: #Fff;
  padding: 35px 30px;
}
.list-group .hottitle {
  border-bottom: 2px solid #eee;
  position: relative;
  margin-left: 30px;
}
.list-group .hottitle span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding-bottom: 8px;
  margin-bottom: -2px;
}
.list-group .hottitle span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #282828;
  transition: transform .5s;
  transform: scaleX(0);
  z-index: 1;
}
.list-group .hottitle span:hover::before {
  transform: scaleX(1);
}
.list-group .hottitle .reftips {
  position: absolute;
  right: 0;
  color: #999;
  font-size: 12px;
  border: none;
  bottom: 7px;
}
.list-group .acitem {
  background: #FFF;
}
.list-group .acitem .credit-item {
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  margin-left: 30px;
}
.list-group .acitem .rankv {
  background: #3d4557;
  width: 20px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
}
.list-group .acitem .thumb {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.list-group .acitem .thumb a img {
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.list-group .acitem .username {
  margin-left: 10px;
  width: 100px;
  overflow: hidden;
}
.list-group .acitem .username a {
  color: #555;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-group .acitem .username a:hover {
  color: #dc3545;
}
.list-group .acitem .creditnum {
  position: absolute;
  right: 46px;
  font-size: 16px;
  font-weight: 400;
  color: #212529;
}
.panel-success {
  margin-top: 30px;
  background-color: #fff;
  padding: 35px 30px;
}
.panel-success .panel-heading {
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-decoration: none;
  position: relative;
  border-color: #d6e9c6;
}
.panel-success .panel-body.qr {
  text-align: center;
}
.panel-success .panel-body.qr img {
  width: 100%;
}
.widgit .widgetRoller img {
  display: block;
  width: 100%;
}


.author {
  position: relative;
  text-align: center;
  height: 280px;
}
.author a {
  width: 100%;
  height: 50%;
}
.author img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  left: 50%;
  position: absolute;
  top: 25%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.author .card-body {
  text-align: center;
  position: relative;
}
.author .card-body .card-box p {
  font-size: 16px;
  line-height: 1.2;
}
.author .card-body .card-box .card-text {
  color: #00a67c;
  margin-bottom: 10px;
}
.author .card-body .card-box .card-span {
  color: #748594;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.author .card-body .card-box .card-span span {
  color: #00a67c;
}
.author .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 16px 0px;
}

#contentBox {
  background: #fff;
  padding: 20px 20px;
}
.mediaBox .media-left {
  margin-right: 10px;
}
.mediaBox .media-left a .media-object {
  width: 48px ;
  height: 48px  ;
}
.mediaBox .media-body .media-heading {
  font-size: 20px;
  margin-bottom: 10px;
}
.mediaBox .media-body .iconSize {
  font-size: 14px;
  color: #868e96 ;
}
.mediaBox .media-body .iconSize span {
  margin-right: 4px;
}
#contentBox hr {
  margin: 20px 0;
}

.publicNumber {
  width: 100%;
  position: relative;
  margin-top:20px;
  padding: 15px;
  max-width: 100%;
  box-shadow: #cccccc 0px 0px 7px;
  border-radius: 15px;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  text-align: center;
}
.publicNumber h5 {
  font-size: 15px;
  margin: 20px 0 30px 0;
}
.publicNumber .Qr {
  width: 227px;
  margin-bottom: 30px;
}
.publicNumber .title-nav {
  font-weight: bolder;
  max-width: 100%;
  width: 130px;
  height: 30px;
  margin: 0px 0px 0px 25px;
  font-size: 16px;
  color: #fff;
  background-image: url("../img/640.png");
  background-repeat: no-repeat;
  background-size: 130px 30px;
  background-position: center center;
  position: absolute;
  top: -10px;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}
.publicNumber .numberRen {
  text-align: center;
  word-wrap: break-word;
  color: #7f7f7f;
  font-size: 18px;
  margin-bottom: 10px;
}
.publicNumber .logotoux {
  display: flex;
  justify-content: center;
  width: 30%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.publicNumber .logotoux img {
  width: 30px;
  height: 30px;
}
@media (max-width: 991.8px) {
  .publicNumber {
    width: 100%;
    position: relative;
    margin: -20px 0px 0px;
    padding: 15px;
    max-width: 100%;
    box-shadow: #cccccc 0px 0px 7px;
    border-radius: 15px;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    text-align: center;
  }
  .publicNumber h5 {
    font-size: 15px;
    margin: 20px 0 30px 0;
  }
  .publicNumber .Qr {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .publicNumber .title-nav {
    font-weight: bolder;
    max-width: 100%;
    width: 130px;
    height: 30px;
    margin: 0px 0px 0px 25px;
    font-size: 16px;
    color: #fff;
    background-image: url("../img/640.png");
    background-repeat: no-repeat;
    background-size: 130px 30px;
    background-position: center center;
    position: absolute;
    top: -10px;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  .publicNumber .numberRen {
    text-align: center;
    word-wrap: break-word;
    color: #7f7f7f;
    font-size: 18px;
  }
  .publicNumber .logotoux {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .publicNumber .logotoux img {
    width: 30px;
    height: 30px;
  }
}

.boxbotton {
  margin-top: 20px;
  margin-top: 20px;
  text-align: center;
}
.boxbotton .btn-group {
  color: #868e96;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 6px;
}
.boxbotton .btn-group .btn-default {
  color: #868e96;
  width: 78px;
  height: 40px;
}
.boxbotton .btn-group .samll {
  width: 35px;
}
.a_box {
  padding: 6px 0;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 10px;
}
.a_box a {
  color: #333;
  text-decoration:none;
}
.a_box a:hover {
  color: #009dda;
    text-decoration:none;
}
.qingquan {
  border: 1px dashed #008CFF;
  padding: 10px;
  color: #6D6D6D;
  border-radius: 8px;
  font-size: 16px;
}

#weichanModal .modal-content{
	width:390px;
	margin-top: 50%;
}

@media (max-width: 991.8px) {

	#weichanModal .modal-content{
		width:100%;
	}
	#weichanModal .modal-content img{
		width:100%;
	}
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px !important; 
    color: #fff;
    text-align: center;
    font-size: 16px;
}