@charset "utf-8";

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
    /*移除默认点击高亮*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    /*移除文字选中*/
    /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;*/
}

[v-cloak] {
    display: none !important;
}

body, html {
    background: #AD181F;
    min-height: 100%;
}

a {
    color: #AD181F;
    text-decoration: none;
    transition: all .2s ease-out 0s;
}

a:hover {
    color: #df5666;
}
.wrap{
    max-width: 1920px;
    margin: 0 auto;
    /*background: url(../icon/icon1.png) no-repeat bottom;*/
    position: relative;
}
.icon13{
    position: absolute;
    display: block;
    left: 0;
    top: 210px;
    z-index: 99;
    width: 100%;
}
.banner{
    height: 390px;
    padding-top: 1px;
    background: url(../icon/icon9.png) center top no-repeat ;
    background-size: cover;
}

.main {
    width: 1200px;
    margin: -50px auto 30px;
    position: relative;
    background: #fff;
    padding-top: 170px;
    padding-bottom: 20px;
    border-top: 6px solid #F9C050;
}
/*习近平总书记讲话*/
.speech{
    width:1029px;
    height:330px;
    margin: 0 auto;
    padding: 34px 34px 27px 256px;
    position: relative;
    background: #EDE0D0;
}
.speech img{
    position: absolute;
    left: -105px;
    bottom: 0;
}
.speech p:first-child{
    font-size: 18px;
    line-height: 180%;
    color: #000;
    margin-bottom: 10px;text-indent: 2em;text-align: justify;
}
.speech p:first-child+p{
    color: #AD181F;
    font-size: 16px;
}
.vr{padding: 20px 85px;}
.vr img{width:100%;}
/*习近平说中国梦*/
.carousel{
    width: 1030px;
    height:316px;
    background: #AD181F;
    color: #E4B05D;
    position: relative;
    margin: 0 auto 0;
    padding: 54px 0 0 42px;
}
.carousel:after{
    content: " ";
    display: block;
    background: #efd1d2;
    width: 18px;
    height: 274px;
    position: absolute;
    left: -18px;
    top: 20px
}
.carousel:before{
    content: " ";
    display: block;
    background: #efd1d2;
    width: 18px;
    height: 274px;
    position: absolute;
    right: -18px;
    top: 20px
}
.carousel p{
    width:793px;
}
.carousel p:first-child{
    margin-bottom: 50px;
}
.carousel .icon4{
    position: absolute;
    top: 36px;
    right: -30px;
}
#mySwiper{
    height: 100%;
}
.swiper-button-next, .swiper-button-prev{
    width: 20px;
    height: 20px;
    color: #AD181F;
    top: 90%;
    background: #fff url("../icon/icon5.png") center/100% !important;
}
.swiper-button-next, .swiper-button-next{
    width: 20px;
    height: 20px;
    color: #AD181F;
    top: 90%;
    left: 36px;
    right: auto;
    background: #fff url("../icon/icon6.png") center/100% !important;
}
/*中国梦与新时代研讨会*/
.icon11{
    display: block;
    margin: 30px auto 30px;
}

.st_main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 85px;
}

.r2 ul {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.r2 ul li {
    width: 50%;
    margin-bottom: 25px;
    padding-right: 15px;
    position: relative;
}
.r2 ul li:nth-child(even) {
    padding-left: 15px;
	padding-right: 0;
}

.r2 ul li .img {
    width: 153px;
    height: 153px;
    float: left;
	margin: 0 20px 20px 0;
}
.r2 ul li .img img{
    width: 100%;
}

.r2 ul li .title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    color: #333;
}
.r2 ul li .name {
    width: 100%;
    font-size: 15px;
	margin-top: 3px;
    line-height: 150%;
}
.r2 ul li .intro {
    padding-top: 5px;
    font-size: 14px;
    line-height: 200%;
    color: #595757;
    max-width: 825px;
	text-indent: 2em;
}
.r2 ul li .bottom{text-align: right;}
.r2 ul li .bottom a{
    font-size: 14px;
    line-height: 250%;
    color: #AD181F;
}
.ckgd{
    text-align: right;
    color: #AD181F;
    cursor: pointer;
}
.ckgd img{
    vertical-align: middle;
    margin-left: 8px;
}

.video{padding:40px 0 80px; text-align: center;}

/*理论研究*/
.icon12{
    display: block;
    margin: 50px auto 30px;
}
.luyj ul li{
    border-bottom:1px dashed #AD181F;
    padding-bottom: 10px;
    margin-bottom: 6px;
}
.luyj .title {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}
.luyj .title a{
    color: #333;
    font-size: 18px;
}
.luyj .title a:hover{
    text-decoration: underline;
}
.luyj .intro{
    padding-top: 5px;
    max-width: 825px;
    display: inline-block;
    font-size: 16px; 
    color: #595757;
}
.luyj .ckxq{
    display: inline-block;
    vertical-align: bottom;
    color: #AD181F;
}
/*媒体关注*/
.icon7{
    display: block;
    margin: 50px auto 30px;
}
.date{
    font-size: 14px; 
    color: #595757;
    margin-top: 6px;
}
/*footer*/
.footer{
    position: relative;
    height: 100px;
    text-align: center;
    background: url("../icon/icon15.png") no-repeat left bottom;
}
.footer img{
    top: 50%;
    margin-top: 30px;
}

/* 文章 */
.wz{width:900px; margin: 0 auto;padding-bottom: 60px;}
.wz .wznav{font-size: 14px;margin-bottom: 40px;}
.wz .title{font-size: 20px;text-align: center; font-weight: bold; color: #333333;}
.wz .name{font-size: 16px;text-align: center; font-weight: bold; color: #333333;margin:20px 0 20px;}
.wz p{font-size: 14px; text-indent: 2em;margin-bottom: 5px;color: #423333;line-height: 2;}


.zgm_zuixinban{overflow: hidden; margin-bottom: 100px;}
.zgm_zuixinban dl dt{width: 430px;float: left;
    margin: 0 20px 20px 0;}
.zgm_zuixinban dl dt img{width:100%;}
.zgm_zuixinban dl dd {float: right; width: 570px; }
.zgm_zuixinban dl dd h2{font-size: 18px;
    font-weight: bold;
    line-height: 150%; color: #333;}
.zgm_zuixinban dl dd div{padding-top: 16px;}
.zgm_zuixinban dl dd div p{
    font-size: 16px;
    line-height: 200%;
    color: #595757;
    max-width: 825px;
    text-indent: 2em;}
.zgm_zuixinban dl dd a{font-size: 14px;
    line-height: 250%;
    color: #AD181F; float: right;}
.zgm_llyj_l{width:48%; float:left;}
.zgm_mtgz_r{width:48%; float:right;}
.icon1112{display: block;
    margin: 30px auto 60px;}
.zgm_mtgz_c{width: 1200px;
    height: auto;
    margin: 0 auto 60px;
    padding: 0 85px;}


.zgm_zhaiyao_con{
    width: 1030px;
    height: auto;
    margin: 0 auto;
   
}
.zgm_zhaiyao_con dl{
     padding: 20px 34px 27px 34px;
    position: relative;
    background: #EDE0D0;
}
.zgm_zhaiyao_con dl dt p{
    font-size: 18px;
    line-height: 180%;
    color: #000;
    margin-bottom: 10px;
    text-indent: 2em;
    text-align: justify;
}
.zgm_zhaiyao_con dl dd {
    color: #AD181F;
    font-size: 16px;
}
