#main{
    width:1020px;
    margin:0 auto;
    background:#fff;
    padding-bottom:40px;
}
.swiper-slide {
    position: relative;
}
.swiper-slide .pic{
    display: inline-block;
    line-height: 0;
    width: 456px;
    height: 285px;
    position: relative;
}
.swiper-slide .pic img {
    width: 100%;
    line-height: 0;
}
.swiper-container-1 {
    position: relative;
    width: 100%;
    height: 285px;
}
.swiper-container-1 .pagination-1 {
    position: absolute;
    width: 125px;
    right: 0;
    bottom: 21px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: right;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../images/dot.png) center no-repeat;
    background-size: 100% 100%;
    margin: 0 5px;
    cursor: pointer;
}
.swiper-active-switch {
    background: url(../images/dot_active.png) center no-repeat;
    background-size: 100% 100%;
}
.swiper-container-1 .swiper-slide .info-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 12px;
    background: url(../images/pagination_bg.png) left top repeat-x;
    background-size: 1px;
    box-sizing: border-box;
}
.swiper-container-1 .swiper-slide .info {
    display: block;
    line-height: 50px;
    color: #FFF;
}
.newFocus{
    width:100%;
    /* height:395px;
    background-image:url(../images/new-bg.jpg);
    background-repeat:no-repeat;
    background-size:100% 100%; */
}
.newFocus .title{
   text-align: center;
   padding:42px 0;
   position: relative;
}
.newFocus .title .more{
    color: #dd0705;
    position: absolute;
    right: 46px;
    top: 38px;
}
.newFocus .container{
    /* padding-top:80px; */
}
.newFocus .left{
    float:left;
    width:456px;
    height:285px;
    overflow: hidden;
}
.newFocus .right{
    float:right;
    width:420px;
    height:285px;
    position:relative;
}
.newFocus .right .right-box{
    width:418px;
    height:266px;
    overflow:hidden;
}
.newFocus .right h3{
    font-size:20px;
    color:#c81b28;
    line-height:26px;
    text-align:left;
}
.newFocus .right p{
    text-indent: 2em;
    padding:20px 0;
    line-height:22px;
    border-bottom:dashed 1px #c81b28;
    font-size: 16px;
}
.newFocus .right p a{
    color:#c81b28;
    text-decoration:underline;
    font-size: 14px;
}
.newFocus .right ul{
    margin-top:20px;
}
.newFocus .right li{
    height:30px;   
    line-height:30px;

}
.newFocus .right li a{
   display:block;
   width:320px;
   padding-left:22px;
   background-image:url(../images/icon-book.png);
   background-repeat:no-repeat;
   background-position: 2px center;
   overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.newFocus .right a.more{
    position:absolute;
    bottom:0;
    right:0;
    font-size:12px;
}
.report{
    background:url(../images/title_02.png) no-repeat;
    width: 955px;
    height: 257px;
    margin: 42px auto 0;
}
.report .report_article{
    line-height:30px;
    padding:102px 60px 0;
    position:relative;
}
.report .report_article p{
    text-indent: 2em;
    color: #fff;
    font-size: 17px;
    line-height: 2;
}
.report .report_article span{
    color:#fff;
    font-size: 14px;
    float: right;
}
.report .report_article a{
    color:#fff;
    font-size: 14px;
    text-decoration:underline;
}
.title-style{
    text-align: center;
    padding:42px 0;
    position: relative;
}
.title-style a.more{
    color: #dd0705;
    position: absolute;
    right: 46px;
    top: 38px;
}
.style .left{
    width:448px;
    border-right:1px dashed #e4b2b2;
    float:left;
}
.style li{
    height:38px;
    line-height:38px;
    width:100%;
}
.style li a{
    width:296px;
    padding-left:30px;
    background-image:url(../images/icon-book.png);
    background-repeat:no-repeat;
    background-position:13px center;
}
.style li span{
    width:92px;
    font-size:14px;
    display:block;
    float:right;
}
.style .right{
    width:440px;
    float:right;
}
.style .right li span{
    width:85px ;
}
/*地方学习动态*/
.dynamic .left{
    border-right:1px solid #e4b2b2;
}
.dynamic h4{
    height:30px;
    margin:0 26px 6px 14px;
    border-left:6px solid #ae0000;
    color:#ae0000;
    font-size:22px;
    line-height: 30px;
    padding-left:8px;
}
.dynamic h4 a.more{
    font-size:12px;
    float:right;
     color:#ae0000;
}
.learnGarden .title-style{
    background-image:url(../images/title_05.png);
}