*{
    margin: 0px;
    padding: 0px;
}
body {
    background: #fff;
}
.topimg{
    width: 100%;
    height: 300px;
}
.topimg img{
    width: 100%;
    height: 100%;
}
.content{   
    width: 100%;
}
.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: "微软雅黑";
    border-bottom: 3px solid #1ea7d3;
    margin-left: 10px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
.contenttitle a{float:right;color:#000;line-height:35px;}
.listbox {
    width: 100%;
    margin: 10px auto;
}
.listbox ul li {
    border-bottom: 1px dashed #d8d8d8;
    line-height: 44px;
    overflow: hidden;
    padding: 0 15px;
}
.listbox ul li a {
    float: left;
    display: block;
    width: 72%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    /* text-indent: 2em; */
}
.listbox ul li  span {
    float: right;
    font-size: 15px;
    color: #686868;
}

.page-div {
    text-align: center;
    padding: 10px 0 40px;
    line-height: 32px;
}

@media (max-width: 1520px) {

}
@media (max-width: 1220px) {

}
@media (max-width: 992px) {
	
}
@media (max-width: 767px) {
    .topimg {
        width: 100%;
        height: 100px;
    }
    .listbox ul li {
        line-height: 30px;
    }
    .listbox ul li a {
        width: 65%;
        text-indent: 0em;
    }
    .listbox ul li>span {
       /* display: none; */
    }
    .listbox ul li a,.listbox ul li  span  {
        font-size: 14px;
    }
}

