@charset "UTF-8";

.container {
  padding: 1rem;
  border-radius: 8px;
  background: #F7F9FB;
  margin: 3rem 0rem;
}

.am-g {
  content: none;
  padding: 0;
}

.am-g:before,
.am-g:after {
  content: none;
}

.news-cont {
  background-color: #FFFFFF;
  padding: 3rem 5rem 1rem;
}

/* list */
.news-title {
  width: 100%;
  min-height: 7.2rem;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 7.2rem;
  letter-spacing: 1px;
  text-align: center;
  color: #BD1A2D;
  margin: 0 auto;
  border-bottom: 1px dashed rgba(170, 0, 20, 0.3);
  padding-bottom: 1.4rem;
}

.lists {
  margin: 1rem 0rem 0rem;
}

.text-list {
  padding: 18px 0;
}

.text-list .item {
  line-height: 4.2rem;
  margin-bottom: 2rem;
  align-items: end;
  padding-left: 0rem;
}

.text-list .item:before {
  display: none;
}

.list-date {
  width: 14rem;
    min-height: 10rem;
    font-size: 2rem;
    color: #A1A1A4;
    flex: 1 1 8rem;
	border: 1px solid #dfdfdf;
    padding: 0rem 1rem;
    border-radius: 8px;
}

.list-date>span:nth-child(1) {
  border-bottom: 1px solid #EDEDED;
  padding: 0rem 1.8rem 0.5rem;
  font-size: 3.2rem;
  font-weight: bold;
}

.news-item-cont {
  width: calc(100% - 14rem);
  margin-left: 2rem;
  min-height: 10rem;	
  border-bottom: 1px dashed #D8D8D8;
  padding-bottom:0rem;
}

.news-item-cont h3 {
  color: #000000;
  font-size: 2rem;
  margin: 0rem;
  font-weight: normal;
}

.news-item-cont h3:hover {
  transition: color ease-in .1s;
  color: var(--theme);
}

.news-item-cont p {
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: justify;
  min-height:6rem;
}

/*秦咨观点列表*/
.point-tab-title .list-title {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 3rem;
  color: #333333;
  padding-left: 1.5rem;
  border-left: 4px solid #CA2225;
  text-align: left;
}

/* details */
.container.details {
  background: linear-gradient(180deg, #F2F6F9 0%, #F7F9FB 100%);
  padding: 2rem 1rem;
}

.details .detail {
  padding: 3rem 5rem;
  border-radius: 8px;
  background: #FFFFFF;
}

.detail .goback {
  width: fit-content;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3.6rem;
  text-align: left;
  color: #015293;
}

.detail .goback .iconfont {
  font-size: 1.6rem;
  color: #015293;
  margin-left: 1rem;
}

.detail .goback:hover {
  font-weight: bold;
}

.detail .detail-title {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 5.4rem;
  color: #333333;
  margin: 3rem 0 8rem;
}

.detail .infos {
  width: 100%;
  height: 6rem;
  background: #F9F9F9;
  padding: 0 2rem;
}

.detail .infos .left {
  gap: 2.3rem;
}

.detail .infos .left span {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6rem;
  color: #999999;
  padding-right: 2.3rem;
}

.detail .infos .left span:first-of-type {
  border-right: 1px solid #D8D8D8
}

.detail .infos .right .A {
  gap: 1.5rem;
}

.detail .infos .right .iconfont {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  font-size: larger;
  padding: 0.3rem 0.8rem;
}

.detail .infos .right .icon-weixin1 {
  color: #00C800;
  border: none;
  background: none;
}

.detail .infos .right .icon-xinlangweibo {
  color: #E71F19;
  border: none;
  background: none;
}

.detail .infos .right span {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 3.6rem;
  color: #999999;
  margin-left: 3rem;
}

.detail .infos .right i:hover {
  cursor: pointer;
  color: var(--bgcolor);
}

pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  border: none;
  padding: 2rem 0 3rem;
}

.detail .content {
  background: none;
  font-family: Microsoft YaHei;
  font-size: 1.8rem;
  /*line-height: 3.6rem;*/
  letter-spacing: 0px;
  color: #333;
  text-indent: 2em;
}

.detail .content img {
  display: flex;
  width: 64rem;
  height: auto;
  margin: 2rem auto;
}
.detail .qr-code{
  margin-top:2rem;
}
.detail .qr-code img {
  display: flex;
  width: 14.5rem;
  height: auto;
  margin: auto;
}
  .detail .view p img{
    max-width: 600px;
    margin: 0 auto;
}
.detail .qr-code span {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.6rem;
  color: #999999;
  margin-top: 1.5rem;
  text-align: center;
}

.detail .btns {
  gap: 2.5rem;
  margin-top: 2.8rem;
}

.detail .btns .btn {
  width: 15.2rem;
  height: 4.2rem;
  border-radius: 4px;
  background: #EDF2F7;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: normal;
  color: #1B5395;
}

.detail .btns .btn img{
  margin-right: 0.6rem;
}

.detail .btns .iconfont {
  font-size: 1.5rem;
  color: #0165FF;
  margin-right: 1.5rem;
}

.detail .btns .btn:hover {
  font-weight: bold;
  cursor: pointer;
}


@media only screen and (max-width: 640px) {
  .container{
    background: linear-gradient(180deg, #F9F2F2 0%, #FBF7F7 100%);
  }
  
  .list-date {
    width: 10rem;
  }
  
  .news-item-cont {
    margin-left: 0rem;
    padding-left: 1rem;
    border-bottom: none;
	padding-bottom: 0rem;
	width: calc(100% - 12rem);
	min-height: 8rem;
   }

  .text-list .item {
    border-bottom: 1px dashed #D8D8D8;
    padding-bottom: 2rem;
  }  
  
  .details .detail {
  padding: 1.5rem 2rem;
  } 

  .bg-main-box .main-box>a.goback{
	padding: 1.5rem;  
	display:none !important;
  }
.detail .btns {
  display:none !important;
}
}