.banner {
    width: 100%;
    vertical-align: top;

}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.penal {
    width: 1050px;
    margin: auto;
}
.more {
    cursor: pointer;
}
.main_text {
    width: 100%;
    height: 321px;
    background: url('../images/textBg.png') center no-repeat;
    background-size: 100%;
    position: relative;
    top: -15px;
}
.main_text .content {
    width: 946px;
    height: 160px;
    overflow: hidden;
    color: #F9FFD9;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -473px;
    margin-top: -80px;
    line-height: 1.6;
    text-align: justify;
    display: -webkit-box;
    /* 弹性盒子元素垂直排列 */
    -webkit-box-orient: vertical;
    /* 控制要显示的行数 */
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.main_text .more {
    position: absolute;
    color: #F9FFD9;
    bottom: 35px;
    right: 58px;
    font-size: 16px;
}
.w1000 {
    width: 1000px;
    margin: auto;
}
.zyjs,.swbs {
    width: 480px;
    color: #555;
    font-size: 20px;
}
.zyjs_title {
    width: 100%;
    height: 52px;
    margin: 30px 0;
    margin-top: 70px;
}
.zyjs_title .float_right {
    line-height: 52px;
    font-size: 18px;
    color: #CD151C;
}
.zyjs_title img {
    width: 392px;
    height: 52px;
    vertical-align: middle;
}
.zyjs_main li {
    height: 45px;
    line-height: 45px;
    width: 460px;
    margin: auto;
}
.kxxd_tit img {
    width: 100%;
}
.kxxd_tit {
    margin-top: 60px;
    position: relative;
}
.kxxd_tit .more {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #CD151C;
    font-size: 18px;
}
.spacial_news {
    margin-top: 40px;
}
.spacial_news li {
    width: 450px;
    padding-left: 10px;
    margin-right: 40px;
    color: #333333;
    font-size: 20px;
}
.spacial_news li a {
    display: block;
}
.spacial_news .news_content {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #B2B2B2;
    font-size: 16px;
    line-height: 1.5;
    color: #999999;
    height: 45px;
    position: relative;
}
.news_content_text {
    height: 48px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
    overflow: hidden;
}
.spacial_news .float_right:nth-child(2) {
    margin-right: 10px;
}
.kxxd_news {
    margin-top: 20px;
}
.kxxd_news li {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    height: 32px;
    width: 450px;
    margin-right: 40px;
    padding-left: 10px;
}
.kxxd_news li:nth-child(2n) {
    margin-right: 10px;
    float: right;
}
.kxxd_news span{
    display: inline-block;
    margin: 0 10px;
    width: 9px;
    height: 9px;
    background-color: #D3161A;
    border-radius: 50%;
}
.books {
    margin: 35px 0;
}
.book {
    width: 221px;
    height: 221px;
    margin: 0 13px;
}
.spacial_footer {
    width: 1000px;
    margin: auto;
    text-align: center;
    opacity: 0.5;
    height: 70px;
}
.goDetail {
    display: inline-block;
    position: absolute;
    bottom: 18px;
    right: 8px;
    color: #FFB300;
    text-decoration: none !important;
}
.spacial_news li:nth-child(2) {
    float: right;
}