/* PC端样式 (最小992px) */
@media (min-width: 1280px) {
    #jesong_panel{display:none!important}
}


	.effactLink {width: 100%;font-size: 14px;
	    line-height: 30px;
	    height: 30px;
	    overflow: hidden;
	    float: left;
	text-align:left;}
	.meta-info img{    padding-right: 5px;padding-bottom: 5px;}
	.single-blog-style1 .text-holder{    margin-top: 20px;}
	  .single-blog-style1 .text-holder .meta-info{

	    padding-top: 25px;
	}
	.single-blog-style1 .text-holder .meta-info li{
	    position: relative;
	    display: inline-block;
	    float: left;
	    line-height: 24px;
	    margin-right: 20px;
margin-top: 1%;
	}
	.single-blog-style1 .text-holder .meta-info li:last-child{
	    margin-right: 0;
	}
	.single-blog-style1 .text-holder .meta-info li a{
	    color: #353742;
	    font-size: 14px;
	    font-weight: 600;
	    transition: all 200ms linear;
	    transition-delay: 0.1s;
	}
	.single-blog-style1 .text-holder .meta-info li a:hover{
	    color: #26b7bc;
	}
	.single-blog-style1 .text-holder .meta-info li span:before {
	    font-size: 16px;
	    position: relative;
	    display: inline-block;
	    padding-right: 6px;
	    top: 2px;
	}

	.single-blog-style1 .text-holder .blog-title{
	    font-size: 34px;
	    margin: 4px 0 0px;
	}
	.single-blog-style1 .text-holder .blog-title a{
	    color: #353742;
	    transition: all 200ms linear;
	    transition-delay: 0.1s;
	}
	.single-blog-style1 .text-holder .blog-title a:hover{
	    color: #26b7bc;
	}

	.single-blog-style1 .text-holder .text{
	    position: relative;
	    display: block;
	    padding: 15px 0 28px;
	}
	.single-blog-style1 .text-holder .text p{
	    margin: 0;
	}
	.single-blog-style1 .text-holder .text p span{
	    color: #26b7bc;
	}


	.single-blog-style1 .text-holder .bottom-box {
	    position: relative;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: center;
	    flex-wrap: wrap;
	    border-top: 1px solid #dbdee4;
	    padding-top: 10px;
	}
	.single-blog-style1 .text-holder .bottom-box .left {
	    position: relative;
	    display: block;
	}
	.single-blog-style1 .text-holder .bottom-box .left a{
	    color: #8a8c93;
	    font-size: 14px;
	    font-weight: 500;
	}


	.blog-style1-area.graybg{
	    background: #f4f5f7;
	}
	.single-blog-style1.style1-instyle2 .big-text {
	    position: relative;
	    background: #26b7bc;
	    min-height: 290px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    flex-wrap: wrap;
	    padding: 0 40px;
	    border-radius: 8px;
	    margin-bottom: 30px;
	}
	.single-blog-style1.style1-instyle2 .big-text .blog-quote{
	    position: absolute;
	    bottom: 40px;
	    right: 40px;
	}
	.single-blog-style1.style1-instyle2 .big-text h3{
	    color: #ffffff;
	    font-size: 24px;
	    line-height: 40px;
	    font-weight: 600;
	}
	.single-blog-style1.style1-instyle2 .text-holder .meta-info {
	    padding-top: 26px;
	    padding-bottom: 40px;
	}



	      .col-xl-8 p {color: #000;font-size:15px;line-height:25px;margin-top:20px;}
	     h1{font-size: 34px;
	    line-height: 46px;width: 100%;

	    font-weight: 600;}
	    

  .tabs {
    clear: both;
    position: relative;
    max-width: 650px;
    background: #f4f5f7;
    margin: 0 auto;
  }
  
  .tab {
    float: left;
    width: 50%;
    text-align: center;
  }
  
  .tab label {
    margin-right: 10px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #888;
    text-transform: uppercase;
  }
  
  .tab [type=radio] {
    display: none;
  }
  
  .tab__content {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .2s cubic-bezier(.42,0,.34,1.01);
    opacity: 0;
  }
  
  [type=radio]:checked ~ label {
    border-bottom: 2px solid #1d1d1d;
    color: #1d1d1d;
    z-index: 2;
  }
  
  [type=radio]:checked ~ label ~ .tab__content {
    z-index: 1;
    opacity: 1;
  }
  
  .youcetupian {
    max-width: 300px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
  }
  
  .youcetupian img {
    width: 100%;
    border-radius: 6px;
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
  }
  
  .tabs {
    clear: both;
    position: relative;   
    max-width: 650px;background: #f4f5f7;
    margin: 0 auto;
   /* you can either manually set a min-height here or do it via JS ---> */
}

.tab {
    float: left;    width: 50%;


    text-align: center;
}

.tab label {
    margin-right: 10px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #888;
    text-transform: uppercase;
}

.tab [type=radio] {
    display: none;   
}

.tab__content {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .2s cubic-bezier(.42,0,.34,1.01);
    opacity: 0;
}

.tab__content p {
    font-size: 16px;
    color: #666;
    text-align: justify;
    text-indent: 2em;
}

[type=radio]:checked ~ label {
    border-bottom: 2px solid #1d1d1d;
    color: #1d1d1d;
    z-index: 2;
}

[type=radio]:checked ~ label ~ .tab__content {
    z-index: 1;
    opacity: 1;
}
  
