#main{
    width:1020px;
    margin:0 auto;
    background:#fff;
    padding-bottom:40px;
}
.newFocus{
    width:100%;
    height:395px;
    background-image:url(../images/new-bg.jpg);
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.newFocus .container{
    padding-top:80px;
}
.newFocus .left{
    float:left;
    width:456px;
    height:284px;
}
.newFocus .left img{
    width:100%;
    height:100%;
}
.newFocus .right{
    float:right;
    width:418px;
    height:284px;
    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:center;
}
.newFocus .right p{
    text-indent: 2em;
    padding:20px 0;
    line-height:22px;
   /* border-bottom:dashed 1px #c81b28;*/
    height:66px;
}
.newFocus .right p a{
    color:#c81b28;
    text-decoration:underline;
}
.newFocus .right ul{
    padding-top:20px;
    border-top:dashed 1px #c81b28;
}
.newFocus .right li{
    height:30px;   
    line-height:30px;

}
.newFocus .right li a{
   display:block;
   width:320px;
   padding-left:22px;
   background-image:url(../images/icon-gray.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 .title{
    width:900px;
    height:62px;
    background-image:url(../images/title_02.png);
    background-repeat:no-repeat;
    margin-top:40px;
}
.report .report_article{
    line-height:30px;
    padding:18px 0 10px;
    position:relative;
}
.report .report_article p{
    text-indent: 2em;
}
.report .report_article a{
    color:#e11311;
  /*  position:absolute;
    bottom:9px;
    right:370px;*/
}
.title-style{
    height:57px;
    width:900px;
    background-image:url(../images/title_03.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    margin:20px 0;
    line-height:57px;
    text-align:right;
}
.title-style a.more{
    color:#fff;
    font-size:12px;
    padding-right:20px;
    font-weight:normal;
}
.style .left{
    width:448px;
    border-right:1px dashed #f9e8e9;
    float:left;
}
.style li{
    height:38px;
    line-height:38px;
    width:100%;
}
.style li a{
    width:296px;
    padding-left:30px;
    background-image:url(../images/icon-red.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 .title-style{
    background-image:url(../images/title_04.png);
}
.dynamic .new-list{
    background:#f7f7f7;
    padding:12px 0;
}
.dynamic .left{
    border-right:1px solid #f0dede;
}
.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);
}