.ct-banner{
  width: 100%;
}
.ct-banner .ct-banner-img{
  width: 1200px;
  height: 96px;
  margin: 0 auto;
  background:linear-gradient(-85deg,rgba(196,57,231,1),rgba(54,229,219,1));
  margin-top: 100px;
  margin-bottom: 30px;
}
.ct-banner .ct-banner-img img{
  width: 100%;
  height: 100%;
}
.g-section{
  margin-bottom: 50px;
}
.g-section .ct-lists{
  width: 1200px;
  margin: 0 auto;
}
.g-section .ct-lists .ct-bread{
  margin-bottom: 20px;
}
.g-section .ct-lists .ct-bread a{
  color: #049bff;
}
.g-section .ct-lists .ct-bread span{
  color:#888;
}
.g-section .ct-lists .ct-list > li{
  padding: 30px 0 0 0;
  border-bottom: 1px solid #CCCCCC;
}
.g-section .ct-lists .ct-list > li > h3{
  font-size:32px;
  font-weight:bold;
  color: #333333;
  margin-bottom: 30px;
}
.g-section .ct-lists .ct-list > li .ct-list-items, .ct-hotword > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.g-section .ct-lists .ct-list > li .ct-list-items > li, .ct-hotword > ul > li{
  font-size:14px;
  width: 80px;
  color:#888888;
  margin-right: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  margin-bottom: 30px;
  white-space: nowrap;
}
.g-section .ct-lists .ct-list > li .ct-list-items > li a{
  color:#888888;
  transition: color .3s;
}
.g-section .ct-lists .ct-list > li .ct-list-items > li a:hover{
  color:#049bff;
}
.g-section .ct-lists .ct-list .ct-more{
  float: right;
  font-size: 14px;
  color: #049BFF;
  line-height: 48px;
}
.g-section .ct-lists .ct-list.listpage > li > h3{
  color: #049BFF;
}
.g-section .ct-lists .ct-list.listpage > li{
  border-bottom: none;
}
.pagenum li.active, .pagenum li:hover{
  background: #049BFF !important;
  border-color: #049BFF !important;
}

.ct-letter{
  width: 1200px;
  margin: 0 auto;
  margin-bottom: -50px;
}
.ct-letter .letter-list{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ct-letter .letter-list li{
  font-size:18px;
  color:#333333;
}


.ct-hotword{
  width: 1200px;
  margin: 0 auto;
}
.ct-hotword h3{
  font-size:20px;
  color:#333333;
  margin-bottom: 30px;
}
.ct-wrapper{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.ct-wrapper .detail{
  min-width: 820px;
  width: 851px;
  box-sizing: border-box;
  border-right: 1px solid #EBECEC;
  padding-right: 40px;
}
.ct-wrapper .detail h3{
  font-size:24px;
  color:#333333;
  margin-bottom: 20px;
}
.ct-wrapper .detail p{
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
}
.ct-wrapper .detail-banner{
  width:780px;
  height:96px;
  background:linear-gradient(-85deg,rgba(196,57,231,1),rgba(54,229,219,1));
}
.detail-news > h3,.detail-qa > h3{
  font-weight: normal;
  margin-top: 40px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 0 !important;
  font-size: 18px !important;
}
.detail-news ul li,.detail-qa ul li{
  padding: 30px 0;
  border-bottom: 1px solid #EBECEC;
}
.detail-news ul li h4, .detail-qa ul li h4{
  color:#333333;
  font-size:20px;
  font-weight: normal;
  margin-bottom: 20px;
  transition: all .3s;
}
.detail-news ul li p,.detail-qa ul li p{
  margin-bottom: 0 !important;
}
.detail-news ul li a:hover h4, .detail-qa ul li a:hover h4,.detail-news ul li a:hover p, .detail-qa ul li a:hover p{
  color:#049BFF;
}
.detail-qa ul li{
  display: flex;
  justify-content: flex-start;
}
.detail-qa ul li div:first-child{
  width:80px;
  height:20px;
  background: #FFA200;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size:12px;
  margin-right: 20px;
  margin-top: 6px;
}
.detail-qa .qa{
  color:#049BFF;
}

.xgct{
  padding-left: 40px;
  width: 100%;
}
.xgct h3{
  color:#333333;
  font-size:18px;
  margin-bottom: 30px;
}
.xgct ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.xgct ul li{
  padding:10px 15px;
  color:#666666;
  background: #f5f5f5;
  border:1px solid #ddd;
  margin: 10px;
  transition: all .3s;
}
.xgct ul li a{
  color:#666;
}
.xgct ul li:hover{
  background: #049BFF;
  color:#fff;
  border-color: #049BFF;
}
.xgct ul li:hover a{
  color:#fff;
}
.xgct .ad-right{
  width: 100%;
  height: 408px;
  /* padding-bottom: 83.3%; */
  background: #ccc;
  position: relative;
  margin-bottom: 30px;
}
.xgct .ad-right img{
  width:100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}


.rmcp{
  margin-top: 20px;
}
.rmcp ul{
  display: block;
  border: 1px solid #ddd;
  padding: 0 5px;
}
.rmcp ul li{
  display: flex;
  justify-content: flex-start;
  border: none;
  padding-left: 0;
  padding-right: 0;
  background: none;
  border-bottom: 1px solid #EBECEC;
}
.rmcp ul li:last-child{
  border-bottom:none;
}
.rmcp ul li .img{
  margin-right: 15px;
}
.rmcp ul li h4{
  font-size: 14px;
  margin-bottom: 5px;
}
.rmcp ul li p{
  font-size: 12px;
}
.rmcp ul li:hover a,.rmcp ul li:hover{
  background: none;
  color:#666;
  border-bottom: 1px solid #EBECEC;
}
.rmcp ul li:hover:last-child{
  border-bottom:none;
}
.rmcp ul li a:hover{
  color:#666;
}

.page-switch{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}