.new-main {
  display: flex;
}

.new-main .breadcrumb {
  padding: 18px 0;
}


.new-main .breadcrumb ul {
  display: flex;
  align-items: center;
}

.new-main .breadcrumb ul a {
  font-size: 14px;
  color: #666666;
  padding: 0px 5px;
}

.new-main .main-l {
  width: 896px;
}

.new-main .main-l .head {
  background: #ffffff;
  border-radius: 4px;
  padding: 0px 0px 30px 0;
  border-bottom: 1px solid #f6f6f6;
}

.new-main .main-l .head .head-t {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.new-main .main-l .head .head-t .head-t-l {
  display: flex;
  flex: 1;
  overflow: hidden;
  margin-right: 24px;
}

.new-main .main-l .head .head-t .thumb {
  width: 66px;
  height: 66px;
}

.new-main .main-l .head .head-t .thumb img {
  width: 100%;
  height: 100%;
}

.new-main .main-l .head .head-t .info {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
}

.new-main .main-l .head .head-t .info>p {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}

.new-main .main-l .head .head-t .info>span {
  font-size: 14px;
  color: #999999;
}

.new-main .main-l .head .head-t .info>span i {
  font-size: 16px;
  color: #ccc;
}

.new-main .main-l .head .head-t .people {
  font-size: 14px;
  font-weight: 500;
  color: #f18548;
}

.new-main .main-l .head .head-desc {
  margin-top: 20px;
  display: flex;
}

.new-main .main-l .head .head-desc .title {
  font-size: 14px;
  color: #999999;
  margin-left: 34px;
}

.new-main .main-l .head .head-desc .desc {
  /*margin-left: 18px;*/
  flex: 1;
}

.new-main .main-l .head .head-tag {
  margin-top: 20px;
  display: flex;
}

.new-main .main-l .head .head-tag .title {
  font-size: 14px;
  color: #999999;
  margin-left: 8px;
}

.new-main .main-l .head .head-tag .tags {
  display: flex;
  margin-right: 18px;
}

.new-main .main-l .head .head-tag .tags .tag {
  height: 28px;
  border-radius: 4px;
  border: 1px solid #F18648;
  border-radius: 4px;
  padding: 0 10px;
  margin-right: 10px;
  color: #F18648;
  display: flex;
  align-items: center;
}

.new-main .main-l .head .head-tag .tags .tag:hover {
  background: #FFF5EF;
}

.new-main .main-l .head .head-about {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-main .main-l .head .head-about .btns {
  display: flex;
  align-items: center;
}

.new-main .main-l .head .head-about .btns .btn {
  width: 116px;
  height: 35px;
  background: #f18548;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.new-main .main-l .head .head-about .tips {
  font-size: 14px;
  color: #cccccc;

}

.new-main .main-l .detail {
  margin-top: 30px;
  background-color: #fff;
}

.new-main .main-l .detail .parmer {
  /*margin: 0 30px;*/
  padding-top: 30px ;
}

.new-main .main-l .detail .parmer .title {
  display: flex;
  align-items: center;
  color: #F18648;
  font-size: 16px;
  font-weight: 600;
}

.new-main .main-l .detail .parmer .title img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.new-main .main-l .detail .parmer .items {
  margin-top: 20px;
}

.new-main .main-l .detail .parmer .items .row {
  height: 50px;
  background: #F6F6F6;
  display: flex;
  align-items: center;

}

.new-main .main-l .detail .parmer .items .row:nth-child(even) {
  background-color: #fff;
}

.new-main .main-l .detail .parmer .items .row .item {
  width: 50%;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

.new-main .main-l .detail .parmer .items .row .item:last-child{
  width: 100%;
}

.new-main .main-l .detail .parmer .items .row .item span {
  color: #999;
  margin-right: 16px;
}

.new-main .main-l .detail .parmer .items .row .item p {
  color: #333;
  flex: 1;
}

.new-main .main-l .detail .desc {
  padding: 15px 0 30px;
}

.new-main .main-l .detail .desc .title {
  display: flex;
  align-items: center;
  color: #F18648;
  font-size: 16px;
  font-weight: 600;
}

.new-main .main-l .detail .desc .title img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.new-main .main-l .detail .desc .text {
  word-break: break-all;
  min-height: 300px;
}

.new-main .main-l .detail .desc .text p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}

.new-main .main-l .detail .desc .text img {
  max-width: 100%;
}

.new-main .main-l .detail .desc .tip {
  /* width: 858px; */
  height: 74px;
  background: #f6f6f6;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
  color: #999;
}

.new-main .main-l .banner {
  background-color: #fff;
  margin-top: 20px;
}

.new-main .main-l .banner img {
  height: 120px;
  width: 100%;
  border-radius: 4px;
}

.new-main .main-l .likes {
  background-color: #fff;
  margin-top: 40px;
}

.new-main .main-l .likes .content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.new-main .main-l .likes .content .item {
  padding: 18px;
  width: 273px;
  height: 133px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  float: left;
  margin-bottom: 16px;
  margin-right: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.new-main .main-l .likes .content a:nth-of-type(3n) .item {
  margin-right: 0;
}

.new-main .main-l .likes .content .item:hover {
  border: 1px solid #f18648;
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
}

.new-main .main-l .likes .content .item:nth-child(3n) {
  margin-right: 0;
}

.new-main .main-l .likes .content .item .info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.new-main .main-l .likes .content .item .info .bottom-l {
  width: 39px;
  height: 39px;
}

.new-main .main-l .likes .content .item .info .bottom-l img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.new-main .main-l .likes .content .item .info .bottom-m {
  margin-left: 8px;
  flex: 1;
  overflow: hidden;
}

.new-main .main-l .likes .content .item .info .bottom-m .title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.new-main .main-l .likes .content .item .info .bottom-r {
  margin-left: 8px;
  font-size: 12px;
  color: #999999;
}

.new-main .main-l .likes .content .item .desc {
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
}

.new-main .main-l .tab {
  /* height: 58px; */
}

.new-main .main-l .tab .tab-item {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  /*margin: 0 30px;*/
  position: relative;
  font-weight: 600;
}

.new-main .main-r {
  width: 340px;
  padding-top: 54px;
  margin-left: 30px;
}

.new-main .main-r .box {
  background: #ffffff;
  padding: 10px 0 40px;
  border-bottom: 2px solid #E5E5E5;
  position: relative;
}
.new-main .main-r .box:first-child{
  padding-top: 0;
}

.new-main .main-r .box .ad-img img{
  width: 100%;
}

.new-main .main-r .box::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #F18648;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.new-main .main-r .box:last-child{
  border-bottom: navajowhite;
}
.new-main .main-r .box:last-child::after{
  display: none;
}
.new-main .main-r .box>.title {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}


.new-main .main-r .rece .content {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-main .main-r .rece .content .tool-star li {
  margin-right: 10px;
}

.new-main .main-r .rece .content .tool-star i {
  font-size: 24px;
}

.new-main .main-r .rece .content .num {
  font-size: 30px;
  color: #F18648;
  display: flex;
  align-items: flex-end;
}

.new-main .main-r .rece .content .num span {
  font-size: 14px;
}

.new-main .main-r .concat .content {
  margin-top: 18px;
}

.new-main .main-r .concat .content .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.new-main .main-r .concat .content .item:last-child {
  margin-bottom: 0;
}

.new-main .main-r .concat .content .item span {
  font-size: 14px;
  color: #999999;
  width: 90px;
  margin-right: 10px;
}

.new-main .main-r .concat .content .item p {
  font-size: 14px;
  color: #333333;
}

.new-main .main-r .tool>.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-main .main-r .banner-r img {
  width: 100%;
  border-radius: 4px;
  margin: 40px 0;
}


.new-main .main-r .tool .content .item {
  width: 100%;
  margin-top: 20px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  display: inline-block;
  padding: 20px;
}



.new-main .main-r .tool .content .item .info {
  display: flex;
  align-items: flex-end;
}

.new-main .main-r .tool .content .item .info .bottom-l {
  width: 48px;
  height: 48px;
}

.new-main .main-r .tool .content .item .info .bottom-l img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.new-main .main-r .tool .content .item .info .bottom-m {
  margin-left: 10px;
  flex: 1;
  overflow: hidden;
}

.new-main .main-r .tool .content .item .info .bottom-m .stars {
  display: flex;
  justify-content: space-between;
}

.new-main .main-r .tool .content .item .info .bottom-m .title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.new-main .main-r .tool .content .item .info .bottom-r {
  margin-left: 8px;
  font-size: 12px;
  color: #999999;
}

.new-main .main-r .tool .content .item .desc {
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
}

.new-main .main-r .tool .content .more {
  width: 100%;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.new-main .main-r .recomment {
  padding: 20px 24px;
  width: 340px;
  height: 152px;
  background: #F6F6F6;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.new-main .main-r .recomment .title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.new-main .main-r .recomment .tips {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.new-main .main-r .recomment .btn {
  margin-top: 20px;
  width: 116px;
  height: 35px;
  background: #f18548;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  float: right;
}
/*阅读全文*/
#contTab{
    display: none;
}
.content-more{
    display: none;
}

#contTab:checked ~ #cont{
    max-height: 600px;
    overflow: hidden;
}
#contTab:checked ~  .content-more{
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
#contTab:checked ~  .content-more .gradient{
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
    background-image: linear-gradient(-180deg,rgba(255,255,255,0),#fff);
    height: 80px;
    position: absolute;
    left: 0;
    top: -79px;
    width: 100%;
}
#contTab:checked ~  .content-more .readmore{
    display: inline-block;
    background: #f18548;
    color: #fff;
    width: 175px;
    height: 42px;
    border-radius: 42px;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
}
