/*后加*/
.next,
.prey{
    color: rgba(102,102,102,0.72);
    transition: all 400ms;
}
.next:hover,
.prey:hover{
    color: #666;
}
.main-int .content p img{
    text-indent: 0 !important;
}

/*end*/
.xwxq-content .main-int{
    width: 72.95%;
}
.xwxq-content .main-int h2{
    font-size: 26px;
	line-height: 26px;
	color: #333333;
    font-weight: bold;
    text-align: center;
}
.xwxq-content .main-int .date{
    font-size: 16px;
	line-height: 26px;
	color: #333333;
    text-align: center;
    margin-top: 25px;
}
.xwxq-content .main-int .content div,
.xwxq-content .main-int p{
    font-size: 14px;
	line-height: 26px;
	color: #808080;
    /* text-indent: 2em; */
    margin-top: 25px;
    text-align: justify;
}
.main-int .content{
    padding-bottom: 50px;
    border-bottom: 1px solid #dbdbdb;
}
.xwxq-content .prey-next{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: flex-start;
}
.xwxq-content .prey-next .pn>div{
    padding-bottom: 15px;
}
.prey-next .back{
    padding-bottom: 12px;
    font-size: 14px;
	line-height: 15px;
	color: #71bf44 !important;
    border-bottom: 1px solid #71bf44;
}
.new-list .zjnews{
    padding: 21px;
    background-color: #f5f5f5;
	border-radius: 12px;
}
.xwxq-content .y-1320{
    display: flex;
    justify-content: space-between;
}
.xwxq-content .y-1320 .new-list{
    width: 24.39%;
}
.new-list .zjnews h4{
    font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #71bf44;
}
.new-list .inside a{
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
	border-radius: 8px;
    padding: 19px;
    align-items: center;
}
.new-list .inside{
    margin-bottom: 12px;
}
.new-list .inside{
    transition: all .3s linear;
}
.new-list .inside:hover{
    transform: translateX(-8px);
}
.inside .desc h5{
    font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
}
.inside .desc p{
    font-size: 12px;
	line-height: 13px;
	color: #999999;
    margin-top: 15px;
}
.new-list .nitems{
    margin-top: 15px;
}
.new-list .gzwm{
    margin-top: 10px;
    text-align: center;
}
.new-list .gzwm h4{
    text-align: left;
}
.new-list .gzwm .ewm{
    margin-top: 28px;
}
.new-list .gzwm p{
    margin-top: 12px;
    margin-bottom: 20px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .xwxq-content .main-int {
        width: 68%;
    }
    .xwxq-content .y-1320 .new-list {
        width: 28.5%;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .inside .desc h5 {
        font-size: 14px;
        line-height: 15px;
    }
    .xwxq-content .main-int {
        width: 66%;
    }
    .xwxq-content .y-1320 .new-list {
        width: 30.5%;
    }
    .new-list .zjnews {
        padding: 15px;
    }
    .new-list .inside a{
        padding: 15px;
    }
    .new-list .gzwm .ewm {
        margin-top: 20px;
    }
    .new-list .gzwm p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .inside .desc h5 {
        font-size: 14px;
        line-height: 15px;
    }
    .xwxq-content .main-int {
        width: 100%;
    }
    .xwxq-content .y-1320 .new-list{
        display: none;
    }
    .xwxq-content .main-int h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .xwxq-content .main-int .date {
        font-size: 12px;
        line-height: 24px;
        margin-top: 6px;
    }
    .xwxq-content .main-int p {
        font-size: 12px;
        line-height: 24px;
        margin-top: 10px;
    }
    .prey-next .pn{
        width: 65%;
    }
    .prey-next .pn>div{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
