*{
    margin: 0px;
    padding: 0px;
}
body {
    background: #fff;
}
.topimg{
    width: 100%;
    height: 300px;
}
.topimg img{
    width: 100%;
    height: 100%;
}
.content{   
    width: 100%;
}
.cont1{   
    width: 48%;
    float: left;
    padding: 20px 10px;
    position: relative;
}
.cont1 .more{
    position: absolute;
    right: 5px;
    line-height: 36px;
    font-size: 14px;
}
.secondcont2 .more :last-child{
    display: none;
}
.cont1:nth-child(2){   
    width: 48%;
    float: right;
}
.contenttitle {
    width: 100%;
    height: 36px;
    border-bottom: 3px solid #cbcbcb;
}
.contenttitle span{
    height: 36px;
    float: left;
    line-height: 29px;
    font-size: 18px;
    color: #1ea7d3;
    font-weight: bold;
    font-family: "微软雅黑";
 
    margin-left: 10px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
.selected{
    border-bottom: 3px solid #1ea7d3;
}
.secondcont2 .listbox ul:nth-child(2){
    display: none;
}
.listbox {
    width: 100%;
    margin: 10px auto;
}
.listbox ul li {
    border-bottom: 1px dashed #d8d8d8;
    line-height: 40px;
    overflow: hidden;
    padding: 0 15px;
}
.listbox ul li a {
    float: left;
    display: block;
    width: 70%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-indent: 1em;
}
.listbox ul li  span {
    float: right;
    font-size: 15px;
    color: #686868;
}

/* .listbox ul li:nth-child(1){
    padding: 0 0px;
} */
/**/

.lunbox{
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
}
.lunbox .lunboul{
    position: absolute;
    left: 0px;
    width: 1000%;
    height: 100%; 
}
.lunbox .lunboul li{
    float: left;
    width: 10%;
    height: 100%; 
}
.lunbox ul li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}
.lunbox ul li a{
    display: block;
    width: 100%;
}
.lunbox ul li img {
  width: 100%;
  height: 100%; 
}
.lunbox ul li  p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;

    background: rgb(65, 67, 70,.5);
    font-size: 14px;
   
}

.lunbox ul li  p a{
    color: #fff;
    display: inline-block;
    width: 75%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lunbox .circles {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    right: 8px;
    bottom: 13px;
}

.circles li{
 
    float: left;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
}

.circles .on {
    background: #24931a;
}


@media (max-width: 1520px) {

}
@media (max-width: 1220px) {
    .lunbox {
        width: 470px;
        height: 350px;;
    }
    .lunbox .lunboul li{
        width: 10%;
    }
}
@media (max-width: 992px) {
	.lunbox {
        width: 345px;
        height: 285px;;
    }
    .lunbox .lunboul li{
        width: 10%;
    }
    .content2 {
        margin-top: 20px;
    }
    .cont1{
        padding-bottom: 0px;
    }
    .listbox ul li {
        line-height: 34px;
    }
}
@media (max-width: 767px) {
    .cont1 {
       width: 100%;
       padding: 0px;
    }
    .content{
        padding: 10px 10px;
    }
   
    .cont1:nth-child(2) {
        width: 100%;
    }
    .topimg {
        width: 100%;
        height: 100px;
    }
    .lunbox {
        width: 360px;
        height: 285px;
        margin: 0 auto;
    }
    .listbox ul li {
        line-height: 30px;
    }
    .listbox ul li a {
        width: 65%;
        text-indent: 0em;
    }
    .listbox ul li>span {
       /* display: none; */
    }
    .lunbox ul li  p{     
        height: 26px;
        line-height: 26px;
    }
    .circles li{
        margin-left: 4px;
        width: 8px;
        height: 8px;
        background: #fff;
        cursor: pointer;
        border-radius: 50%;
    }
    .lunbox .circles{
        bottom: 8px;
    }
    .secondcont2{
        margin-top: 15px;
    }
    .listbox ul li a ,.listbox ul li  span  {
        font-size: 14px;
    }

}
@media (max-width: 415px) {
    .lunbox {
        width: 372px;
    }
}
@media (max-width: 380px) {
    .lunbox {
        width: 335px;
    }
}
@media (max-width: 365px) {
    .lunbox {
        width: 320px;
    }
}
@media (max-width: 340px) {
    .lunbox {
        width: 280px;
    }
}
