.nybanner{
    width: 100%;
    background-color: #646464;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-image: url("../../images/news/nimg1920_7.jpg");
}

.pagecontent .pagenavpc li {
    width: 50%;
}

.news-page-content{
    padding: 120px 0px 30px 0px;
    min-height: 1000px;
}



.content-side .title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 10px 0 22px;
    font-weight: bold;
}
.content-side .mark {
    color: #999999;
    height: 38px;
    line-height: 30px;
    text-align: center;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    background-color: #fff;
}

.contxt-content{
    padding: 25px 15px;
}
.contxt-content img{
    max-width: 100%;
}
.content-side .reLink {
    width: 100%;
    height: 25px;
    border-top: 1px solid #d7d6d6;
    padding: 15px 0 40px;
}
.reLink .nextLink, .reLink .prevLink {
    width: 48%;
    line-height: 25px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-side .fl {
    float: left;
}
.content-side .fr {
    float: right;
}
.content-side .clearfix a{
    text-decoration: none ;
    outline: none;
    color: #666;
}
.content-side .clearfix a:hover{
    color: #ec6c21;
}



.news-sidebar {
    padding-left: 30px;
    padding-right: 0px;
    min-height: 800px;
}
.news-sidebar .sidebar{
    transition: 0.6s;
}
.sidebar-fixed{
    position: fixed;
    top: 100px;
    width: 370px;
}
.sidebar-topshare{
    position: absolute;
    top: auto;
    bottom: 100px;
}



.log-widget{
   padding: 0px 0px 15px 0px;
}
.log-widget img{
    width: 100%;
    max-width: 340px;
}
.sidebar-widget{
    padding: 10px 0px 20px 0px;
    margin-bottom: 5px;
    max-width: 370px;
}
.sidebar-widget + .sidebar-widget {
  border-top: 1px solid #eee;
}
.sidebar-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}



.post-widget{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    overflow: hidden;
    min-width: 350px;
}
.post-widget>div{
    float: left;
}
.post-widget .post-thumb{
    height: 80px;
    width: 30%;
    overflow: hidden;
    position: relative;
    background-color: #222222;
}
.post-widget .post-thumb .thumb{
    width: 100%;
    height: 100%;
    opacity: 1;
    cursor: pointer;
    transition: transform .4s ease, opacity .4s ease;
}

.post-widget .post-thumb .thumb:hover {
    opacity: .5;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.post-widget .content{
    position: relative;
    padding: 7px 0px 0px 15px;
    max-width: 70%;
}

.post-widget .content h5{
    position: relative;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 38px;
}
.post-widget .content h5 a{
    color: #222;
    transition: .5s;
    text-decoration: none;
    outline: none;
}
.post-widget .content h5 a:hover{
    color: #ec6c21;
}
.post-widget .content .post-date{
    text-align: right;
    margin-right: 5px;
}

.sidebar-content .more{
    text-align: right;
}

.sidebar-content .more a{
    color: #222;
}
.sidebar-content .more a:hover{
    color: #ec6c21;
}

.categories-list{
    list-style: none;
    margin: 0px;
    padding: 0px 25px 0px 5px;
}

.categories-list li{
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}
.categories-list li {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    transition: .5s;
}
.categories-list li:hover {
    padding-left: 20px;
    color: #ec6c21;
}
.news-page-content a:hover, .news-page-content a:focus,
.news-page-content a:visited {
    text-decoration: none !important;
    outline: none;
}
.categories-list li .number {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 300;
    color: #222;
}
.categories-list li:before {
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    left: 0;
    top: 1px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    opacity: 0;
    color: #ec6c21;
}
.categories-list li:hover:before {
    opacity: 1;
}




@media screen and (max-width: 1004px) {
    .nybanner {
        background-image: url("../../images/news/nimg640_7.jpg");
        height: 220px;
    }
    .news-page-content{
        padding: 20px 0px 30px 0px;
    }
    .content-side{
        padding: 5px;
    }
    .news-sidebar{
        padding: 0px 15px 15px 15px;
        min-height: 200px;
    }
    .sidebar{
        position: relative;
        top: auto;
        bottom: auto;
    }
    .sidebar .log-widget,.sidebar .sidebar-project{
        display: none;
    }
    .post-widget .content {
        padding: 7px 0px 0px 10px;
        max-width: 70%;
    }
    .sidebar-widget + .sidebar-widget{
        border-top: 0px;
        padding: 10px 0px 10px 0px;
    }
}
