body {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}
ul{
    list-style-type: none;
}
.wrep {
    width: 1010px;
    margin: 0 auto;
    margin-top: 15px;
}

.leftCon {
    width: 71%;
}

.rightCon {
    width: 28%;
}

.mobileShow {
    display: none;
}

.pcShow {
    display: block;
}

.happenShow {
    display: inline-block;
}

.allShow {
    display: block;
}

.ImgDiv >a> img {
    width: 100%;
}

.weizhiCon {
    width: 1010px;
    margin: 10px auto 0 auto;
    line-height: 0;
    padding: 10px 14px;
}

/* index */
.leftCon.main {
    width: 78%;
}

.rightCon.main {
    width: 21%;
}

.content  img{
    max-width: 600px;
}

.mainArticleList > .item:first-child {
    border-top: 0px solid #ddd;
}
.fileDiv>.file{
    padding-left: 40px;
}
.fileDiv>.accessory{
    padding-top: 30px;
    font-size: 18px;
}
.mainArticleList > .item {
    border-top: 1px solid #ddd;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding: 16px 0;
    height: 162px;
}

.mainArticleList > .item > .time {

}

.mainArticleList > .item > .title {
    padding: 0px 0 10px 0;
    margin-right: 170px;
    height: 32px;
}
.mainArticleList>.item>.title>a{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}

.mainArticleList > .item > .hasImg {
    margin-right: 170px;
}

.mainArticleList > .item > .content {
    line-height: 150%;
    text-indent: 2em;
    height: 65px;
    overflow: hidden;
}

.mainArticleList > .item > .coverImg {
    width: 160px;
    position: absolute;
    top: 5px;
    right: 0;
    height: 150px;
}

.mainArticleList > .item > .readMore {
    text-align: right;
    padding: 0 5px 0 0;
}

.mainTextArea {
    height: 238px;
    background-color: #3B3C3D;
    padding: 15px;
    overflow: hidden;
}
.mainTextArea>a{
    color: #fff;
}
.mainTextArea > a > .title {
    padding: 4px 0 10px 0;
    height: 55px;
    overflow: hidden;
}
.mainTextArea  > .head{
    color: #B1B1B1;
}

.jieshaoCon {
    border: 1px solid #ddd;
    padding: 10px;
}

.rightConinfo {
    width: 80%;
    border-left: 1px dashed #ccc;
    padding-left: 72px;
}

.leftConinfo div {
    border-bottom: 1px solid #ccc;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.leftConinfo > .item:hover {
    color: #3FC267;
}

.intro {
    color: #ff5a00;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.introinfo {
    padding-top: 30px;
}

.leftConinfo > .item.font3 {
    padding-left: 36px;
}

.searchinfo {
    height: 40px;
    width: 100%;
    padding: 10px 14px;
    background-color: #f2f1ec;
}

.fenge {
    border-bottom: 1px solid #ccc;
}

.searchBtn {
    background-color: #229e4a;
    color: #fff;
    height: 27px;
    margin-left: 19px;
}
#page{
    margin-left:17%;
    margin-top: 20px;
}
#page a,#page span{
    float: left;
}
#page .prePageNo{
    color: #B57934;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 3px;
    text-align: center;
}
#page .prePageNo:HOVER,#page .prePageNo[select=true]{
    color: #fff;
    background-color: #229e4a;
}

.articleList>.name>a,.articleList>.content>.title{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}


