.articleshop {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 3.75rem;
}

.articleshop .article_list .article_content {
  display: flex;
}

.articleshop .article_list .article_content .article_left {
  width: 74%;
  border: .0625rem solid #C9C9C9;
  padding: 0 1.5rem;
  margin-right: 1.5rem;
}

.articleshop .article_list .article_content .article_left .artleft_title {
  font-size: 1.375rem;
  font-weight: 400;
  color: #333333;
  border-bottom: .0625rem solid #EBEBEB;
  padding: 1.5rem 0;
}

.articleshop .article_list .article_content .article_left .art_tabulation .art_item {
  border-bottom: .0625rem solid #EBEBEB;
  padding-bottom: 1.25rem;
}

.articleshop .article_list .article_content .article_left .art_tabulation .art_item p:hover {
  color: #419DFF !important;
}

.articleshop .article_list .article_content .article_left .art_tabulation .art_item p:nth-of-type(1) {
  font-size: 1.25rem;
  font-weight: 450;
  color: #333333;
  padding: 1.25rem 0 .75rem;
}

.articleshop .article_list .article_content .article_left .art_tabulation .art_item p:nth-of-type(2) {
  font-size: 1rem;
  font-weight: 400;
  color: #777777;
  padding-bottom: 1.5rem;
}

.articleshop .article_list .article_content .article_left .art_tabulation .art_item p:nth-of-type(2) span:nth-of-type(1) {
  margin-right: 1.875rem;
}

.articleshop .article_list .article_content .article_left .art_tabulation .art_item .art_content_div p {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  padding-bottom: 1.5rem;
}

.articleshop .article_list .article_content .article_left .art_tabulation .art_item .art_content_div .fulltext {
  color: #419DFF;
  font-size: 1rem;
  cursor: pointer;
}

.articleshop .article_list .article_content .article_left .pagination {
  padding: 1.875rem 0;
}

.articleshop .article_list .article_content .details_left {
  width: 72%;
  margin-right: 1.5rem;
  height: 100%;
}

.articleshop .article_list .article_content .details_left .coupon {
  width: 100%;
  height: 8.375rem;
  background-image: url("../../img/sort/ar_yhq.png");
  margin-bottom: 1.5rem;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.articleshop .article_list .article_content .details_left .coupon p:nth-of-type(1) {
  color: #333333;
  margin-left: 4.625rem;
  border-right: .125rem dashed #333333;
  margin-right: 2.9375rem;
  padding-right: 2rem;
  font-weight: 450;
}

.articleshop .article_list .article_content .details_left .coupon p:nth-of-type(1) span:nth-of-type(1) {
  font-size: 2.5rem;
}

.articleshop .article_list .article_content .details_left .coupon p:nth-of-type(1) span:nth-of-type(2) {
  font-size: 4.25rem;
}

.articleshop .article_list .article_content .details_left .coupon p:nth-of-type(2) {
  font-size: 2.5rem;
  font-weight: 450;
  color: #333333;
}

.articleshop .article_list .article_content .details_left .det_content {
  border: .0625rem solid #C9C9C9;
  padding:1.5rem;
  height:100%;
}

.articleshop .article_list .article_content .details_left .det_content .details_title {
  font-size: 1.375rem;
  font-weight: 450;
  color: #333333;
  text-align: center;
  padding:  0 .625rem;
  
}
 
.articleshop .article_list .article_content .details_left .det_content .sub_title {
  font-size: 1rem;
  font-weight: 400;
  color: #777777;
  text-align: center;
  border-bottom: .0625rem solid #EBEBEB;
  padding-bottom: 1.5rem;
}

.articleshop .article_list .article_content .details_left .det_content .det_text {
  padding: 1.25rem 0;
}

.articleshop .article_list .article_content .article_right {
  flex: 1;
}

.articleshop .article_list .article_content .article_right .art_recommend {
  padding: 0 1.5rem;
  border: .0625rem solid #CCCCCC;
  margin-bottom: 1.5rem;
}

.articleshop .article_list .article_content .article_right .art_recommend .rec_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
}

.articleshop .article_list .article_content .article_right .art_recommend .rec_title span:nth-of-type(1) {
  font-size: 1.375rem;
  font-weight: 400;
  color: #333333;
}

.articleshop .article_list .article_content .article_right .art_recommend .rec_title span:nth-of-type(2) {
  font-size: 1.125rem;
  font-weight: 400;
  color: #777777;
}

.articleshop .article_list .article_content .article_right .art_recommend .rec_list .rec_item {
  display: flex;
  align-items: center;
  padding: .9375rem 0;
  border-top: .0625rem solid #EBEBEB;
  cursor: pointer;
}

.articleshop .article_list .article_content .article_right .art_recommend .rec_list .rec_item img {
  width: 5.375rem;
  height: 5.375rem;
  margin-right: .9375rem;
}

.articleshop .article_list .article_content .article_right .art_recommend .rec_list .rec_item p {
  font-size: 1.25rem;
  font-weight: 450;
  color: #333333;
}

.articleshop .article_list .article_content .article_right .art_new {
  border: .0625rem solid #CCCCCC;
  padding: 0 1.5rem;
}

.articleshop .article_list .article_content .article_right .art_new .artnew_title {
  font-size: 1.375rem;
  font-weight: 400;
  color: #333333;
  padding: 1.5rem 0;
  border-bottom: .0625rem solid #EBEBEB;
}

.articleshop .article_list .article_content .article_right .art_new .new_list {
  padding: .625rem 0;
}

.articleshop .article_list .article_content .article_right .art_new .new_list li:hover {
  color: #419dff;
}

.articleshop .article_list .article_content .article_right .art_new .new_list li {
  list-style-type: none;
  max-width: 23.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  padding: .625rem 0;
}

.articleshop .article_list .article_content .article_right .art_new .new_list li:before {
  content: '';
  width: .75rem;
  height: .75rem;
  display: inline-block;
  border-radius: 50%;
  background: #419dff;
  margin-right: .625rem;
}
