
.newsback{
    background-image: url('../images/newsback.png');
    width: 1100px;
  background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 20px;
    background-size:100% 100%;
    margin-top: 20px;

}
.newsnav li a{
    color: black;
}
.newscontent{

    width: 1050px;
    margin: auto;
    padding-bottom: 30px;
}
.newsleft{
    margin-left: -25px
}
.newsnav li{

    list-style-type: none;
    line-height: 80px;
}

.newsnav{
    text-decoration: none;
    font-size: 20px;


}
.newslogo{
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 40px
}
.newsnavback{
    background-image: url('../images/newsnavback.png');
    background-size:100% 100%;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 17px;
}
.newsleftnav ul li:hover{
    background-image: url("../images/navback.png");
    background-position: -5px;
    background-repeat: no-repeat;

}
 .aclick{
    text-decoration: none;
    color: white;
}
.newsleftnav{
    width: 241px;
    margin-top: 30px;
    margin-bottom: 31px
}
.newsleftnav ul li a:hover{
    text-decoration: none;
    color: white;
}


.click{
    background-image: url("../images/navback.png");
    background-position: -5px;
    background-repeat: no-repeat;
}

 .active{
    background-image: url("../images/navback.png");
    background-position: -5px;
    background-repeat: no-repeat;
}
.image1{
    margin-top: -20px
}
.newspath p a{
    color: black;
}
.newspath{
    border: 1px solid #e1cd9b;
    border-radius: 5px;
    margin-top: 30px;
}
.newspath p{
    font-size: 14px;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 5px;

}

.newstitle{
   /* word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
    overflow: hidden;
    color: black;
    padding-bottom: 7px;
}



.newscon{
    text-indent:2em;
    padding-top: 12px;
    border-top :1px dashed #e0d1a2;
    overflow:hidden;
    /*text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;*/
    font-size: 15px;
    color: #484647;
    line-height: 26px;
}

.information{
    margin-top: 20px;
   padding-bottom: 20px;
    border-bottom: 1px solid #e0d1a2;
}
.information a:hover{
    color: red;
    text-decoration: none;
}
.newsdate{
    color: #683905;
    padding-top: 10px;
}
.pager li a{
    background-color: #efe0b1;
    border: 1px solid #c79f73;
    color: black;
   margin: 0 2px;
}

.pager li a:not(.skip_a):hover{
    background-color: red;
    color: white;
}



.pager:first-child("li"){
    padding-right: 20px;
}

.prev1{
    margin-right: 10px;
}
.next1{
    margin-left:20px;
    position: relative;
    left: 115px;
}

.skip{
    background-color: #efe0b1;
    width: 120px;
    height: 35px;
    border-radius: 15px;
    border: 1px solid #c79f73;
    float: right;
    position: relative;
    right:99px
}
.skip a:hover{
    background-color: #efe0b1;
}
.pager{
    display: inline-block;
    overflow: auto
}
.skip_input{
    width:40px;
    margin-top: 2px;
    background-color: transparent;
    margin-right:10px;
    margin-left: 10px
}
.media-body{
    padding-left: 10px;
}


