.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 {
    display: block;
}

.header .logo a img {
    display: block;
    width: 100%;
    height: 0.88rem;
}

.header .nav ul {
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.3rem;
    background: #FFF;
}

.header .nav ul li:first-child{
    margin-left: 0.2rem;
}
.header .nav ul li:last-child{
   padding-right: 0.2rem;
}

.header .nav ul li{
    /*margin-left: 0.45rem;*/
    color: #666666;
    font-weight: Regular;
}
.header .nav ul .active {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.2rem;
    min-width: 1rem;
    columns: #666666; ;
    font-weight: Regular;
    height: 0.5rem;
    background: #FFC64C;
    border-radius: 0.25rem;
}



.banner {
    position: relative;
}

.banner img {
    width: 100%;
    height: 4rem;

}


.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 #E7E7E7;
}

.public-title {

    margin-top: 0.2rem;
    /* padding-bottom: 0.12rem; */
    height: 0.6rem;
    line-height: 0.6rem;
    font-family: MicrosoftYaHei;
  
}

.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.11rem;
    height: 0.1rem;
    background:#FFC64C;
    border-bottom: 1px solid #EEEEEE;
}

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

.new1 li{
    margin-top: 0.3rem;
    padding-bottom: 0.36rem;
    border-bottom: 0.01rem solid #EEEEEE;
}
.new1 li a img{
    width: 2.1rem;
    height: 1.26rem;
}
.new1 li .des{
    padding-bottom: 0.1rem;
    width: 65%;
    margin-left: 0.26rem;
}
.new1 li .des a{
    margin-right: 0.5rem;
    font-size: 0.28rem;
    color: #333333;
}
.new1 li .des p{
    font-size: 0.24rem;
    color: #999999;
    margin-top: -0.1rem; 
}
.new1 li .des span{
    display: block;
    /* margin-top: -0.1rem; */
    font-size: 0.24rem;
    color: #999999;
}


.new2 li a img{
    display: block;
    width: 4.46rem;
    height: 2.9rem;
}
.new2 li {
    margin-right: 0.3rem;
}

.new3 li {
    font-size: 0.26rem;
line-height: 0.7rem;

}
.new3 li a{
    flex: 1;
    color: #666666;
}
.new3 li span{
    margin-left: 0.4rem;
    color: #999999;
}

.mainImg{
    margin-top: 0.2rem;
    width: 100%;
    height: 3.5rem;
}
.new4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new4 li {
    margin-top: 0.27rem;
    width: 3.32rem;
    font-size: 0.26rem;
}
.new4 li img{
    width: 3.32rem;
    height: 2.4rem;
}
.new4 li p{
    margin-top: 0.2rem;
    color: #666666;
    text-align: center;
}







.link {
    color: #999999;
    font-size: 0.24rem;
    /* margin-top: 0.64rem; */
    margin-bottom: 0.3rem;
}

.link p {
    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.15rem;
}

.link p :nth-child(odd) {
    margin-right: 0.15rem;
}

.footer {
    background: #333333;
    /* margin-top: 1.4rem; */
    padding: 0.62rem 0;
}

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



/* 列表页 */

.item-new{
    font-size: 0.28rem;
}
.item-new li{
    line-height: 1rem;
    border-bottom: 1px solid #EEEEEE;
}
.item-new li a{
    flex: 1;
    font-weight: Regular;
    font-size: 0.28rem;
    color: #444444;
}
.item-new li span{
    margin-left: 0.5rem;
    font-size: 0.28rem;
    color: #999999;
 
}






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

/* 3399ff */
.pagination li {
    display: inline-block;
    font-size: 0.28rem;
    min-width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-right: 0.2rem;
    color: #999999;
 
}
.pagination li:first-child{
    color: #333333;
}
.pagination li:last-child{
    color: #999999;
}

.pagination .thisclass{
    font-weight: bold;
    color:#FFC64C;
  
}




/* 详情页 */






/* 面包屑 */
.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.58rem;
}

.detail .art-head {
    text-align: left;
    padding-top: 0.72rem;
    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 {
    justify-content: center;
    padding-bottom: 0.4rem;
    gap: 0.5rem;
}

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

.detail .art-cont {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.56rem;
    color: #666;
    /* border-bottom: 0.01rem solid #E7E7E7; */
}

.detail .art-cont img {
  
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0.2rem auto;
    
}

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

.detail .art-upbut{
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    width: 100%;
height: 0.65rem;
color: #FFC64C;
border: 1px solid #FFC64C;
border-radius: 0.1rem;
}