*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.section{
    width: 1200px;
    margin: auto;
}

/* 头部 */
.header{
    height: 530px;
    background: url(../images/head_bg.jpg) no-repeat center/cover;
}

.nav{
    width: 100%;
    height: 70px;
    background-color: #bc181f;
}
.nav ul{
    text-align-last: justify;
}
.nav ul>li{
    line-height: 70px;
    display: inline-block;
    width: 20%;
    text-align: center;
    text-align-last: center;
}
.nav ul>li a{
    color: #f3ae8d;
    font-size: 28px;
}

/* 最新新闻 */
.xwbox{
    background-color: #fff;
    padding: 30px 0;
}

.btnew{
    text-align: center;
}
.btnew>a{
    display: block;
    font-size: 38px;
    font-weight: bold;
    color: #bc191e;
    padding-bottom: 1rem;
}
.btnew p{
    color: #000;
    font-size: 22px;
}

.carouselNews{
    margin-top: 30px;
    height: 535px;
}
.carouselNews .left{
    width: 60%;
    float: left;
    height: 535px;
}
.carouselNews .right{
    width: 40%;
    background-color:#fef7ed;
    min-height: 535px;
    float: right;
}

#carousel1 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#carousel1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
#carousel1 .swiper-pagination{
    bottom: 12px!important;
    left: -7px!important;
    text-align: right;
}
#carousel1 .swiper-pagination-bullet-active{
    background-color: #fff;
}
#carousel1 .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
}
#carousel1 .swiper-slide a{
    width: 100%;
    height: 100%;
    color: #333;
}
#carousel1 .swiper-slide a>div{
    position: absolute;
    bottom: 0;
    background-color: #ffffffbb;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#carousel1 .swiper-slide a p{
    padding-left: 2%;
    padding-right: 20%;
    margin: auto;
    height: 50px;
    line-height: 50px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
#carousel1 .swiper-slide a:hover{
    color: #ff0000;
}
#carousel1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carouselNews .right ul li{
    padding: 34px 20px;
    border-bottom: 1px solid #d9b27b;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.carouselNews .right ul li:last-child{
    border-bottom: none;
}
.carouselNews .right ul li a{
    font-size: 22px;
    color: #555354;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.carouselNews .right ul li a:hover{
    color: #ff0000;
}

/* 学习贯彻 */
.xxgcbox{
    background: linear-gradient(to bottom,#eeeeee,#ffffff);
    padding: 30px 0;
}

.lmtit{
    display: block;
    text-align: center;
}

.learnAndImplement{
    height: 420px;
    margin-top: 30px;
}
.learnAndImplement .left{
    float: left;
    width: 49%;
    height: 100%;
}

.learnAndImplement .left ul{
    margin-top: 8px;
}
.learnAndImplement .left ul li{
    background: url(../images/5.png) no-repeat center left;
    padding-left: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}

.learnAndImplement .left ul li:last-child{
    margin-bottom: 0;
}
.learnAndImplement .left ul li a{
    font-size: 22px;
    color: #333;
}

.learnAndImplement .left ul li a:hover{
    color: #bc181f;
}

.learnAndImplement .right{
    float: right;
    width: calc(49% - 100px);
    height: 100%;
    background-color: #bc181f;
    padding: 0 50px;
    position: relative;
}

.learnAndImplement .right .swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#carousel2 .swiper-slide img {
    display: block;
    width: 100%;
    height: calc(100% - 65px);
    object-fit: cover;
}
#carousel2 .swiper-slide a p{
    width: 100%;
    font-size: 25px;
    position: absolute;
    bottom: 15px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#carousel2 .swiper-slide a:hover p{
    color: #d9b27b;
}

.learnAndImplement .right .swiper-button-prev, .learnAndImplement .right .swiper-button-next{
    color: #fff!important;
}

.swiper-button-prev:after,.swiper-button-next:after{
    display: none;
}

/* 评论综述 */
.plzs{
    background: linear-gradient(to bottom,#fdf9f0,#ffffff);
    padding: 30px 0;
}

.zsxwbox{
    text-align: justify;
    text-align-last: justify;
    min-height: 350px;
}
.zsxwbox ul{
    margin-top: 45px;
}
.zsxwbox ul li {
    background: url(../images/5.png) no-repeat center left;
    padding-left: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 25px;
    text-align: left;
    text-align-last: left;
    width: 46%;
    display: inline-block;
}

.zsxwbox ul li a {
    font-size: 22px;
    color: #333;
}
.zsxw{
    display: inline-block;
    background-color: #fff;
    text-align: left;
    text-align-last: left;
    width: 560px;
    height: 158px;
    border: 1px solid #dedede;
    padding: 10px 15px;
    margin-top: 15px;
}
.zsxw>a{
    color: #bd1a1f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 3px dotted #d5d5d5;
    padding-bottom: 10px;
}
.zsxw>a:hover{
    color: #fa8c35;
}
.zsxw p{
    text-align: left;
    text-align-last: left;
    text-indent: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #7e7e7e;
    font-size: 20px;
    padding-top: 10px;
    min-height: 80px;
}

.zsxw .time{
    display: block;
    text-align: right;
    text-align-last: right;
    color: #7e7e7e;
    padding-top: 5px;
}


/* 脚部 */
.footer {
    width: 100%;
    background: #fff;
    border-top: 2px solid #ce0b00;
}

.footer_center {
    width: 1120px;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    position: relative;
}

.footer_nav {
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #ce0b00;
}
.footer_center table{
  width:80%;
  margin:0 auto;margin-top: 10px;
}
.footer_nav a {
    font-size: 14px;
    color: #ce0b00;
}

.footer_center p {
    text-align: center;
    line-height: 28px;
}

.footer_center p a{
    color: #000;
}

.iconbox {
    position: absolute;
    left: 0;
    top: 25px;
}

#layui-layer1{
    border: 1px solid rgb(190, 0, 0);
}
.layui-layer-title{
    background-color: #be0000!important;
    color: #fff!important;
    padding: 0 20px 0 20px!important;
    height: 35px!important;
    line-height: 35px!important;
}
.layui-layer-setwin{
    right: 5px!important;
    top: 11px!important
}
.layui-layer-page .layui-layer-content{
    padding: 13px
}
div.layui-layer-content p span{
    font-size: 15px!important;
}


.ssbox input {
    width: 402px;
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 5px;
    border: 1px solid #c27973;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 15px;
    color: #a39f9e;
}

.ssbox button {
    width: 86px;
    height: 40px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: url(../newimages/scaywz_6.png) no-repeat center center;
}