.pa-list {
    display: flex;
    flex-direction: column;
    width: 276px;
    height: 263px;
    margin-bottom: 32px;
    margin-right: 32px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
}
.pa-list .list_img_content {
    width: 100%;
    height: 155px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    position: relative;
}
.pa-list .list_img_content .list_img {
    max-width: 100%;
    /* max-height: 100%; */
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: .3s;
}
.pa-list .list_img_content .list_img:hover {
    transform: scale(1.1);
}
.pa-list .list_right {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    flex: 1;
    box-sizing: border-box;
}
.pa-list .list_right .list_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
}
.pa-list .list_right .list_title:hover {
    color: #FF3333;
}
.pa-list .list_right .list_right_bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #999;
}

.pa-list  .list_right .list_right_bottom .descripteAndDate {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pa-list .list_right .list_descript {
    display: inline-block;
    margin-right:10px;
    width: 90px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    background-color: rgba(0, 190, 112, 0.1);
    color: #00BE70;
}

.vip-h4{
    margin: 50px 0  20px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}
.word{
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .04);
    width:180px;
    float: left;
    margin-right:20px;
    margin-bottom:50px;
}
.word-text{font-size:14px;color:#999;margin-top:40px;margin-bottom:20px;}
.word-title{margin-bottom:20px;}
.btn-box{position: relative;width:100%;overflow: hidden;text-align: right}
.btn-box img{height: 258px;width:auto;}
.btn-box a{position: absolute; right:80px;top:110px;box-shadow: 4px 4px 0 rgba(0, 0, 0, .04);}

.news-wrap{padding:0 30px;}
.news-title{border-bottom: 1px dashed #ccc;padding-bottom: 15px;margin-bottom: 20px;text-align: center;}
.news-title h1{margin: 0;font-size: 30px;font-weight: normal;}
.news-title p{margin: 15px 0 0;font-size: 0;}
.news-title p span{display: inline-block;vertical-align: middle;font-size: 14px;color: #999;margin: 0 10px;}
.news-content{line-height: 1.8;}
.news-content img{max-width: 100% !important;width: auto !important;height: auto !important;}


.h2-title{
    color: #fff;
    font-size: 24px;
    margin-top:50px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 100px;
    font-weight:bold;
    background: url("../images/pa.jpg") no-repeat;
}
.mailList {
    width: 100%;
    font-weight: initial;
}
.mailList .list {
    width: 100%;
    height: 170px;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}
.div-flex {
    display: block;
    color: #333333;
    font-size: 20px;
    font-weight: 450
}
.div-flex:hover {
    color: #E30B20;
}
.ps{
    margin: 10px 0;
}

.mailList .list .bottom {
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.mailList .list .bottom ul {
    float: left;
}
.mailList .list .bottom ul li {
    font-size: 12px;
    display: inline-block;
    color: #333333;
}
.mailList .list .bottom ul li a{color: #115DB2}
.mailList .list .bottom ul li a:hover{color: #E30B20}
.mailList .list .bottom ul .time {
    margin-left: 20px;
    color: #a2a2a2;
    margin-right: 20px;
}
.list_duty {
    padding: 0 12px;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    background: #FFF2F0;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFDCD6;
    font-size: 14px;
    color: #FF3333;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}

.green{
    color: #00BE70;
    background: #E5F8F0;
    border: 1px solid #00BE70;
}



/* 外层容器 */
.page-large {
    text-align: center;
    padding: 50px 0 20px;
    font-family: "Microsoft YaHei", sans-serif;
    color: #666;
}

/* 分页按钮组 */
.page-large div[style*="inline-block"] {
    display: inline-block;
    vertical-align: middle;
}

/* 所有分页链接通用样式 */
.page-large a {
    display: inline-block;
    width: auto;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* 上一页 / 下一页按钮特殊样式 */
.page-large .prev-page,
.page-large .next-page {
    padding: 0 10px;
    background-color: #f0f0f0;
    color: #555;
}

/* 鼠标悬停效果 */
.page-large a:hover {
    background-color: #e0e0e0;
    color: #000;
    border-color: #ccc;
}

/* 当前页码高亮 */
.page-large .on {
    background-color: #FF5C05;
    color: #fff !important;
    border-color: #FF5C05;
    font-weight: bold;
}

/* 页面信息文本 */
.page-large .page-info {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    color: #999;
}

.page-large .page-info strong {
    color: #FF5C05;
    margin: 0 3px;
}


.yun-title{
    padding: 16px 0;
    line-height: 52px;
    font-size: 32px;
    font-weight: 500;
    color: #E30B20;
}