.main {
    width: 1200px;
    margin: 0 auto 50px;
}

.main .con {
    margin: 30px auto;
}

.main .newsList {
    margin-top: 12px;
}

.main .newsList li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .newsList li span{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 12px;
    border-radius: 5px;
    background: #e91b1b;
    vertical-align: 2px;
}

.main .newsList li a:hover{
    color: #e91b1b;
}

.main .more {
    text-align: right;
    margin-top: 10px;
}

.leftnews{
    width: 981px;
}

.rcgz {
    margin-bottom:40px;
}

.rcgz .lmTil {
    width: 981px;
    height: 52px;
    background: url("../images/title_gzdt.png") no-repeat left center;
}

.rcgz2 .lmTil {
    background: url("../images/title_cxsj.png") no-repeat left center;
}


.main .headline {
    border-bottom: 1px dashed #e91b1b;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.main .headline h5 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #e91b1b;
    margin: 30px auto 14px;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .headline p.intro {
    height: 70px;
    line-height: 36px;
    overflow: hidden;
    color: #333333;
    margin: 0 auto;
    font-size: 18px;
}

.main .headline a.detail {
    color: #ee8824;
    font-size: 18px;
    line-height: 44px;
    height: 44px;
}

.main .headline a.detail:hover {
    text-decoration: underline;
}

.main .rightimg {
    width: 130px;
    margin-top: 10px;
}

.main .rightimg .icon{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.main .rightimg .icon .circle{
    width: 130px;
    height: 130px;
    border: 1px solid #be1f08;
    border-radius: 25px;
    box-sizing: border-box;
    padding-top: 24px;
    margin: 0 auto 12px;
}

.main .rightimg .icon a:hover .circle{
    background: #fff1f0;
}

.main .rightimg .icon .circle img{
    display: block;
    margin: 0 auto;
}

.main .rightimg .aside{
    width: 373px;
    height: 220px;
    margin: 30px auto 90px;
    background: url("../images/icon_rcfw.jpg") no-repeat left top;
    position: relative;
}

.main .rightimg .aside2{
    background: url("../images/icon_zccx.jpg") no-repeat left top;
}

.main .rightimg .aside3{
    margin-bottom: 0;
    background: url("../images/icon_xjdx.jpg") no-repeat left top;
}

.main .rightimg .aside a{
    width: 135px;
    height: 48px;
    bottom: 30px;
    right: 30px;
    position: absolute;
}

/* 视频专栏 */
.main .spzl {
    position: relative;
    margin: 20px auto;
}

.main .spzl h4 {
    background: url("../images/title_ztbd.png") bottom left no-repeat;
    padding-bottom: 20px;
    color: #be1f08;
    width: 1200px;
    margin: 20px auto 20px;
    font-size: 24px;
    font-weight: bold;
}

.main .spzl h4 a.more {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    margin-top: 12px;
}

.main .spzl .swiper-spzl{
    width: 1120px;
    margin: 0 auto;
    height: 298px;
}

.main .spzl .swiper-gdzx{
    width: 1120px;
    margin: 0 auto;
    height: 228px;
}

.main .spzl .section{
    width: 268px;
    height: 278px;
    margin: 10px auto 0;
    background: #F7F7F7;
}

.main .gdzx .section {
    height: 208px;
}

.main .spzl .section:hover{
    background-color: #ffffff;
    box-shadow: 0 0 10px #e5e5e5;
    border-bottom: 2px solid #BE1F08;
}

.main .spzl .section a{
    display: block;
}

.main .spzl .section .describe{
    width: 100%;
    height: 100%; 
    box-sizing: border-box;
    padding: 10px;
}

.main .spzl .section .describe h5{
    text-align: justify;
    margin-bottom: 6px;
}

.main .spzl .section .describe p{
    color: #666666;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main .spzl .section img{
    margin: 0 auto;
    width: 268px;
    height: 138px;
    display: block;
}

.main .spzl .arrow-left {
    position: absolute;
    top: 184px;
    left: 0;
    cursor: pointer;
    background: #f2f2f2;
    z-index: 2;
    width: 36px;
    height: 88px;
    box-sizing: border-box;
    padding: 30px 0 0 13px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.main .gdzx .arrow-left {
    top: 148px;
}

.main .spzl .arrow-left:hover {
    background: #ffcece;
}

.main .spzl .arrow-right {
    position: absolute;
    top: 184px;
    right: 0;
    cursor: pointer;
    background: #f2f2f2;
    z-index: 2;
    width: 36px;
    height: 88px;
    box-sizing: border-box;
    padding: 30px 0 0 13px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.main .gdzx .arrow-right {
    top: 148px;
}

.main .spzl .arrow-right:hover {
    background: #ffcece;
}