* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: linen;
}
.clear {
    clear: both;
    zoom: 1;
}

.clear::after {
    content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both;
    visibility:hidden;
}
.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}

.mb35 {
    margin-bottom: 35px;
}
.mb15{
    margin-bottom: 15px;
}

.ml0 {
    margin-left: 0;
}

.mr0 {
    margin-right: 0;
}

.mb0 {
    margin-bottom: 0;
}
.pt25{
    padding-top: 25px;
}
.mb15{
    margin-bottom: 15px;
}
.mt50{
    margin-top: 50px;
}
.pt50{
    padding-top: 50px;
}
.mb35{
    margin-bottom: 35px;
}


.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.p_banner {
    display: block;
    position: relative;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
}

.m_banner {
    width: 100%;
    display: none;
}

/* dy */
.dyWrap{
    position: relative;
}
.dyContent{
    background-color: #a5c2ec;
    border-radius: 20px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 10px;
    position: relative;
}
.dyContent p{
    display: block;
    background-color: #ffbe57;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 40px;
    text-align: justify;
    color: #333;
    line-height: 2;
    font-weight: 500;
    position: relative;
    font-size: 1.5rem;
    text-indent: 2em;
    margin-bottom: 0;
}
.dyContent img{
    position: absolute;
    left: 30px;
    top: 0;
    width: 10%;
    z-index: 11;
    transform: translateY(-50%);
}

/* more */
.moreStyle{
    color: #508dc8;
    width: 100%;
    text-align: right;
    font-size: 1rem;
    display: block;
}
.layer_dybg{
	width:100%; height: auto; float: left; margin-top:50px ; margin-bottom:50px
}
.layer_dyt{width: 100%; height: auto; font-size: 24px; text-align: center; float: left; font-weight: bold;}
.layer_dyt a{color: #153cb4;}

.layer_dyd{width: 100%; height: auto; float: left; font-size: 16px; margin-top: 10px;text-align: left; color: #292929;}

/* xw */
.newsWrap {
    width: 100%;
}

.title {
    width: auto;
    text-align: center;
    height: 68px;
}

.title img {
    width: auto;
    height: 100%;
}

.row-style {
    width: 100%;
    border-radius: 5px;
    position: relative;
}
.yw_style{
    margin-left: -20px;
}

.swiper-wrap {
    position: relative;
}

/* 分页器样式 */
.swiper_wrap{
position:relative;
}
#swp2{
  width:calc(100% - 100px );
  margin:0 50px;
}
#swp2 .swiper-button-next, .swiper-button-prev{
    margin-top: 0;
top:120px;
}
#swp2 .swiper-slide a{
    display: block;
    position: relative;
}
#swp2 .swiper-slide a::after{
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 87px;
    height: 87px;
    background: url(../images/video_btn.png) no-repeat top left;
    background-size: 100% 100%;
}
.swp-pagination {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.swp-pagination>.swiper-pagination-bullet {
    margin-right: 10px;
    background: #ffaf5a;
    opacity: 1;
}

.swp-pagination>.swiper-pagination-bullet-active {
    background: #ecf8df;
}


/* swiper箭头样式 */
/* .swiper-button-prev,.swiper-btn-prev{
    background-image: url(../images/arrow-left.png);
    left: 0;
}
.swiper-button-next,.swiper-btn-next{
    background-image: url(../images/arrow-right.png);
    right: 0;
}
.swiper-button-next, .swiper-button-prev,.swiper-btn-prev,.swiper-btn-next{
    position: absolute;
    top: 50%;
    width: 23px;
    height: 43px;
    transform: translateY(-50%);
    background-size: 23px 43px;
} */


.swiper-slide {
    width: 100%;
    position: relative;
}

.swiper-slide>a>img {
    width: 100%;
}


#swp2 .swiper-slide>a>img{
min-height:165px;
}


.swiper-slide>a>.h4-title {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
    padding: 8px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-news{
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 55px;
    padding-right: 20px;
    position: relative;
}
.right-news>a>h4{
    font-size: 1.5rem;
    color: #333;
}
.txt-ul{
    margin-left: 20px;
}
.h3_font{
    font-size: 24px;
    font-weight: bold;
    color: #3b1d1f;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    padding: 10px 0;
    margin-bottom: 0;
    background-image: linear-gradient(to right,#abedfe 95%,transparent);
}
.right-news>p{
    color: #9c9c9c;
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 0 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.txt-ul >li >a{
    font-size: 1.125rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.txt-ul >li{
    line-height: 3;
    border-bottom: 1px dashed #e8e8e8;
}
.more{
    position: absolute;
    right: 20px;
    color: #5e5e5e;
    font-size: 1rem;
}



/* 理论评论 */
.xdStyle{
    flex: 0 0 calc( 50% - 15px);
    background-color: #ffecb4;
    border-radius: 15px;
    padding: 20px;
    border: 2px solid #fff;
}
.xdStyle>a>h5{
    font-size: 1.3125rem;
    color: #fff;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 10px;
}
.xdStyle:nth-child(odd){
    margin-right: 15px;
}
.xdStyle:nth-child(even){
    margin-left: 15px;
}
.xdStyle>a>p{
    font-size: 1rem;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 0;
    line-height: 1.8;
}

/* 理论评论 */
.ydmpWrap{
    background-color: #ecf7fe;
    overflow: hidden;
    padding-top: 60px;
}
.ydStyle:nth-child(odd){
    background: url(../images/jzjdbgodd.png) no-repeat bottom left;
    background-size: 100%;
}
.ydStyle:nth-child(even){
    background: url(../images/jcjdbgeven.png) no-repeat bottom left;
    background-size: 100%;
}
.ydStyle{
    border-radius: 0;
    border: none;
    padding-bottom: 60px;
}

.zj_style{
    width: 100%;
}
.zj_style>a>img{
    display: block;
    margin: 5% auto;
    width: 100%;
}

/* 一线实践 */
.news_list_ul .news_li{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--main-gray-color-light);
}
.news_list_ul .news_li img{
    width: 20%;
    margin-right: 40px;
    float: left;
}
.news_list_ul .news_li{
    float: left;
    padding: 20px 30px;
    list-style: none;
}
.news_list_ul .news_li:nth-child(odd){
    background: url(../images/yzsjbgodd.png) no-repeat bottom left;
    background-size: 100% 100%;
}
.news_list_ul .news_li:nth-child(even){
    background: url(../images/yzsjbgeven.png) no-repeat bottom left;
    background-size: 100% 100%;
}
.news_list_ul .news_li h3{
    font-size: 18px;
    color: #3c3c3c;
    margin-bottom: 20px;
    font-weight: bold;
}
.news_list_ul .news_li p{
    font-size: 16PX;
    color: #3c3c3c;
    line-height: 1.6;
}

/* footer */
#bottom {
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 5%;
    background-color: #84c3f7;
}

#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover,
#bottom a:active {
    color: #333
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2026-07-20 11:28:31" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->