﻿.pd-3rem {
    padding: 0 0.3rem;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
}

.flex-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.t {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.t5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.t10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.scro-x {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow-x: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scro-x::-webkit-scrollbar {
    display: none;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

.header .logo a {
    padding: 0.22rem 0.3rem;
    display: block;
}

.header .logo a img {
    display: block;
    width: 1.55rem;
    height: 0.43rem;
}

.header .nav ul {
    height: 0.7rem;
    text-align: center;
    align-items: center;
    font-size: 0.3rem;
    background: #FF6D00;
    /* border-bottom: 0.03rem solid #F68657; */
}

.header .nav ul li:first-child {
    margin-left: 0.45rem;
}

.header .nav ul li:last-child {
    padding-right: 0.45rem;
}

.header .nav ul li {
    margin-left: 0.55rem;
    /* margin-top: 0.13rem; */
    color: #FFF;
    font-weight: Regular;

}

.header .nav ul .active {
    position: relative;
   
}


.header .nav ul .active::before {
    position: absolute;
    content: '';
    bottom: -0.13rem;
    width: 0.58rem;
    left: 50%;
    height: 0.04rem;
    background: #FFFFFF;
    background-size: 100% 100%;
    transform: translateX(-50%);
}

.banner {
    position: relative;
   
}
.banner img{
     width: 100%;
     height: 3rem;
}

.line {
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}

.line-da {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #EEEEEE;

}

.line-2 {
    width: 100%;
    height: 0.1rem;
    background: #F7F7F7;

}


.mod-60 {
    margin-top: 0.6rem;
}

.mod-50 {
    margin-top: 0.5rem;
}

.mod-40 {
    margin-top: 0.4rem;
}

.mod-30 {
    margin-top: 0.3rem;
}

.mod-20 {
    margin-top: 0.2rem;
}

.mod-10 {
    margin-top: 0.1rem;
}

.mod {
    margin-top: 0.2rem;
    /* padding-bottom: 0.2rem; */
    border-bottom: 0.1rem solid #F5F5F5;
}
body{
    background: #F7F7F7;
}

.public-title {
    margin-top: 0.2rem;
    /* padding-bottom: 0.2rem; */
    height: 0.6rem;
    line-height: 0.6rem;
    font-family: MicrosoftYaHei;
    /* border-bottom: 0.01rem solid #EEEEEE; */
}
.public-title .topT{
    align-items: center;
}
.public-title strong {
    font-size: 0.32rem;
    color: #333333;
    font-family: Microsoft YaHei;
    font-weight: bold;
    flex: 1;
    padding-left: 0.25rem;
    position: relative;
}

.public-title strong::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
   width: 0.08rem;
height: 0.34rem;
background: #FF6D00;

    
} 

.public-title a {
    font-size: 0.24rem;
    color: #999999;
}

.new1{
    justify-content: space-between;
    flex-wrap: wrap;
}
.new1 li {
    display: flex;
    flex-direction: column;
    margin-top: 0.2rem;
    background: #FFF;
    width: 3.3rem;
    height: 3.6rem;
}
.new1 li a img{
    width: 3.3rem;
    height: 2.2rem;
}
.new1 li p{
    padding: 0 0.2rem;
    font-size: 0.26rem;
}
.new1 li p a{
    line-height: 0.4rem;
}
.new1 li > div {
    margin-top: auto;
    margin-bottom: 8px;
}
.new1 li  div>span{
      margin-top: 0.2rem;
    display: inline-block;
    color: #999999;
    font-size: 0.26rem;
}

.mainImg{
    width: 100%;
    height: 3.2rem;
}

.new2{
    padding-bottom: 0.25rem;
    background: #FFFFFF;
}
.new2 li{
    display: flex;
    justify-content: space-between;
    gap: 0.16rem;
    font-size: 0.28rem;
    color: #333333;
    font-weight: 400;
    line-height: 0.72rem;
}
.new2 li a{
    position: relative;
    padding-left: 0.45rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new2 li a::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0.2rem;
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.08rem;
    background: #FF6D00;
}
.new2 li > span {
    flex-shrink: 0;
    margin-right: 0.16rem;
    font-size: 0.24rem;
    color: #999;
}

.new3 li{
    margin-right: 0.2rem;
    width: 4rem;
}
.new3 li img{
    width: 4rem;
    height: 2.2rem;
}
.new3 li .imgBox{
    position: relative;
}
.new3 li p{
    display: flex;
    align-items: center;
    position: absolute;
   
    bottom: 0;
    color: #FFF;
    font-size: 0.26rem;
    width: 100%;
height: 1.2rem;

background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
border-radius: 0px 0px 0.1rem 0.1rem;

}
.new3 li p span{
    line-height: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pd-2rem{
    padding: 0.2rem;
}
.new4 li{
    margin-top: 0.1rem;
    width: 100%;
height: 1.6rem;
background: #FFFFFF;
border-radius: 0.1rem;
}
.new4 li:first-child{
    margin-top: 0.2rem;
}

.new4 li .des{
   width:4.4rem;
}
.new4 li .des p{
    font-size: 0.26rem;
    line-height: 0.38rem;
}

.new4 li .des span{
    color: #999999;
    font-size: 0.24rem;
}
.new4 li a img{
    margin-left: 0.2rem;
    width: 2.1rem;
    height: 1.2rem;
}


















.link {
    color: #999999;
    font-size: 0.24rem;
    /* margin-top: 0.64rem; */
    margin-bottom: 0.3rem;
}
.link .main{
    display: flex;
    align-items: center;
    padding: 0.3rem 0.2rem;
    background: #FFFFFF;
}

.link p {
    /* margin-top: 0.20rem; */
    line-height: 0.45rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.link p :nth-child(even) {
    margin-right: 0.2rem;
}

.link p :nth-child(odd) {
    margin-right: 0.25rem;
}
.link p a{
     color: #999999;
    font-size: 0.24rem;
}
.footer {
    background: #333333;
    /* margin-top: 1.4rem; */
    padding: 0.73rem 0.3rem;
}

.footer p {
    line-height: 0.45rem;
    /* margin-top: 0.1rem; */
    font-size: 0.22rem;
    color: #999999;
    text-align: center;
}

/* 列表页 */

.new2-1 li{
    background: #FFFFFF;
    /* height: 1.4rem; */
    margin-top: 0.2rem;
    border-bottom: 0.01rem solid #E8E8E8;
}
.new2-1 li img{
    width: 2.1rem;
    height: 1.4rem;
}
.new2-1 li .des{
    width: 70%;
    margin-left: 0.35rem;
}
.new2-1 li .des p{
    align-items: center;
    font-size: 0.24rem;
}
.new2-1 li .des a{
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.4rem;
}
.new2-1 li .des span{
    font-size: 0.24rem;
}


/* 分页 */
.pagination {
    font-size: 0.24rem;
    text-align: center;
    -ms-flex-pack: distribute;
    justify-content: center;
    margin-top: 0.64rem;
    padding-bottom: 0.3rem;
}

/* 3399ff */
.pagination li {
    display: inline-block;
    font-size: 0.2rem;
    min-width: 0.5rem;
    padding: 0.1rem 0.2rem;
    margin-right: 0.2rem;
    color: #999;
    background: #fff;
    /* border: 0.01rem solid #555555; */
    /* border-radius: 0.1rem; */
}
.pagination .thisclass {
    font-weight: bold;
    color: #FFF;
    background: #FF6D00;
    border: 0rem solid #555555;
}


/* 详情页 */





/* 面包屑 */
.bread-nav {
    padding: 0.22rem 0;
    background: #F5F5F5;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.24rem;
    color: #999;
}

.bread-nav .breadCrumbs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.3rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.detail {
    /* margin-top: 0.3rem; */
}

.detail>* {
    /* padding: 0 0.3rem; */
}

.detail .art-head {
    text-align: left;
    padding-top: 0.42rem;
    background: #FFF;
    /* padding-bottom: 0.3rem; */
    /* border-bottom: 0.01rem solid #eee; */
    /* background: #F7F7F7; */

}

.detail .art-head h1 {
    text-align: center;
    padding-bottom: 0.4rem;
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
}

.detail .art-head p {
    font-size: 0.24rem;
    /* justify-content: center; */
    padding-bottom: 0.3rem;
  
}

.detail .art-head p span {
    display: block;
    font-size: 0.24rem;
    color: #999;
}

.detail .art-cont {
    background: #FFF;
    padding: 0 0.2rem;
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.56rem;
    color: #666;
    border-bottom: 0.01rem solid #E7E7E7;
}

.detail .art-cont img {

    display: block;
    width: 98% !important;
    height: auto !important;
    max-width: 6rem;
    margin: 0.2rem auto;

}
.detail .art-cont a{
	display: inline-block;
	font-size: 0.28rem;
	color: #FF6D00;
	    text-indent: 0;
}
.detail .art-cont p {
    font-size: 0.28rem;
    line-height: 0.56rem;
    color: #666;
    margin-bottom: 0.3rem;
    text-indent: 2em;
}

.detail .art-cont p {
    font-size: 0.28rem;
    line-height: 0.56rem;
    color: #666;
    margin-bottom: 0.3rem;
}

.detail .art-cont p {
    font-size: 0.28rem;
    line-height: 0.56rem;
    color: #666;
    margin-bottom: 0.3rem;
}

.detail .art-upbut,
.detail .art-nextbut {
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.6rem;
    /* padding: 0 0.3rem; */
    border-radius: 0.1rem;
}