
.pageOtherMain .changePage {
    line-height: 170px;
    text-align: center;
}

.pageOtherMain .changePage a {
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle;
    font-size: 20px;
    transition: all .4s;
}

.pageOtherMain .changePage a.p,
.pageOtherMain .changePage a.n {
    width: 78px;
    line-height: 78px;
    color: #737373;
    border-radius: 50%;
    opacity: 0.6;
}

.pageOtherMain .changePage a.on {
    opacity: 1;
}

/* .pageOtherMain .meetTrouble {
    padding-top: 120px;
    padding-bottom: 130px;
    text-align: center;
}

.pageOtherMain .meetTrouble .b {
    font-size: 40px;
    font-weight: bold;
}

.pageOtherMain .meetTrouble .t {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #949494;
}

.pageOtherMain .meetTrouble a {
    font-size: 22px;
    color: var(--themaRed);
}

.pageOtherMain .meetTrouble a span {
    display: inline-block;
    width: 38px;
    height: 38px;
    color: white;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--themaRed);
} */

.pageMain {
    padding-top: 55px;
    padding-bottom: 140px;
    margin-top: 20px;
    background-color: #f7f7f7;
}

.pageMain .pageTitle {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.pageMain .pageTitle span {
    display: block;
    margin: 20px auto 0;
    font-size: 14px;
    color: #959595;
}

.pageMain .newsList {
    font-size: 0;
}

.pageMain .newsList li .putImg{ width:35%;overflow:hidden}

.pageMain .newsList li .notPic{ width:65%;}

.pageMain .newsList li {
    display: block;
    width: 100%;
    margin-bottom: 66px;
    background-color: white;
}

.pageMain .newsList li a{ display:flex;justify-content: space-between;}

/*.pageMain .newsList li:not(:nth-child(3n)) {
    margin-right: 50px;
}*/

.pageMain .newsList li .notPic {
    padding: 25px 35px 0;
}

.pageMain .newsList li .notPic .date {
    font-size: 14px;
    color: #2c4197;
}

.pageMain .newsList li .notPic .title {
    display:-webkit-box;
    line-height: 30px;
    margin: 20px 0;
    -webkit-line-clamp: 2;
    overflow:hidden;
    font-size: 24px;
    -webkit-box-orient:vertical;
}

.pageMain .newsList li .notPic .txt {
    display:-webkit-box;
    line-height: 24px;
    -webkit-line-clamp: 2;
    overflow:hidden;
    font-size: 18px;
    color: #aeaeae;
    -webkit-box-orient:vertical;
}


.pageMain .more {
    display: block;
    margin: 10px auto 0;
    text-align: center;
    font-size: 14px;
    color: var(--themaRed);
}

.pageMain .more span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    color: white;
    border-radius: 50%;
    text-align: center;
    background-color: var(--themaRed);
}

.pageViewMain .otherMore {
    padding-top: 25px;
    padding-bottom: 90px;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.pageViewMain .otherMore dt {
    margin-bottom: 10px;
    font-size: 28px;
    color: #787878;
}

.pageViewMain .otherMore dd a {
    display: flex;
    line-height: 38px;
    justify-content: space-between;
}

.pageViewMain .otherMore .itemLeft {
    font-size: 16px;
    color: #787878;
}

.pageViewMain .otherMore .itemRight {
    font-size: 14px;
    color: #a5a5a5;
}

.pageViewMain .article {
    margin-top: 45px;
    max-width: 1200px;
    margin: 0 auto;
}

.pageViewMain .article p,.pageViewMain .article span{ 
    font-size: 20px!important;
    line-height: 35px!important;
    text-align: left!important;
    font-family: "宋体";
    color: #333!important;
    text-indent: 2rem;
}

.pageViewMain .article .title {
    font-size: 36px;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}

.pageViewMain .article .date {
    display: flex;
    margin: 30px 0;
    justify-content: space-between;
}

.pageViewMain .article .date .leftDaet {
    font-size: 14px;
    color: #707070;
}

.pageViewMain .article .date a {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.pageViewMain .article .date a img {
    display: block;
    max-width: 16px;
}

.pageViewMain .article .txt {
    font-size: 16px;
    color: #9c9c9c;
}



@media (max-width:768px) {

.pageViewMain .article .txt img{ width:100% !important; height:auto !important}
.pageMain .newsList li .notPic .title{ font-size:20px;}
.pageMain .newsList li .notPic .txt{ font-size:16px;}
}

@media (max-width:480px) {
.pageMain .newsList li .notPic .title{ font-size:18px;}
.pageMain .newsList li a{ display:block}
.pageMain .newsList li .putImg,.pageMain .newsList li .notPic{ width:100%;}
.pageMain .newsList li .notPic{ padding:25px 35px;}
}
