.right-wrapper {
    
        flex: 1;
        display: flex;
        flex-direction: column;
        margin-top: 68px;
    padding-left: 48px;
    padding-right: 70px;
    padding-top: 32px;
    padding-left: 32px;
    background: #fff;
    width: calc(100vw - 280px);
    
}
.hidden {
    display: block !important;
}

.newsContent-right-wrapper {
        padding-top: 0px;
    background-color: #FFFFFF;
    height: 100%;
    padding-left: 20px;
}
.help-content-wrapper .help-search{
    padding-right: 70px !important;
}

.right-content-wrapper .content-item {
    cursor: pointer;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.right-content-wrapper .content-item .item-content-wrapper {
    width: 100%;
}
.right-content-wrapper .content-item .item-content-wrapper .item-content-title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #333333;
}

.right-content-wrapper .content-item .item-content-wrapper .item-content-news {
    /*max-width: 1000px;*/
    margin-top: 17px;
    font-size: 14px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right-content-wrapper .content-item .item-content-wrapper .item-content-news a {
    color: #666666;
}



.right-content-wrapper .content-title {
    font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 37px;
}

/* 分页导航栏 start */
li {
	list-style: none;
}
.pagination {
	padding: 0 59px;
	text-align: center;
}
.table-pagination .dataTables_paginate {
	text-align: center;
}

.pagination .paginate_button.active a {
	background-color: #2043D8;
	border-radius: 4px;
}

.pagination .paginate_button a {
	border: none !important;
}

.pagination .paginate_button a {
	border: none !important;
}


/* 分页导航栏  end*/


/* 手机端  响应式样式  start*/
.help-nav a {
    width: 140px;
}

.iconfont {
    cursor: pointer;
}
.help-nav {
    display: block;
    opacity: 1;
    transition: all .5s linear;
    z-index: 999;
    background: #fff;
    height: 100%;
   
}
.help-content-wrapper {
    transition: all .5s linear;
}

.help-content-wrapper  .help-search {
    transition: all .5s linear;
}
h1 {
    font-size: 24px !important;
}
.help-search .iconfont {
    margin-right: 15px;
    font-size: 16px;
    color: #333;
    display: none;
}
.help-nav-log  {
    display: flex;
    align-items: center;
}
.help-nav-log .iconfont.show {
    display: block;
}
.help-nav-log .iconfont {
    display: none;
    position: absolute;
    right: 20px;
    font-size: 16px;
    color: #333;
}

    .help-mask-wrapper.show {
        display: block;
    }
    
    .help-mask-wrapper {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: rgba(0,0,0,.4);
    }

.help-nav-type {
    max-height: calc(100% - 72px);
    max-height: -moz-calc(100% - 72px);
    max-height: -webkit-calc(100% - 72px);
}


	   .help-content-wrapper  .help-search {
             transition: all .5s linear;
             padding-right: 20px;
             padding-left: 20px;
        }
        .help-wrapper {
        }
        
	  .help-wrapper.hidden  .help-search .input-search {
	        width: 65%;
	    }
            
	  .help-wrapper.hidden  .help-search .iconfont {
	        display: block;
	    }
	    
	   .help-wrapper.hidden .help-nav {
    	    opacity: 0;
    	    transform: translate3d(-100%,0,0);
    	    -webkit-transform:translate3d(-100%,0,0);
            -moz--transform:translate3d(-100%,0,0);
            -ms--transform:translate3d(-100%,0,0)
        }
        
       .help-wrapper.hidden .help-content-wrapper {
            margin-left: 0;
        }
	    
	   .help-wrapper.hidden .help-content-wrapper  .help-search {
	        width:  calc(100vw);
	        left: 0;
	    }
	    
	    .help-content-wrapper.hidden {
	        margin-left: 0px;
	    }
	    
	    .help-content-wrapper.hidden .help-search {
	        width: 100%;
	        left: 0;
	    }
	   .item-content-wrapper {
            width: calc(100vw - 335px);
            margin-right: 20px;
        }

/* 新增 start */
table {
    margin-bottom: 15px;
}

table tbody tr td {
    box-sizing: border-box;
    min-width: 40px;
    border-color: rgb(238, 238, 238);
    vertical-align: top;
    padding: 8px 10px;
    text-align: left !important;
}

/* 新增  end*/

@media only screen and (max-width: 768px) {

    
        .right-wrapper {
    width: calc(100vw - 1px);
    padding-right: 52px;
                }
                .help-content-wrapper .help-search {
                    padding-right: 20px !important;
                }
                body {
                    overflow-x: hidden;
                }
                           .help-wrapper.hidden .help-content-wrapper {

            margin-left: 0;
            overflow-y: scroll;
           
        }
    .help-wrapper .help-content-wrapper {
                    height: calc(100vh);
            height: -moz-calc(100vh);
            height: -webkit-calc(100vh);
            margin-left: 0;
            overflow-y: hidden;
           
        }
                
                
}

        
/* 手机端  响应式样式  end*/


/* 分页导航栏 start */
li {
	list-style: none;
}

.pagination .paginate_button.active a {
	background-color: #2043D8;
	border-radius: 4px;
}

.pagination .paginate_button a {
	border: none !important;
}

.pagination .paginate_button a {
	border: none !important;
}


/* 分页导航栏  end*/


