

.listPage .pageTitle p {
    padding: 145px 0 100px;
    font-size: 35px;
    font-weight: bold;
    color: var(--themaBlack);
}

.listPage .putList2 {
    margin-bottom: 150px;
}

.listPage .news_detail {
    display: flex;
    padding-top: 146px;
    align-items: flex-start;
    justify-content: space-between;
}

.listPage .news_detail .right a {
    display: flex;
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s;
    background-color: var(--themaBlue);
}

.listPage .news_detail .right a:hover {
    background-color: var(--themaBlack);
}

.listPage .news_detail .right a img {
    display: block;
    margin: auto;
}

.listPage .news_detail .left {
    max-width: 1235px;
	width:100%;
}

.listPage .news_detail .left .detail_head {
    display: flex;
    padding-bottom: 95px;
    justify-content: space-between;
}

.listPage .news_detail .left .detail_head .l_title {
    max-width: 725px;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.listPage .news_detail .left .detail_head .r_time {
    font-size: 18px;
    line-height: 30px;
    color: var(--themaBlue);
}

.listPage .news_detail .left .detail_txt {
    padding: 65px 0;
    margin-bottom: 90px;
    font-size: 17px;
    line-height: 25px;
    color: #8c8c8c;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

.listPage .news_detail .left .detail_txt img{ width:auto !important; height:auto !important}

.news_page .putList2 {
    margin-bottom: 60px;
}

@media (max-width:768px) {
.listPage .pageTitle p{ padding:10% 0;}
.listPage .putList2{ margin-bottom:10%;}
.listPage .news_detail{ padding-top:15%;}
.listPage .news_detail .left{ width:80%;}
.listPage .news_detail .left .detail_head .r_time{ display:block; clear:both; margin-top:10px;}
.listPage .news_detail .left .detail_head{ display:block; padding-bottom:10%;}
.listPage .news_detail .right a { width:50px; height:50px;}
.listPage .news_detail .left .detail_txt{ padding:10% 0;}
.listPage .news_detail .left .detail_head .l_title{ font-size:22px; line-height:30px;}
.listPage .news_detail .left .detail_txt{ font-size:15px;}
}

@media (max-width:640px) {
.listPage .pageTitle p{ padding:15% 0; font-size:26px;}
.listPage .putList2{ margin-bottom:15%;}
.listPage .news_detail .right a { width:45px; height:45px;}
.listPage .news_detail .right a img{ height:15px;}
}



