﻿.wrap{
    width: 1200px;
    margin: 0 auto;
}
.main{
    background: url(/rdzt/srxxgcddesdjs/images/main.png) repeat-y; 
}
.content{
    background: #fff;
    margin-top: 20px;
}
.title1{
    height: 86px;
    background: url(/rdzt/srxxgcddesdjs/images/title1.png)no-repeat center center;
}
.title2{
    height: 86px;
    background: url(/rdzt/srxxgcddesdjs/images/title2.png)no-repeat center center;
}
.title3{
    height: 86px;
    background: url(/rdzt/srxxgcddesdjs/images/title3.png)no-repeat center center;
}
.title4{
    height: 86px;
    background: url(/rdzt/srxxgcddesdjs/images/title4.png)no-repeat center center;
}
.title a{
    float: right;
    font-size: 16px;
    margin-top: 41px;
    margin-right: 28px;
    color: #000;
}
.left{
    width: 644px;
    height: 458px;
    margin-left: 20px;
    float: left;
}
.swiper-slide img{
    width: 644px;
    height: 458px;
}
.swiper-slide div{
    width:100%;
    height: 33px;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    bottom: 4px;
    color: #fff;
    line-height: 33px;
    padding-left: 12px;
    box-sizing: border-box;
}

/*去掉默认样式*/
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next:after{
    display: none;
}
/*自定义样式*/
.swiper-button-prev{
    position: absolute;
    width: 14px;
    height: 14px;
    right: 44px;
    left: auto;
    bottom: 14px;
    top:  auto;
    background-size: 100% auto;
}
 
.swiper-button-next{
    position: absolute;
    width: 14px;
    height: 14px;
    right: 14px;
    left: auto;
    bottom: 14px;
    top:  auto;
    background-size: 100% auto;

}
.right{
    float: left;
}
.right ul{
    margin-left: 42px;
    width: 470px;
    /* margin-top: 23px; */
    padding-bottom: 26px;
}

.right ul li a{
    font-size: 18px;
    color: #3D3C3C;
    /* text-indent: 18px; */
    /* background: url(../images/list.png)no-repeat 0px center ; */
    line-height: 50px;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.list{
    margin-top: 30px;
    margin-left: 66px;
    padding-bottom: 40px;
}
.list li{
    position: relative;

}
.list li a{
    line-height: 48px;
    width: 900px;
   
    color: #3D3C3C;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
   
}
.list li span{
    /* margin-right: 39px; */
    line-height: 48px;
     position: absolute;
     right: 39px;
     top: 0;
}
body{
    background: rgba(238, 238, 238,0.2);
    
}
.footer{
    background-color: #fff;
    height: 222px;
    font-size:18px;
    text-align: center;
    line-height: 48px;
    padding-top: 80px;
    box-sizing: border-box;
    margin-top: 20px;
}
.footer p span{
    margin-right: 40px;
}
.breadcrumb{
    color: #3D3C3C;
    line-height: 40px;
    font-size: 18px;
    margin-left: 30px;
    height: 40px;
}
.breadcrumb a{
    color: #3D3C3C;
   
}
.contents{
    background-color: #fff;
    padding-top: 10px;
}
.pagination{
background: #fff;
text-align: center;
}
.pagination div{
    height: 1px;
    width: 1150px;
    margin: 0 auto;
     background: #ccc;
}
.pagination span{
    margin:0 5px ;
    line-height: 50px;
}
.contentss{
    background-color: #fff;
    /* width: 1000px; */
    /* margin: 0 auto; */
    padding:0 140px;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.contentss h3{
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 0 20px;
  padding-top: 40px;
  margin-bottom: 40px;
  
}
.contentss .source{
    /* width: 1000px; */
    margin: 0 auto;
    text-align: center;
    margin: 0 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 60px;
}
.source span:nth-child(2){
    margin-right: 40px;
}
.contentss p{
    line-height: 40px;
    text-align: justify;
}
.contentss div{
    line-height: 40px;
    text-align: justify;
}
.fonts{
    color: red;
    float: right;
    margin-bottom: 30px;
    margin-top: 30px;
}
