.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.18rem 0.3rem;
    display: block;
}

.header .logo a img {
    display: block;
    width: 2.09rem;
    height: 0.53rem;
}

.header .nav ul {
    height: 0.8rem;
    text-align: center;
    align-items: center;
    font-size: 0.3rem;
    background: #333333;
    border-bottom: 0.03rem solid #F44336;

}

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

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

.header .nav ul li {
    margin-left: 0.45rem;
    margin-top: 0.13rem;
    color: #FFFFFF;
    font-weight: Regular;
}

.header .nav ul .active {
    display: flex;
    align-items: center;
    font-weight: Regular;
    height: 0.67rem;
    padding: 0 0.2rem;
    background: #F44336;
    border-radius: 10px 10px 0px 0px;

}

.swiper-pagination {
    position: absolute;
    font-size: 0.24rem;
    text-align: right;
    color: #FFFFFF;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    right: 0.3rem !important;
    width: 100%;
}

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

.public-title {

    margin-top: 0.2rem;
    padding-bottom: 0.12rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-family: MicrosoftYaHei;
    border-bottom: 0.01rem solid #E5E5E5;
}

.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.05rem;
    height: 0.3rem;
    background: #F44336;
    border-bottom: 1px solid #EEEEEE;
}

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

.new1 li {
    margin-top: 0.4rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem solid #E5E5E5;
}

.new1 li .title {
    font-size: 0.28rem;
    color: #333333;
    font-weight: 400;
    ;
}

.new1 li .des img {
    width: 2.58rem;
    height: 1.53rem;
}

.new1 li .des .text {
    padding: 0.1rem 0;
    margin-left: 0.28rem;
}

.new1 li .des .text a {
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #666666;
}

.new1 li .des .text span {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.26rem;
    color: #999999;
}

.new2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.28rem;
}

.new2 li {
    width: 3.32rem;
    height: 3.28rem;
}

.new2 li a img {
    width: 3.32rem;
    height: 2rem;
}

.new2 li a p {
    margin-top: 0.23rem;
    line-height: 0.48rem;
    color: #333;
}

.new2 li a span {
    color: #999999;
    line-height: 0.48rem;
}

.new3 li {
    font-size: 0.26rem;
    color: #555555;
    line-height: 0.72rem;
}

.new3 li a {
    flex: 1;
}

.new3 li span {
    margin-left: 0.5rem;
    color: #999999;
}

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

.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 a {
    font-size: .24rem;
    color: #999999;
}
.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.8rem 0.7rem;
}

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



/* 列表页 */
.item .public-title {
    margin-top: 0rem;
}




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

/* 3399ff */
.pagination li {
       display: inline-block;
    font-size: 0.24rem;
    /* min-width: 0.5rem; */
    height: 0.5rem;
    line-height: 0.5rem;
    margin-right: 0.2rem;
    color: #FFFFFF;
    background: #666666;
    border: 0.01rem solid #555555;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
    padding: 0.02rem 0.1rem;
}

/*.pagination li:first-child {*/
/*    width: 1.2rem;*/
/*    height: 0.5rem;*/
/*    background: #E6E6E6;*/
/*    color: #272727;*/
/*    border: 0rem solid #555555;*/

/*}*/

/*.pagination li:last-child {*/
/*    width: 1.2rem;*/
/*    height: 0.5rem;*/
/*    color: #FFFFFF;*/
/*    background: #666666;*/
/*    border: 0rem solid #555555;*/
/*}*/

/*.pagination .thisclass {*/
/*    font-weight: bold;*/
/*    color: #F44336;*/
/*    border: 0rem solid #555555;*/

/*}*/



/* 详情页 */


.new2-1 {
    font-size: 0.26rem;
    color: #555555;
}

.new2-1 li {
    line-height: 0.72rem;
    align-items: center;
}

.new2-1 li span:first-child {
    text-align: center;
    line-height: 0.4rem;
    width: 0.7rem;
    height: 0.4rem;
    color: #F44336;
    border: 1px solid #F44336;
    border-radius: 0.1rem;

}

.new2-1 li a {
    margin-left: 0.18rem;
    flex: 1;
}

.new2-1 li span:last-child {
    color: #999999;
    margin-left: 0.4rem;
}


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

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

.detail .art-cont {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.56rem;
    color: #666;
    text-indent: 2em;
    /* border-bottom: 0.01rem solid #E7E7E7; */
}
.detail .art-cont a{
	display:inline-block;
	    font-size: 0.28rem;
	color: #F44336;
	    text-indent: 0;
}
.detail .art-cont img {

    display: block;
    width: 90% !important;
    height: auto !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-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;
}